When you take a photo on your phone or camera, the image file contains more than just pixels. Buried inside is a block of hidden data called EXIF metadata — and it can reveal far more about you than you probably intended to share.
EXIF stands for Exchangeable Image File Format. It's a standard for storing metadata inside image files, defined by camera manufacturers decades ago and now used by virtually every smartphone and digital camera.
When you photograph something, your device automatically records:
All of this travels with the file every time you share it.
Most of the time, EXIF data is harmless. It's useful for photographers organising libraries by date or location, or for debugging camera settings.
The problem is what happens when you share the image publicly — or even semi-publicly.
A real-world example: In 2012, John McAfee (the antivirus founder) was on the run from authorities in Belize. A journalist published a photo taken on an iPhone. The EXIF GPS data was still embedded in the file and revealed his exact location in Guatemala within hours.
You don't need to be a fugitive for this to matter. Consider:
Social media platforms (Instagram, Twitter/X, Facebook) strip EXIF data server-side before displaying images. But if you're sharing files directly — via email, WhatsApp, a forum, a marketplace listing, or a portfolio site — the metadata goes with it.
On a Mac: open the photo in Preview, go to Tools → Show Inspector, click the GPS tab.
On Windows: right-click the file, select Properties → Details and scroll down.
On your phone: apps like Google Photos show location data under photo info.
Most JPEGs from a smartphone will have GPS coordinates unless you've specifically disabled location tagging in your camera settings.
The most reliable method is Canvas re-encoding — the image is drawn onto an HTML5 Canvas element and exported fresh, which produces a clean file with no metadata attached. No third-party library can intercept the data mid-flight, and nothing is ever uploaded anywhere.
imgshrnk's Metadata Remover does exactly this — entirely in your browser:
It also supports batch processing, so you can clean an entire folder of images in one go.
Not necessarily. EXIF is genuinely useful when:
The rule is simple: strip EXIF before anything goes public. Keep the originals with metadata for your own records.
You can prevent GPS tagging at the source by disabling location access for your camera app. On iPhone: Settings → Privacy & Security → Location Services → Camera → Never. On Android, open the Camera app settings and disable "Location tags" or "Save location".
This stops new photos from embedding GPS data, but it won't retroactively clean existing photos. For those, the metadata remover is the right tool.
The two minutes it takes to strip EXIF data before posting is worth it. Your location is not information that should be an accidental footnote in a JPEG.