Receive iPhone photos as JPG via AirDrop (not HEIC)
AirDropping photos from iPhone keeps landing them as HEIC files on your Mac. Here's how to get them as JPG instead.
You AirDrop a photo from your iPhone to your Mac, drop it into a CMS or design tool, and the upload fails because the format isn’t supported. AirDrop preserves the source format, and if your iPhone is shooting HEIC then HEIC is what your Mac receives.
Why this happens
iPhones shoot HEIC by default to save space. AirDrop is a fast file-transfer protocol, not a conversion tool — it sends the bytes as they exist on the source device. So a HEIC stays a HEIC, even when the receiving end might prefer JPEG.
The permanent fix on the iPhone
The cleanest option is to make the iPhone shoot JPEG in the first place:
- Open Settings on the iPhone.
- Tap Camera.
- Tap Formats.
- Choose Most Compatible.
Every photo taken from this point lands as JPEG. AirDrops are JPEG. Uploads work. You lose roughly half your storage efficiency, which only matters if you’re tight on phone space.
The “this transfer only” fix
If you want to keep shooting HEIC but get JPEG for one specific share:
- On the iPhone, open the photo in Photos.
- Tap the Share button.
- Tap Options at the top of the share sheet.
- Toggle "All Photos Data" off (this forces a JPEG re-encode for compatibility).
- AirDrop as normal.
The receiving Mac gets a .jpeg.
Converting on the Mac if you forgot
If photos are already on your Mac as HEIC:
sips -s format jpeg photo.heic --out photo.jpg
For a folder, drop them into Melt and set the output to JPEG. It handles a whole AirDrop session in one drag, plus you can strip EXIF on the way out if you’re sharing further. Download Melt.
Batch convert in Melt
- Open Melt.
- Drag every AirDropped HEIC in.
- Set output to JPEG.
- Quality 85 is a sensible default.
- Click Compress.
What you lose, what you keep
JPEG copies are larger than the HEIC originals at the same visual quality (often 1.5–2×). You also drop to 8-bit colour and lose any depth/portrait metadata. None of that matters for sharing or web uploads — but if you’re archiving, keep the HEICs and only convert what you send.
More Melt tips
-
AVIF on Mac — opening and converting AVIF images
AVIF is the next-gen image format that's even smaller than WebP. Here's how to open and convert AVIF files on macOS.
-
How to batch compress a folder of photos on Mac
Compressing 200 photos one at a time is its own form of suffering. Here's how to batch compress images on macOS.
-
What's the best image format for the web (and how to export it on Mac)?
JPEG, PNG, WebP, AVIF, SVG — they each have a job. Here's how to pick the right one for the web and export it from your Mac.
-
Convert a BMP to PNG on Mac
BMP files are huge and rarely useful. Here's how to convert them to PNG on macOS — natively and in batches.