Codecs
What Is H.265 (HEVC), and Should You Use It?
Roughly half the file size for the same picture, with real costs attached. When H.265 is the right choice and when it will simply fail to play.
2 min read · Published 15 August 2026
H.265, also called HEVC, is the successor to H.264. The headline claim is roughly the same visible quality at about half the bitrate. In practice the saving is usually somewhere between a third and a half, larger at high resolutions and smaller at low ones. It is a real improvement, and it comes with real costs.
How it gets there
H.265 does the same things H.264 does, with more flexibility and more computation. Where H.264 works in fixed sixteen-pixel blocks, H.265 uses a tree structure that adapts block size to content: large blocks across a flat sky, small ones across detailed texture. It has more prediction directions, better motion handling and better filtering to hide block edges.
All of this costs processing. Encoding H.265 typically takes several times longer than H.264 at comparable settings, and decoding needs hardware support to be efficient.
The compatibility problem
This is the real reason H.265 has not simply replaced H.264. Support is good on modern phones and televisions and patchy elsewhere, particularly in browsers, where it has been complicated for years by licensing rather than technology.
The failure is confusing when it happens. The file opens, the container is understood, and there is either no picture or a black screen with sound. Nothing announces that the codec is the problem.
When it is worth it
- 4K and above, where the file size saving is largest and most useful.
- Archiving your own footage, where you control playback and space matters.
- Files staying on modern phones, which handle H.265 natively.
- Long recordings where storage is the binding constraint.
When to avoid it
- Anything you are handing to someone whose device you do not know.
- Web pages, unless you also provide an H.264 version.
- Older hardware, where software decoding is slow and drains battery.
- Anything going to a platform that will re-encode it anyway, since the saving is discarded on upload.
AV1, briefly
AV1 is newer again, royalty-free, and more efficient than H.265. Hardware support is growing but still narrower, and encoding is slower still. For most people today it is a choice for streaming platforms rather than for files they hand around, but the direction of travel is clear.
A practical policy
Keep originals and archives in whatever is most efficient for your storage. Deliver in H.264 unless you know the recipient can handle better. The efficiency gain matters most where you control both ends, and matters not at all if the file will not open.
Common questions
Does H.265 reduce quality?
Not inherently. At the same bitrate it looks better than H.264. The usual reason to use it is to keep the same quality at a smaller size, which is a different trade from reducing quality.
Why will my H.265 file not play?
The player or device does not support the codec, even though it understands the container. This is the single most common H.265 problem and is why H.264 remains the safe default for sharing.
Is HEVC the same as H.265?
Yes, two names for one standard. HEVC stands for High Efficiency Video Coding.