← Back to Blog
Formats·6 min read

How to Convert HEIC to JPG (and Why iPhone Photos Need Conversion)

A practical guide to HEIC vs JPG in 2026 — why iPhones save in HEIC, where the format causes problems, and the best ways to convert HEIC photos to JPG, PNG, or WebP for sharing and editing.

If you've ever AirDropped a photo from an iPhone to a Windows PC, emailed a vacation snap to a friend, or tried to upload an iOS photo to a website that "doesn't recognize the format," you've probably encountered HEIC.

HEIC (High Efficiency Image Container, also called HEIF) is the format Apple has used as default on iPhones and iPads since iOS 11 (2017). It's a great format technically — about 50% smaller than JPEG at the same quality — but compatibility outside the Apple ecosystem is still patchy in 2026.

This guide explains what HEIC is, when it causes problems, and how to convert it cleanly to JPG, PNG, or WebP.

What HEIC actually is

HEIC is a container format that wraps images compressed with HEVC (H.265 video codec). It's based on the same compression family as 4K video, which is why it produces such small files. HEIC supports:

  • Lossy and lossless compression.
  • Multiple images in one file (Apple uses this for Live Photos).
  • 16-bit color and HDR.
  • Transparency.
  • Image sequences (bursts).

Compared to JPEG, HEIC files are typically 40–50% smaller at equal visual quality. That's why Apple uses it: phones now have 12+ MP cameras, and the storage savings are real.

Why HEIC causes problems

In 2026, HEIC support has improved a lot. macOS, iOS, Windows 11, and recent Android versions all handle it natively. But you still hit walls:

  • Older Windows installations (Win 10 without the HEVC codec) show HEIC as broken images.
  • Email clients sometimes strip or mangle HEIC attachments.
  • Web upload forms often reject HEIC explicitly. WordPress, Shopify, many CMS tools, and lots of social media platforms still want JPG/PNG/WebP.
  • Photo editors vary widely. Photoshop and Lightroom support HEIC; older or specialized tools (Paint.NET, GIMP without plugins, many cloud editors) don't.
  • AI training pipelines and image processing scripts often assume JPG or PNG and fail on HEIC.

If you're staying in the Apple ecosystem, HEIC is fine. The moment you leave, conversion becomes a regular task.

The cleanest fix: change the iPhone setting

If you don't want to deal with HEIC at all, you can tell iPhones to save photos as JPEG instead.

Settings → Camera → Formats → Most Compatible

This makes the camera capture in JPEG by default. You give up the storage savings (file sizes roughly double) but every photo is universally compatible from the moment it's captured.

Most users keep HEIC enabled for the storage savings and convert as needed. That's a reasonable trade-off if you have plenty of phone storage.

Converting HEIC: the options

There are several ways to convert HEIC files, depending on what tools you have.

Option 1: Online conversion (simplest, no install). Drop HEIC files into a converter like our format converter, choose JPG or WebP as the target, and download the converted files. Works on any device, no software install required.

Option 2: macOS Preview (built-in on Mac). Open the HEIC file in Preview, then File → Export → choose JPEG. Quick for single files.

Option 3: Windows Photos (built-in on Win 11 with HEVC codec). Open the HEIC, then Export As JPEG from the share menu.

Option 4: Command line with ImageMagick or similar:

magick input.heic output.jpg

Option 5: Photoshop / Lightroom. Both handle HEIC natively in 2026 versions. Open and export as needed.

Option 6: iCloud sharing setting. If you turn on Settings → Photos → Transfer to Mac or PC → Automatic, iOS converts HEIC to JPEG when syncing or AirDropping.

What format should you convert TO?

Once you're converting, pick the target format based on use case:

  • JPG: Maximum compatibility. Use for sharing with people on older systems or platforms that don't accept modern formats.
  • PNG: Use only if the HEIC has transparency you need to preserve. Otherwise JPG/WebP are smaller.
  • WebP: Best for web use — smaller than JPG with similar quality. Most modern platforms accept it.
  • AVIF: Smallest files but slower to encode. Good if you're publishing to a modern web context.

For most "I just need to send this photo" use cases, JPG at quality 85 is the universal answer.

Quality considerations when converting

HEIC is already compressed. Converting to JPG re-compresses, which technically loses information. In practice, the loss at quality 85+ is invisible — but it's worth knowing.

For absolute fidelity (rare, but matters for archive use):

  • Convert HEIC → PNG (lossless). File size will balloon, but no information is lost.
  • Or convert HEIC → JPEG at quality 95–100 (visually lossless).

For everyday use:

  • HEIC → JPG quality 80–85 is fine and produces files comparable to camera-original JPEG.

Batch conversion

If you're converting more than a handful of HEIC files (a vacation's worth from your phone, say), batch matters:

  1. Online tool: Our format converter accepts multiple files at once. Drop in 50 HEIC files, convert all to JPG, download as a ZIP.
  2. macOS Preview: Select multiple files in Preview, File → Export Selected Items, choose JPEG. Done.
  3. Command line: A simple for loop with ImageMagick handles thousands of files.
  4. Adobe Lightroom: Import the HEIC batch, export as JPEG with your preferred quality.

For non-technical users, the online converter or Preview batch export are the fastest options.

Live Photos: the gotcha

When you AirDrop a Live Photo from an iPhone, you actually get a HEIC + a MOV (the video portion). Conversion tools handle the still HEIC, but the MOV (if you want it as a regular video) is separate.

If you want just the still image, convert the HEIC normally. If you want the moving Live Photo as a regular video, use the Convert to MP4 option in iOS or extract the MOV portion with a tool that understands the dual format.

Most online converters (including ours) handle the still image well; for the video portion, you'll typically use macOS Photos or a dedicated video converter.

Privacy considerations

HEIC files often contain extensive EXIF metadata: GPS coordinates, camera model, timestamps, and on iPhones, often device identifiers. When converting and especially when sharing, consider whether that metadata should travel with the file.

Most online converters strip or preserve metadata based on your settings. Our converter preserves color profile but strips identifying EXIF by default — your converted JPG won't have GPS coordinates from where the photo was taken.

For maximum privacy, double-check by inspecting the EXIF of the converted file (any image viewer can show this).

Common HEIC conversion problems

"My HEIC file won't open." On Windows, you may need to install the HEVC codec from the Microsoft Store (it's free for personal use). On macOS, every recent version supports HEIC natively.

"The converted JPG is way bigger than the HEIC." That's expected — HEIC is more efficient. A 2 MB HEIC commonly becomes a 4 MB JPG at equivalent quality. If size matters, use WebP instead of JPG.

"Colors look different after conversion." Likely a color profile issue. HEIC files often use the Display P3 color space; converting to sRGB JPEG can shift colors slightly. For accurate colors, convert with a tool that preserves the color profile.

"My batch conversion took forever." HEIC decoding is slow. Browser-based conversion (running on your laptop's CPU) is slower than dedicated apps. For very large batches (1000+ files), a desktop tool like Lightroom or a command-line ImageMagick job is faster than online conversion.

Bottom line

HEIC is a great format that often becomes a hassle the moment you share files outside Apple's ecosystem. Conversion is easy in 2026 — every modern OS supports it, and online tools handle batches.

For a quick fix: change your iPhone to "Most Compatible" mode and capture JPEG directly.

For occasional conversion: drop HEIC files into our free format converter and download JPG, PNG, or WebP versions in seconds.

For ongoing conversion: pick a workflow you can repeat (Preview, Lightroom, command line) and stick with it.

Either way, HEIC compatibility issues should be a transient annoyance, not a regular blocker.

More guides