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.

โš ๏ธ This isn't theoretical. In 2012, security researcher Higinio Ochoa was arrested after posting a photo of his girlfriend to an image board. The photo contained GPS coordinates. The FBI used them. He's now serving 25 years. Same technique has been used to locate human rights activists, track domestic abuse victims, and deanonymize whistleblowers.

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:

  • CategoryFieldsPrivacy Risk
    GPS LocationLatitude, longitude, altitude (to 3 decimal places = ~110m accuracy)Critical. Reveals exact shooting location. Your home, workplace, kid's school.
    Device InfoPhone model, manufacturer, OS version, camera sensorMedium. Identifies device fleet for targeted attacks.
    TimestampDate and time the photo was taken, including timezone offsetMedium. Confirms when you were at a location.
    Camera SettingsAperture, shutter speed, ISO, focal length, flash statusLow. Mostly harmless, but can fingerprint a specific camera.
    Serial NumbersCamera body serial number, lens serial numberHigh. Uniquely identifies your device. Can be cross-referenced across photos.
    SoftwareEditing software and version used (Photoshop, Lightroom)Low. Can reveal editing history.
    ThumbnailEmbedded JPEG preview of the full imageMedium. Survives cropping/redaction of the main image. Famously used to recover "cropped out" content.
    Copyright/AuthorshipPhotographer name, copyright notice, image descriptionMedium. Some cameras let you set an owner name โ€” and you might have set it to your full name years ago and forgotten.
    Face TagsWindows Live Photo Gallery, Picasa: people tag metadata with namesCritical. 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.jpg from the command line.
    โš ๏ธ Important: The built-in "Remove Location" options on iOS and Android only remove GPS coordinates. Device serial numbers, timestamps, and camera settings remain. For a full strip, use a dedicated tool or the screenshot method.

    Which Platforms Strip EXIF for You (And Which Don't)

    PlatformStrips EXIF?Notes
    Facebookโœ… YesStrips all EXIF on upload. Good.
    Instagramโœ… YesStrips EXIF. Also recompresses image.
    Twitter/Xโœ… YesStrips EXIF since 2012.
    WhatsAppโœ… YesStrips EXIF by default in most versions.
    Signalโœ… YesStrips EXIF. Privacy-focused.
    iMessageโš ๏ธ PartialStrips GPS on recent iOS. Serial numbers may persist.
    Email (Gmail, Outlook)โŒ NoAttachments retain full EXIF data.
    LinkedInโœ… YesStrips EXIF.
    Craigslist / OfferUpโŒ NoOften preserves EXIF. Be careful.
    eBay / Etsyโš ๏ธ InconsistentSome recompression strips EXIF. Don't rely on it.
    Forums / Image boardsโŒ NoMost small forums preserve uploaded files as-is. Assume EXIF survives.
    Your own websiteโŒ NoUnless you explicitly strip it, images you upload to your server retain full EXIF.
    ๐Ÿ’ก Rule of thumb: Assume EXIF data survives unless you strip it yourself. Don't rely on platforms to do it for you. The 30 seconds it takes to run a photo through an EXIF removal tool is the cheapest privacy insurance you can get.