What your photos are carrying
Every photo taken on a phone or a modern camera contains more than the picture. Tucked into the file, invisible unless you go looking, is a block called EXIF that typically records:
- The exact date and time the shutter fired, to the second
- The make and model of the device — often enough to identify a specific person's phone
- GPS coordinates, if location services were enabled, accurate to within a few metres
- Camera settings, lens information, and sometimes editing software
- Occasionally a name, if the device or software was configured with one
All of it travels with the file. Send a photo and you send its history along with it.
Why the location field is the one that matters
The others are mildly identifying. GPS coordinates are a different category of information, because a handful of geotagged photos from someone's ordinary life reveals where they live, where they work, where their children go to school, and when they are away from home.
This is not theoretical. Photos posted for sale listings have revealed sellers' home addresses. Holiday photos have advertised empty houses. The information is precise, permanent, and completely invisible to whoever shared it — which is exactly what makes it worth checking rather than assuming.
That is why this tool shows you the data before removing it. “Strip metadata” is an abstraction nobody acts on. Seeing your own coordinates on screen is not.
Do platforms not handle this already?
Partly, and inconsistently enough that it is not something to rely on. Large social networks generally strip EXIF from images they re-encode for display. But that covers one path out of many.
Files sent as attachments or documents rather than as photos usually keep everything. Email keeps everything. Messaging apps in file mode keep everything. Cloud storage links serve the original file. Marketplace and forum sites vary enormously. And a platform stripping EXIF on the copy it displays does not mean it discarded the original it received.
How removal actually works here
The image is decoded to raw pixels and re-encoded from nothing. A canvas holds an array of colour values and has no concept of a metadata block, so there is nowhere for EXIF, IPTC, XMP, embedded thumbnails or colour profiles to survive. They are not deleted from a list — they are simply never carried across.
One detail matters enough to call out. EXIF can carry an orientation tag: phones frequently store a photo sideways and rely on that tag to tell viewers to rotate it. Strip it naively and the photo displays sideways from then on. This tool reads the orientation, applies it to the pixels, and only then drops the tag — so the result is upright on its own terms.
Common uses
- Removing your home location before posting a marketplace listing
- Cleaning photos before sending them to someone you do not know
- Stripping device identifiers from images shared publicly
- Checking what a photo someone sent you reveals about them
- Preparing images for publication without embedded personal data