Quick Answer
In 2026, only Safari (on Apple devices) supports HEIC natively. Chrome, Firefox, and Edge do not support HEIC without extensions or plugins. For Chrome, install the HEIC to JPG Converter extension to open and convert HEIC files directly in your browser. Websites should never use HEIC — use JPG or WebP instead.
HEIC is a modern, efficient image format — but browser support remains one of its most significant limitations. While HEIC has been the default iPhone camera format since 2017, most web browsers still can't render HEIC images in 2026. This creates practical problems for web developers, photographers, and anyone trying to view HEIC files in a browser.
Browser Support Table (2026)
| Browser | Platform | HEIC Support | Notes |
|---|---|---|---|
| Safari 14+ | macOS 11+, iOS 11+ | Yes | Full native support — HEIC images display inline |
| Safari 13 and earlier | macOS 10.14–10.15 | Limited | HEIC decoding via OS, but inconsistent |
| Chrome (all versions) | Windows, Mac, Linux | No | Requires HEIC to JPG Converter extension |
| Firefox (all versions) | Windows, Mac, Linux | No | No HEIC support, no extension available |
| Microsoft Edge | Windows (with HEIF codec) | Partial | May work on Windows with HEIF codec installed |
| Microsoft Edge | macOS | No | No HEIC support on macOS |
| Brave | All | No | Chromium-based, no HEIC support |
| Opera | All | No | Chromium-based, no HEIC support |
Why Chrome and Firefox Don't Support HEIC
The main barrier is the HEVC (H.265) codec that HEIC requires. HEVC is patent-licensed technology governed by three patent pools (MPEG LA, HEVC Advance, and Velos Media). For a browser to include native HEVC decoding, it must negotiate licensing agreements with all three pools — a complex and expensive process.
Google's Chrome team has prioritized WebP and AVIF as modern image formats instead. Both offer excellent compression comparable to HEIC, with simpler licensing. Chrome has fully supported WebP since 2014 and added AVIF support in 2021. From Google's perspective, HEIC/HEVC adoption in Chrome would require paying licensing fees that WebP and AVIF avoid entirely.
Mozilla's position is similar. Firefox has been slow to adopt HEVC-based formats due to licensing complexity and the availability of royalty-free alternatives like WebP and AVIF.
Safari's Native HEIC Support
Safari can render HEIC because Apple's devices already include the HEVC codec as part of iOS/macOS. Apple pays the MPEG LA HEVC licensing fees through their hardware agreements, so distributing HEVC decoding capability in Safari costs them nothing extra. Safari leverages the OS's native HEVC decoder rather than implementing one independently.
This means HEIC images display correctly when viewed in Safari on:
- iPhone and iPad (iOS 11+)
- Mac (macOS 11 Big Sur and later — full support)
- Mac (macOS 10.13–10.15 — partial support)
What This Means for Chrome Users
If you're on Windows or Linux using Chrome, you have two options when you encounter HEIC files:
Option 1: HEIC to JPG Converter Extension
Install the HEIC to JPG Converter Chrome extension. This adds HEIC file handling directly to Chrome using WebAssembly-compiled libheif — the same HEIC decoder used by Apple. You can then open HEIC files in Chrome and download them as JPG or PNG.
Option 2: Convert Before Opening
Use any HEIC converter to produce a JPG file, then open that in Chrome. The JPG displays normally in any browser.
Open HEIC Files in Chrome
The HEIC to JPG Converter extension adds HEIC support to Chrome. Convert and download as JPG or PNG.
Add to Chrome — FreeHEIC on Websites: Developer Guidance
For web developers, the current state of HEIC browser support means HEIC images should never be used on public websites. Here's the recommended approach:
For photograph assets:
- Serve WebP with JPG fallback for maximum compatibility and good compression
- Use the HTML
<picture>element with multiple sources - Convert HEIC photos to WebP (better compression than JPG, 95%+ browser support in 2026)
For user-uploaded photos:
- Accept HEIC uploads but process server-side
- Convert to WebP or JPG on the server using libheif, ImageMagick, or similar
- Store and serve the converted format to all visitors
- Never serve the original HEIC to browsers
Will Chrome Add HEIC Support?
As of early 2026, there are no public announcements from Google about adding native HEIC/HEIF support to Chrome. Google's browser strategy focuses on WebP and AVIF as the modern image formats for the web. While HEVC hardware decoding has been added to Chrome for video (on supported platforms), still-image HEIC support remains absent.
The most likely scenario for improved HEIC web access is HEVC licensing costs dropping further (as the format matures and patents expire), which could lower the barrier for browser vendors to include support.