Guide · 5 min read · Updated 2026-08-09

How to open HEIC files on Windows

Your iPhone photos are fine. Windows just does not ship the decoder for free any more.

Drop your file hereor choose a file from your deviceAccepted: HEIC / HEIF

This file never leaves your browser.

You email yourself a few photos from an iPhone, open them on a Windows PC, and Photos tells you the file format is not supported. The files are not damaged and you did nothing wrong. Windows simply cannot decode HEIC without a codec that Microsoft charges for.

What HEIC is and why Apple uses it

HEIC is a container for images compressed with HEVC, the same video codec as H.265. Apple switched the iPhone camera to it because it produces files roughly half the size of JPEG at comparable quality. On a phone with thousands of photos, that is a lot of storage saved.

The catch is patents. HEVC is covered by a licensing pool, and shipping a decoder means paying for it. Apple pays and bundles it. Microsoft chose to sell it as a paid add-on instead. That single business decision is the entire reason your photos will not open.

Check before you do anything elseOn recent Windows 11 builds, HEIC support is sometimes already present. Try double-clicking the file first. If it opens, you are done and can ignore the rest of this page.

Option 1: stop the iPhone producing HEIC

If you regularly move photos to a PC, the cleanest fix is upstream. On the iPhone, open Settings → Camera → Formats and choose "Most Compatible". New photos are captured as JPEG, which every device on earth can open.

Two caveats: it does not convert the photos you already have, and JPEG files are larger, so your phone storage fills faster. Worth it if compatibility matters more to you than space.

There is also a subtler option. In Settings → Photos, "Automatic" under Transfer to Mac or PC converts HEIC to JPEG on the way out when you transfer over a cable — the phone keeps HEIC internally, but the PC receives JPEG.

Option 2: convert HEIC to PDF in your browser

If what you actually need is to view, share, print, or archive the photos rather than edit them, PDF solves the problem in one step. Every Windows machine opens PDFs without installing anything, and a PDF can hold the image at full quality while being trivially printable and emailable.

The converter below decodes HEIC using libheif compiled to WebAssembly, running inside the page. Your photos are decoded by your own browser and never uploaded, which matters more for personal photographs than people usually stop to consider. The page size follows the image orientation, so a landscape photo produces a landscape page instead of being letterboxed into portrait.

Drop your file hereor choose a file from your deviceAccepted: HEIC / HEIF

This file never leaves your browser.

Option 3: buy the codec or use another viewer

Microsoft sells the "HEVC Video Extensions" in the Microsoft Store for a small one-off fee. Once installed, HEIC works everywhere in Windows including File Explorer thumbnails, which is the most seamless outcome if you deal with these files constantly.

Free alternative: install a viewer with its own decoder. IrfanView and XnView both open HEIC without the Microsoft codec and can batch-convert a folder to JPEG. Worth it if you have hundreds of files to process at once.

Watch out for the .HEIC extension trapRenaming a .heic file to .jpg does nothing. The extension is a label; the bytes inside are still HEVC-compressed. Anything that could not read it before still cannot read it. Only actual decoding and re-encoding converts a file.

Which option should you pick?

A handful of photos to view or send: convert to PDF above, nothing to install. Ongoing transfers between iPhone and PC: change the camera format to Most Compatible. Hundreds of existing files to convert: install IrfanView and batch it. You use HEIC daily on Windows and want it to just work: buy the codec.

Frequently Asked Questions

Does converting to PDF reduce image quality?

There is a re-encode step, so it is not bit-identical to the original. The output is high quality and appropriate for viewing, sharing, and printing. If you need a pixel-perfect archival master, keep the original HEIC alongside.

Why not just convert to JPEG?

JPEG is the better answer if you want to edit the photo afterwards. PDF is better if you want to view, print, email, or combine images into one document — and it needs no codec on any operating system.

Are my photos uploaded anywhere?

No. Decoding happens in your browser via WebAssembly. The file is read from disk into the page, decoded in memory, and written back out as a download. Nothing is transmitted.

What about HEIC files with multiple images inside?

HEIC can hold bursts or Live Photo frames. The primary image is what gets converted, which is the one you see in your photo library and almost always the one you want.

Related Guides