Pro · Business · Enterprise · Files deleted after 1h

Remove location data from photos before sharing

Every photo your phone takes carries hidden information — the exact GPS coordinates of where you stood, the phone model, the exact timestamp, the camera settings, sometimes even your name. This data is called EXIF, and it travels with the photo when you email it, upload it, or post it online. Most services do strip it. Many don't.

// What to do Drop the photo into our metadata cleaner. We strip EXIF, GPS, author tags, edit history, everything. The photo is visually identical. Included on Pro / Business / Enterprise (€9.99/mo); files deleted within 1 hour, EU-hosted, never used for AI training.

What's actually inside a photo's metadata?

Open any photo from your camera roll in a metadata viewer and you'll typically find:

Why this matters more than people realise

Personal safety

If you post a photo of your home, your car, or your child, the GPS coordinates in the photo metadata point a stranger straight to your front door. Posting a single photo from inside your home to a public Twitter / X account is sometimes enough to be doxxed within hours.

Professional confidentiality

Journalists protecting sources, lawyers handling sensitive cases, doctors photographing patients, security researchers documenting vulnerabilities — all of them routinely leak information through unstripped photo metadata. There's a small museum of high-profile leaks that started with one EXIF-tagged photo.

Real-estate / classifieds

Listing photos for an apartment for rent? The GPS coordinates in your photos reveal the exact apartment to anyone who downloads them — useful for finding the place, much less useful when stalkers do the same.

What about social networks — don't they strip it automatically?

Some do, some don't. As of 2026:

The safe rule: strip it yourself before sending, and you never have to wonder.

⚠ One thing to know: taking a screenshot of a photo doesn't remove its metadata if the screenshot tool preserves it (many do). Don't rely on the screenshot trick. Run the file through a real metadata cleaner.

How to strip it (the easy way)

  1. Open our metadata cleaner in your browser. Works on JPG, PNG, WEBP, HEIC, and most video formats.
  2. Drop the photo (or video) in.
  3. Click Convert. The output is byte-for-byte identical visually, just with the EXIF section emptied.
  4. Download the cleaned file. Share that one instead.

For sensitive workflows (journalists, lawyers, etc.), Formatly is processed on EU servers under GDPR, deletes everything after one hour, and never uses content for AI training. No signup required.

Strip metadata from your photo →

For technical readers: what stays, what goes

The cleaner runs the file through a re-encode that copies only the pixel data (and color profile, where present), discarding the EXIF, IPTC, XMP, MakerNotes, GPS, ICC author tags, and thumbnail-preview blocks. The output is the same dimensions and visual quality as the input. File size typically drops by a few KB to a few hundred KB depending on how much metadata was attached.

One caveat: video files have additional metadata streams (container-level, codec-level) that some metadata cleaners miss. Ours uses ffmpeg's -map_metadata -1 flag plus stream-level scrubs to catch the lot.