What metadata actually is
Metadata is data about your data. A photo file has two layers: the pixels (what you see) and structured records that describe how the photo came to exist. The main standard is EXIF — Exchangeable Image File format — written by virtually every phone and camera since the 1990s.
EXIF isn't spyware; it exists to help. Your gallery app uses timestamps to sort photos, uses orientation flags to display them right side up, and uses location to group them by trip. The same fields that help your photo app, though, are readable by anyone who receives the file.
The fields that matter
| Field | What it says | Who cares |
|---|---|---|
| GPS latitude/longitude | Where you stood, often to a few metres | Anyone who shouldn't know where you live, work, or park |
| Capture timestamp | When exactly you took it (to the second) | Anyone piecing together a routine |
| Camera make, model, serial | The exact physical device | Can identify that multiple anonymous photos came from the same camera |
| Software tags | Editing history (Photoshop, Snapseed…) | Foregrounds 'edited' claims in professional contexts |
| Thumbnail image | A miniature of the original frame | Historically leaked 'deleted' images in some software |
Who can actually read it
- Anyone you send the file to — email attachments, chat 'document' senders, file-share links and marketplace uploads usually deliver the original file with metadata intact. Right-click → properties is all it takes to read it.
- Platforms — when you upload through Instagram, WhatsApp or X, their servers process the image and typically strip most EXIF (partly privacy, mostly storage savings). Their policies change; the strip is not guaranteed.
- Specialists — journalists, private investigators, and OSINT researchers read metadata as a matter of routine. Bellingcat-style geolocation starts with an EXIF dump.
Why ordinary people should care
Three real scenarios, no paranoia required:
- The marketplace seller. Photos of a valuable item, taken at home, uploaded to a listing site that serves original files. The photos say where the item is and when it's unattended.
- The parent. Dozens of school-run and playground photos shared with other parents via a group — each one stamped with places and times that map a child's week.
- The professional. A freelancer sends a client photos 'from this morning' — or a journalist submits images — and the embedded data tells a richer story than intended.
Checking your own photos
- The quick look: on Mac, open the image and hit Cmd+I. On Windows, right-click → Properties → Details. You'll see camera, timestamp, and — if present — a small map with the location.
- The thorough look: open the free EXIF stripper and drop the photo in. Before removing anything, it lists every metadata segment it found — GPS, camera serial, timestamps, software tags.
Removing metadata properly
Three approaches, best first:
- Strip it, keep the pixels: the EXIF / GPS Stripper removes metadata segments byte-for-byte without re-encoding — zero quality loss. Free here (3 photos a day); the €5 download does whole folders, offline, forever.
- Platform options: iPhone share-sheet 'Options' can strip location; Google Photos can remove location. Partial — they leave camera and timestamp data, and only work inside those apps.
- The screenshot hack: works (screenshots carry no EXIF) but destroys resolution. A last resort, not a habit.
Does removing metadata affect image quality?
No — when done right. Metadata lives in separate segments of the file structure, alongside the pixel data. A proper stripper deletes those segments and leaves pixels untouched: the output is visually identical and pixel-identical. What does hurt quality is re-saving through editors or screenshotting — unnecessary steps that trade quality for something a clean strip achieves losslessly.