HandBrake File Bigger Than the Original? Here's Why

Sep 24, 2026

HandBrake can hand you a file larger than the one you fed it, and in its default mode that is expected behaviour rather than a bug. The short reason: the mode HandBrake ships with does not take file size as an input at all.

Most guides answer this with "lower your RF a bit" and move on. That is the right knob, but without the reason behind it you cannot tell whether you have a settings problem, a source problem, or an encoder problem.

What this actually means

HandBrake has two encoding modes and they are inverses of each other. With average bitrate you control the size of the output file and give up control over quality. Constant quality does the opposite: you specify a quality level, and HandBrake adjusts the bitrate — which is to say, the size — to meet it.

Constant quality is what you get unless you go looking: "HandBrake's default settings and most of the official Presets use a constant quality encoding method. This makes your new video look consistent from start to finish. Always use constant quality unless you have a specific reason not to."

So when you hit Start, you are not asking for a smaller file. You are asking for a level of quality, and the encoder spends however many bits that takes. HandBrake's documentation is explicit that output size in this mode is unpredictable and varies from source to source.

The bottom of the scale is lossless

Knowing what sits at the end of the quality control makes the rest click. HandBrake's documentation describes RF 0 as applying no compression at all: it is lossless, compressing the source without throwing away practically any detail.

The same page draws out the consequence through a DVD example. Its summary is that when converting from a DVD source there is no reason to go above an RF of around 19 — roughly equivalent to how heavily the DVD is already compressed — and that if you do go higher, the output will be larger than the input. On using RF 0 to preserve such a source perfectly, it says you end up with video far larger than the DVD that does not look any better for the extra size.

(That page is old enough to be arguing about DVDs, and its RF suggestions do not match HandBrake's current quality page. Use it for the mechanism; take your numbers from the recommended ranges below.)

The fastest fix

Work through these in order; the first resolves most cases outright.

1. Look at which preset is selected. Several official presets produce large files on purpose. HandBrake's preset table lists HQ presets with a file size of "Large", Super HQ as "Very large", Production Standard as "Huge" and Production Max as "Gigantic" — and says of the Production group that they "typically create files much larger than most compressed sources and are not suitable for general use". If you picked one of those to keep quality, that is your answer. The documented starting point is the default: "The default Fast 1080p30 preset is a good choice if you're just getting started."

2. Move the quality control to the left. The direction rule never varies: "On the Video tab, increase video quality by adjusting the control toward the right, and reduce video quality by adjusting the control toward the left. Begin by making small adjustments; plus or minus a few steps is usually noticeable." And the size consequence: "reducing quality will typically make your new video take up less space."

Go gently — HandBrake notes the quality slider is not linear for x264 but logarithmic, so small movements in the numbers can have large results.

3. Land inside the recommended range for your encoder. HandBrake publishes these for the x264 and x265 encoders:

Source resolutionRecommended RF (x264 / x265)
480p/576p Standard DefinitionRF 18–22
720p High DefinitionRF 19–23
1080p Full High DefinitionRF 20–24
2160p 4K Ultra High DefinitionRF 22–28

And a separate set for SVT-AV1, which is not interchangeable with the table above:

Source resolutionRecommended RF (SVT-AV1)
480p/576p Standard DefinitionRF 22–32
720p High DefinitionRF 25–35
1080p Full High DefinitionRF 25–35
2160p 4K Ultra High DefinitionRF 25–40

For any other encoder, HandBrake says only to start in the middle of the scale and adjust in small increments. The attached warning is the one that matters here: "Using higher than recommended quality settings can lead to extremely large files that may not be compatible with your devices."

Try it right here

Runs in your browser. Your file is not uploaded anywhere.

Loading tool…

If you just need one clip under a size cap and would rather not reason about rate control, the compressor above does it in your browser — read from disk, re-encoded locally, handed back, never uploaded. The same engine backs the standalone video compressor.

Other causes, in order of likelihood

Your source is grainy. Grain is detail, and detail costs bits. HandBrake's documentation says grainy sources tend to come out larger, because they require a higher bitrate to maintain all that extra detail. Its suggested remedies are to turn on the Denoise filter, or to reduce the RF value a few points.

The preset's resolution cap is not doing anything. Names like 720p30 are ceilings, not targets. A 1080p60 source run through a 720p30 preset "will be downscaled to 720p resolution and peak limited to 30 frames per second", but a 480p30 source "will not be scaled or peak limited". If your clip is already below the ceiling, the quality target is the only thing acting on it — exactly the situation where it can grow.

You changed encoders and kept the number. HandBrake states you should not expect an x264 encode at RF 25 to be similar to an x265 or SVT-AV1 encode at RF 25, because each encoder's scale corresponds only to its own internal rate control method. There is also a documented reversal: for x264, x265 and SVT-AV1 a lower RF means higher quality, but for other encoders such as Apple VideoToolbox a higher number produces higher quality.

The output codec is a step backwards. HandBrake describes MPEG-2 as a predecessor to MPEG-4 Visual that "Creates larger files than modern encoders", and H.265 as the successor to H.264/AVC "offering higher quality encodes and smaller file sizes".

An audio track is lossless or passed through. FLAC and ALAC, in 16 and 24 bit, are supported when the output is MKV or MP4 — both lossless, and average bitrate is not available for either, or for TrueHD. HandBrake can also pass source tracks through rather than re-encoding them smaller. If the video settings look right and the file is still huge, check the Audio tab.

How to tell it worked

Do not run the full encode to find out. HandBrake points at the built-in check: "You can test your settings by encoding and watching short clips using HandBrake's Preview feature." Encode a short section, look at the size, and extrapolate before committing to a 40-minute job.

If what you need is a specific number of megabytes, constant quality is the wrong mode — average bitrate gives size control in exchange for control over quality. HandBrake recommends against targeting a filesize at all, and if you do, recommends multi-pass encoding, noting that a single pass leads to sub-optimal results.

The middle path is the Social presets, built to produce a file of 25 MB or less from a source up to the duration printed in the preset name — that condition matters, and it is covered in what the Social 25 MB guarantee actually covers. If those presets are not where you remember, they were renamed: see where HandBrake's Discord preset went.

FAQ

Why is my HandBrake file bigger than the original? Because the default mode does not take file size as an input — you set a quality level and HandBrake spends whatever bitrate that requires. Its documentation says output size in this mode is unpredictable and varies from source to source.

What RF should I use to make the file smaller? For x264 and x265, HandBrake recommends RF 20–24 for 1080p, 19–23 for 720p, 18–22 for SD and 22–28 for 4K. Moving the control left within that range reduces quality and typically reduces size. SVT-AV1 has its own separate range; the numbers are not interchangeable.

Does RF 0 give me the best possible quality? RF 0 is documented as lossless: it compresses the source without throwing away practically any detail, which is why the output balloons. Asked whether RF 0 should be used to preserve a DVD source perfectly, HandBrake's documentation answers no — you end up with video far larger than the DVD that does not look any better.

Does HandBrake shrink my video automatically if I just pick a preset? Not necessarily. A preset's resolution and frame rate are maximums: higher resolution video is downscaled and higher frame rates are peak limited, but a source already below those ceilings is left alone. Several official presets are also documented as producing Large, Very large, Huge or Gigantic files by design.

Why did my file grow after I turned on a lossless audio track? FLAC and ALAC are lossless and available when the output is MKV or MP4; average bitrate is not supported for them, or for TrueHD. Audio is a common blind spot when the video settings look correct.


Behaviour and recommended values cited from HandBrake's official documentation, checked 16 September 2026. For anything not covered above — encoder preset and tune lists, per-preset bitrates, CLI flags — check the official documentation. More browser tools: all Clapr tools. More troubleshooting: fix guides.

Clapr team

Clapr team

HandBrake File Bigger Than the Original? Here's Why | Clapr Blog