How to Convert HEIC to JPG on Windows, Mac, Linux, iPhone & Android

What is HEIC and Why Does My iPhone Use It?

HEIC (High Efficiency Image Container) is Apple's default photo format since iOS 11, introduced in 2017. It uses advanced HEVC (H.265) compression to reduce file sizes by 40-50% compared to JPG while maintaining the same image quality. This means you can store twice as many photos on your iPhone without sacrificing quality.

You might also encounter .heif files. HEIF (High Efficiency Image Format) is the underlying container format, and .heic is simply the most common file extension used by Apple. The conversion methods below work for both.

When HEIC Becomes a Problem (and Why You Need JPG)

While HEIC is technically superior, it has a major drawback: compatibility. Here's where you'll run into issues:

Use PixKeep (Recommended) — Works on Any Device, No Uploads

The fastest way to convert HEIC to JPG is using an online converter like our free HEIC to JPG tool. Here's why it's the best option:

How to use it:

  1. Go to the HEIC to JPG converter
  2. Drag and drop your HEIC files (or click to browse)
  3. Wait for automatic conversion
  4. Save your JPG files
PixKeep HEIC to JPG converter interface — drag and drop area with converted JPG files ready to download
The PixKeep HEIC to JPG converter. Drop your files, wait a few seconds, and download the converted JPGs — all processing stays on your device.

How to Convert HEIC to JPG on Windows

Windows doesn't natively support HEIC, but you have three options:

Windows File Explorer showing a HEIC file with a generic icon instead of a thumbnail preview
Windows File Explorer doesn't show thumbnail previews for HEIC files without additional software.

PixKeep Online — No Install, Works Instantly

Same steps as described above.

HEVC Video Extensions (Official)

The built-in Photos app can open HEIC files once you install the HEVC Video Extensions from the Microsoft Store ($0.99).

Microsoft Store page showing HEVC Video Extensions priced at $0.99
The HEVC Video Extensions from the Microsoft Store costs $0.99. A free version is also available for some devices.

After installation:

  1. Open your HEIC file in the Photos app
  2. Click ⋯ → Save as and choose JPG

Tip: There's also a free version called "HEVC Video Extensions from Device Manufacturer" — install it directly from this Microsoft Store page. Note: This free version is not available on all computers — some users see "This product is not available in your market." If your device isn't eligible, the $0.99 version is the only official option.

CopyTrans HEIC (Free)

Download and install CopyTrans HEIC for Windows (free for personal use). After installation, restart your computer. When you open File Explorer again, you'll see thumbnail previews for HEIC files:

Windows File Explorer showing HEIC files with thumbnail previews after installing CopyTrans HEIC
After installing CopyTrans HEIC, Windows File Explorer shows thumbnail previews for HEIC files.

To convert HEIC to JPG with CopyTrans:

  1. Right-click any HEIC file → Convert HEIC with CopyTransConvert to JPEG
  2. Works in bulk: select multiple HEIC files, right-click, convert all at once
Right-click context menu in Windows File Explorer showing 'Convert HEIC with CopyTrans' option
CopyTrans HEIC adds a right-click option to convert HEIC files to JPEG without opening them first.
CopyTrans Studio notification showing '49 free conversions left for today'
The free version of CopyTrans limits you to 50 conversions per day.

How to Convert HEIC to JPG on Mac

macOS has native HEIC support. Finder shows thumbnail previews and the Preview app opens HEIC files without any extra software.

Mac Finder showing a HEIC file with a thumbnail preview
macOS Finder displays HEIC thumbnails natively — no extra software needed.

To convert a HEIC file to JPG using Preview:

  1. Double-click the HEIC file to open it in Preview
  2. Go to File → Export...
  3. In the dialog, choose JPEG from the Format dropdown
  4. Adjust quality and click Save
Preview app showing the File menu with Export option highlighted
In Preview, select File → Export to begin converting the image to JPEG format.
Preview Export dialog showing JPEG selected as the format with quality slider
Choose JPEG from the Format dropdown, adjust the quality slider, and click Save.

How to Convert HEIC to JPG on Linux

Most Linux distros don't open HEIC files out of the box, but modern desktop environments like GNOME can display HEIC previews if the right packages are installed.

GNOME file browser showing a HEIC file and the image viewer displaying the photo
With heif-gdk-pixbuf installed, GNOME's file manager and image viewer handle HEIC files natively.

PixKeep Online (Recommended)

Same steps as described above.

libheif (heif-convert)

The most reliable command-line option. Install and convert:

  1. Ubuntu/Debian: sudo apt install libheif-examples
  2. Fedora: sudo dnf install libheif-tools
  3. Arch: sudo pacman -S libheif
Terminal showing heif-convert --version command confirming successful installation
Use heif-convert --version to verify that libheif is installed correctly.

Once installed, convert HEIC files using the command line:

heif-convert input.heic output.jpg

Terminal showing heif-convert command successfully converting a HEIC file to JPG
Use heif-convert input.heic output.jpg to quickly convert HEIC files from the terminal.

For batch conversion of all HEIC files in a directory:

for f in *.heic; do heif-convert "$f" "${f%.heic}.jpg"; done

GIMP

GIMP 2.10+ can open HEIC files if you have libheif installed (usually included). Open the HEIC file, then File → Export As and choose JPG.

ImageMagick

ImageMagick 6.9.11+ supports HEIC if compiled with libheif. Convert with: convert input.heic output.jpg

How to Convert HEIC to JPG on iPhone

If you want your iPhone to shoot JPG directly:

  1. Open Settings
  2. Tap Camera
  3. Tap Formats
  4. Select Most Compatible (this switches to JPG)

Note: This will double your photo storage usage. We recommend keeping HEIC and converting only when needed.

How to Convert HEIC to JPG on Android

Android 9 (Pie) and later have built-in HEIC support for viewing, but conversion to JPG requires an extra step. Here are three ways:

PixKeep Online (Recommended)

Same steps as described above.

Google Photos

  1. Open Google Photos (pre-installed on most Android phones)
  2. Open the HEIC photo
  3. Tap Share → Save as JPG or use Edit → Export

Third-Party Apps

Search "HEIC to JPG" on Google Play. Look for apps with high ratings (4.3+) and check the privacy policy — many free apps upload your photos to their servers for conversion, defeating the purpose of a private converter.

Which Method Should You Choose?

MethodEaseBatchPrivacyCostBest For
PixKeep Online⭐⭐⭐⭐⭐Up to 10✅ LocalFreeAny device, quick & private
iPhone Settings⭐⭐⭐⭐⭐✅ LocalFreePrevent HEIC going forward
Mac Preview⭐⭐⭐⭐No✅ LocalFreeMac users
Windows (HEVC)⭐⭐⭐No✅ Local$0.99Windows users
CopyTrans HEIC⭐⭐⭐⭐Yes✅ LocalFreeWindows, bulk conversion
libheif (CLI)⭐⭐⭐Yes✅ LocalFreeLinux, batch via script
GIMP⭐⭐⭐No✅ LocalFreeLinux/Mac GUI users
Android Apps⭐⭐⭐Varies⚠️ VariesFree–$2Android users

Browser-Based vs Server-Side Conversion

Not all online converters work the same way. Most upload your photos to a server for processing — convenient, but worth being aware of if you're converting personal photos (family, documents, medical records).

Our converter takes a different approach: all processing happens directly in your browser using client-side JavaScript. Your files never leave your device — you can even disconnect from the internet after the page loads and it still works. If keeping your photos local matters to you, look for converters that explicitly state "no uploads" or "processes locally."

Frequently Asked Questions

Does converting HEIC to JPG reduce quality?

Minimal quality loss occurs during conversion. Our tool uses 92% quality setting, which is visually indistinguishable from the original for most users.

Can I convert HEIC to PNG instead?

Yes! Use our free HEIC to PNG converter when you need maximum quality or transparency. PNG files are much larger than JPG though — if file size matters more, try HEIC to JPG or HEIC to PDF.

Why do some HEIC files fail to convert?

Very large HEIC files (>50MB) or those with advanced features (Live Photos, depth data) may cause issues. For standard iPhone photos, conversion works reliably.

Conclusion

HEIC is a great format for saving space on your iPhone, but JPG remains the universal standard for compatibility. Whether you use an online converter, change your iPhone settings, or use built-in tools on Windows, Mac, or Linux, converting HEIC to JPG is straightforward.

For quick, private, and batch conversion, try our free HEIC to JPG converter - no uploads required.