Does Converting HEIC to JPG Reduce Quality? A Measured Test

Convert HEIC to JPG on iPhone or Mac with Preview, compatible sharing, or a batch Shortcut, and see a measured 1200×630 quality-loss test.

Short answer: does HEIC to JPG always look worse?

Not necessarily to the eye, but the conversion should not be described as lossless. HEIF is an image container and format family that Apple uses with efficient compression; JPEG normally uses lossy compression. Exporting a JPEG requires the software to decode the HEIC and encode a new JPEG at a selected quality, which can change pixel values.

A photo that remains 4032×3024 still has the same pixel dimensions, not necessarily the same pixel data. If you need the original editing latitude, HDR characteristics, depth information, or Live Photo components, keep the original Apple media rather than retaining only the JPEG derivative.

Measured test: dimensions stayed the same while pixels changed

On September 10, 2026, we used an iPunk-owned 1200×630 graphic and the macOS system image-conversion path. We exported the source PNG to HEIC at quality 90, then exported that HEIC to JPG at quality 90. All three files remained 1200×630 pixels. The PNG was 882 KB, the HEIC 101 KB, and the final JPG 141 KB.

After conversion to RGB for a pixel-by-pixel comparison with the source PNG, the mean absolute differences for red, green, and blue were 0.908, 0.840, and 1.441; the maximum differences were 43, 20, and 63 on a 0–255 scale. This proves that unchanged dimensions are not identical data, while the average difference in this sample was small. The sample emphasized text and flat graphics, so it cannot predict night photos, skin tones, wide color, HDR, or repeated transcodes.

One reproducible graphic sample, not a universal quality or compression benchmark.
FileDimensionsFile sizeWhat it shows
Source PNG1200×630882 KBLossless reference used for the comparison
Quality-90 HEIC1200×630101 KBMuch smaller without changing pixel dimensions
Quality-90 JPG1200×630141 KBA new encoding; not a restoration of source pixels

The simplest way to convert an existing HEIC on iPhone

In iOS 27, Preview can export an image as JPEG and provides a size-versus-quality control. To preserve the Photos original, select the photo, use Share → Save to Files, and open that copy in Preview. Tap the action menu beside the filename, choose Export → JPEG, set the quality, and save under a new name. This creates a separate JPG file instead of rewriting the HEIC in the photo library.

For a one-time send to a site or device that rejects HEIC, a permanent conversion may be unnecessary. In the Photos share sheet, tap Options and choose Most Compatible; iPhone may provide JPEG during that share. This setting applies to the transfer and does not prove that a reusable JPG was added to the photo library.

  1. Keep the Photos original and save a copy to Files.
  2. Open the image in Preview, tap the filename action menu, and choose Export.
  3. Select JPEG and keep the quality high for an important photo.
  4. Save under a new name, then verify the extension, pixel dimensions, and visible result in Files.
  5. Upload the tested JPG and retain the HEIC as the source.

Use Shortcuts for repeat or batch HEIC-to-JPG conversion

Apple's Shortcuts guide describes transform actions that change images to another format, and its action-connection example passes Select Photos output into Convert Image. A reviewable workflow is Select Photos → Convert Image (JPEG) → Save File or Save to Photo Album. Test one or two images first so you can confirm the destination, quality, filenames, and item count before increasing the batch.

Automation does not make the conversion lossless. Without a final save action, a previewed result may not become a persistent file. If output goes back to Photos, distinguish the new JPEGs from the original HEIC files. Do not add a Delete Photos action or install an unknown shortcut that includes uploads or deletion steps.

  1. Create a shortcut with Select Photos and enable multiple selection when needed.
  2. Add Convert Image, choose JPEG explicitly, and inspect its quality options.
  3. Add Save File or Save to Photo Album rather than ending at Quick Look.
  4. Run it on two unimportant photos and verify the output format and count.
  5. Keep the HEIC originals after processing the larger batch.

Convert HEIC to JPEG locally with Preview on Mac

Apple's Preview app can open HEIC images and export JPEG. When JPEG is selected, Preview provides a quality control. Work from a copy so the original HEIC remains available, and save the JPEG under a new name rather than overwriting your only source.

  1. Duplicate the original HEIC in Finder.
  2. Open the copy in Preview and choose File → Export.
  3. Choose JPEG and use a high quality setting for important photos.
  4. Save under a new name and confirm that the HEIC still exists.
  5. Inspect faces, hair, text edges, and gradients at 100% before uploading the JPEG.

Use JPG for compatibility, but keep HEIC for the archive

A registration portal, older Windows program, or content-management system may accept JPEG but reject HEIC. In that situation, a high-quality JPEG is a practical delivery copy. Apple also notes that some sharing workflows may automatically provide a more compatible format when the receiving device lacks support.

For photo archives, later editing, and transfer among compatible Apple devices, retain the original HEIC. Apple says HEIF provides better compression than JPEG while preserving the same visual quality. Deleting the original merely because a JPEG copy opens more widely removes your rollback path.

A larger JPG is not automatically higher quality

A JPEG can be larger than its HEIC source because the codecs and quality choices are different. Re-encoding cannot recreate detail absent from the source. Repeatedly saving the same JPEG can accumulate additional compression differences even when a later file becomes larger.

Judge delivery against the destination's accepted format, pixel dimensions, file-size limit, color needs, and the visible result. File size alone is not an image-quality score, and a smaller HEIC is not automatically blurrier.

Make future iPhone photos use JPEG

On iPhone, Settings → Camera → Formats → Most Compatible makes new photos use JPEG and new videos use H.264. It does not batch-convert images already in the library, and the more compatible formats generally use more storage.

If only one occasional website rejects HEIC, keeping High Efficiency capture and exporting a JPEG copy when needed usually preserves the storage advantage. Change the camera default only when compatibility is a recurring requirement that outweighs the additional storage use.

Privacy and browser-conversion limits

Browser support for HEIC decoding is inconsistent, so iPunk's local image converter currently accepts JPG, PNG, and WebP rather than pretending every browser can safely decode HEIC. The measured workflow here uses the operating system and makes no unsupported in-browser claim.

Before using an online converter, check whether the file is uploaded, how long it is retained, and whether metadata is removed. For identification, medical, or location-sensitive photos, prefer a local system conversion and inspect metadata before sharing.

Sources checked

Related Apple guides

Editorial note

This guide uses first-party documentation and a read-only-first workflow. Tool output and operating-system behavior can change; verify the current component name and preserve a backup before removing anything.