What your photos reveal: EXIF data and how to remove it
A photo is not just pixels. It usually carries the camera, the lens, the exact timestamp and, very often, the GPS coordinates of where you were standing. Here is how to check, and how to remove it.
Processed locally in your browserTake a photo on a phone and the file that lands on your device contains a good deal more than the picture. Tucked into the header is EXIF metadata: the camera and lens, the exposure settings, the exact date and time down to the second, the orientation, often a small embedded thumbnail — and, if location services were on, the latitude and longitude of where you were standing.
None of that is sinister by design. It exists because photographers want it. It becomes a problem the moment a file leaves your control with the location still attached.
What is actually in there
| Field group | Typical contents | Risk if shared |
|---|---|---|
| Camera | Make, model, serial number, lens | Links photos to one device |
| Exposure | Aperture, shutter, ISO, focal length | Low |
| Timestamps | Date and time taken, to the second | Reveals routine and whereabouts |
| GPS | Latitude, longitude, sometimes altitude | High — pinpoints a location |
| Software | Editing application and version | Low |
| Thumbnail | A small embedded preview | Can survive cropping in some tools |
The embedded thumbnail deserves a mention. In some older editing workflows the preview is not regenerated after a crop, so the uncropped version lives on inside the file. It has caused real embarrassments.
See what is in your own photos
Before deciding whether to care, look. Image Metadata Viewer reads EXIF, camera, GPS and colour data straight from the file — in your browser, without uploading it, which matters rather a lot for a tool whose entire purpose is examining sensitive information.
Drop in a recent photo from your phone. Most people are surprised twice: first by how much is there, and second by the coordinates.
Removing it
- Open the Image Metadata RemoverAdd one photo or a whole folder — the remover handles both.
- Review what was foundIt shows what is present before stripping, so you know what you are removing rather than trusting a green tick.
- Strip and compareThe before-and-after view confirms the fields are actually gone. The pixels are untouched.
- Download the clean copyOne file downloads directly; several come back as a ZIP. Your original stays as it was.
What social networks do, and why it isn't enough
Most large platforms strip EXIF when they process an upload — partly for privacy, mostly because the metadata is dead weight on their storage. That is a real protection, and it is not one to rely on:
- It does not apply to files sent by email, chat, cloud links or AirDrop, which usually pass through untouched.
- It does not apply to files you publish yourself on a site, a marketplace listing or a forum.
- Which fields are stripped varies by platform and changes without announcement.
- The platform still received the original, with the location in it, before stripping anything.
Stripping before you share means the file you hand over never had the data in the first place. That is a different guarantee.
Doing it for a folder
For a whole shoot, add everything at once — one setting applies to the queue and you get a ZIP back. If the same images also need resizing and compressing, run them through Batch Image Tools with Strip metadata enabled, and do all of it in one pass.
Worth building into your routine if you publish images regularly: cap the dimensions, convert to WebP, strip metadata. It is faster, smaller and safer all at once — see Optimising images for a faster website.
When you should keep it
Metadata is not the enemy. Keep it for photographs you are archiving, where the date, camera and settings are part of the record. Keep it for anything you might need to prove the provenance of. Keep it when you are handing files to a client or a stock library that expects the capture data intact.
Strip it for anything public. The simple rule: metadata in, for files you keep; metadata out, for files you send.
Common questions
Tools in this guide
Keep reading
- Optimising images for a faster websiteImages are usually the heaviest thing on a page. A practical workflow for dimensions, format, quality and metadata — plus the HTML that stops layout shift.
- Which ImageDoctor tool should you use? A guide to all of themA plain-language map of every tool on ImageDoctor, what each one is for, and how browser-based tools compare with upload-based sites and desktop software.
- How to compress images without losing qualityWhat image compression actually discards, which quality setting to use, and how to hit an exact file size in KB or MB — step by step, in your browser.