Free HEIC to JPG Converter

Turn iPhone HEIC photos into JPG, PNG, or WebP. Everything runs in your browser, so the photo stays on your device.

No uploadiPhone-friendlyUnlimited
Convert to

Drop HEIC or HEIF files here, or click to choose

Up to 20 files · 40 MB each · .heic and .heif

How it works

1. Drop your HEIC files

Drag, or click to pick. Up to 20 HEIC or HEIF files at a time. Straight from the iPhone Photos app or AirDrop.

2. Pick the output format

JPG by default. Switch to PNG if you need a lossless copy, or WebP for the smallest file. The decode happens locally.

3. Save the converted images

Download one by one or grab them all at once. The original HEIC files never left your device.

Why iPhone Photos Are HEIC

HEIC is the container Apple ships its iPhone photos in. The codec inside is HEVC, the same family used for 4K video. The reason Apple made the switch back in iOS 11 was size: a HEIC file is usually about half the size of an equivalent JPG with the same visible quality. On a phone shooting forty-megapixel photos all day, that adds up fast.

The trade-off is reach. JPG is supported by every operating system and every piece of software written in the last thirty years. HEIC is supported on iOS, on recent macOS, on Windows 11 if you pay for the HEIF extension, and on a small but growing slice of Android. Most webmail forms, most older photo editors, and most older messaging apps still expect JPG. That gap is the reason this tool exists.

Common HEIC Conversions

Conversion is rarely the final goal. It is usually a step between the iPhone photo and somewhere that will not accept HEIC directly. Here are the four directions worth knowing.

HEIC → JPG
The most common conversion. JPG works everywhere: Windows File Explorer previews, Android gallery apps, every social network, every webmail upload field. The trade is roughly double the file size compared to HEIC at matched quality, which is usually a fair trade for the compatibility.
HEIC → PNG
For when you need a lossless copy. PNG re-encodes without throwing away detail and is the safe pick if the photo will be edited in software that does not understand HEIC. Files are large; expect 5 to 10 times the HEIC size.
HEIC → WebP
For sites and apps that already accept WebP. The output is usually 25 to 35 percent smaller than the JPG version at matched quality and supports transparency. Not yet accepted by every upload form, so check before committing.
HEIF → JPG
HEIF is the spec; HEIC is Apple’s container around it. Samsung, Sony, and a few Android OEMs use the .heif extension instead. Same codec under the hood, same conversion. If a .heif file does not open on Windows, this tool decodes it.

How the Conversion Runs Locally

The HEIC file is decoded with libheif, a WebAssembly build of the same library most native photo viewers use. The decoded pixels are drawn into a canvas in your browser, then re-encoded into the format you picked. Nothing about the photo is uploaded. The conversion is bounded by your device’s CPU and RAM; expect a modern phone to handle a single twelve-megapixel photo in under a second, and a laptop to handle a batch of twenty in a few seconds to a minute depending on size.

The first photo in a batch is slightly slower than the rest because the WebAssembly module has to download and warm up. After that, each conversion reuses the warmed-up decoder. Closing the tab throws everything away; there is no server-side history of the files you converted.

After converting, you can shrink the JPG further with our image compressor or switch between JPG, PNG, and WebP later with the image converter. If you want to drop the converted photo into a single PDF, point it at the JPG to PDF tool.

Frequently asked questions

Are my HEIC photos uploaded anywhere?+

No. The HEIC file is decoded in your browser with a WebAssembly build of libheif, then re-encoded by the browser canvas. The original file never leaves your device.

Why are iPhone photos HEIC instead of JPG?+

Apple switched to HEIC in iOS 11 because the format compresses photos about twice as efficiently as JPG at the same visible quality. You can switch your iPhone back to JPG in Settings > Camera > Formats > Most Compatible, but most iPhones still ship HEIC by default.

Can I convert HEIC to PNG or WebP, not just JPG?+

Yes. The output toggle at the top of the tool flips between JPG, PNG, and WebP. PNG is lossless and good when you plan to edit the photo. WebP is smaller than JPG at matched quality and good for the web.

Does this work for .heif files as well?+

Yes. HEIF is the underlying spec and HEIC is Apple’s container around it. Both extensions are accepted and decoded the same way.

What about Live Photos and bursts?+

A Live Photo on iPhone is two files: a still HEIC and a .mov video. Only the HEIC still is converted here. The video part is left alone.

Will I lose quality?+

JPG and WebP are lossy formats, so there is some quality loss compared to the original HEIC. We use a near-lossless quality setting (about 0.92) so the loss is invisible at normal viewing sizes. PNG output is lossless and produces a pixel-for-pixel match.

What are the size and count limits?+

Up to 20 files per batch, 40 MB per file. These limits keep the browser responsive on phones and older laptops.

Is it really free?+

Yes. No signup, no credits, no watermark, no paywall. Reezo runs this tool the same way we run every other utility on the site.