๐ Contents
What Is EXIF Data and Where Does It Come From?
EXIF (Exchangeable Image File Format) is a standard that embeds metadata directly into image files. Every time you press the shutter on your phone or camera, the device writes dozens of data fields into the JPEG, HEIC, or RAW file โ before you ever see the photo.
This isn't a bug. EXIF was designed to help photographers: record exposure settings, timestamp shoots, geotag locations for organizing photo libraries. The problem is that this data travels with the photo when you share it โ email it, upload it to a forum, post it on a listing site. The recipient downloads the image and gets all that metadata for free.
What's Actually In Your Photos โ The Full List
Modern smartphones embed far more than just camera settings. Here's everything a typical phone photo contains:
| Category | Fields | Privacy Risk |
|---|---|---|
| GPS Location | Latitude, longitude, altitude (to 3 decimal places = ~110m accuracy) | Critical. Reveals exact shooting location. Your home, workplace, kid's school. |
| Device Info | Phone model, manufacturer, OS version, camera sensor | Medium. Identifies device fleet for targeted attacks. |
| Timestamp | Date and time the photo was taken, including timezone offset | Medium. Confirms when you were at a location. |
| Camera Settings | Aperture, shutter speed, ISO, focal length, flash status | Low. Mostly harmless, but can fingerprint a specific camera. |
| Serial Numbers | Camera body serial number, lens serial number | High. Uniquely identifies your device. Can be cross-referenced across photos. |
| Software | Editing software and version used (Photoshop, Lightroom) | Low. Can reveal editing history. |
| Thumbnail | Embedded JPEG preview of the full image | Medium. Survives cropping/redaction of the main image. Famously used to recover "cropped out" content. |
| Copyright/Authorship | Photographer name, copyright notice, image description | Medium. Some cameras let you set an owner name โ and you might have set it to your full name years ago and forgotten. | Face Tags | Windows Live Photo Gallery, Picasa: people tag metadata with names | Critical. Names of people in your photos, stored in the file. |
Real-World Cases Where EXIF Data Caused Harm
- FBI arrests hacker via EXIF GPS (2012) โ Higinio Ochoa posted a photo of his girlfriend. FBI extracted GPS coordinates, located the apartment complex, arrested him. Sentenced to 25 years.
- Cartel members identified via photo metadata (2015) โ Belgian journalist surfaced EXIF data from cartel social media posts. GPS coordinates matched safe houses.
- Craigslist criminals tracked (2013) โ Police extracted EXIF GPS from iPhone photos posted in stolen goods listings. Led directly to sellers' homes.
- Whistleblower deanonymization risk (ongoing) โ Multiple cases where EXIF serial numbers from "anonymous" leaked documents traced back to a specific camera owned by a specific person.
- Celebrity locations leaked (ongoing) โ Paparazzi routinely use EXIF GPS on fan-posted photos to locate celebrities in real time.
These aren't edge cases. If you've ever taken a photo at home and posted it online โ Craigslist listing, eBay product photo, forum avatar, social media post โ your location is out there in the metadata.
How to Check What Your Photos Reveal
Before stripping EXIF data, you should see what's there. Use our free EXIF Viewer โ drag any photo onto it and it displays every metadata field, organized by category. No upload to a server โ everything happens in your browser.
What to look for:
- GPSLatitude / GPSLongitude โ If these exist, your photo has location data. Copy them into Google Maps and see exactly what address they resolve to.
- Make / Model / Software โ Confirms device and editing history.
- Artist / Copyright โ Check if your name is embedded. Many cameras were set up once and forgotten.
- SerialNumber / InternalSerialNumber โ Uniquely identifies your specific camera body. Harder to change than GPS.
How to Strip EXIF Data Before Sharing
There are three approaches, ranked from simplest to most thorough:
1. Use a tool that strips EXIF (easiest)
Our EXIF Viewer lets you view all metadata, but many image processing tools also strip metadata automatically. When you run an image through Compress Image, Resize Image, or Image Converter on iluv.tools, EXIF data is stripped from the output by default.
2. Screenshot and recrop (zero-trust method)
If you want 100% certainty that no metadata survives: take a screenshot of the photo, crop to the image area, save as PNG. Screenshots don't contain EXIF data from the source image. This is the nuclear option โ it also strips image quality โ but metadata is absolutely gone.
3. Platform-native methods (per-device)
- iOS (Photos app): Share โ Options โ toggle off Location. This strips GPS but NOT device serial numbers or camera settings.
- Android (Google Photos): Tap photo โ three dots โ Details โ Remove location. Same limitation โ GPS gone, everything else remains.
- Windows: Right-click โ Properties โ Details โ "Remove Properties and Personal Information" โ "Remove the following properties from this file" โ Select All.
- macOS: Preview โ Tools โ Show Inspector โ GPS tab โ "Remove Location Info". Or use
exiftool -all= image.jpgfrom the command line.
Which Platforms Strip EXIF for You (And Which Don't)
| Platform | Strips EXIF? | Notes |
|---|---|---|
| โ Yes | Strips all EXIF on upload. Good. | |
| โ Yes | Strips EXIF. Also recompresses image. | |
| Twitter/X | โ Yes | Strips EXIF since 2012. |
| โ Yes | Strips EXIF by default in most versions. | |
| Signal | โ Yes | Strips EXIF. Privacy-focused. |
| iMessage | โ ๏ธ Partial | Strips GPS on recent iOS. Serial numbers may persist. |
| Email (Gmail, Outlook) | โ No | Attachments retain full EXIF data. |
| โ Yes | Strips EXIF. | |
| Craigslist / OfferUp | โ No | Often preserves EXIF. Be careful. |
| eBay / Etsy | โ ๏ธ Inconsistent | Some recompression strips EXIF. Don't rely on it. |
| Forums / Image boards | โ No | Most small forums preserve uploaded files as-is. Assume EXIF survives. |
| Your own website | โ No | Unless you explicitly strip it, images you upload to your server retain full EXIF. |