HEVC Is a Codec, Not a File Type
HEVC (High Efficiency Video Coding), also known as H.265, is a video codec, the compression method, not a container or file format. You will not usually see an .hevc file; instead, HEVC-encoded video lives inside containers like MP4 or MKV. It is the successor to H.264 (AVC), designed with a single headline goal: deliver the same visual quality at roughly half the file size. That efficiency is what makes 4K and HDR streaming practical, which is why HEVC underpins much of modern high-resolution video.
HEVC reaches that efficiency through smarter, more flexible compression. Where H.264 used fixed macroblocks, HEVC uses a flexible quadtree of coding tree units up to 64x64 pixels that can be recursively subdivided to match the detail in each part of the image, large blocks for flat areas, fine blocks for detailed ones. It also adds far more intra-prediction directions (35 versus nine in H.264) and improved motion prediction. The result is that the encoder describes each frame more precisely with fewer bits, especially at high resolutions where the savings compound.
The payoff is concrete: at 4K, HEVC can cut bandwidth dramatically compared with H.264, which is why streaming services, modern iPhones (whose HEIC photos and 4K video use HEVC), and Blu-ray's UHD format adopted it. When you record 4K on a recent phone or stream high-resolution HDR content, HEVC is very often the codec doing the work behind the scenes.
The Licensing Problem
HEVC's great weakness is not technical, it is patent licensing. The codec is covered by patents held across multiple licensing pools, and the resulting fees and complexity have made HEVC expensive and legally awkward to include in software. This is the direct reason it is not natively supported in many web browsers for general use, and why Windows often requires a paid codec extension to play HEVC video. A technically excellent codec ended up constrained by the cost of using it.
That licensing friction is exactly what motivated the creation of AV1, a royalty-free codec built by the Alliance for Open Media to deliver HEVC-class (or better) efficiency without the patent burden. So HEVC sits in a peculiar spot: superb compression, strong support inside the Apple ecosystem and on dedicated hardware, but limited on the open web precisely because of its licensing, where royalty-free alternatives are taking its place.
When to Use HEVC
HEVC is the right choice when you need high efficiency and your playback environment supports it: storing or streaming 4K and HDR video, saving space on a phone that records in HEVC, or delivering high-resolution content to Apple devices and modern hardware that decode it natively. When maximum compatibility matters, especially for the open web or older devices, H.264 (in MP4) remains the safer choice, and for a royalty-free high-efficiency option, AV1 is the emerging alternative.
Limitations
HEVC's drawbacks are mostly external: licensing fees and legal complexity that limit its inclusion in browsers and free software, leading to the familiar "this HEVC video will not play" problem on platforms without a licensed decoder. Encoding is also computationally heavy, taking more processing power than H.264, though hardware acceleration mitigates this on modern devices. The compression itself is excellent; it is the cost and patchy support that keep HEVC from being the universal default, a gap that AV1 aims to fill on the open web.