Most people meet HEIC by accident: a photo arrives that won't open, or a file extension shows up that they've never seen. It looks like a problem with the picture. It isn't — it's a modern image format doing its job a little too far ahead of the software around it.
The Short Version
HEIC stands for High Efficiency Image Container. It is Apple's name for a HEIF file — High Efficiency Image File Format, standardised by MPEG in 2015 — whose image data is compressed using HEVC (also called H.265), the same codec behind most 4K video.
That last detail explains almost everything about HEIC: its excellent compression, and its awkward compatibility.
Why Apple Switched
With iOS 11 in 2017, Apple made HEIC the default camera format on every reasonably recent iPhone. The reason was storage. A HEIC file is typically 40–60% smaller than a JPEG of the same photo at comparable visual quality. Across a phone holding tens of thousands of pictures, and across iCloud storage tiers Apple has to pay for, that is an enormous saving.
HEIC also does several things JPEG simply cannot:
- 16-bit colour depth — JPEG is limited to 8 bits per channel, which is why smooth skies sometimes band in JPEGs.
- Transparency — an alpha channel, like PNG.
- Multiple images in one file — how burst photos and Live Photos are stored.
- Non-destructive edits — crops and filters stored as instructions alongside the original.
- Depth maps — the data Portrait mode uses to blur backgrounds after the fact.
By any technical measure, HEIC is the better format. It is a genuine generational improvement over a standard designed in 1992.
So Why Does Nothing Open It?
Because HEVC is patent-encumbered. Unlike JPEG, whose patents expired long ago and which is now free for anyone to implement, HEVC involves licensing fees administered through multiple patent pools. That single fact cascades:
- Windows doesn't include HEIC support by default. You need Microsoft's HEIF Image Extensions, which depends on HEVC Video Extensions — historically a paid item in the Microsoft Store.
- Android support is inconsistent and depends on the manufacturer and OS version.
- Web browsers largely refuse to display HEIC natively; Safari is the notable exception.
- Upload forms — job portals, insurance claims, government sites, e-commerce listings — overwhelmingly accept JPEG and PNG only.
So a format that is objectively better ends up being the one that stops you at the door. This is also why the industry's momentum has shifted toward royalty-free successors like AVIF and WebP for the web, while HEIC remains largely an Apple-ecosystem format.
HEIC vs JPEG at a Glance
- File size: HEIC wins decisively — roughly half.
- Image quality per byte: HEIC wins.
- Colour depth: HEIC (16-bit) beats JPEG (8-bit).
- Transparency: HEIC has it; JPEG never did.
- Compatibility: JPEG wins overwhelmingly, and it is the only category most people ever need.
How to Open a HEIC File
On an iPhone, iPad, or Mac, nothing to do — HEIC is native.
On Windows 10 or 11, install HEIF Image Extensions from the Microsoft Store, and its HEVC dependency. This works, but it's a paid extension on most systems and it only fixes viewing on that one machine — the file still won't upload to a form that rejects the format.
On anything else, or when you need the photo to work everywhere rather than just in front of you, convert it. The HEIC to JPG Converter decodes HEIC in your browser using a WebAssembly build of libheif and re-encodes it as standard JPG or PNG — no upload, no codec install, and it works the same on Windows, Android, Mac, and Linux. Our step-by-step conversion guide covers batches and quality settings in more detail.
Should You Turn HEIC Off?
On your iPhone, Settings → Camera → Formats → Most Compatible switches the camera to JPEG permanently.
Whether that's worth it depends on how you use your photos. If the pictures mostly stay in your Apple ecosystem and you value the storage, keep High Efficiency and convert the occasional photo you need to send elsewhere. If you constantly move photos to Windows machines, upload them to forms, or share with Android users, switching to Most Compatible saves ongoing friction — at the cost of roughly double the storage per shot and the loss of HEIC's extra colour depth.
There is no wrong answer here. HEIC is the better file; JPEG is the more useful one.
Frequently Asked Questions
What is the difference between HEIC and HEIF?
HEIF is the container standard; HEIC is the specific case where the images inside are compressed with HEVC. Apple uses the .heic extension; some other devices use .heif or .hif. In practice they're handled the same way.
Does converting HEIC to JPG lose quality?
The decode step is lossless. Re-encoding as JPG is lossy, but at 90% quality it's visually indistinguishable for photographs. PNG output is fully lossless if you need it.
Can I convert HEIC back to its original quality later?
No — keep the original HEIC if you might need it. Converting produces a new file; it doesn't replace or restore the source.
Need a HEIC opened somewhere that won't cooperate? Run it through the HEIC to JPG Converter — free, private, and entirely in your browser.