Zurück zum BlogHow-To

How to Convert HEIC to JPG: iPhone Photo Conversion Guide

MergeImages Team10. April 202614 min read
How to Convert HEIC to JPG: iPhone Photo Conversion Guide

If you've ever tried to share an iPhone photo and received a blank file, an error message, or a confused reply from the recipient, the culprit is almost certainly HEIC — Apple's default photo format since iOS 11. HEIC files are excellent for storage efficiency but terrible for compatibility with non-Apple devices, older software, and most web platforms.

This guide covers exactly what HEIC is, why Apple uses it, and every practical method to convert HEIC to JPG — the universally compatible format that works everywhere.

What Is HEIC?

HEIC (High Efficiency Image Container) is a file format based on the HEVC (High Efficiency Video Coding) standard, also known as H.265. Apple adopted HEIC as the default photo format for iPhones starting with iOS 11 (2017).

HEIC vs. JPG: Key Differences

FeatureHEICJPG
File size~50% smaller than equivalent JPGLarger files
QualityHigher quality at same file sizeGood quality, widely optimized
TransparencySupports alpha channelNo transparency support
Multiple imagesCan store multiple images (Live Photos, bursts)Single image per file
Color depth16-bit color8-bit color
CompatibilityApple devices, newer Android, limited webUniversal — works everywhere
Editing supportLimited in many editorsSupported by all image editors

Why Does Apple Use HEIC?

Storage efficiency. An iPhone shooting in HEIC format stores roughly twice as many photos in the same storage space compared to JPG. For a 256GB iPhone, that's the difference between ~65,000 and ~130,000 photos at 12MP. The quality advantage at equivalent file sizes is also meaningful — HEIC preserves more detail in shadows and highlights.

The trade-off is compatibility. While Apple's ecosystem handles HEIC natively, the rest of the world still runs primarily on JPG.

Method 1: Change iPhone Settings to Shoot in JPG

The simplest long-term solution — tell your iPhone to capture in JPG instead of HEIC:

  1. Open Settings
  2. Tap Camera
  3. Tap Formats
  4. Select Most Compatible

This switches your camera to capture in JPG (and H.264 for video). File sizes will be approximately double, but every photo will be universally compatible from the moment it's taken.

When to Use This Method

  • You frequently share photos with non-Apple users
  • You upload photos to platforms that don't support HEIC
  • Storage space isn't a primary concern
  • You want zero friction when sharing

Downsides

  • Larger file sizes (roughly 2x)
  • Slight quality reduction at equivalent file sizes compared to HEIC
  • No 16-bit color depth
  • Live Photos still use HEIC containers

Method 2: Convert on iPhone Using the Files App

You can convert individual HEIC photos to JPG directly on your iPhone without any third-party app:

  1. Open the Photos app and select the HEIC image
  2. Tap the Share button
  3. Tap Save to Files and choose a location
  4. Open the Files app and find the saved image
  5. Long-press the image and tap Quick ActionsConvert Image
  6. Select JPEG and choose your quality level
  7. The converted JPG appears in the same folder

Batch Conversion on iPhone

The Files app supports batch conversion:

  1. Open Files and navigate to a folder with HEIC images
  2. Tap the three-dot menu (top right) → Select
  3. Select multiple HEIC files
  4. Tap the three-dot menu (bottom right) → Convert Image
  5. Choose JPEG and quality level
  6. All selected files convert simultaneously

Method 3: Automatic Conversion When Sharing

Apple built in an automatic conversion feature that handles most sharing scenarios:

  1. Open SettingsPhotos
  2. Scroll to Transfer to Mac or PC
  3. Select Automatic

With this setting, when you share photos via AirDrop, email, or Messages to non-Apple devices, iOS automatically converts HEIC to JPG on the fly. The originals stay as HEIC on your device.

This is the best compromise — you get HEIC's storage benefits on your phone while recipients always receive compatible JPGs.

Method 4: Convert on Mac Using Preview

If your HEIC photos are on a Mac:

Single File

  1. Open the HEIC file in Preview
  2. Go to FileExport
  3. Change Format to JPEG
  4. Set quality slider (80–90% is usually optimal)
  5. Click Save

Batch Conversion on Mac

  1. Select multiple HEIC files in Finder
  2. Right-click → Quick ActionsConvert Image
  3. Select JPEG and choose quality
  4. Converted files appear alongside the originals

Alternatively, using Preview for batch:

  1. Open all HEIC files in Preview (select all, press Cmd+O)
  2. Select all thumbnails in Preview's sidebar (Cmd+A)
  3. FileExport Selected Images
  4. Choose format as JPEG, set quality, select destination folder
  5. Click Choose to export all

Method 5: Convert on Windows

Windows support for HEIC has improved but still requires an extension:

Windows Photos App

  1. Install HEIF Image Extensions from the Microsoft Store (free) and HEVC Video Extensions ($0.99 or free via device manufacturer)
  2. Once installed, Windows can open and view HEIC files natively
  3. Open the HEIC file in Photos
  4. Click ... (menu) → Save as
  5. Change file type to JPEG
  6. Save

Using Paint

  1. After installing HEIF extensions, open the HEIC file in Paint
  2. FileSave AsJPEG picture
  3. Choose location and save

Method 6: Online Conversion Tools

For occasional conversions without installing anything:

Browser-Based Conversion

Several websites offer HEIC to JPG conversion. Key considerations:

  • Privacy: Your photos are uploaded to third-party servers — avoid this for sensitive images
  • Quality: Most online tools default to 80–85% JPEG quality, which is usually sufficient
  • Batch limits: Free tiers typically limit batch sizes to 5–20 images

For privacy-conscious conversion, use tools that process entirely in your browser (client-side JavaScript) so your images never leave your device. MergeImages.net's image tools process everything locally in your browser — your files are never uploaded to any server.

Method 7: Command Line Conversion (Mac/Linux)

For developers or power users who need to convert many files:

Using sips (Mac built-in)

# Single file
sips -s format jpeg input.heic --out output.jpg

# All HEIC files in current directory
for f in *.heic; do sips -s format jpeg "$f" --out "${f%.heic}.jpg"; done

Using ImageMagick (Mac/Linux)

# Install ImageMagick (Mac)
brew install imagemagick

# Single file
magick input.heic output.jpg

# Batch conversion
magick mogrify -format jpg *.heic

Using ffmpeg

# Single file
ffmpeg -i input.heic output.jpg

# Batch conversion
for f in *.heic; do ffmpeg -i "$f" "${f%.heic}.jpg"; done

Quality Considerations During Conversion

What Quality Setting Should I Use?

  • 95–100%: Virtually indistinguishable from original. File sizes approach or exceed the original HEIC. Use for archival or professional work.
  • 85–90%: Excellent quality. Most viewers cannot distinguish from the original. File sizes are reasonable. This is the sweet spot for most uses.
  • 75–80%: Good quality for web sharing and social media. Some detail loss visible on close inspection, especially in gradients and fine textures.
  • Below 70%: Visible compression artifacts. Only appropriate for thumbnails or when file size is critical.

Does Converting HEIC to JPG Lose Quality?

Yes — any conversion from HEIC to JPG involves re-encoding, which introduces some quality loss. However, at 85–90% JPG quality, the loss is negligible for practical purposes. The HEIC source contains more color depth (16-bit) than JPG supports (8-bit), so some subtle color information is lost in the conversion regardless of quality setting.

To minimize quality loss:

  • Convert from the original HEIC file, not a copy or screenshot
  • Use 85%+ JPEG quality
  • Don't convert back and forth between formats — each conversion adds quality loss
  • If possible, keep the original HEIC file as an archive

Working with Converted JPGs

After conversion, you may want to further optimize your images:

  • Resize for specific uses: The image resizer handles exact dimension requirements for social media, web, or print
  • Compress for web: The image compressor reduces file size while maintaining visual quality — useful after converting to JPG if the files are still too large for your intended use
  • Combine photos: The photo collage maker and merge tools work with JPG format natively

HEIC Compatibility in 2026

The compatibility landscape has improved since HEIC's introduction:

Platforms That Support HEIC Natively

  • Apple devices (iOS, macOS, iPadOS)
  • Windows 10/11 (with HEIF extensions installed)
  • Android 10+ (most devices)
  • Google Photos
  • Dropbox
  • Instagram (converts internally)
  • Facebook (converts internally)

Platforms That Still Require JPG

  • Many web upload forms
  • WordPress media library (without plugins)
  • Some email clients (inline display)
  • Older photo editing software
  • Many printing services
  • Some social media platforms' web interfaces

When to Keep HEIC

  • Archival storage on Apple devices (best quality-to-size ratio)
  • Photos staying within the Apple ecosystem
  • When storage space is the primary concern

When to Convert to JPG

  • Sharing with non-Apple users
  • Uploading to websites or platforms
  • Professional print workflows
  • Email attachments to unknown recipients
  • Any situation where compatibility is uncertain

Frequently Asked Questions

Is HEIC better than JPG?

HEIC is technically superior — it offers better quality at smaller file sizes, supports 16-bit color depth, transparency, and multiple images per file. But JPG has universal compatibility. For archival and storage, HEIC is better. For sharing and compatibility, JPG is better.

Will converting HEIC to JPG reduce image quality?

Slightly, yes. The conversion re-encodes the image, which introduces minor quality loss. At 85–90% JPEG quality, the loss is imperceptible for most uses. The bigger quality consideration is the reduction from 16-bit to 8-bit color depth, which affects subtle color transitions.

Can I convert HEIC to JPG without losing quality?

Not perfectly — any lossy-to-lossy format conversion involves some quality loss. You can minimize it by using 95%+ JPEG quality, but the file sizes will be larger than the original HEIC. For truly lossless archival, convert HEIC to PNG instead of JPG (though file sizes will be 5–10x larger).

How do I stop my iPhone from taking HEIC photos?

Settings → Camera → Formats → Most Compatible. This switches to JPG capture. File sizes will approximately double, but all photos will be universally compatible.

Can I batch convert HEIC files?

Yes. On iPhone, use the Files app batch selection. On Mac, use Quick Actions, Preview, or command-line tools (sips, ImageMagick). On Windows, use batch file renaming with Paint or third-party tools. Most methods support selecting multiple files and converting them simultaneously.

What about HEIF vs. HEIC?

HEIF (High Efficiency Image Format) is the broader standard. HEIC is the specific container format Apple uses, which holds HEIF-encoded images. For practical purposes, they're the same thing — files with .heic and .heif extensions can be converted to JPG using the same methods.

Conclusion

Converting HEIC to JPG is straightforward on every platform. The best approach depends on your workflow: change your iPhone to shoot in JPG if you always share externally, use the automatic transfer setting for occasional sharing, or batch convert when you need to process existing HEIC libraries.

After converting, use the image resizer to prepare images for specific dimensions, the image compressor to optimize file sizes for web use, and the photo collage maker for combining multiple converted photos into layouts.

Bereit es Auszuprobieren?

Setzen Sie diese Tipps mit unserem kostenlosen Online-Bildeditor in die Praxis um. Keine Anmeldung erforderlich.

Bilder Jetzt Zusammenfügen

Mehr Themen Entdecken