HEIC to JPG Converter icon

HEIC to JPG Converter

Convert iPhone and iPad HEIC photos to universally compatible JPG files for uploads, email, office workflows, and sharing with Windows or Android users — all processed locally in your browser.

Drag & drop your HEIC file(s) anywhere on the page
or click "Choose File"
Background color
Original
Original preview
Converted
Converted preview

Last tested June 2026. We verified this tool's core flow — selecting input, processing, preview, and download — in current Chrome, Safari, and Firefox on desktop and mobile, and checked how it handles unsupported or oversized files.

What this tool does

HEIC to JPG Converter takes photos saved in Apple's HEIC format and re-encodes them as JPG without sending any data to an external server. HEIC (High Efficiency Image Container) has been the default camera format on iPhones and iPads since iOS 11, which means hundreds of millions of photos are captured in this format every day. The problem is that the rest of the digital world has not fully caught up: Windows Photo Viewer, many Android gallery apps, WordPress media libraries, government upload portals, and countless web forms still do not accept HEIC files.

This tool bridges that gap instantly. Whether you transferred photos from your iPhone via AirDrop, downloaded them from iCloud, or received them from a colleague who uses an Apple device, you can drop them here and get a JPG that works everywhere. The conversion preserves the visual quality of the original photo while producing a file that every operating system, browser, email client, and image editor on the planet can open without hesitation.

When to use JPG

JPG is the right destination when you need your photo to be accepted by the widest possible range of devices and platforms. If you are uploading an image to a job application form, attaching a photo to an insurance claim, emailing a picture to someone on a Windows PC, or posting to a forum that rejects HEIC, JPG eliminates the compatibility problem entirely. It is also the safer choice when you do not know what device or software the recipient will use to view the image.

There are workflow-level reasons to choose JPG as well. Real estate listing services, medical record systems, school enrollment portals, and e-commerce product upload forms frequently mandate JPG. Social media platforms recompress every upload anyway, so starting from a broadly accepted format avoids upload failures. If you routinely transfer photos from an iPhone to a Windows computer for editing or archiving, converting to JPG at the point of transfer saves troubleshooting later.

Best use cases

These scenarios reflect where HEIC-to-JPG conversion solves a real friction point that iPhone and iPad users encounter regularly.

  • Upload iPhone photos to job portals, insurance forms, real estate listings, or government sites that only accept JPG.
  • Email vacation or event photos to family and friends who use Windows or Android and cannot open HEIC attachments.
  • Open iPhone camera photos in desktop software such as older versions of Photoshop, GIMP, PowerPoint, or Word that lack HEIC support.
  • Prepare product photos taken on an iPad for marketplace listings on Amazon, eBay, or Etsy that require JPG input.

Developer use cases

Developers frequently encounter HEIC files when building apps or services that accept user-uploaded photos. Mobile users shooting on iPhones will submit HEIC files to profile picture uploads, support ticket attachments, and content submission forms. If the backend image processing pipeline only handles JPG and PNG, developers need a conversion step. This browser-based tool provides a quick manual fallback for testing and debugging image handling without setting up server-side libraries like libheif or ImageMagick.

There are also situations where developers need sample JPG files derived from real HEIC camera output for unit tests, documentation screenshots, or staging environments that do not have HEIC decoding capabilities.

  • Test how an upload form handles converted iPhone photos before deploying HEIC support server-side.
  • Generate JPG test fixtures from real HEIC camera output without installing command-line conversion tools.
  • Create fallback assets for Open Graph images and social cards when the source material arrives in HEIC format.

How your file is processed

Because most browsers cannot decode HEIC natively, this tool loads a HEIC decoder library (heic2any, built on libheif) from a CDN in your browser the first time it is needed; Safari, which decodes HEIC on its own, may skip that download. Either way, the photo is decoded and converted to JPG on your device and is not uploaded to a server — only the decoder code is fetched over the network, not your image.

Lossless vs lossy explained

HEIC can store images with either lossy or lossless compression, but the vast majority of iPhone photos are lossy HEIC. JPG is always lossy, so converting from lossy HEIC to JPG introduces one additional round of compression. For photographs with smooth gradients and natural textures, this second compression pass is virtually invisible. For screenshots, scanned documents, or images with crisp text and hard edges, the JPG compression may soften fine details. In those cases, converting to PNG instead preserves every pixel exactly. Understanding this tradeoff helps you pick the right output format before converting.

Best Format Comparison Table

HEIC is efficient for storage but limited in compatibility. The table below helps you decide whether JPG, PNG, WebP, or HEIC fits the job better.

FormatCompressionTransparencyBest ForWebsite Impact
HEIC Lossy or lossless Yes iPhone/iPad storage, Apple ecosystem sharing Not suitable for web delivery due to inconsistent browser support
JPG Lossy No Photographs, email attachments, legacy uploads, print preparation Small and universally supported, but text and hard edges can soften
PNG Lossless Yes Screenshots, logos, UI elements, diagrams, transparent graphics Usually heavier than JPG or WebP, but reliable for sharp edges
WebP Lossy or lossless Yes Modern websites, blogs, product cards, social previews Often the best balance of size and quality for front-end delivery

How To Use

  1. Upload one or more HEIC or HEIF files from your iPhone, iPad, or computer.
  2. Choose a background color if the source contains any transparency (JPG cannot store alpha channels).
  3. Click Convert and let the browser create the JPG version locally on your device.
  4. Download the result and continue with compression, resizing, or sharing as needed.

Common Mistakes To Avoid

Forgetting that JPG discards transparency — always set a background color before converting HEIC files that might have transparent regions.

Expecting JPG to match HEIC file size. JPG files are typically larger than HEIC at comparable visual quality because HEIC uses more efficient compression.

Using JPG for screenshots or scanned documents with crisp text when PNG would preserve sharp edges and fine details better.

Skipping compression or resizing after conversion when the JPG is destined for web publishing, email, or a platform with upload size limits.

Frequently Asked Questions

Does HEIC to JPG keep the original capture date and GPS location?

Usually no. The decoder renders the photo to pixels, then re-exports as JPG, so embedded EXIF like the shooting date and GPS coordinates is typically dropped. That is helpful privacy-wise before sharing, but if you organize photos by date or location, note those details first, since the JPG may not carry them forward.

What happens to a HEIC Live Photo when I convert it to JPG?

Only the still frame becomes a JPG. The short motion clip Apple pairs with a Live Photo is stored separately and is not part of the HEIC image, so it is not included. You get the single key photo as a standard JPG, which is exactly what most upload forms and contacts expect anyway.

Why does my iPhone HEIC look correctly oriented after converting?

iPhones tag photos with an orientation value, and the decoder applies that rotation while reading the file, so the JPG is baked upright instead of relying on a flag some apps ignore. This avoids the sideways-photo problem you sometimes see when a HEIC is opened by software that does not honor the orientation tag.

Does this conversion send my HEIC to a server since browsers struggle with HEIC?

No. Browser HEIC support is uneven, so the page loads a decoder library to read the format, but the photo itself is decoded and converted right on your device and is not uploaded. The processing code comes over the network; your image data does not leave your browser, which keeps personal photos private.

Will a 48-megapixel HEIC keep its full resolution as a JPG?

Yes. The conversion preserves the pixel dimensions of the source, so a high-resolution iPhone HEIC produces an equally high-resolution JPG. The file size grows because JPG is less efficient than HEIC, but no resolution is lost. If you need a smaller file afterward, resize or compress the JPG as a separate step.

Can I convert HEIC photos to JPG on my iPhone or iPad directly?

Yes. The tool runs in the mobile browser, and Safari on iOS decodes HEIC natively, so you can convert straight from the Photos app without a desktop or any installed app. This is handy when a form or website on your phone rejects the HEIC your camera produced and only accepts JPG.

Related tools

HEIC to JPG is typically a compatibility step: move the iPhone photo into a universally accepted format, then resize, compress, or continue editing as needed.

Related Converters

People Also Use