Remove EXIF Data

Reveal the GPS location, camera serial number and timestamps hidden in a photo, then strip them out.

Processed on your device — no upload

termiva scrub photo.jpg --exif
tags found location size nothing uploaded

How to remove EXIF data

  1. Choose the photo you are about to send or publish.
  2. Read what it currently reveals — often including where it was taken.
  3. Press strip. A clean copy downloads to your device.

How it works

Every photograph your phone or camera takes carries a block of data called EXIF, tucked into the file alongside the pixels. It records the camera make and model, the exposure settings, the exact date and time, often the lens and body serial numbers, and — if location services were on — the latitude and longitude to about a metre.

The GPS field is the one that matters. A photo of your living room posted to a forum can carry the coordinates of your home. A picture of an item for sale tells the buyer where you live before they have said a word. The serial number field is subtler but real: it links every photo you have ever published to the same physical camera.

The tool parses the EXIF block directly from the file bytes — no library, no upload — and shows you every field it finds, marking the ones that identify you or your equipment. Reading it is often the whole point; most people have never seen what their photos say.

Stripping works by redrawing the image through a canvas. A canvas holds pixels and nothing else, so re-encoding from it produces a file with no metadata block at all. The picture is identical; the data behind it is gone.

A worked example

You are selling a bicycle and about to post IMG_8842.jpg, taken in your front garden, to a classifieds site.

Drop it in. Nine fields come back, and a red warning at the top: This photo records where it was taken: 31.95412, 35.91060. Those coordinates are your house. Anyone who downloads the photo can paste them into a map.

Below that: Camera make and model naming your phone, Date taken showing last Tuesday at 4:12pm, Software giving your OS version, and Orientation — the only one that is not about you.

Press Strip metadata and download. You get IMG_8842-clean.jpg, visually identical, with no EXIF block whatsoever. Drop the clean copy back into the tool to confirm: it reports no EXIF data found.

Two honest caveats. First, many platforms already strip EXIF when you upload — but not all, and not for files sent by email or messaging apps that preserve originals. Second, this removes the metadata, not information visible in the picture itself: a house number in shot is still a house number. If you also want to hide part of the frame, cropping genuinely removes those pixels.

Questions

Does this anonymise a photo?

It strips the EXIF block, where the GPS coordinates, camera serial number and timestamps live. That does anonymize the file's metadata; it cannot anonymise what is visible in the picture.

What is EXIF data?

A block of information cameras and phones write into image files: make and model, exposure settings, date and time, often lens and body serial numbers, and GPS coordinates when location services are enabled.

Is my photo uploaded to be read?

No — which would rather defeat the purpose. The EXIF block is parsed from the file bytes in your browser, and stripping happens on your own device. Nothing is transmitted.

Does my phone really record my location in photos?

If location access is granted to the camera, yes, to within a few metres. It is on by default on many devices. This tool shows you the exact coordinates, so you can check rather than assume.

Do social networks strip EXIF for me?

Most large platforms do strip it on upload. Messaging apps and email frequently do not, especially when sending an original rather than a compressed copy. Do not rely on it.

Will stripping change how the photo looks?

No. The pixels are redrawn unchanged. One thing does get baked in: the orientation tag is applied during decoding, so a photo that relied on that tag is saved the right way up rather than depending on the reader.

Why does my PNG show no EXIF?

PNG rarely carries EXIF at all — the convention lives with JPEG. Screenshots and exported graphics usually have nothing to strip.

Is the image quality affected?

Re-encoding a JPEG is technically a fresh lossy pass, done here at a high quality setting, so any change is imperceptible. Saving as PNG avoids it entirely at the cost of a larger file.

Does this hide what is visible in the picture?

No. It removes the hidden data block only. A street sign, a house number or a face in the frame is still there — crop the image if you need those gone.

Is this the same as deleting or stripping EXIF?

Yes. Delete EXIF data, strip EXIF data and remove EXIF data all name one operation: the metadata block is dropped and the picture is written out again without it.