How to Play HEVC Files on Windows 11: A Step-by-Step Guide

HEVC (also called H.265) is everywhere now — it’s the codec behind many 4K movies, smartphone recordings, and streaming clips because it squeezes high-quality video into smaller files. But on Windows 11 you might open a file and get a “missing codec” error, or see choppy playback. Don’t panic — there are several clean ways to get HEVC working, from installing Microsoft’s official codec to using third-party players that already include support. Below I’ll walk you through every practical option, with step-by-step instructions, troubleshooting tips, and the best choice for your setup.


Quick TL;DR (Which route should I pick?)

  • Want built-in playback in Movies & TV and Photos? Install Microsoft’s HEVC Video Extensions.

  • Don’t want to mess with codecs? Use VLC or MPC-HC + LAV — they play HEVC out of the box.

  • Have a low-power CPU or want battery-friendly playback? Enable hardware acceleration (GPU decoding) in your player.


What is HEVC (H.265) — in plain English

HEVC = High Efficiency Video Coding. Think of it as a better zip for video: same visual quality as older codecs at a smaller file size. Great for 4K and HDR. The downside? Licensing and decoder complexity mean Windows doesn’t always include a built-in decoder for every machine by default.


Why HEVC sometimes “doesn’t play” on Windows 11

Windows can play HEVC — but it needs the right decoder (codec) or a player that bundles one. Some OEMs include a free HEVC package on new devices; otherwise Microsoft offers an extension you can add. If you try to play HEVC without a decoder, apps like Movies & TV, Photos, or Windows Media Player will throw errors.


Method 1 — Install the Official HEVC Video Extensions (recommended for native apps)

Why use this?

If you prefer Windows’ built-in apps (Movies & TV, Photos) or want system-wide HEVC support, this is the cleanest route. The extension integrates with Windows so those apps can decode HEVC files.

Step-by-step (Microsoft Store)

  1. Open Microsoft Store in Windows 11.

  2. Search for “HEVC Video Extensions” (the product page is published by Microsoft).

  3. Click Get / Buy and follow the prompts to install.

If Store won’t install / you prefer command line

Open an elevated Command Prompt and run:

winget install 9NMZLZ57R3T7

This will install the HEVC package from Microsoft’s Store catalog (works if winget and Store are synced on your PC).

After install

Try opening the file in Movies & TV or Photos — they should now play HEVC.


Method 2 — Install “HEVC Video Extensions from Device Manufacturer” (free on some systems)

What’s that?

There is (or was) a variant called “HEVC Video Extensions from Device Manufacturer” — in many cases that version is free and is bundled by OEMs on new devices. You may find it on the Store or via OEM support pages. Availability/visibility can vary by device and region.

How to get it

  • Search the Microsoft Store for “HEVC Video Extensions from Device Manufacturer.”

  • If you previously obtained it on another PC while signed into the same Microsoft account, it may re-install without charge.


Method 3 — Use VLC Media Player (no extra codec required)

Why VLC?

VLC bundles many codecs (including HEVC) and is free, lightweight, and reliable. It will often play files that Windows’ default apps cannot.

Steps

  1. Download VLC from the official site.

  2. Install and open VLC.

  3. Drag your HEVC file into VLC or use Media → Open File.

Pro tip — hardware acceleration in VLC

If 4K files stutter, enable GPU decoding: Tools → Preferences → Input / Codecs → Hardware-accelerated decoding → Automatic (or Direct3D11), then restart VLC. This offloads decoding to your GPU and can fix choppy playback.


Method 4 — Use MPC-HC + LAV Filters or the K-Lite Codec Pack

Why this combo?

MPC-HC (Media Player Classic) + LAV Filters gives you a fast, configurable player with high-quality hardware decoding. The K-Lite pack bundles these pieces in an easy installer.

Steps

  1. Download K-Lite Codec Pack (Standard or Full) or install LAV Filters and MPC-HC separately.

  2. During install, enable LAV’s hardware acceleration options (DXVA2, D3D11, etc.).

  3. Open HEVC file in MPC-HC.


Method 5 — Hardware decoding: check if your PC supports HEVC hardware acceleration

Why it matters

Software decoding HEVC (CPU only) can choke on 4K/60fps content. Hardware decoding uses Intel Quick Sync, NVIDIA NVDEC, or AMD VCN to play smoothly and save battery.

How to check

  • Look up your CPU/GPU model and search for HEVC / H.265 hardware decoding support.

  • In players (VLC, MPC-HC), enable hardware-accelerated decoding as outlined above; if playback improves, your hardware supports it.


Method 6 — Convert HEVC to a more compatible format (if all else fails)

When to convert

If you must edit or play a tricky HEVC file on an older system, converting to H.264 or AV1 might be easier.

Tools

  • HandBrake — GUI, presets for quality vs size.

  • FFmpeg — command line for power users.
    Example FFmpeg command (convert to H.264, keeping decent quality):

ffmpeg -i input_hevc.mp4 -c:v libx264 -crf 20 -preset medium -c:a copy output_h264.mp4

Method 7 — Play HEVC in Movies & TV or Photos (once extension is installed)

After you install Microsoft’s HEVC extension, the default apps (Movies & TV, Photos) will be able to decode HEVC, which is handy if you prefer the system players. If playback is still stuttering there, try VLC or enable hardware accelerated decoding if supported.


Troubleshooting — common problems & fixes

Stuttering or choppy playback

  • Enable hardware acceleration in your player.

  • Try a different player (VLC or MPC-HC).

  • If the file is corrupt, try re-encoding with FFmpeg.

“Missing codec” or installer errors

  • If Windows’ apps complain, install the Microsoft HEVC extension or use VLC.

  • For Store install issues, sign into Microsoft Store with your account, check region settings, or use winget to install.

4K 60fps still problematic

  • Ensure GPU drivers are up to date.

  • Confirm your GPU supports HEVC main10/main profile decoding (some older chips only handle baseline levels).


Security & licensing notes (short & practical)

HEVC uses patented technologies which is why some decoders carry a small licensing cost. Microsoft’s Store HEVC extension has historically been a one-time purchase in many markets; OEMs sometimes bundle a free “from device manufacturer” version on new devices.


Which method should you choose? (my recommendation)

  • Casual user / want simplicity: Install Microsoft’s HEVC extension (native apps work).

  • Power user / avoid purchasing / wide compatibility: Install VLC — free and instant.

  • Editing or heavy 4K use: Use MPC-HC + LAV or ensure your editing tool supports hardware HEVC decoding, and keep GPU drivers current.


Conclusion

Playing HEVC files on Windows 11 is straightforward once you pick the right approach: either add Microsoft’s HEVC extension so system apps can decode H.265, or use a third-party player like VLC that already bundles decoders. If you care about battery life and smooth 4K playback, enable hardware acceleration or use a GPU that supports HEVC. Try the quick options first (VLC or Microsoft extension), and move to codec packs or conversion only if you need extra control.


FAQs

Q1 — Do I have to pay to play HEVC on Windows 11?
Not necessarily. You can use free players like VLC that include HEVC support, or you can install the free OEM “device manufacturer” HEVC extension if available. Microsoft’s official HEVC extension has often been a small one-time paid add-on in some regions.

Q2 — Will installing the HEVC extension slow my system?
No — it’s just a decoder. If your system lacks hardware acceleration, decoding may use CPU cycles, but the extension itself doesn’t run constantly.

Q3 — Why does 4K HEVC stutter even after installing codecs?
Because software decoding is CPU-intensive. Enable hardware acceleration in your player (if your GPU supports HEVC) to fix most stutter issues.

Q4 — Is VLC always the best option?
VLC is great for playback and compatibility. For heavy editing or precise codec control, tools like MPC-HC + LAV or professionally supported decoders inside editing software may be preferable.

Q5 — How do I know if my GPU supports HEVC hardware decoding?
Check your CPU/GPU specs on the vendor’s website for H.265/HEVC decode support or enable hardware decoding in VLC/MPC-HC and observe performance improvements.

Scroll to Top