Remove Location Data from Photos
Every photo from a phone quietly carries the exact GPS coordinates of where it was taken, plus the time and the device. Pick your photos below and this page strips all of it — the files never leave your browser, most JPEGs are cleaned without touching a single pixel, and every output is re-scanned to prove the location is really gone before you download it.
Everything happens in your browser — the photos are never uploaded anywhere. This page even works offline.
Where the leak actually happens
Big social platforms (Instagram, Facebook, X) strip EXIF on upload — that path is mostly safe. The leaks happen everywhere else: email attachments, cloud-drive share links, classified-ad listings, forum uploads, and messengers when you send a photo “as a file” (the quality-preserving option many people choose) all pass the original bytes through, coordinates included. A photo of a sofa for sale can hand a stranger your home address; check what any photo is carrying with the photo location reader — this page is its other half.
What gets removed — and what stays
Removed: the GPS block (coordinates, altitude, direction), capture timestamps, camera and phone model, software history, embedded thumbnails (which can contain a small copy of the original image), XMP and IPTC blocks. Kept: your pixels and the color profile. For JPEGs that don't need rotation fixing the clean copy is byte-identical image data — no recompression, no quality loss; rotated photos are re-encoded once at high quality so they don't fall over sideways when the rotation flag is stripped with the rest.
Why in-browser matters
Most “EXIF remover” sites work by uploading your photo to their server — to remove data you consider sensitive, you first hand the whole photo to a stranger. Here the entire job runs in JavaScript on your device: no upload, no server copy, works offline once the page has loaded, and each cleaned file is re-scanned in place to verify the coordinates are gone. That verification line under each photo isn't decoration; if a file can't be cleaned, it says so instead of pretending.