Convert HEIC to JPG on Mac
Batch convert HEIC to JPG on macOS. Faster than Preview, 100% secure.
Learn 4 easy ways to convert HEIC to JPG on a Mac — the free in-browser converter, Preview, the Photos app plus Shortcuts, and the built-in sips command — each with steps, pros/cons, and a comparison table.
Rate this tool
The Definitive Guide to HEIC to JPG on Mac
While macOS has built-in support for HEIC, sharing these files with Windows users or uploading them to certain online portals often results in errors. HEIC.dev offers a lightning-fast way to batch convert your library without opening heavy apps like Preview or Photos.
🏎️ Faster than Preview
Don't wait for Preview to load hundreds of images. Drag and drop into HEIC.dev for instant multi-threaded conversion.
🎛️ Advanced Control
Take full control over quality settings, resolution downscaling, and metadata preservation—features often hidden in macOS.
📤 Universal Sharing
Ensure your shared albums are viewable by everyone, regardless of their device or operating system.
Sharing Beyond the Apple Ecosystem
Apple's ecosystem is great, but the rest of the world still runs on JPG. By using HEIC.dev on your Mac, you can bridge this gap in seconds. Our tool processes your high-resolution photos locally, preserving your privacy while ensuring that your visual content is accessible to anyone, anywhere.
4 Easy Ways to Convert HEIC to JPG on Mac
macOS can open HEIC natively, but exporting to JPG for Windows users and websites still trips people up. Here are four easy methods — from the browser tool on this page to apps that are already on your Mac — with honest pros and cons.
- Open heic.dev/heic-to-jpg in Safari or Chrome on your Mac (that's the tool above).
- Click Add files or drag & drop your HEIC photos — up to 500 at once.
- Adjust the quality slider and resize presets if needed; keep Preserve Metadata on to retain EXIF and GPS.
- Click Convert all, then download the JPGs individually or as a single ZIP.
Pros
- ✓ 100% free — no account, no watermark, no limits
- ✓ Photos never leave your Mac (processed in-browser via WebAssembly)
- ✓ Batch converts up to 500 files, multi-threaded
- ✓ Quality, resize, and metadata control Preview hides
Cons
- ✗ Needs a modern browser (Safari, Chrome, Firefox, Edge)
- ✗ Load the page before you go fully offline
- Double-click a HEIC file to open it in Preview.
- Choose File → Export (select several files first and you'll see Export Selected Images instead).
- Set Format to JPEG, adjust the quality slider, and click Save.
- For a folder of files: select them all, then File → Export Selected Images — Preview saves each as a JPEG.
Pros
- ✓ Built into macOS — nothing to install
- ✓ Simple for one or a handful of files
- ✓ Quality slider available on export
Cons
- ✗ Clunky for large libraries
- ✗ No advanced resize or metadata options
- ✗ Slower than a dedicated converter for big batches
- In the Photos app, select the HEIC photos you want to convert.
- Choose File → Export → Export [N] Photos.
- In the dialog, set Photo Kind to JPEG, pick a quality level, and click Export.
- Automating? Build a Shortcut with the Convert Image action (Format: JPEG) and run it on a selection or folder.
Pros
- ✓ Native and free — works with your existing library
- ✓ True batch export with format and quality control
- ✓ Shortcuts can automate recurring conversions
Cons
- ✗ Export dialog options can be confusing at first
- ✗ Photos re-encodes from its library, not your original files
- ✗ Shortcuts has a learning curve
- Open Terminal (or iTerm) and navigate to your photo folder with
cd. - Convert one file:
sips -s format jpeg photo.heic --out photo.jpg - Convert every HEIC in the folder:
for f in *.heic; do sips -s format jpeg "$f" --out "${f%.heic}.jpg"; done - ImageMagick users:
magick input.heic output.jpg.
Pros
- ✓ sips ships with every Mac — nothing to install
- ✓ Fast, scriptable batch conversion
- ✓ Runs on headless or remote Macs too
Cons
- ✗ Command line — intimidating for casual users
- ✗ No visual preview of the output
- ✗ Quality control is less granular than GUI tools
Which should you choose? For most people, Method 1 (the converter on this page) is the fastest and safest option. Use Preview for the occasional single photo, the Photos app for library exports, and sips when you need to script it.
The 4 Methods at a Glance
| Method | Free | Needs install | Batch | Privacy | Best for |
|---|---|---|---|---|---|
| 1. HEIC.dev (this page) | Yes | No | Up to 500 | 100% local | Most people |
| 2. Preview | Yes | No | Small batches | Local | Quick single conversions |
| 3. Photos + Shortcuts | Yes | No | Yes | Local | Library exports & automation |
| 4. Terminal (sips) | Yes | No | Yes | Local | Power users & scripts |