VLC Media Player includes native support for HEVC (H.265) videos starting from version 2.1.1. Unlike many other players, you typically do not need to install an external codec pack to play HEVC files in VLC; simply updating the software to the latest version (3.0 or higher is recommended) usually resolves playback issues. 🛠️ Step 1: Update VLC to the Latest Version
Most "codec missing" errors in VLC are actually caused by using an outdated version that lacks modern hardware decoding. Open VLC Media Player. Go to the Help menu (Windows) or VLC menu (Mac).
Installing HEVC (H.265) codecs for VLC is generally straightforward, as VLC often includes native support. However, if you are encountering playback errors on Windows or Linux, specialized solutions are required.
Here is a review of the best methods to get HEVC running in VLC as of 2026. 1. The "Native" Solution: Update VLC (Easiest)
Modern versions of VLC (3.0 and later) natively support HEVC/H.265. Simply download and install the latest version from the official VideoLAN website
Best for most users. It requires no extra installations, though it only enables playback VLC, not for the Windows Photos app. Experts Exchange 2. Fix HVC1 Errors on Windows (Third-Party Codec Pack) install hevc codec for vlc
If you see an error saying the codecV 'hevc' (MPEG-H Part2/HEVC (H.265)) is not supported, or if you are using an older version of VLC, you need to install a codec pack. Install the K-Lite Codec Pack . It provides full HEVC support for Windows 10/11. Alternative: Media Player Codec Pack Plus for H.265, 10-bit x265, and GPU acceleration for 4K video.
3. Install HEVC Extension via Microsoft Store (Windows Official)
If you need HEVC to work across all Windows applications (not just VLC), you need the official Microsoft extension. Search for " HEVC Video Extensions " in the Microsoft Store ($0.99).
If you have an OEM PC (Dell, HP, etc.), the codec may be pre-installed, or you can sometimes find it free under "HEVC Video Extensions from Device Manufacturer". 4. Install HEVC Codec on Linux (Ubuntu/Debian) If VLC is not playing HEVC in Linux, you need to add the
How to configure H.265/HEVC in Linux? - Tutorial - Dedoimedo VLC Media Player includes native support for HEVC (H
sudo dnf install vlc x265-libs
Then restart VLC.
VLC Media Player is widely celebrated as the "Swiss Army knife" of video playback. It plays almost anything out of the box. However, in recent years, users have encountered a frustrating roadblock: a video file plays audio, but the screen remains black, or VLC stutters and lags heavily. The culprit is almost always the HEVC codec (High Efficiency Video Coding), also known as H.265.
If you are searching for how to install the HEVC codec for VLC, you have come to the right place. This comprehensive guide will explain what HEVC is, why VLC sometimes struggles with it, and the exact step-by-step methods to fix it on Windows, Mac, and Linux.
Microsoft charges $0.99 for the "HEVC Video Extensions" to cover patent costs. However, there is a legal workaround. Fedora sudo dnf install vlc x265-libs
Step 1: Check if you already have it.
Go to Settings > Apps > Apps & features and search for "HEVC." If you see "HEVC Video Extensions from Device Manufacturer," you are done.
Step 2: Install the manufacturer version (Free). Microsoft released a free version for OEMs (Dell, HP, Lenovo). You can install this directly.
https://www.microsoft.com/en-us/p/hevc-video-extensions-from-device-manufacturer/9n4wgh0z6vhqStep 3: Install the paid version ($0.99).
Step 4: Force VLC to use the hardware decoder.
Tools > Preferences.Input / Codecs.Hardware-accelerated decoding, select DirectX Video Acceleration (DXV) 2.0.Enable the RPM Fusion repository, then:
sudo dnf install vlc
sudo dnf install ffmpeg-libs