DashConvert
5 min read

How to remove EXIF data from photos (and why you should)

Every photo you take stores your GPS coordinates, phone model, and exact timestamp inside the file. Here's what's in there, why it leaks, and how to strip it.

What EXIF actually contains

Every JPG your phone takes carries a block of metadata called EXIF (Exchangeable Image File Format). Some of it is boring โ€” shutter speed, ISO, lens. Some of it is not:

  • GPS coordinates to about 3 meters of accuracy, on essentially every photo taken outdoors with location services on.
  • Exact timestamp including timezone.
  • Camera make, model, and serial number โ€” enough to link photos back to a specific device.
  • Owner name if you filled it into your camera settings once and forgot.
  • Software used to edit the photo, with version numbers.

None of this is visible when you view the image. All of it is trivially readable by anyone with a free EXIF viewer, including the person you texted the photo to.

Where this actually leaks

Most people learn EXIF exists after one of these:

  • Selling something on Craigslist or Facebook Marketplace. Buyers routinely check listing photos for GPS coordinates to see where you actually live before deciding to visit.
  • Dating apps. Same principle. A "selfie in a coffee shop" carries the coffee shop's coordinates.
  • Anonymous whistleblowing. Documents leaked as photos have identified the leaker many times over the years, purely from EXIF.
  • Journalism. Freelancers filing photos to publications sometimes leak source locations without meaning to.

Most social platforms (Instagram, Twitter/X, Facebook, LinkedIn) strip EXIF on upload โ€” but not all, and not always. iMessage strips EXIF for GPS but keeps timestamps. WhatsApp keeps everything. Google Drive and Dropbox keep everything. Email keeps everything.

Check what's in your photos

Before removing, look. Image Metadata Viewer drops any JPG and shows you everything in the EXIF block โ€” GPS, timestamps, camera info, editing history. Do this once on a photo you were about to share and you'll understand why this matters.

Remove EXIF cleanly

EXIF Remover strips the entire EXIF block from any JPG or HEIC. Drop in one file or a batch, download stripped copies. The visible image is bit-for-bit identical; only the metadata is gone.

Two things worth knowing:

  • Removal is destructive. Once EXIF is stripped, it's gone. If you might want the info later (e.g., "where was this photo taken?"), keep an original archive first.
  • Some platforms re-add limited EXIF on their end. Instagram adds its own "processed by Instagram" tag. That's normal and doesn't include your original GPS.

Prevent it at the source

Two settings worth flipping on your phone:

  • iPhone: Settings โ†’ Privacy & Security โ†’ Location Services โ†’ Camera โ†’ set to Never (photos won't tag GPS at all) or While Using (only when the app is open).
  • Android: Camera app โ†’ Settings โ†’ Location tags โ†’ off.

You lose the ability to search your library by location, but you also lose the ability to accidentally share where you live.

When to leave EXIF in

Keep EXIF when:

  • You're archiving your own photo library and want to search by date/location later.
  • You're submitting photos to a stock library that requires EXIF for authenticity checks.
  • You're a journalist providing chain-of-custody photos where camera/timestamp data matters.

Strip EXIF when sharing photos with anyone else, publishing anywhere public, or listing items for sale. Default to stripping when in doubt.

Doing it locally

Every EXIF-strip tool that requires uploading is a philosophical contradiction โ€” you're trying to protect metadata by handing your photo to a stranger who could log the metadata before returning a stripped copy. EXIF Remover on DashConvert runs in your browser; the photo never leaves your device, which is the only version of "EXIF removal" that actually makes privacy sense.

Related: if you're already compressing photos for email, Image Compressor strips EXIF as a side effect of re-encoding. Two birds, one tool.

Tools mentioned in this post