How to use this check
Check what the photo actually carries
Open it in the EXIF viewer on this site. Nothing is uploaded, and you will see immediately whether GPS coordinates are present.
Decide what needs to go
Location is the urgent field. Camera and exposure data are usually harmless and sometimes useful to keep.
Strip it using your platform's method
Phone share sheets, desktop file properties, and editor exports each have a reliable path, covered below.
Verify before publishing
Re-check the stripped file. Some methods remove less than they appear to.
What is actually in there
A photo from a phone typically carries the device make and model, the exposure settings, the orientation, the precise capture timestamp, and — if location services were enabled — latitude and longitude accurate enough to identify a specific building.
It may also carry the software that last edited the file, descriptive fields added by an editing application, and in some cases a thumbnail of the original image, which can survive cropping and reveal what was cropped out.
That last one surprises people. An embedded thumbnail generated before a crop can persist in the file afterwards, so cropping alone is not a reliable way to remove something from an image.
Which sharing paths strip data automatically
Most large social platforms re-encode uploads and discard metadata as a matter of policy. If you post a photo to a major social network, the copy other people can download will generally carry nothing.
The paths that preserve everything are the ones people think of as more private: email attachments, cloud storage links, direct file transfer, forum and marketplace uploads, and messaging apps when sending as a document or file rather than as a photo.
This is the inversion worth remembering. Posting publicly to a big platform often leaks less metadata than emailing the same file to one person.
- Usually stripped: major social platforms, most photo-mode messaging.
- Usually preserved: email attachments, cloud folder links, document-mode messaging, marketplace and forum uploads, direct transfer.
- Always preserved: the original file on your own device.
Removing location on each platform
On iPhone, open the photo, use the share sheet, and tap Options at the top. Turn Location off before sending. This removes coordinates while keeping the rest of the file intact, and it applies to whatever you share in that action.
On Android, the exact path depends on the manufacturer's gallery app, but recent versions of Google Photos offer a location toggle in the sharing options, and the Files app can remove location on a per-file basis. Where neither is available, the reliable fallback is to re-save via an editing app that does not preserve metadata.
On Windows, right-click the file, choose Properties, open the Details tab, and use 'Remove Properties and Personal Information'. Choose the option that creates a copy with all removable properties stripped, so you keep the original.
On macOS, Preview can remove location through the inspector, though its coverage of other fields is inconsistent. For a thorough strip, exporting through an image editor with metadata disabled is more reliable.
The universal fallback
If none of the platform methods are available or you are not sure they worked, take a screenshot of the photo displayed at full size. The screenshot is a genuinely new file containing only your screenshotting device's own metadata.
The cost is quality — you lose resolution and gain a compression pass — but the removal is complete, because none of the original file's structure survives.
The other reliable universal method is opening the image in an editor and exporting with metadata disabled. Most editors offer this, and it preserves full resolution.
Verify rather than assume
Several removal methods do less than they claim. Some strip GPS while leaving the device identifier, capture timestamp, and embedded thumbnail. Some strip EXIF while leaving XMP untouched, which can carry the same information in a different container.
Check the result before publishing, particularly the first time you use a given method. Open the stripped file in the EXIF viewer here and confirm the fields you cared about are actually gone.
Once you have verified a method works on your setup, you can trust it — but verify once rather than assuming.
Frequently asked questions
Does posting to social media remove EXIF data?
Usually yes. Most large platforms re-encode uploads and strip metadata. Email attachments, cloud links, and document-mode messaging do not, which catches people out.
Does cropping remove location data?
No. Cropping changes pixels, not metadata. GPS coordinates survive, and in some cases an embedded thumbnail of the uncropped original survives too.
Should I remove all metadata or just location?
Location is the field with real personal risk. Camera and exposure data are usually harmless and are sometimes worth keeping for attribution or portfolio purposes.
How can I check whether removal worked?
Open the stripped file in the EXIF viewer on this site. It runs locally, so you can verify sensitive files without uploading them anywhere.
Can removed EXIF data be recovered?
Not from the stripped file — the fields are gone. But the original on your device still has them, and any copy you shared before stripping still has them too.
Primary sources
The technical claims on this page follow the published specifications below rather than our own assertions.
- CIPA DC-008 Exif specification
The camera-industry standard that defines the Exif tags a photo can carry.
- IPTC Photo Metadata Standard
The descriptive and rights fields newsrooms and stock libraries rely on.
- exifr metadata parser
The open-source parser that reads EXIF, IPTC, XMP, and GPS segments locally in your browser.