Skip to content
Tool · beta

Strip the metadata. Keep the pixels.

Drop a JPG, PNG, WebP, GIF, HEIC or AVIF. We read the file and list what it says about you — camera, lens, timestamp, author, comments, and the coordinates if they are in there. One click removes it, byte-level: the pixels come out identical. Then we re-read our own output and tell you what is left. For batch privacy work, grab a proper app.

Nothing uploads Byte-level, pixels identical Reads the coordinates out loud
An example of what EXIF Stripper produces

try it on a sample photo

Remove EXIF and GPS data from a photo

Read every metadata segment a photo carries — GPS, camera make and model, timestamps, comments, IPTC — and write a clean copy whose pixels are byte-for-byte identical.

A photo opened in EXIF Stripper
Your photo

What you can change

  • Keep the colour profile

How it works

  1. 01Drop in a photo, or open one of the samples.
  2. 02Read the manifest of what the file says about you, with each segment marked keep or cut, and decide whether to keep the colour profile.
  3. 03Download it at full resolution. Nothing is uploaded — the work happens in this browser tab.

Reading the metadata…

◦ where stripping earns its keep

Six places to scrub before you post

  1. 01 for selling

    Strip GPS before listing on Marketplace or Craigslist

    Phone photos saved with GPS pinpoint where the photo was taken — usually your home. Listing furniture, electronics, or a car? Strip first. The buyer doesn't need your address until you've vetted them. Most marketplaces don't strip metadata server-side.

  2. 02 for kids

    Remove location data before posting kids' photos

    Posting a school photo, a soccer game, a park outing? GPS coordinates in the EXIF can identify exactly where the school is, where you live, where they play. Strip the metadata first. The internet doesn't need your kid's coordinates.

  3. 03 for blogging

    Anonymize photos in a blog post or essay

    If you're writing about a place but don't want readers to find it (a secret swimming hole, a peaceful viewpoint, a private studio), stripping EXIF removes the breadcrumb. Without GPS, the photo becomes 'somewhere' instead of '37.4194°N 122.1700°W'.

  4. 04 for journalism

    Protect a source's location in a documentary photo

    Documentary photographers strip EXIF before publishing photos that could identify a source's location — protest sites, refugee camps, witness portraits. The pixel content is what matters; the metadata is a liability. Strip before upload, every time.

  5. 05 for shopping

    Send product photos without revealing your editing setup

    Selling vintage on Etsy or Depop? The EXIF can leak your camera model, your editing software (Lightroom version, Photoshop release), and the focal lengths you favor. Buyers don't need to know — competitors definitely don't. Strip before upload.

  6. 06 for archive

    Pre-archive cleanup before a long-term backup

    Photos stored in cloud archives keep their metadata forever. If an old EXIF field has personal info you'd rather not preserve, strip before archiving. The pixels are the memory; the metadata is just shipping label.

◦ in case you’re wondering

Frequently asked

What is EXIF metadata? +

Exchangeable Image File Format — a block of structured data inside JPEG and PNG files that records camera make/model, exposure settings, lens info, software versions, timestamps, and (often) GPS coordinates. It's not pixels — you can strip it without changing what the photo looks like.

Does the photo upload anywhere? +

No. The file is read into your browser as a byte stream, parsed locally to find metadata segments, and re-emitted with those segments removed. Your photo never touches our servers — we don't run an image pipeline at all.

Is the strip lossless? +

For JPG, PNG, WebP and GIF: yes. The metadata sits in its own segments or chunks, so we copy the compressed image data across untouched and drop the wrappers around it. Nothing is re-compressed and the file decodes to identical pixels. HEIC and AVIF have to be decoded to be cleaned, so those come out as a freshly written JPG — cleaned, but re-compressed once.

What gets removed? +

JPG: APP1 to APP15 (Exif, XMP, IPTC/Photoshop, Adobe, MPF, vendor blocks), the COM comment segment, and anything appended after the end-of-image marker — motion photos hide a whole second file there, with its own tags. PNG: tEXt, zTXt, iTXt, eXIf, tIME and dSIG, including the Exif block that some editors smuggle into a chunk labelled as text. WebP: the EXIF and XMP chunks, plus the VP8X flag bits that advertise them. GIF: comment and application extension blocks. The JFIF header stays because it is pixel density and nothing else, and the ICC colour profile stays unless you untick it — it describes colours, not you.

Will Instagram strip metadata for me? +

Major social platforms strip EXIF on upload — Instagram, Facebook, Twitter/X, Reddit. But: emails, Slack DMs, file-share links, AirDrop, Google Drive, and most websites do not. If your photo will live anywhere outside a major social feed, strip first.

Can it handle photos straight off an iPhone? +

Yes. HEIC files are decoded in the browser and written back out as a clean JPG, and the Exif is read out of the HEIC first so you can see the GPS before you strip it. If your phone is set to save JPG rather than HEIC, that path is the lossless byte-level one.

Why is GPS the headline risk? +

Phone cameras embed latitude/longitude with sub-meter precision when location services are enabled. A photo posted publicly with GPS reveals exactly where you stood when you took it — your home, your kid's school, the trail you hike weekly. The other fields leak less, but GPS is the headline.

How do I check if my file is really clean? +

The tool does it for you: before handing over the download it re-reads its own output byte by byte and reports what is left, so the line you see after the strip is a measurement rather than a promise. To check independently, drop the clean copy back in — the manifest should be empty — or run ExifTool over it on the desktop.

now what?

A few moves before posting

· Also in Privacy & utility

The rest of this shelf

31 more tools on the hub — searchable

For batch privacy →

Use ExifTool for a whole folder.

One photo at a time is fine for posting. When you need to scrub a whole shoot — 200 photos before backup — desktop ExifTool runs the whole folder in one command.