Published 22 August 2026 · 6 min read
Every photograph your phone takes carries a block of data describing how, when and where it was taken. It is called EXIF, it is invisible in the picture, and it travels with the file when you send it. Most of the time this is harmless and occasionally useful. Sometimes it tells a stranger where you live.
The embedded thumbnail is the sharpest edge here. There are documented cases of people cropping a photo to remove something and publishing a file whose thumbnail still showed the original frame.
Not everywhere. Major social platforms — Facebook, Instagram, X, WhatsApp — strip most EXIF on upload, primarily to save bandwidth. That covers a lot of ordinary sharing. The exposure is in the places people do not think of as publishing:
The realistic threat is not sophisticated. It is that a photo of an item for sale, taken in your living room, contains the coordinates of your living room.
Stripping metadata does not alter the image. It removes the descriptive block wrapped around it — the pixels are untouched.
Remove image metadata clears EXIF, GPS and camera data in your browser. That last part matters more than usual here: uploading a geotagged photo to a website in order to remove its geotag hands the coordinates to that website first. This is one of the few tasks where a server-based tool defeats its own purpose.
EXIF is not the enemy. Photographers rely on capture settings to learn from their own work, archives depend on timestamps, and geotags make personal photo libraries searchable by place. Keep it for your own storage; strip it at the moment of sharing. The decision is per-audience, not per-photo.
Remove Image Metadata — runs in your browser, nothing is uploaded.
If location services were enabled for your camera app, yes — GPS latitude and longitude, often accurate to a few metres, are stored inside the image file. It is invisible in the picture but readable by anyone who has the file.
Major platforms strip most EXIF on upload, largely to reduce file size. Email attachments, direct file transfers, cloud links and smaller sites usually preserve the original file with all its metadata intact.
No. The metadata is a separate block of descriptive information wrapped around the image data. Removing it leaves the pixels exactly as they were.
Uploading a geotagged photo to a website in order to strip the geotag gives that website the coordinates first, which defeats the purpose. Use a tool that processes the image in your browser instead.