SnapFetch

2026-07-26 · By SnapFetch

HEIC to JPG: Why Your iPhone Photos Won't Open

You AirDrop a photo to a friend on Windows, or upload one to an old web form, and it just... won't open. The culprit is almost always HEIC.

What HEIC actually is

HEIC (High Efficiency Image Container) is the format iPhones have used by default since iOS 11 in 2017. It wraps an image compressed with HEVC, the same family of codec used for video, and that buys it a lot: the same photo lands at roughly half the size of the equivalent JPG. Multiply that across a few thousand photos and it is the difference between paying for more iCloud storage and not.

The catch is support. HEVC carries patent licensing that kept it out of a lot of software, so plenty of apps, websites, and non-Apple devices still cannot read a .heic file at all. Windows will show you a placeholder or ask you to buy a codec extension. Older web forms reject the upload outright. Some will accept the file and then fail silently on their end, which is worse.

So the photo is not broken or corrupted. It is just wearing a coat the other program does not recognise.

Convert it to something universal

Two sensible destinations, and the right one depends on what happens to the photo next.

  • HEIC to JPG is the safe default. JPG opens literally everywhere - every browser, every operating system, every form that has ever accepted an image. It is built for photographs, and a photograph is what came off your phone.
  • HEIC to PNG is the one to pick if the image is going into further editing, or if you are pulling a screenshot out of your camera roll rather than a photo. PNG is lossless, so nothing further is discarded in the encode.

One thing worth being straight about: HEIC is already a lossy format. The phone compressed the picture when it saved it. Converting to PNG will not add any new loss, but it also cannot recover detail the phone discarded - and the PNG will usually be considerably larger than the HEIC it came from, because lossless compression on photographic content is not very efficient. If you were converting to save space, PNG is the wrong direction.

For the same reason, work from the original in your camera roll where you can. A copy that has already been through WhatsApp or Messenger has been re-compressed on the way, and converting that gives you the compressed version's flaws in a new wrapper.

While we're here: PNG vs JPG

If you are converting images anyway, the distinction is worth having straight, because it decides most format questions on its own:

  • JPG is lossy and small, and it is very good at photographs - continuous tone, soft gradients, no hard edges. It has no alpha channel, so it cannot store transparency at all.
  • PNG is lossless and keeps transparency, which makes it right for logos, screenshots, UI captures, and line art. Files are noticeably bigger for the same picture.

The practical rule: photographs go to JPG, anything with sharp edges or a transparent background goes to PNG.

That transparency point catches people out. Converting a transparent PNG to JPG fills the transparent areas with white, because there is nowhere in a JPG for that information to live. It is not a bug and it is not recoverable afterward - the white is baked in. If you need the see-through background, stay on PNG, or use PNG to WebP, which keeps the alpha channel while getting most of the size saving.

A lossless PNG converted to WebP loses detail once; an already-lossy JPG converted to WebP loses it twice.
The source format decides how much a conversion costs you. The same encoder, two very different starting points.

Going the other way, JPG to PNG is a common request that does less than people expect. PNG will preserve exactly what the JPG contains, but the JPG already threw detail away, and no lossless format can put it back. Convert for editing headroom or for software that demands PNG - not to improve the picture.

Where the photos are going next

A few onward steps come up often enough to be worth naming:

  • Need the photo inside a document? Image to PDF takes several images at once and builds one multi-page PDF, in the order you arrange them.
  • Photo too big for an upload limit? Compress Image re-encodes it at a lower quality rather than changing format, which is usually what you actually wanted.
  • Wrong shape for the form? Crop Image and Resize Image handle the dimension side.

The short version

Keep HEIC on your phone if you like the space savings - it is genuinely a better format, and the storage difference is real. Convert a copy to JPG whenever the photo needs to go somewhere that is not an Apple device, and reach for PNG only when you need transparency or lossless editing headroom.

Whatever you upload here is deleted from our servers an hour later, and nothing is watermarked or held back behind an account.