// remove gps from photo

Remove GPS Location
from Photos

Strip hidden GPS coordinates, timestamps, and device IDs from JPG, PNG, and WebP photos before sharing. The cleaner runs entirely in your browser; photos never leave your device.

0files cleaned this sessionRuns 100% locally — your files never leave this device

What’s in your phone’s photos

A JPEG straight out of an iPhone or Android camera typically contains:

  • GPS latitude and longitude — often to 5+ decimal places (meter accuracy).
  • GPS altitude.
  • Timestamp with timezone.
  • Camera model and serial number.
  • Lens info, ISO, aperture, exposure.
  • Embedded thumbnails — sometimes not edited when you cropped the main image.

Why “remove location” toggles aren’t always enough

iOS and some Android skins offer a per-share toggle that strips GPS when you send a photo. They work — for that one share. The original file in your gallery still has the coordinates, and anything that copies the file directly (cloud sync, AirDrop, export to USB) carries the GPS with it. For files already on disk, you need a tool that operates on the file itself.

Verify after cleaning

On the command line:

exiftool -GPS:all your_photo_clean.jpg

The output should be empty — no GPS, no coordinates, nothing.

// common questions

Frequently asked.

Will the image quality change?+

PNG output is lossless. JPEG re-encodes once at high quality (~0.95), which is visually indistinguishable from the original for normal use. Keep PNG if you need pixel-perfect fidelity.

Does it work on iPhone HEIC photos?+

Browsers can't directly decode HEIC, so convert to JPG first (iOS Share → Save as JPEG, or Files app → Export). Then drop the JPG.

Are visible landmarks in the photo also a problem?+

Yes — but that's a separate issue. This tool only removes metadata. If your street sign or front door is in the frame, the photo still tells where it was taken visually. Crop or blur visible identifiers separately.

What about reverse-image search?+

Google and others may find the same image elsewhere on the web. The 'scramble image hash' option on the main cleaner adds imperceptible noise to shift perceptual hashes, but it doesn't prevent identical-pixel matching against existing public copies.

// related tools

Keep cleaning.