Converter / Without codecs

Open HEIC on Windows without the Microsoft Store codec

Updated

The route on this page decodes HEIC files on this PC with WebAssembly. The photos are not uploaded, and nothing is installed on the machine.

The standard advice for HEIC on Windows is “install HEIF Image Extensions from the Microsoft Store”. On plenty of PCs that advice is a dead end. This page is for those PCs: what actually blocks the Store route, and how to get a JPEG copy that opens everywhere using nothing more than the browser already on the machine.

Diagram comparing two routes for a HEIC file on a Windows PC: installing the Microsoft Store codecs, which needs Store access and changes the whole PC, or converting a JPEG copy in the browser, which needs no install and keeps the photo on the device.
The two honest routes. The codec install is the right choice for a PC you control and use daily; the browser conversion is the one that works when the Store is out of reach.

Why the Store route fails so often

Windows can open HEIC natively, but only after two codecs are present: HEIF Image Extensions (the container) and, on many machines, an HEVC video codec (the compression inside). Both normally come from the Microsoft Store, and that is exactly where things go wrong:

None of this is your photo's fault. The file is fine; the machine is simply not allowed, or not able, to learn the format.

The route that works anyway: convert in the browser, on this PC

A browser does not need Windows codecs to decode HEIC, because it can bring its own decoder as WebAssembly — a small program that runs inside the tab with no installation and no admin prompt. That is what this site's converter does: it loads an open-source decoder (libheif), turns each HEIC into pixels in the browser's memory, and re-encodes a JPEG or PNG copy which you download. The photo never leaves the PC; the page's own code is the only thing fetched from the network.

  1. Open the converter in Edge, Chrome or Firefox — whichever the PC already has. On a locked-down machine Edge is always there.
  2. Drop the .heic or .heif files into the box, or use Choose files. A whole batch at once is fine; files are converted one after another.
  3. When each card shows a thumbnail, choose Download JPEG (or PNG if a tool has asked for that). For a batch there is a single ZIP download, and ticked photos can become one A4 PDF.

Open the converter

Annotated diagram of the converter page: the dashed drop zone at the top, the JPEG quality slider beneath it, and a converted file card showing the original and converted sizes with Download JPEG, Download PNG and Include in PDF controls.
What you are looking at once a file has converted. The card shows the original and converted sizes so you can sanity-check before downloading.

Check the JPEG actually opened

Take ten seconds to confirm the copy is good before you delete anything or attach it to a form:

Common failures, and what they mean

What this route will not do

If you later get a PC where you can install the codecs and you handle HEIC every week, the Windows guide compares that route honestly — for daily HEIC work the one-off install is the better tool.