HEIC to JPG HEIC to JPG
Add to Chrome — Free

HEIC to JPG Blog

How to Convert HEIC to JPG on Mac

Updated March 2026 · 6 min read

March 2026 · 9 min read · Mac Guide


Quick Answer

On Mac, the easiest way to convert HEIC to JPG is the built-in Preview app: open the HEIC file, go to File → Export, select JPEG format, and save. For batch conversion, select all HEIC files, open in Preview, press Cmd+A, then File → Export Selected Images. No downloads needed — Preview is already on your Mac.

📋 Table of Contents
📋 Table of Contents

Mac users are in a fortunate position: macOS supports HEIC natively, so you have more built-in options than Windows users. Preview, Automator, the sips command, and even a Quick Action can all convert HEIC to JPG without any additional software.

This guide covers all five methods, from the click-and-go Preview approach to the automated Automator workflow that converts files with a right-click.



Method 1: Preview (Single File)

For converting one HEIC file at a time, Preview is the fastest option — zero setup, built into every Mac.

  1. Open the HEIC file in Preview Double-click the HEIC file in Finder. It opens in Preview automatically on macOS 10.13+.
  2. Go to File → Export In the menu bar, click File and select Export (not "Export as PDF").
  3. Choose JPEG format In the Format dropdown, select JPEG. A quality slider appears below it.
  4. Adjust quality (optional) Drag the quality slider to your preference. For sharing, 80–90% is excellent. For archival, use 95%+.
  5. Choose location and Save Name your file, choose a save location, and click Save. Done.
Keyboard Shortcut: Open Preview, then use Cmd+Shift+S to open the Export dialog directly. Saves a few clicks for frequent conversions.


Method 2: Preview (Batch Conversion)

Preview can convert dozens or hundreds of HEIC files simultaneously using its batch export feature.

  1. Select all HEIC files in Finder Navigate to your HEIC files. Press Cmd+A to select all, or Cmd+click to select specific files.
  2. Open them all in Preview Right-click the selection and choose Open With → Preview. All files open as a batch in Preview's sidebar.
  3. Select all in the sidebar Press Cmd+A in Preview to select all thumbnails in the left sidebar.
  4. File → Export Selected Images Go to File → Export Selected Images. (Note: this only appears when multiple files are open and selected — it's different from the standard Export option.)
  5. Choose format and destination Select "JPEG" from the format dropdown, choose a destination folder (create a new "JPG" folder to keep originals separate), and click Choose. Preview converts all files.


Method 3: sips Command Line (Batch — Most Powerful)

macOS includes a built-in command-line image processor called sips (Scriptable Image Processing System). It's the fastest Mac method for large batches and can be automated in scripts.

Single file conversion:

sips -s format jpeg input.heic --out output.jpg

Batch convert entire folder:

cd ~/Desktop/heic-photos
mkdir -p converted
for f in *.heic *.HEIC; do
 [ -f "$f" ] && sips -s format jpeg "$f" --out "converted/${f%.*}.jpg"
done

With quality control:

sips -s format jpeg -s formatOptions 92 input.heic --out output.jpg

Quality values: 0 (worst) to 100 (best). Default is system-determined if omitted.

Need HEIC to JPG on Windows Too?

The Chrome extension works on both Mac and Windows — no command line needed.

Get the Chrome Extension


Method 4: Automator Quick Action (Right-Click Converter)

Set up a one-time Automator workflow and you'll never need to open Preview manually again — just right-click any HEIC file and convert it instantly.

  1. Open Automator Press Cmd+Space, type "Automator", and open it.
  2. Create a Quick Action Click New Document, then select Quick Action (previously called Service).
  3. Configure the workflow At the top, set "Workflow receives current: image files in Finder". In the search box on the left, search for "Change Type of Images". Double-click it to add it to the workflow.
  4. Select JPEG as the output type In the Change Type of Images action, set "To Type: JPEG". Check "Preserve embedded color profiles" for best results.
  5. Save the workflow Press Cmd+S and name it "Convert to JPG". It saves as a macOS Service.
  6. Use it anywhere In Finder, right-click any HEIC file (or group of selected files), look in the "Quick Actions" submenu, and click "Convert to JPG". Files are converted in-place.
Warning: The Automator Quick Action converts files in-place — it replaces the HEIC file with a JPG, or saves alongside it depending on your settings. Consider adding a "Copy Finder Items" action first to preserve originals.


Method 5: Chrome Extension (Cross-Platform)

If you use Chrome on your Mac (or need a method that works on both Mac and Windows), the HEIC to JPG Converter Chrome extension is a good option that provides explicit quality control and works identically on all platforms.

  1. Install the extension Add HEIC to JPG Converter from the Chrome Web Store.
  2. Open your HEIC file in Chrome Drag the HEIC file into a Chrome tab or press Cmd+O.
  3. Convert and download Click the extension icon, set quality/format, and click Convert. The JPG downloads to your Downloads folder.


Comparison of Mac Methods

MethodSpeedBatch SupportSetup RequiredBest For
Preview (single)FastNoNoneOccasional single files
Preview (batch)FastYes (hundreds)NoneRegular batches
sips (command line)FastestYes (unlimited)Learn terminalDevelopers, large batches
Automator Quick ActionInstant (after setup)YesOne-time setupFrequent conversion
Chrome ExtensionFastYesChrome installCross-platform users


Frequently Asked Questions

Can Mac open HEIC files natively?
Yes. MacOS 10.13 High Sierra and later supports HEIC files natively. The Preview app opens HEIC files by double-clicking, Finder shows HEIC thumbnails, and macOS Quick Look (spacebar preview) works with HEIC files.
What is the fastest way to convert HEIC to JPG on Mac?
For a single file: open in Preview, then File → Export → JPEG. For batch conversion: select all HEIC files in Finder, open with Preview, select all thumbnails (Cmd+A), then File → Export Selected Images → JPEG.
How do I batch convert HEIC to JPG on Mac for free?
Use Preview's 'Export Selected Images' feature: select all HEIC files, open them all in Preview, press Cmd+A to select all, go to File → Export Selected Images, choose JPEG format, and select an output folder. All files are converted at once.
Can I convert HEIC to JPG on Mac from the command line?
Yes. Use the built-in sips command: sips -s format jpeg input.heic --out output.jpg. For batch conversion of an entire folder: for f in *.heic; do sips -s format jpeg "$f" --out "${f%.heic}.jpg"; done
Does Automator on Mac support HEIC to JPG conversion?
Yes. Automator's 'Change Type of Images' action works with HEIC files on macOS that support HEIC natively (10.13+). You can create an Automator workflow or Quick Action that converts selected HEIC files to JPEG with a right-click in Finder.

More Free Chrome Tools by Peak Productivity

Pomodoro Technique Timer
Pomodoro Technique Timer
25-minute focus timer with breaks
YouTube Looper Pro
YouTube Looper Pro
Loop any section of a YouTube video
Citation Generator
Citation Generator
Generate APA/MLA/Chicago citations
PDF Merge & Split
PDF Merge & Split
Merge and split PDFs locally
Auto Refresh Ultra
Auto Refresh Ultra
Auto-refresh pages at custom intervals
Screen Recorder Pro
Screen Recorder Pro
Record your screen or tab with audio