Manatee

Does AirDrop, iMessage or email strip photo metadata? It depends

AirDrop sends the full file, including GPS coordinates, unless you turn Location off in the share sheet’s Options. iMessage removes the location from photos shared through the Photos app but generally keeps the camera and date fields, and a file dragged in from Finder can go through untouched. Email sends an attachment exactly as attached, coordinates and all. The reliable move is to clean the photo before it goes into any of them, and then the channel’s behavior stops mattering.

Why the answer depends

A photo’s metadata sits inside the file, in the EXIF block. Whether it survives a trip depends on one question: does the channel send your file, or does it make a new one?

Channels that send the file byte-for-byte preserve everything. Channels that re-encode, resize, or rebuild the image create a fresh file, and the fresh file has only what the re-encoder chose to copy. Some copy nothing. Some copy the date and camera but drop the location. Some copy everything. And the same app can do different things depending on how you hand it the photo (from Photos, from Finder, from the camera directly) and what the settings say that day.

AirDrop: everything, unless you switch location off

AirDrop is a file transfer. Send a photo from Finder and the recipient receives an identical file, GPS, camera model, timestamp, and all. Extended attributes such as the download URL macOS recorded when you saved the file can travel too.

Sharing from the Photos app is the exception, because Photos exports a copy and gives you a say in what goes into it.

  1. Select the photo in Photos and click the Share button (or choose File > Share).
  2. Click Options at the top of the share sheet.
  3. Switch Location off. Leave All Photos Data off as well unless the recipient needs edit history and captions.
  4. Choose AirDrop and the recipient.

The same Options switch exists on iPhone. It remembers its last state, so check it each time rather than trusting it.

If AirDrop from Photos converts a HEIC to JPEG for the recipient, the conversion copies most EXIF across. There is a related post on what arrives and whether it opens at iphone-video-won-t-play-on-mac-after-airdrop-why-and-how-to-fix-it.html.

iMessage: location usually goes, the rest usually stays

Messages treats photos as something to display, not something to deliver intact, and it has removed location data from photos sent from the Photos picker for years. In our testing a photo sent from the iPhone’s Messages photo picker arrives without a GPS block but with the camera make and model and the original capture time still present.

Three things change that picture:

  • Files from Finder on a Mac. Drag a JPEG from a Finder window into a Messages conversation and it can be sent as a file rather than a photo, with everything intact. If you must send from the Mac, share from Photos with Location off instead.
  • Large files and low-quality mode. Messages may downscale big photos and videos, which re-encodes them. Re-encoding drops most metadata, but you did not choose that and cannot rely on it.
  • SMS/MMS fallback. When iMessage is unavailable, photos go over MMS, which compresses heavily and typically strips EXIF in the process. Again, not a behavior to plan around.

The practical summary: iMessage is the channel least likely to leak your location and the most likely to leak the time and the phone you used. If either of those matters, clean first.

Email, messaging apps and social platforms

Mail, and every webmail service, sends an attachment as an opaque file. Whatever is in it goes to the recipient, to their mail provider’s servers, and to any archive in between. That includes GPS coordinates, which is why a photo of a signed form sent from a phone can carry the address where it was signed.

Two Mail-specific notes:

  • The Image Size menu at the bottom right of a new message resizes images before sending unless it is left at Actual Size. Resizing re-encodes the file, and the result may or may not keep the EXIF. It is a size feature, not a privacy feature; do not use it as one.
  • Dragging a photo from Photos into a message uses the Photos export path, while dragging from Finder attaches the file. Only the Finder path is guaranteed to send the original.

Other messaging apps and social platforms are a different case. Most messaging apps and social platforms re-encode images on upload. The copy your contacts or followers see usually has no EXIF. The copy on the platform’s servers is whatever you uploaded, with its metadata, subject to that platform’s retention rules.

A few apps offer a “send as document” or “send original” option. That path sends the file intact, with coordinates. If you use it for quality reasons, clean the file first.

Test your own channel in two minutes

Rather than trusting any of the above, check the channel you actually use.

  1. Pick a photo that has a location. Open it in Preview, press Command-I, and confirm there is a GPS tab.
  2. Send it to yourself (or to a second device you own) through the channel, using the same method you would use for real: from Photos, from Finder, from the phone’s picker.
  3. Save the received copy to the Mac and open it in Preview.
  4. Press Command-I and look at the tabs. No GPS tab means location was dropped; no EXIF tab means the file was rebuilt; both tabs present means it arrived intact.
  5. Repeat for the other method if you use more than one (Photos versus Finder, for instance), because they can differ.

The post on how-to-check-a-file-s-metadata-on-a-mac.html covers the other ways to read the result, including mdls in Terminal.

Clean first and stop depending on the channel

Everything above is about what a channel might do. The way to make it irrelevant is to send a photo that has nothing to strip.

For a single photo, Preview’s Inspector has a Remove Location Info button on the GPS tab; save and send. For a set, Manatee’s Clean mode strips GPS and camera EXIF from a batch of photos and writes cleaned copies beside the originals, so your library keeps its locations and the copies you send have none. It runs entirely on the Mac, and it accepts HEIC straight from the phone as well as JPEG, PNG, WEBP, and raw formats. It does not edit the picture, so a visible street sign is still a street sign.

Then AirDrop, iMessage, and email all do the same thing with the photo, because there is nothing left for them to do differently.

Questions

Does iMessage remove EXIF completely?

Not in general. Location is removed from photos sent through the Photos picker. Camera make, model, and the capture date usually survive, and a file dragged in from Finder on a Mac can be sent with everything intact. Test your own setup with the steps above.

Does AirDrop strip location?

Not by itself. AirDrop from Finder sends the exact file. AirDrop from Photos respects the Location switch under Options in the share sheet, which you have to turn off yourself.

Does Gmail or Mail remove metadata from attachments?

No. Attachments are sent as-is. Inline images that a mail client resizes are re-encoded and may lose metadata, but that is a side effect, not a guarantee.

I sent a photo with location by mistake. Can I take it back?

Not from the channel. Unsending a message removes it from the conversation view but not necessarily from the recipient’s device or from servers. Treat the information as shared and clean the next one before it goes out.