How to Remove EXIF Data from Photos (and Why It Matters)
· 6 min read
Your photos carry hidden metadata including the exact GPS coordinates where they were taken. Here is what is in there, who can read it, and how to strip it.
Every photo your phone takes carries a hidden record: the precise coordinates where you stood, the date and time to the second, the device that took it, and often a unique serial number identifying that specific camera.
This is EXIF metadata. It is embedded in the file itself, travels with it, and is trivially readable by anyone who receives the photo.
What is actually stored
- GPS coordinates — latitude, longitude and often altitude, typically accurate to within a few metres.
- Timestamp — capture time to the second, sometimes with timezone.
- Device information — make, model, and on many cameras a unique body serial number.
- Capture settings — aperture, shutter speed, ISO, focal length, flash state.
- Software history — which applications edited the file, sometimes with a full edit chain.
- Thumbnail — an embedded preview which, on some older software, was not updated when the image was cropped.
That last point produced a well-documented category of privacy failure: people cropped sensitive content out of an image, but the embedded thumbnail still showed the uncropped original.
Who actually sees it
Major social platforms strip EXIF on upload — Facebook, Instagram, Twitter/X and LinkedIn all do. They read it first for their own purposes, but the file other users download is generally clean.
Almost everything else preserves it. Email attachments keep EXIF intact. Cloud storage links serve the original file. Messaging apps vary — some strip, some do not, and behaviour differs between sending a photo and sending it as a document. Marketplace listings, forums, personal websites and CMS uploads usually keep everything.
The practical risk is concrete rather than theoretical. Selling furniture on a marketplace with photos taken in your living room publishes your home coordinates. Posting a photo of a pet in the garden does the same. Journalists, activists and people managing a stalking or domestic abuse situation face materially higher stakes.
Stopping location capture at the source
On iPhone, open Settings, then Privacy and Security, then Location Services, then Camera, and set it to Never. Existing photos keep their coordinates, but new ones will not have any.
On Android the setting lives inside the Camera app itself — look for Location, Location tags or GPS tags in the camera settings. Wording varies by manufacturer.
This is the most reliable approach, because it removes the possibility of forgetting to strip a file later. The cost is losing location-based photo organisation, which some people rely on heavily.
Removing it from existing photos
On Windows, right-click the file, choose Properties, open the Details tab, and click "Remove Properties and Personal Information". You can strip everything or select specific fields. It works on multiple files at once.
On macOS, Preview lets you inspect metadata under Tools then Show Inspector, and remove location data from the GPS tab. For batch work, the command-line tool exiftool is the standard answer and handles thousands of files reliably.
On iPhone, open a photo, tap the info button, and choose Adjust then Remove Location. When sharing, the share sheet has an Options control at the top where you can disable location before sending.
In the browser, our EXIF removal tool strips all metadata by re-encoding the image locally. The photo is never uploaded — which matters here more than for most tools, since the entire point is that you did not want the location data leaving your control in the first place.
What removal does not solve
Stripping EXIF removes the metadata, not the content. If the photograph shows a recognisable street, a house number, a school uniform or a distinctive view from a window, that information is still there and no metadata tool addresses it.
Re-encoding also means recompression. Converting a JPEG to strip metadata and re-saving costs a small amount of quality. At high quality settings this is imperceptible, but it is not a lossless operation.
And if you have already shared the original, removal now does nothing about copies already distributed.
When you want to keep it
EXIF is not purely a liability. Photographers rely on capture settings to learn from their own work. Timestamps make chronological sorting possible across devices. Location data powers map views in photo libraries and is genuinely useful for travel archives.
The sensible position is not to strip everything always, but to strip before publishing. Keep your originals intact in your library; clean the copies you send outward.
Related tools
- EXIF Remover — Strip GPS and camera metadata locally
- Image Compressor — Re-encode and shrink before sharing
- Image Pixelator — Obscure faces and identifying detail
- Image Converter — Change format, drop metadata