Guide
How to convert HEIC photos on Mac quickly and privately
HEIC photos offer great compression but limited compatibility. Whether you need to share photos with Windows users, upload to a website, or open them in older software, converting HEIC on Mac is straightforward once you know your options.
Why you might need to convert HEIC photos
HEIC (High Efficiency Image Container) is Apple's preferred image format for iPhones and iPads, offering roughly 50% better compression than JPEG with equivalent quality. However, this efficiency comes at the cost of universal compatibility.
Common situations that require conversion include sharing photos with Android or Windows users, uploading images to websites that only accept JPEG or PNG, importing photos into older design software, and preparing images for print services that require specific formats.
Even within the Apple ecosystem, some workflows demand JPEG or PNG. For example, many email clients display HEIC files as generic attachments rather than inline images, and some cloud storage services do not generate thumbnails for HEIC files.
Method 1: Using Preview (single files)
The built-in Preview app on macOS can convert individual HEIC files. Open the photo in Preview, then go to File > Export. In the Format dropdown, select JPEG or PNG, adjust the quality slider if needed, and click Save.
This method works fine for one or two photos, but it becomes tedious quickly if you have a large batch. Preview does not offer a true batch export feature, so each file must be opened and exported individually.
Method 2: Using Terminal (for technical users)
macOS includes the sips command-line tool, which can convert images between formats. To convert a single file, run: sips -s format jpeg input.heic --out output.jpg. You can script this with a for-loop to handle multiple files.
The Terminal approach is powerful but requires comfort with the command line. There is no quality preview, no progress indicator for large batches, and mistakes in the command can overwrite files without warning. It is best suited for developers or system administrators who prefer scripting.
Method 3: Using File Studio (recommended for batch conversion)
File Studio provides a visual, drag-and-drop interface for converting HEIC photos on Mac. Drop a folder of HEIC images into the app, choose your output format and quality settings, and click Convert. All processing happens locally on your Mac, so your photos stay private.
What makes File Studio particularly useful is its batch capabilities. You can convert thousands of photos at once, apply consistent quality and size settings across all of them, and even set up watch folders that automatically convert new HEIC files as they arrive.
File Studio preserves your original files by default and lets you choose exactly where converted images are saved. It also maintains EXIF metadata, so your photo dates, locations, and camera information carry over to the converted files.
Understanding the HEIC container and its variants
HEIC is actually just one variant within the broader HEIF (High Efficiency Image File Format) family. The .heic extension indicates that the image data inside is compressed using HEVC (H.265). Other HEIF variants include .heif (generic HEIF), .avif (AV1-compressed), and .hif (used by some camera manufacturers). When Apple refers to HEIC, they specifically mean HEIF with HEVC compression.
A single .heic file can contain multiple images, which is how Apple stores burst photos and Live Photos. When you convert such a file, most tools extract only the primary image. File Studio can detect multi-image HEIC files and give you the option to extract all frames, which is useful if you want to recover individual burst shots or the key frame from a Live Photo.
The HEIC container also supports image sequences (animations, similar to animated GIFs but with vastly better compression) and auxiliary image items like depth maps and gain maps used for HDR display. When converting to JPEG, these auxiliary items are discarded since JPEG has no equivalent capability. If you need to preserve depth data, consider converting to TIFF or PNG, which can store alpha channels that approximate depth information.
Conversion methods compared: Preview, Terminal, Automator, and File Studio
macOS Preview can convert HEIC files one at a time through File, then Export. You choose the output format and quality, then save. This works fine for a handful of files but becomes impractical at scale. Preview also lacks batch export, meaning you must repeat the process for every single file.
The Terminal offers the sips command (scriptable image processing system), which Apple includes with macOS. The command 'sips -s format jpeg input.heic --out output.jpg' converts a single file, and you can wrap it in a shell loop for batches. However, sips provides limited control over quality settings, does not preserve all metadata fields, and requires comfort with the command line.
Automator can create a workflow or Quick Action that converts HEIC to JPEG via Finder's right-click menu. This is a step up from manual Preview exports, but the workflow setup is non-trivial, error handling is minimal, and there is no progress feedback for large batches. Automator also does not offer quality sliders or format-specific options.
File Studio provides the most complete solution: drag-and-drop batch conversion with full control over output format, quality, resolution, metadata handling, and color space. It shows real-time progress, handles errors gracefully (skipping corrupt files without stopping the batch), and lets you preview results before committing. For anyone who converts HEIC files regularly, the time savings are substantial.
Color space and quality considerations during conversion
Modern iPhones capture photos in the Display P3 color space, which covers roughly 25% more colors than the traditional sRGB space used by most monitors and web standards. When converting HEIC to JPEG, you need to decide whether to preserve the P3 color profile or convert to sRGB. Preserving P3 means viewers with P3-capable displays see the full color range, but some older software may misinterpret the colors and display them incorrectly.
For web use and email sharing, converting to sRGB during the HEIC-to-JPEG conversion is the safest choice. It ensures consistent color rendering across virtually all devices and browsers. For print workflows or archival purposes, preserving the original P3 profile retains more color information for later editing.
Quality loss during conversion is cumulative. Converting HEIC to JPEG and then re-compressing that JPEG later introduces a second generation of lossy compression artifacts. To minimize this, convert at the highest quality you can tolerate for your use case, and treat the converted JPEG as a final output rather than a working file.
Pro tips
- *Use the Terminal command 'sips -s format jpeg *.heic --out ./converted/' as a quick way to batch-convert an entire folder of HEIC files without installing any software. Note that sips defaults to maximum quality, producing large JPEGs.
- *When using Preview's Export function, hold the Option key while clicking the Format dropdown to reveal additional output formats that are hidden by default.
- *If you regularly receive HEIC files from collaborators, create a Finder Quick Action using Automator that converts selected files to JPEG with one right-click. File Studio's Quick Action integration makes this even simpler.
- *For photographers archiving HEIC originals, convert to 16-bit TIFF rather than JPEG. TIFF preserves the full dynamic range and color depth without introducing lossy compression artifacts.
- *Convert HEIC files before uploading to web services that do not support the format. Many CMS platforms, form builders, and older web apps silently reject HEIC uploads without a clear error message.
How to do it with File Studio
Drag your HEIC photos into File Studio
Open File Studio and drag individual files or entire folders into the app. File Studio recognizes HEIC, HEIF, and Live Photo files automatically.
Select your target format and quality
Choose JPG for universal compatibility, PNG for lossless quality, or WebP for modern web use. Use the quality slider to find your preferred balance between file size and image fidelity.
Optional: Adjust size and output settings
Resize images during conversion if needed. Set the output folder and choose whether to preserve the original folder structure. File Studio remembers your preferences for next time.
Click Convert and you are done
Hit the Convert button and watch the progress. Even large batches finish quickly since everything runs locally with hardware acceleration. Your converted photos are ready to share, upload, or edit.
Try File Studio free
All tools work 100% offline. No sign-ups, no uploads, no subscriptions. Download and start converting right away.
FAQ
Frequently asked questions
What is the best format to convert HEIC to?→
For general sharing and compatibility, JPEG is the safest choice since virtually every device and application supports it. If you need transparency or lossless quality, choose PNG. For web use where you control the platform, WebP offers the best size-to-quality ratio.
Does converting HEIC to JPEG lose quality?→
Both HEIC and JPEG are lossy formats, so converting between them introduces a small additional quality loss. At quality settings of 90% or above, the difference is negligible for most purposes. For zero quality loss, convert to PNG.
Can I convert HEIC photos on an older Mac?→
Yes. While macOS High Sierra (10.13) and later include native HEIC support, File Studio bundles its own HEIC decoder, so it works on older macOS versions as well. This means you can convert HEIC photos even on Macs that cannot natively display them.
How do I convert HEIC to JPEG without losing EXIF data?→
File Studio preserves all EXIF metadata during conversion by default, including date, time, GPS coordinates, camera model, and exposure settings. No additional configuration is needed.
Is it faster to convert HEIC locally or use an online tool?→
Local conversion is almost always faster, especially for batches. Uploading dozens of high-resolution photos to an online service, waiting for server-side processing, and then downloading the results takes significantly longer than processing them directly on your Mac.
@ayysoni · January 9, 2026
Related File Studio tools:
More guides: