If you've ever tried to send an iPhone photo to a Windows PC, a form upload, or an older app, you've probably hit the "HEIC file won't open" wall. Apple switched the default camera format from JPEG to HEIC back in 2017, and it's still quietly breaking workflows everywhere.
Here's what's going on and the fastest way to fix it — no app installs, no uploads to someone else's server.
What is HEIC, anyway?
HEIC is a container format built on the HEIF standard (High Efficiency Image File Format). Under the hood it uses HEVC — the same codec that powers 4K video — which is why it stores photos at roughly half the size of an equivalent JPEG at the same quality.
The catch: HEVC is patent-encumbered, and support outside Apple's ecosystem is patchy. Windows needs a paid codec extension, some CMSes reject it outright, and plenty of image editors still can't read it.
Why JPG is still the safe default
JPG is the one format that opens absolutely everywhere. If a photo is going to leave Apple's ecosystem — email, a client portal, a print shop, a WordPress upload — JPG is the lowest-friction choice. You give up a bit of compression efficiency, and you'll want to strip the EXIF metadata before publishing, but compatibility is bulletproof.
The 30-second conversion (works right in your phone browser)
You don't need a desktop app or a "convert HEIC" website that uploads your photos to a server. Conversion is a browser-native task now:
- Open an HEIC to JPG converter in any modern browser — phone or desktop.
- Drop your HEIC files in (or tap to select from your camera roll). You can batch up to 30 at once.
- Download the JPGs — individually or as one ZIP.
Because it runs entirely on-device with Web Workers, your photos never leave your phone. You can even put it in airplane mode and watch it keep working — that's the test for whether a tool is actually local.
HEIC → JPG isn't your only option
Depending on what you're doing, two other conversions are worth knowing:
- HEIC → PNG — when you need lossless and transparency, e.g. for a logo or a screenshot you'll edit later. See the HEIC to PNG converter.
- HEIC → WebP — when the destination is the web. WebP is ~25–35% smaller than JPEG at the same quality, which matters for page speed. See the HEIC to WebP converter.
Bottom line
HEIC is great on your iPhone and painful everywhere else. When a photo needs to travel, convert it to JPG (or WebP for the web) first — and do it in a way that keeps the file on your device. It's faster and more private than the upload-first alternatives.
Top comments (0)