Convert HEIC to JPG on Mac: Complete Guide
Learn multiple ways to convert HEIC photos to JPG on Mac: using Preview, Automator batch conversion, online tools, and command line. No extra software needed.
Table of Contents
Why Convert HEIC to JPG on Mac?
While macOS supports HEIC natively, many web services, email clients, and Windows users cannot open HEIC files. Converting to JPG ensures universal compatibility when sharing photos outside the Apple ecosystem.
Method 1: Using Preview (Built-in)
Open the HEIC file in Preview.app. Go to File > Export... and choose JPEG as the format. Adjust the quality slider and click Save. This works for individual files and preserves the original HEIC for backup.
Method 2: Automator Batch Conversion
For multiple files, create an Automator workflow: open Automator, create a new Quick Action, add "Copy Finder Items" and "Change Type of Images" actions. Set the output type to JPEG and save. You can then right-click any HEIC files in Finder and run this Quick Action to batch convert them all to JPG at once.
Method 3: Using Our Online Converter
For the simplest approach, use our free online HEIC converter. Drag your HEIC files into the browser, select JPEG output, and download. All processing happens locally in your browser — your files never leave your Mac.
Method 4: Command Line (sips)
macOS includes the sips command-line tool built-in. For a single file: `sips -s format jpeg input.heic --out output.jpg`. For batch conversion: `for f in *.heic; do sips -s format jpeg "$f" --out "${f%.*}.jpg"; done`. This is the fastest method for power users comfortable with Terminal.
Method 5: Photos App Export
If your HEIC photos are in the Photos app, select the photos you want to convert, go to File > Export > Export Photos, and choose JPEG as the format. You can export multiple photos at once with consistent quality settings.
Which Method Should You Use?
For a single photo, Preview is fastest. For batch conversion, use Automator or the online converter. For automation scripts, sips is unbeatable. Our online converter offers the best balance of convenience and privacy — no software installation needed.
Related Articles
Need to convert HEIC files?
Try Our Free HEIC Converter100% private · No upload · Works in your browser