How to Remove Photo Metadata on iPhone Before Sharing
Every photo you take with your iPhone records more than just the image. Open any photo’s info panel and you’ll find GPS coordinates accurate to a few meters, the exact date and time, your device model, lens information, and sometimes even the altitude.
Most people don’t think about this. You take a photo at home, post it online, and now anyone who downloads that image can see exactly where you live.
What Metadata Your Photos Actually Contain
EXIF (Exchangeable Image File Format) data is embedded in every photo by default. Here’s what your iPhone stores:
- GPS coordinates: Latitude and longitude where the photo was taken. Accurate enough to pinpoint a specific building.
- Date and time: When the photo was taken, down to the second.
- Device model: “iPhone 15 Pro Max” or whatever you’re using.
- Camera settings: Focal length, aperture, ISO, shutter speed.
- Software version: Your iOS version at the time.
- Thumbnail: A small preview image embedded in the file.
- Unique identifiers: Some formats include device-specific IDs.
GPS is the big privacy concern. But device model and timestamps can also reveal more than you’d want, depending on context.
Does Social Media Strip Metadata?
Short answer: it depends on the platform.
Instagram: Strips all EXIF data from uploaded photos. Your followers can’t access your location from a post.
Twitter/X: Strips EXIF data on upload. They’ve done this since 2012.
Facebook: Strips EXIF from the version other people see. But Facebook stores the original metadata on their servers.
WhatsApp: Strips EXIF data from shared photos as part of compression.
iMessage: Does NOT strip metadata. The recipient gets the full original file with all EXIF data intact.
Email: Does NOT strip metadata. Attached photos keep everything.
AirDrop: Does NOT strip metadata. Full original file transfer.
The pattern: platforms that compress and re-encode your photos (social media) tend to strip metadata. Direct sharing methods (iMessage, email, AirDrop) send the original file as-is.
If you’re sharing directly with someone, the metadata travels with the photo.
Method 1: iOS Share Sheet Location Toggle
Since iOS 13, Apple built a basic privacy control into the share sheet.
Steps
- Open the photo in the Photos app
- Tap the Share button
- At the top of the share sheet, tap Options
- Toggle Location off
- Share as usual
What This Actually Removes
Only the GPS location. That’s it. The timestamp, device model, camera settings, and everything else stays. It’s better than nothing, but it’s not thorough.
Also, you have to remember to do this every single time. There’s no global “always strip location” setting. Miss it once and the location data goes out.
Method 2: Shortcuts App (Free, More Thorough)
You can build a Shortcut that strips all EXIF data from photos. It takes some setup, but once created, it’s available from the share sheet.
Building the Shortcut
- Open the Shortcuts app
- Tap + to create a new shortcut
- Add action: Convert Image - set format to JPEG, quality to 1.0
- Add action: Save to Photo Album
- Name it something like “Strip Metadata”
How It Works
The Convert Image action re-encodes the photo as a new JPEG. This process drops all EXIF data because you’re creating a new file, not modifying the original. The downside is that you lose a tiny bit of quality from the re-encoding, even at maximum quality.
Steps to Use
- Open a photo and tap Share
- Scroll down and tap your shortcut name
- A new copy saves to your library without metadata
Limitations
This works, but it’s clunky for multiple photos. The re-encoding step means a slight quality loss. And you can’t selectively keep some metadata (like the date) while removing other fields (like GPS). It’s all or nothing.
Method 3: ExifStrip (View and Selectively Remove)
For situations where you need to see exactly what metadata exists and choose what to remove, I use ExifStrip. I built it after getting frustrated with the all-or-nothing approach of the Shortcuts method.
What It Does
Open any photo and see every metadata field in a readable format. GPS coordinates show up on a mini map so you can see exactly what location is embedded. Then you choose what to strip: remove just the location, remove everything, or keep specific fields like the capture date while removing identifying information.
It also handles batch processing. Select 50 photos, strip GPS from all of them at once, and the cleaned versions save back to your library.
Everything runs on-device. Your photos never leave your phone.
What to Do Before Sharing Sensitive Photos
If you’re sharing photos where privacy matters, whether that’s selling items online, posting to forums, sending to strangers, or documenting something sensitive, here’s a quick checklist:
-
Check the metadata first. Open the photo in Photos, swipe up, and look at the map showing where it was taken. If there’s a map pin on your house, strip that location.
-
Consider what the timestamp reveals. A photo timestamped at 2 AM from your home location tells a different story than you might want to share.
-
Think about the device model. In some contexts, the specific iPhone model you use is information you’d rather not broadcast.
-
Strip before sharing, not after. Once you send a photo with metadata, it’s out there. You can’t un-send the GPS coordinates.
-
Check your messaging method. If you’re using iMessage, email, or AirDrop, the full metadata goes through. If you’re posting to Instagram or Twitter, the platform handles it.
FAQ
Does a screenshot remove metadata?
Yes. Taking a screenshot of a photo creates a new image with fresh metadata (the screenshot’s location and time, not the original photo’s). But the image quality drops significantly. It’s not a good method for sharing quality photos.
Does editing a photo in the Photos app remove metadata?
No. Edits like cropping, filters, and adjustments modify the image but keep the original EXIF data. The GPS coordinates, timestamp, and device info all survive editing.
Can I turn off location recording for all photos?
Yes. Go to Settings > Privacy & Security > Location Services > Camera and set it to Never. Your photos will stop recording GPS coordinates entirely. You’ll lose the ability to browse photos by location in the Photos app, but that’s the trade-off.
What about Live Photos?
Live Photos contain the same EXIF metadata as regular photos, plus embedded video. The metadata removal methods above work on the photo portion. If you’re sharing the Live Photo as a video, check that separately.
Do HEIC and JPG handle metadata differently?
Both formats support EXIF metadata and store the same types of information. The stripping process works the same regardless of format.