Home / Guides / What is EXIF data?
What is EXIF data? The second file inside every photo
Every picture you take ships with a hidden passenger manifest. Here's what's on it, who gets to read it — and what you can do about it.
Last updated: · ~8 min read
EXIF stands for Exchangeable Image File Format — a standard for the metadata that cameras and phones embed inside every photo they save. Think of it as a note stapled to the picture: it says when the shot was taken, with what device and settings, and — on phones — exactly where you were standing. The image is what people see; the EXIF is what programs can read.
EXIF isn't one thing but a family of standards that travel together. Besides classic EXIF, modern photos carry XMP (Adobe's XML-based format, used for editing history and rights info) and IPTC (press-industry fields like captions and credits). "Removing EXIF" in practice means clearing all of these.
A real example — metadata from an ordinary phone photo
This is the kind of field list an unmodified smartphone JPEG contains (sample values, but the field names are real):
| Make | Apple |
|---|---|
| Model | iPhone 15 Pro |
| DateTimeOriginal | 2026:08:14 18:42:07 |
| GPSLatitude | 40.7128° N |
| GPSLongitude | 74.0060° W |
| LensModel | iPhone 15 Pro back triple camera 6.86mm f/1.78 |
| ISO | 125 |
| FNumber | f/1.78 |
| ExposureTime | 1/120 |
| Software | iOS 19.1 |
You can read this table for any of your own photos in seconds — drop one into the viewer and it appears on your screen without the file ever leaving your device.
Who can read EXIF data?
Anyone who has the original file. Right-click a received photo on Windows (Properties → Details) or macOS (Get Info), open it in a viewer, or run it through a web tool — no special skills needed. That's the whole privacy problem in one sentence: the data is readable by everyone, invisible to almost everyone.
The catch is distribution. When you post to Facebook or Instagram, their servers strip nearly all EXIF on upload. But when you email a photo, attach it to a support ticket, list it on a marketplace, share it via a cloud link (Dropbox, Google Drive, WeTransfer) or post it on many forums and Discord servers, the file arrives exactly as it left your device — metadata and all.
What EXIF means for privacy
Three fields do most of the damage. GPS coordinates place a photo on the map — your home, your child's school, your hotel on day three of your trip. Timestamps reveal routines ("this account posts every photo from the same empty house at 9 a.m."). Device identifiers — camera body and lens serial numbers in some DSLR/mirrorless files — can tie supposedly anonymous posts back to the same camera across the web. We walk through real scenarios in the privacy-risks guide.
What you can do about it
Two habits cover almost everything. First, check before you share: run anything sensitive through the EXIF viewer and see what it admits. Second, strip what you don't want to give away: the removal tool cuts EXIF, XMP and IPTC blocks at the binary level — pixels untouched, nothing uploaded. To stop the leak at the source, turn off geotagging in your camera app; the GPS guide shows how on iPhone and Android.
Frequently asked questions
Is EXIF data only in photos from cameras?
No — screenshots, scans, design exports and AI-generated images can all carry metadata too. The container differs (PNG text chunks, WebP chunks), but the habit of embedding provenance is everywhere.
Does deleting EXIF change the picture?
Not if it's done at the container level. Metadata blocks live outside the compressed image data, so cutting them leaves every pixel untouched. Re-saving or screenshotting instead re-encodes the image and loses quality.
Can EXIF data be used to prove who took a photo?
It can support an authorship claim (timestamp, device, sometimes copyright fields), but it proves little on its own — metadata is trivially editable. Courts and newsrooms treat it as a lead, not evidence.
Do screenshots have EXIF data?
Usually not the original photo's: a screenshot is a brand-new image of your screen, so it inherits no EXIF from the source. It may still carry new, harmless fields like the capture tool. Cropping or saving inside some apps, however, keeps the original metadata.