A practical guide to installing HEVC Video Extensions, checking whether the codec is already installed, fixing playback errors, and opening iPhone, GoPro, 4K, HDR, MP4, and MOV videos in Windows.
HEVC, also known as H.265 or High Efficiency Video Coding, is a modern video compression format used for high-quality video with smaller file sizes. It is common in 4K video, HDR video, iPhone recordings, action camera footage, drones, screen recorders, and streaming services.
In Windows, a video file can have a familiar container such as .mp4 or .mov, but the video stream inside that file may still be encoded with HEVC. If the required codec is missing, the file may not play in Media Player, Movies & TV, Photos, Clipchamp, or other apps that use Windows media components.
.mp4, .mov, .mkv, .hevc, and .h265.
Some computers already include HEVC decoding support through the manufacturer, graphics driver, or a preinstalled Microsoft Store extension. Before buying or reinstalling anything, check whether the codec is already available.
Win + I to open Settings.HEVC in the search field.You can also use PowerShell to search installed Appx packages that contain HEVC in the name.
PowerShellGet-AppxPackage *HEVC* | Select-Object Name, PackageFullName
If the command returns an installed HEVC package, the codec is probably already present. If the command returns nothing, install the extension from Microsoft Store or use a media player that includes its own HEVC decoder.
The safest system-wide way to add HEVC H.265 support to Windows apps is to install HEVC Video Extensions from Microsoft Store. This is the recommended option if you want HEVC playback to work in built-in Windows apps and apps that rely on Microsoft media codecs.
HEVC Video Extensions.The official Microsoft HEVC extension may be paid in many regions. The exact availability and price can vary by country, account, licensing, Windows edition, and device manufacturer. If the Store shows a price, use that Store page as the final source for your region.
If Microsoft Store search does not show the correct result, you can open the HEVC Video Extensions page directly with a Windows Store protocol command. This is useful when Store search results are crowded with third-party players and converters.
Win + R to open the Run dialog.Enter.Run commandms-windows-store://pdp/?productid=9NMZLZ57R3T7
You can run the same command from Command Prompt or Windows Terminal by adding start before it:
Command Promptstart ms-windows-store://pdp/?productid=9NMZLZ57R3T7
Advanced users can try installing the Microsoft Store package with winget. This is convenient for scripted setups, fresh Windows installations, or systems where you prefer command-line package management.
Windows Terminalwinget install --id 9NMZLZ57R3T7 --source msstore
If the package is already installed, winget may report that no upgrade is available or that the package is already present. If the command cannot find the package, update App Installer from Microsoft Store and try again.
winget will open Microsoft Store or ask you to accept source agreements instead of installing the codec completely silently.
Windows N editions do not include some media technologies by default. If you use Windows 10 N or Windows 11 N, install the Media Feature Pack first, then install HEVC Video Extensions from Microsoft Store.
If Media Feature Pack does not appear in Optional features, check Windows Update first. In managed corporate environments, the feature may be controlled by policy or installed through enterprise deployment tools.
After installation, test with the same file that failed earlier. For the cleanest result, close the player completely before reopening the file. Some apps load codecs only when the app starts.
Windows File Explorer may not always show the exact codec. If you need to confirm that a file really uses HEVC, use a media information tool or open the file in a video editor that shows stream details. Look for terms such as HEVC, H.265, hvc1, or hev1.
MP4 and MOV are containers. The video codec inside them can be H.264, HEVC/H.265, AV1, or another format. The file extension alone does not prove which codec is used.
| Method | What It Does | System-wide Codec | Best For | Notes |
|---|---|---|---|---|
| Microsoft Store HEVC Video Extensions | Adds HEVC decoding support for Windows media components | Yes | Media Player, Photos, thumbnails, Windows apps | Recommended for most users; may be paid depending on region |
| Direct Store command | Opens the official Store product page directly | Yes | Avoiding wrong Store search results | Still requires Microsoft Store access |
winget |
Installs the Store package from Windows Terminal | Yes | Advanced users and repeat setups | May require account, license, or Store prompts |
| Third-party media player | Plays HEVC using its own built-in decoder | No | Quick playback without changing Windows codecs | Usually does not fix Photos, thumbnails, or Windows app playback |
| Convert HEVC to H.264 | Creates a more compatible copy of the video | No | Sharing files with older PCs and devices | Takes time and may reduce quality if settings are poor |
If HEVC playback still does not work after installation, the problem may be caused by Store licensing, a damaged app cache, unsupported hardware acceleration, Windows N media components, a corrupt file, or a different missing codec such as AAC, Dolby audio, or AV1.
Close the player or editor completely and open the file again. If that does not help, restart Windows. Media apps sometimes detect newly installed codecs only after a restart.
If the extension appears damaged, uninstall it from Settings โ Apps โ Installed apps, restart Windows, and install it again from Microsoft Store.
HEVC playback can use hardware decoding from Intel, AMD, NVIDIA, or Qualcomm graphics hardware. Install the latest graphics driver from the PC or GPU manufacturer, especially if HEVC playback is choppy, shows green artifacts, or fails with 4K HDR files.
A video file may use HEVC for video but a different codec for audio. If the picture works but sound does not, the missing component may be an audio codec, not HEVC. Try another file or inspect the stream details with a media information tool.
If you only need to watch the file, a reputable media player with built-in codecs can be enough. However, this does not install a Windows system codec and usually will not help with thumbnails, Photos, Clipchamp, or other apps that depend on Microsoft media components.
The best way to install HEVC H.265 support in Windows 10 or Windows 11 is to use HEVC Video Extensions from Microsoft Store. It adds decoding support for Windows media components, which helps built-in apps and compatible third-party apps open HEVC videos correctly.
Best method: Install HEVC Video Extensions from Microsoft Store
Direct Store command: ms-windows-store://pdp/?productid=9NMZLZ57R3T7
Check installed package: Get-AppxPackage *HEVC*
Windows N editions: Install Media Feature Pack first
Avoid: Unknown codec packs and random DLL download websites