All topics
Topic hub

EXIF metadata & photo privacy

What's hidden inside your photos, and how to see or remove it before you share

Every photo your phone takes carries more than pixels. Embedded alongside the image is a block of metadata — EXIF (camera make, model, lens, exposure settings, timestamp) and often GPS coordinates captured at the exact moment you pressed the shutter. Most of the time this is harmless, even useful: it's how your photo app sorts pictures by date and location. The problem is that this same data travels with the file when you share it, and it's far more specific than most people realize — GPS metadata doesn't just say "nearby," it can pinpoint the exact spot you were standing, down to a few meters.

That matters more than it sounds. A photo taken on your porch and shared publicly can expose your home address. A photo from inside a workplace, a child's school, or a private event can reveal a location you never meant to publish. This isn't a hypothetical — journalists, researchers, and unfortunately stalkers have all used embedded photo GPS data to locate people from images that looked perfectly innocent.

Where it gets confusing is platform behavior. Some major social networks strip most EXIF fields (including GPS) as part of their upload and compression pipeline — but this isn't universal, isn't guaranteed for every field, and critically doesn't apply outside those platforms. Email attachments, direct file transfers, messaging apps, marketplace listings, and cloud share links very often preserve the original file, metadata intact. "I already posted this on Instagram" is not the same as "this photo has no location data in it."

We build four apps around different pieces of this problem, because "deal with photo metadata" isn't one task — it's several. Metaless and PixScrub are strip-first tools: one tap removes GPS, camera, date, and software metadata, with a clear before/after view so you know exactly what came out, and nothing ever leaves the device. Peekmeta flips the order — it's a viewer first, showing you the full EXIF, GPS (with a map preview of exactly where the photo was taken), and IPTC data before you decide anything, with export to JSON/CSV for people who need to inspect or archive metadata rather than just delete it. Pixveil sits in between: full categorized metadata visibility plus selective stripping, so you can choose to keep camera details but drop GPS specifically, rather than an all-or-nothing wipe.

The app

How it compares to other tools

Frequently asked questions

What is EXIF metadata and what does it actually contain?

EXIF (Exchangeable Image File Format) is technical data your camera embeds automatically in every photo: camera make and model, lens, aperture, shutter speed, ISO, and the exact date and time the photo was taken. On phones, it very often also includes GPS coordinates if location services were enabled for the camera at the time. IPTC is a related but separate metadata standard, more common in professional/publishing workflows, used for fields like photographer name, copyright, and captions that are usually added manually rather than generated by the camera.

Does every photo I take have my location embedded in it?

Only if location services were enabled for the camera app when the photo was taken — but on most phones, including iPhone, this is on by default. Unless you've specifically turned off location access for the Camera app, assume your recent photos carry GPS coordinates until you check.

Do social media platforms strip metadata automatically when I upload a photo?

Many major platforms remove most EXIF fields, including GPS, as part of their standard upload and compression pipeline. But this isn't guaranteed to be complete or consistent across every platform, and — importantly — it only applies to that specific platform's upload path. Sharing the same original file by email, messaging app, cloud link, or direct transfer very often preserves the full metadata untouched.

Does removing metadata reduce photo quality?

No. Metadata is a separate data block from the actual image pixels. A tool that removes metadata without re-encoding the image leaves the visible photo completely unchanged — only the invisible data block is stripped.

Should I just avoid sharing sensitive photos instead of stripping metadata?

Both matter, but they solve different problems. Being thoughtful about what you photograph and share addresses the visible content; stripping metadata addresses what's invisible in the file itself. A photo can look completely safe to share while still carrying your exact GPS coordinates in the metadata — stripping it is what actually closes that gap.