Convert HEIC to JPEG

Drop a HEIC file below and get a JPEG back. The conversion happens on your own machine, so nothing is uploaded and there is no size or quantity limit beyond what your browser can hold in memory.

Drop images here

Accepts HEIC

Lower means a smaller file. 75 is a good default for photos.

    100% in your browser Files are never uploaded.

    Why convert HEIC to JPEG?

    Plenty of websites, content management systems and older desktop programs reject HEIC uploads outright. JPEG is accepted just about everywhere, and that alone accounts for most of these conversions.

    Expect the JPEG file to come out larger than the HEIC you started with. That is the price of the broader compatibility and simpler decoding JPEG gives you.

    HEIC can carry transparency; JPEG cannot. Transparent pixels are composited onto white during conversion, so a logo with a see-through background will come out sitting on a white rectangle.

    Both formats are lossy. Every re-encode discards a little more detail, so it is worth starting from the original rather than from a copy that has already been through this a few times.

    HEIC vs JPEG at a glance

    PropertyHEICJPEG
    CompressionLossyLossy
    TransparencyYesNo
    Typical file size50-60% of an equivalent JPEG100% of an equivalent JPEG
    CompatibilityNative on Apple devices; often rejected by web uploadsOpens everywhere, including decades-old software
    Usually comes fromiPhone and iPad photo librariesDigital cameras and photo sharing

    Frequently asked questions

    Are my HEIC files uploaded anywhere?

    No. The decoder and encoder are WebAssembly modules that run inside this page. You can verify it by opening your browser’s network tab — converting a file produces no outbound requests. You could even disconnect from the internet after the page loads and it would still work.

    Is there a file size or quantity limit?

    There is no limit imposed by us. The practical ceiling is your device’s memory, since the image has to be held uncompressed while converting. On a typical laptop, images up to around 100 megapixels convert without trouble.

    Will converting to JPEG lose quality?

    JPEG is a lossy format, so some data is discarded. At the default quality setting the difference is not visible at normal viewing sizes. If you need an exact copy of the pixels, choose PNG instead.

    Does it work on a phone?

    Yes. The same WebAssembly modules run on mobile browsers. Conversion is slower than on a desktop because phone CPUs are weaker, and very large images are more likely to hit memory limits.

    Why does my iPhone save photos as HEIC?

    Apple switched to HEIC in iOS 11 because it fits roughly the same picture into about half the space of a JPEG. The trade-off is patchy support outside Apple’s own ecosystem, which is exactly why so many uploads get rejected. You can tell the camera to shoot JPEG instead under Settings → Camera → Formats → Most Compatible, at the cost of the space saving.

    What quality setting should I use?

    For photographs, 75 to 85 is the range where most people cannot tell the result from the original at normal viewing size. Below about 60 you start seeing blocky artefacts around sharp edges. Above 90 the file grows quickly in exchange for very little visible gain.

    Related converters