Here is the good news if you are on a Mac: you do not need to install anything to convert HEIC photos to JPG. macOS has quietly shipped several built-in ways to do it for years, ranging from a friendly one-click export to a Terminal command that can rip through hundreds of files in seconds. Which method is right depends on whether you are converting a single photo, a folder, or a recurring batch — and whether you prefer clicking or typing. This guide walks through all five built-in approaches plus a zero-install browser option, so you can pick the one that fits the moment.
Method 1: Preview (The Easiest Single-File Route)
Preview is the unsung hero of macOS image handling, and it converts HEIC effortlessly. Use this when you have one photo or a small handful.
- Double-click the HEIC file so it opens in Preview.
- From the menu bar, choose File > Export.
- In the Format dropdown, select JPEG. (Hold the Option key while clicking the dropdown to reveal extra formats if JPEG is hidden.)
- Drag the Quality slider to your liking — higher means a larger, sharper file.
- Pick a destination and click Save.
Preview can also convert several files at once: select multiple HEIC files in Finder, open them all in one Preview window, select all the thumbnails in the sidebar, then File > Export will batch them.
Method 2: Photos App Export
If your images live in the Photos library rather than loose in Finder, export straight from there.
- Open Photos and select the images you want to convert (Command-click for multiple).
- Choose File > Export > Export [N] Photos.
- Set the Photo Kind to JPEG and choose a quality level.
- Click Export and pick a folder.
The advantage here is that Photos preserves your edits and lets you control file naming and metadata in the same dialog. In the Export panel you can also decide whether to include location data and whether to keep the original filename or apply a sequential one, which is handy when you are preparing a set of images for someone else and do not want your private GPS coordinates riding along. If you want the unedited original instead of your adjusted version, choose Export Unmodified Original, though note that for a HEIC that returns the HEIC itself rather than a JPG, so for conversion stick with the standard Export option set to JPEG.
Method 3: Finder Quick Actions (No App Needed)
This is the fastest path for files already sitting in Finder, and it is hiding in plain sight.
- Select one or more HEIC files in Finder.
- Right-click (or Control-click) the selection.
- Hover over Quick Actions, then choose Convert Image.
- In the small panel, set Format to JPEG and choose an image size.
- Click Convert to JPEG. New JPG copies appear right beside the originals.
This built-in Convert Image action (available on recent macOS versions) is genuinely the quickest no-fuss method for everyday use.
Method 4: Automator for Reusable Batches
If you find yourself converting folders regularly, build a reusable tool once with Automator.
- Open Automator and create a new Quick Action (or Folder Action to auto-convert anything dropped into a folder).
- Add the Copy Finder Items action so originals are preserved.
- Add the Change Type of Images action and set the type to JPEG.
- Save the workflow with a clear name.
Now you can right-click any batch of HEIC files and run your custom converter, or drop files into a watched folder and have them convert automatically.
Method 5: The sips Terminal Command (Power Users)
For the technically inclined, macOS includes sips (Scriptable Image Processing System), a command-line tool that converts images with a single line. Open Terminal, navigate to your folder, and run:
sips -s format jpeg photo.heic --out photo.jpg
To convert an entire folder of HEIC files at once, a short loop does the trick:
for f in *.heic; do sips -s format jpeg "$f" --out "${f%.heic}.jpg"; done
This is by far the fastest way to handle hundreds of files, and because it is scriptable you can fold it into larger automation. The trade-off is that you need to be comfortable in Terminal.
Which Method Should You Use?
Match the tool to the task:
- One or two photos — Preview export. Simple and visual.
- Files already in Finder — Quick Actions > Convert Image. One right-click.
- Images stored in Photos — Photos export, which keeps your edits.
- Recurring folder conversions — Automator Folder Action, set up once.
- Hundreds of files or scripting — the sips command in Terminal.
- On a borrowed Mac or want zero setup — a browser converter.
The Zero-Install Alternative
Sometimes you are on someone else's Mac, or you just want the simplest possible path with no menus to hunt through. In that case, skip the built-in tools entirely and use our browser-based HEIC to JPG converter. You drag the files in, they convert locally in the browser without uploading to a server, and you download clean JPGs — identical result, no software, no Terminal. It is also handy when you want to convert from a Mac but send the files to a Windows or Android recipient who hit a wall opening them; pair it with our guide on opening HEIC on Android if that is the situation.
When JPG Is Not the Right Target
JPG is the default for good reason, but it is lossy. If you are converting a screenshot, a document scan, or anything with crisp text, reach for a lossless HEIC to PNG conversion to keep edges sharp. Assembling several photos into one shareable file? Our HEIC to PDF tool bundles them into a single document, which is far neater than emailing a dozen attachments.
A Few Practical Tips
Whichever route you choose, keep these in mind. Always work on copies if the originals matter, since some methods overwrite in place. Watch the quality slider in Preview and Photos — pushing it too low reintroduces the very artifacts we compare in HEIC vs JPG quality. And if you are tired of converting at all, remember you can tell the iPhone to stop creating HEIC files in the first place, which we cover in stopping your iPhone from saving HEIC.
Watch Out for Metadata and Naming
A couple of details trip people up. First, conversion can strip or alter metadata depending on the method — Preview and Photos generally preserve EXIF data like capture date and location, while a bare sips command may not carry everything over, so check if timestamps matter to you. Second, when you batch-convert in place, the new JPGs sit alongside the originals with the same base name, which can clutter a folder fast. Drop the converted files into a dedicated subfolder, or use an Automator step that renames them, to keep your library tidy and avoid accidentally re-converting files you have already done.
Wrapping Up
Your Mac is more capable than most people realize: Preview, Photos, Finder Quick Actions, Automator, and the sips command each convert HEIC to JPG without a single download. Pick Preview for one-offs, Quick Actions for speed, Automator or sips for batches. And when you would rather not touch any of them, our free browser converter gets you a JPG in seconds with no install and no watermark. Find more conversion how-tos and format guides across heictojpgconverter.co whenever the next HEIC headache appears.