HomeBlog › How to convert HEIC to JPG

How to Convert HEIC to JPG (the Easy Way, No Software)

Updated August 12, 2026 · 8 min read

Your iPhone takes gorgeous photos and then saves them in a format half the internet cannot open. So the moment you try to upload one to a web form, email it to a Windows user or print it at a kiosk, you run into the same question everyone with an iPhone eventually asks: how to convert HEIC to JPG. The good news is that the answer takes about five seconds, and you do not need to install anything.

This guide starts with the fastest method (an online converter that runs entirely in your browser), then walks through every solid offline option for Mac, Windows, the iPhone itself and the command line, with exact steps for each. Pick whichever fits your situation; they all end with a normal JPG that opens everywhere.

Quick answer

The fastest way is an auto-starting online converter: open heicjpg.online, drop your photos, and the conversion starts by itself the moment the upload finishes. About a second later you click Download and the JPG is on your disk. No software, no settings, no account.

The easy way: convert HEIC to JPG online

If you just need a JPG right now, on whatever device you happen to be holding, an online converter is the shortest path. There is nothing to install, it works the same on a phone, a work laptop with no admin rights, a Chromebook or a borrowed PC, and the whole job is three steps:

  1. Open the converter. Head to the free tool where you can convert HEIC to JPG directly in your browser. The page is a single drop zone; there is nothing to configure.
  2. Drop your photos. Drag in one HEIC file or several at once, or tap to pick them from your camera roll. Here is the part that surprises people: you do not press any convert button. Each file starts converting automatically the instant its upload finishes.
  3. Download. Roughly a second after the upload lands, the JPG is ready. Click Download next to a single photo, or use Download all to grab several photos as one ZIP file.

That is the entire process. Because the conversion starts on upload, the usual middle of the job (choosing an output format, finding the convert button, waiting for a queue) simply does not exist. For a handful of vacation photos, the upload is the slowest part.

A few practical details worth knowing. The converter accepts .heic, .heif and .hif files, so photos from Samsung phones and HEIF-shooting cameras work just as well as iPhone shots. If you upload a Live Photo, the main still frame is extracted and converted. And because the download links stay valid for 30 days, you can convert on your phone during a commute and pull the ZIP down on your work PC later; the link works from any device.

Good to know

Under the hood, the server decodes the HEVC image inside your HEIC file and re-encodes it as a full-resolution JPG at quality 92. EXIF metadata (capture date, camera model, GPS location) is preserved and the orientation is corrected, so the photo comes out exactly as it went in, just in a format everything can open. Converted files sit behind unguessable links and auto-delete after 30 days.

How to convert HEIC to JPG offline: Mac, Windows, iPhone and command line

Sometimes you want the conversion to happen entirely on your own machine: no internet, big local folders, or company policy. Every major platform has a built-in or free way to do it. Here are the ones worth knowing, with exact steps.

On a Mac: Finder Quick Actions or Preview

macOS has understood HEIC since High Sierra, and modern versions can convert without opening a single app window:

Between the two, Quick Actions is faster for a one-off folder, while Preview is better when you want control over the output quality. Both keep your original HEIC files untouched and write new JPGs alongside them.

On Windows: the Photos app, with one catch

Windows can open and convert HEIC in the Photos app, but only after the right codecs are installed. On Windows 10 you need two Microsoft Store add-ons: HEIF Image Extensions (free) and HEVC Video Extensions (usually about $0.99, because HEVC decoding carries patent royalties). Windows 11 22H2 and later ship HEIF support built in, though HEVC decoding can still depend on the device. Once the codecs are in place: open the HEIC file in Photos, click the three-dot menu, choose Save as, and pick .jpg as the file type. One photo at a time, but fully offline.

There is also a way to dodge the problem entirely if your HEIC files come from your own iPhone over a cable: on the iPhone, go to Settings > Photos > Transfer to Mac or PC and choose Automatic. The phone then converts photos to JPG on the fly during USB transfer, and Windows never sees a HEIC file at all.

On the iPhone itself: stop the problem at the source

If you are tired of converting, you can tell the camera to save JPG in the first place. Go to Settings > Camera > Formats and switch from High Efficiency to Most Compatible. From that moment on, new photos are saved as JPG.

Two things to understand before you flip it. First, this setting only affects future photos: everything already in your camera roll stays HEIC, so you will still need a converter for the existing ones. Second, JPG files run roughly twice the size of HEIC, so a full camera roll will eat storage noticeably faster.

On the command line: ImageMagick for bulk jobs

For hundreds of files, scripts or scheduled jobs, ImageMagick is the standard tool on Mac, Windows and Linux. After installing it, open a terminal in the folder with your photos and run:

magick mogrify -format jpg -quality 92 *.heic

That single line converts every HEIC file in the folder to a JPG at quality 92, keeping the originals in place. It is the fastest option per photo once set up, but the setup (installing ImageMagick, being comfortable in a terminal) is exactly the kind of effort most people convert photos to avoid.

Which method should you use?

All five methods produce a perfectly normal JPG. They differ in how much setup they demand and how well they scale, so the honest comparison looks like this:

MethodEffortSpeedBest for
Online auto converterNone: drag, drop, downloadAbout a second per photo after uploadAnyone, on any device, without installing anything
Mac Quick ActionsLow: built into FinderFast, works on whole selectionsMac users converting local folders
Windows PhotosMedium: codec add-ons first, then one file at a timeSlow for more than a few photosOccasional single conversions on a PC
iPhone camera settingOne-time settings changeInstant, but future photos onlyStopping new HEIC files at the source
Command line (ImageMagick)High: install a tool, use a terminalVery fast in bulkDevelopers and huge batches

The pattern is clear: offline methods win when you convert the same way, on the same machine, all the time. For everything else, the browser wins. If you only convert now and then, skip the setup entirely, drop your photos into the converter and download the finished JPGs (or the ZIP, if you dropped several) a second later.

Did you know?

The JPG you get back is often larger in megabytes than the HEIC it came from. That is not a bug. JPEG's compression was published in 1992, and it simply needs more bytes to store the same picture quality that HEIC's modern HEVC compression packs into roughly half the space. Same photo, older packaging, bigger box.

Quick answers to common questions

Does converting HEIC to JPG lose quality?

Both HEIC and JPG are lossy formats, so a conversion is technically a re-encode. In practice, a full-resolution JPG at quality 92 is visually indistinguishable from the original for viewing, sharing and printing. The one habit to avoid is repeatedly editing and re-saving the JPG itself, because JPG degrades slightly on each re-save. Convert once, keep the HEIC original, and you lose nothing that matters.

Are my photos private when I convert online?

With heicjpg.online, yes by design: there is no account, no ads, no cookies and no watermarks. Converted files are stored behind unguessable links, auto-delete after 30 days, and IP addresses are stored only as irreversible hashes. Uploading also never touches the original on your phone; you are sending a copy.

Does EXIF data survive the conversion?

Yes. The capture date, camera model, lens data and GPS coordinates carry over to the JPG, and the orientation flag is applied correctly so nothing arrives sideways. If you upload a Live Photo, the main still frame is extracted and converted. The one practical consequence worth remembering: since EXIF survives, the JPG still contains the location data, so strip it separately if you are posting somewhere you would rather not share where the photo was taken.

Can I convert several photos at once?

Yes. Drag them in together, or select several in the file picker, and each one starts converting as soon as its upload finishes. When they are done, Download all hands you a single ZIP instead of a pile of separate downloads, which is exactly what you want when a form, a client or a print order needs a batch of JPGs.

Convert your HEIC photos now

Drag them in, watch the conversion start by itself, and download your JPGs a second later. Free, full resolution, no sign-up.

Convert HEIC to JPG free