Microsoft’s Windows 10 operating system does not support the HEIC image format natively. The same is true for Windows 11. You can check out my guide on adding HEIC and HEVC support to Windows 11, if you run that operating system.
Microsoft is offering a paid extension to add support, but there is a way to add support for free. This guide explains how to do that.
Note that this still installs an official Microsoft extension and does not rely on third-party codec packs at all.
Here is how you go about it:
- Open the Adguard website in a web browser.
- Set the first field to ProductID.
- Paste the following string into the second field: 9n4wgh0z6vhq
- Keep the third field at RP.
- Click on the checkmark icon on the right.
- Wait for the results.
- Right-click on “Microsoft.HEVCVideoExtension_2.2.33.0_neutral_~_8wekyb3d8bbwe.appxbundle” in the results and select the save option of the browser.
- Pick a directory.
- Double-click on the file after it has been downloaded to install the extension.
- Click on the install button to install it.
Note: Some browsers may refuse to download the file as it is delivered via a regular (insecure) HTTP connection and not HTTPS. You may need to open the download manager of the browser and select the “Keep” option or something similar.
This depends largely on the browser, but if no file is downloaded after you have selected the save option, then this is your best bet to get the file downloaded.
Once installed, many programs are capable of opening HEIF and HEVC media files. This is true for all built-in image viewers, e.g., Photos or the preview of File Explorer, but also third-party apps such as Paint.net or Adobe Photoshop.
Installed on Firefox very easily. Thanks, Martin.
I am time on time getting a message: CANNOT OPEN APP PACKAGE: Error in parsing the app package. When I am trying to download the file with my download manager FDM/Firefox. I have also tried to install this app with other browsers downloading the app like Librewolf.
What I am doing wrong?
On Windows 10 LTSC Enterprise you need to copy this text below to a text file and then save the file as install.ps1
NOT as install.ps1.txt !!!
Have the install.ps1 file and the AppxBundle file in the same directory, then right-click the install.ps1 file and run with Powershell.
Add-AppxPackage Microsoft.HEVCVideoExtension_2.2.33.0_neutral_~_8wekyb3d8bbwe.AppxBundle
Write-Output “Done, you should reboot your computer”
Start-Sleep -s 15