You photograph a bike you are selling, upload the picture to a marketplace, and the first message you get asks whether you still live on that street. You never typed an address anywhere. The photo did it for you.
Every image your phone writes carries a hidden block of data next to the pixels. Share the file and you share the block. Here is what is inside it, how to check it, and how to remove it.
What EXIF metadata actually records
EXIF (Exchangeable Image File Format) is a header written into the file at capture. A typical smartphone photo contains:
- Camera make, model and often the firmware version
- The exact timestamp, down to the second, plus the time zone
- Lens, focal length, aperture, shutter speed, ISO and whether the flash fired
- GPS coordinates of the spot where you took the photo, frequently accurate to a few metres, sometimes with altitude and compass bearing
Two other standards ride along. IPTC fields hold captions, keywords, credit and copyright lines written by editing tools. XMP is the newer Adobe format and can keep edit history, ratings and software names. Some phones also stamp a device or owner name, so the "Anna's iPhone" you typed during setup travels inside the file. The dependable way to clear all of it at once is to rebuild the image from its pixels, which is what the browser-based 1mail image tool does. Steps are further down.
Where leaked metadata actually hurts
This is not a theoretical problem. The same cases repeat constantly:
- Marketplace listings. You shoot the item on your kitchen table. The coordinates point at your front door, and the listing is public.
- Job hunting. A portfolio photo or a shot of your workspace tells a stranger which building you live in before the first interview.
- Dating profiles. A single geotagged picture narrows you down to one street, which defeats the whole point of chatting before you meet.
- Photos of children. A school gate, a playground and a home address, all timestamped, is more than any parent means to publish.
- Screenshots and scanned documents. These often carry app names, device identifiers and the scanner model, which quietly link separate uploads back to the same person.
The timestamp matters as much as the coordinates: several photos taken at the same place at 7:40 on weekday mornings describe a routine, not just a location.
What strips EXIF and what quietly keeps it
Most large social platforms re-encode what you upload and drop most of the EXIF block in the process, because it saves them storage. That is a side effect, not a promise, and it only covers uploads to those platforms.
Everything else usually keeps the file intact. Sending the original as an email attachment, through a chat app offering "send as file" or "original quality", through a cloud storage link, or into a marketplace's attach-photo field normally transfers the metadata untouched. Never assume the receiving app cleans anything for you.
How to check what a photo is carrying
Look before and after, so you know the fix worked.
- Windows: right-click the file, choose Properties, open the Details tab. Camera, date taken and GPS latitude and longitude appear there.
- macOS: select the file and press Command-I for Get Info, or open it in Photos and press Command-I for the info panel, which shows a map when coordinates exist.
- iPhone: open the photo and swipe up or tap the info button. A map under the picture means location data is attached.
- Android: in Google Photos, open the picture and swipe up for the details panel showing device, resolution and location.
Strip it properly by re-encoding the picture
Deleting fields one at a time is slow and easy to get wrong, because IPTC and XMP hide in different places from EXIF. Re-encoding solves it in one move: the tool decodes the image into raw pixels, draws them onto a fresh canvas, and exports a brand-new file. That file has no EXIF block at all, because nothing ever wrote one.
A practical order of operations:
- Check the details panel so you know what is actually there.
- Open the 1mail browser image compressor and load the photo. It runs entirely inside your browser, so the picture is never uploaded anywhere: metadata gone and the file never leaves the device.
- Resize to what the destination needs. A marketplace listing does not need 4000 pixels.
- Export as JPEG or WebP. Our comparison of JPEG, PNG and WebP covers the trade-offs, and the guide to compressing an image without losing quality explains how far to push the settings.
- Open the new file's details panel and confirm it is empty.
What removing metadata does not fix
Be clear about the limits. Stripping EXIF removes data about the picture, not what is visible in it. A street sign, a house number, a licence plate, a delivery label or a reflection in a window all survive untouched. It also does nothing about the account you post from, the caption you write, or a watermark burned into the pixels.
For a public profile picture, the calmer answer is often not to publish a real photo at all: a generated avatar from the 1mail avatar generator has nothing personal in it. The same habit applies to sign-ups: when a site only needs an address for a confirmation link, a disposable inbox from 1mail keeps that registration away from your real identity.
Frequently asked questions
Does removing EXIF reduce image quality?
The metadata is a few kilobytes and carries no visual information, so deleting it changes nothing you can see. Re-encoding does involve a fresh compression pass, but at a high quality setting the difference is invisible.
Do screenshots contain location data?
Screenshots have no GPS coordinates, because no camera was involved. They still carry a timestamp, screen dimensions and sometimes the device or app that produced them, plus whatever is visible on screen. Re-encoding them before sharing is still worthwhile.
Can I stop my phone writing GPS data in the first place?
Yes. Both iOS and Android let you deny the camera app access to location, which stops coordinates being recorded from then on. It does not touch photos already in your library, so keep the re-encode step for anything older you plan to share.