HEIC to PNG Converter

Turn iPhone HEIC photos into PNGs without losing any pixel data. Good for editing or for apps that demand a lossless source. Files stay on your device.

Drop HEIC files here

or click to browse (pick as many as you want)

Accepts: .heic, .heif

Why PNG instead of JPG

JPG saves space but throws away some image data every time it re-encodes. PNG keeps every pixel. If you plan to edit the photo, drop it into a design tool, or hand it off to anyone who'll compress it further, start from PNG so nothing gets stacked on top of an already-lossy file.

What happens under the hood

About file size

PNG files will usually be bigger than the original HEIC, sometimes a lot bigger. That's the price of lossless. The pixels are identical to what the decoder produced from the HEIC. No re-compression is happening.

Nothing leaves your browser

This page does all its work locally. Want to check? Open the page, turn off Wi-Fi, run a conversion. It still goes through.

About the HEIC format

HEIC is the Apple-flavored filename for HEIF, the High Efficiency Image File Format MPEG standardized in 2015. Apple made it the iPhone camera default in iOS 11 (late 2017) to cut storage in half without losing visible quality. Image data inside an HEIC is squeezed with HEVC (H.265), the same codec used for 4K video. Beyond compression, HEIC can hold multiple images, depth maps from portrait mode, and 10-bit color. Non-Apple ecosystems took years to catch up on support because HEVC carries patent licensing fees, which is why Microsoft, Google, and many older tools still treat HEIC as an edge case.

About the PNG format

PNG (Portable Network Graphics) was developed in 1995 and standardized by the W3C in 1996 as a free replacement for GIF, whose LZW compression was under patent at the time. It uses lossless DEFLATE compression — the same algorithm as ZIP — and supports a full alpha channel for transparency. PNG is the format of choice for screenshots, logos, line art, anything with sharp edges, and any image that will be re-edited. Files are larger than JPG because nothing's discarded; every pixel is preserved exactly.

When to use HEIC to PNG (and when not to)

Right call when:

Don't bother if:

Common problems and how to fix them

Frequently asked questions

Are my photos uploaded anywhere?

No. libheif (compiled to WebAssembly) decodes inside your browser, and the canvas API re-encodes as PNG. Nothing leaves the tab.

Does this work on iPhone?

Yes. Safari on iOS reads HEIC natively and saves the resulting PNG to your Files app under Downloads.

Does it work on Windows without the HEIC extension installed?

Yes. The decoding is done by libheif in JavaScript, so you don't need Microsoft's paid HEIF/HEVC codec.

Will transparency be preserved?

HEIC photos straight from an iPhone don't have transparency. If you're starting from an HEIC that was edited with an alpha channel (rare), the PNG will keep it.

How many photos can I do at once?

A few dozen on a phone, several hundred on a desktop. Batches are limited by RAM more than CPU.

What other formats can HEIC become?

JPG (smaller file, lossy) and PDF (for bundling photos into a document) are both available on this site.

Related converters