The Fastest Way to Strip Location
In the Photos app, tap Share → Options (top of the share sheet) → toggle off Location. This strips GPS from the copy you are sharing without modifying the original in your library. To strip all EXIF — not just location — use a Shortcuts automation that converts the image (which removes EXIF during conversion) before sharing.
What EXIF Metadata Reveals About You
EXIF (Exchangeable Image File Format) data is written into every photo your iPhone takes. It is invisible when looking at the image but fully readable by anyone with the file and a metadata tool.
- GPS coordinates: Exact latitude and longitude — accurate to within a few meters. If the photo was taken at your home, this reveals your home address.
- Timestamp: Date and time accurate to the second, revealing your routine and schedule over a series of photos.
- Device model: Your exact iPhone model (e.g., "iPhone 16 Pro Max"), which can help narrow down identity.
- iOS version: The software version at time of capture — relevant to security researchers and bad actors.
- Camera settings: Focal length, aperture, ISO, shutter speed — harmless in isolation, but part of a complete fingerprint.
Method 1: iOS Share Sheet (Location Only)
1 Use the Options Toggle When Sharing
Open the photo in the Photos app. Tap the Share button (box with arrow). At the very top of the share sheet you will see an Options button — tap it. Toggle off Location. Tap Done and proceed with sharing. The recipient gets the photo without GPS coordinates. Your original in the library is unchanged.
This works for any share destination — AirDrop, Messages, Mail, or any app in your share sheet. The limitation is that it only strips location, not all other EXIF fields.
Method 2: Shortcuts Automation (All EXIF)
For full EXIF stripping, the Shortcuts app provides a zero-cost solution. When you convert a photo from one format to another using the Convert Image action, iOS does not carry over EXIF metadata in the conversion. Here is how to set it up:
- Open the Shortcuts app and tap the + to create a new shortcut.
- Add the action Receive Photo from Share Sheet as the input type.
- Add the action Convert Image — set output format to JPEG or PNG.
- Add the action Share to open the share sheet with the stripped image.
- Name the shortcut "Share Without Metadata" and add it to your Share Sheet in Settings → Shortcuts.
Now when you share any photo, tap the shortcut in your share sheet and it will convert and share a metadata-free copy.
Method 3: Third-Party Apps
Several apps on the App Store specialize in viewing and removing EXIF data:
- Metapho: View and remove any EXIF field from existing photos, including GPS, timestamps, and camera info.
- Exif Metadata: Full EXIF viewer with batch removal of location data.
- Exif Purge (Mac): If you work on a Mac, drag-and-drop batch stripping for large photo exports.
Remove Location from Photos Already in Your Library
iOS 16+ lets you remove location data directly from the Photos app without a third-party tool. Open any photo, swipe up to reveal the info panel, find the map showing the photo location, and tap Remove Location. This edits the metadata in the original file in your library — the GPS coordinates are permanently removed.
For a deeper look at all metadata stored in your photos and how to manage it, read our article on iPhone photo metadata and EXIF data.