HEIC to JPG Converter
Turn iPhone HEIC photos into ordinary JPG or PNG files that open anywhere. Converts in your browser, so nothing is uploaded, and there is no watermark or file limit.
Choose your photos?HEIC and HEIF files from an iPhone or iPad. Nothing is uploaded — decoding happens on this device using WebAssembly. You can also paste an image from the clipboard.
Drop as many as you like. They are converted one at a time so your device stays responsive.
Preparing the decoder...
Files
0
Output
Applies to every file in the list.
90%
Your photos never leave this device. There is no upload, no account and no watermark.
How to use it
No account, no upload, no install.
1
Drop your HEIC files
Drag them in, click to browse, or paste from the clipboard. Add as many as you like.
2
Pick a format
JPG suits photos and is the safest choice. PNG keeps every pixel exactly. WebP makes the smallest files.
3
Convert and save
Download each photo individually, or grab the whole batch as a single ZIP file.
Questions about HEIC
What is a HEIC file?
HEIC is the photo format Apple has used by default since iOS 11. It stores the same picture in roughly half the space of a JPG, which is excellent on the phone but awkward everywhere else. Windows, most Android phones, and a great many websites cannot open it without extra software.
Are my photos uploaded anywhere?
No. The decoder is a WebAssembly build of libheif that runs inside this page. Your photo is read from disk into memory, converted, and handed straight back to you as a download. Nothing is transmitted, nothing is stored, and closing the tab erases everything.
Is there a limit on how many files or how large?
There is no artificial cap. The practical limit is your own device memory, since the work happens locally. Files are processed one at a time rather than all at once, specifically so that a large batch does not exhaust memory on a phone or an older laptop.
Which format should I choose?
JPG for ordinary photos, and it is what almost everything expects. PNG if you need a lossless copy, though the file will be much larger. WebP if the destination supports it, since it gives the smallest file at a given quality. The quality slider applies to JPG and WebP only; PNG is always lossless.
Does converting remove my photo's metadata?
Yes, as a side effect. The converted file is rebuilt from raw pixels, so EXIF data including GPS coordinates, camera model and timestamps is not carried across. If that is what you actually want, it is worth knowing this happens automatically here.
Why did the page download something the first time?
Decoding HEIC needs the libheif library compiled to WebAssembly, roughly 1.2MB. It is fetched only after you choose a file, never on page load, and your browser caches it so the wait happens once.