Our official iOS app is live on the App StoreDownload free

How to Remove EXIF Data From Your Photos

· 4 min read

Short answer

Most platforms can remove EXIF data without extra software. On iPhone use the share sheet’s Options toggle, on Windows the file Properties dialog, and on macOS export with Location Information unticked. Android depends on the gallery app — Google Photos cannot remove camera-written GPS at all.

The field worth removing is GPS. Consumer receivers are accurate to roughly 4.9 m under open sky, so a geotagged photo posted publicly can identify a home to within a few metres, and the coordinates are written automatically without anyone choosing to include them.

What exactly is stored, and why the serial number matters as much as the location, is covered in the EXIF guide.

How do you remove EXIF data on iPhone?

Tap Share, then Options at the top of the share sheet, and turn off Location. The copy you send carries no coordinates and your original is untouched. The setting is per-share and resets each time.

This removes location only. Camera model, exposure settings and timestamp still travel. For a completely stripped file, take a screenshot of the photo instead — a screenshot is a new image with no inherited metadata at all.

How do you remove EXIF data on Android?

It depends on the gallery app. Samsung Gallery offers Remove location data in the share sheet. Google Photos does not: its Remove geo location setting must be switched on, and it only applies to link shares — camera-written GPS cannot be removed there at all.

This is the one place where Android genuinely cannot be summarised in a sentence — what Google Photos will and will not do with location is a guide of its own. Google’s own documentation is explicit that “if a location was automatically added by your camera, you can’t update or remove the location in Google Photos” — so for the exact case this article is about, that app is not the answer. Samsung Gallery and several other manufacturer galleries do expose a per-share toggle. If yours does not, the reliable fallbacks are the same everywhere: share a screenshot, or run the file through a metadata tool before sending.

How do you remove EXIF data on Windows?

Right-click the file, choose Properties, open the Details tab, and click Remove Properties and Personal Information. Windows can strip selected fields in place or write a clean copy alongside the original.

  1. Step 1Right-click, PropertiesWorks on a multiple selection too, which is the fastest way to clean a folder.
  2. Step 2Details tabScroll to the bottom to see GPS latitude and longitude, if present — what those numbers mean covers the format.
  3. Step 3Remove Properties and Personal InformationThe link at the bottom of the dialog.
  4. Step 4Choose copy or in-placeCreate a copy with all possible properties removed is the safe default — it leaves the original intact.

How do you remove EXIF data on macOS?

In Photos, select the image and use Image → Location → Hide Location, or export with Location Information unticked. Preview can also delete the GPS block through Tools → Show Inspector.

The export route is the one to prefer when sending files onward, because it produces a clean copy and leaves your library entry complete. Losing capture locations from a personal archive is irreversible and quietly ruins it years later.

Should you remove metadata from everything?

No. Strip it from anything published under a real name, and from photos of homes, schools or children. Keep it in your own archive, where timestamps and locations are exactly what make a library searchable a decade later.

SituationRecommendation
Posting publicly under your own nameStrip location
Photos showing a home, school or workplaceStrip location
Selling an item onlineStrip location — listing photos are often taken at home
Your own photo libraryKeep everything
Journalism, insurance, legal evidenceKeep — provenance is the point
When to strip and when to keep

Frequently asked questions

Does removing EXIF data reduce image quality?
No. Metadata is stored separately from the pixels, so stripping it leaves the image untouched. The exception is the screenshot method, which re-encodes at screen resolution and does lose quality.
Do social media platforms remove EXIF automatically?
Most strip it during upload, but behaviour differs by platform and changes without announcement. Treat it as likely rather than guaranteed, and strip location yourself when it matters.
Can removed EXIF data be recovered?
Not from the stripped file — the tags are gone. If you kept the original, it still has them, which is why the "create a copy" option is safer than editing in place.
Does removing metadata hide where the photo was taken?
It removes the exact coordinates, not the evidence in the picture. Buildings, signs, plants and road markings still indicate a region, and a screenshot removes metadata but not any of that.

Sources

  1. Share photos and videos — Apple SupportAppleSource for the share sheet Options → Location control.
  2. Exif 3.0 (CIPA DC-008-2023)Camera & Imaging Products AssociationDefines the GPS tag group being removed.

Keep reading