How to Remove Personal Metadata from Images Before Sharing Online
Strip GPS location, camera details, and timestamps from photos before posting them publicly to protect your privacy.
How to Remove Personal Metadata from Images Before Sharing Online
Last month I posted a photo of my new bike on Twitter. Twenty minutes later, someone replied with my exact address. Not the neighborhood. My actual street address.
Turns out modern phones embed your GPS coordinates into every photo you take. Along with the camera model, timestamp, and sometimes even the serial number of your device. All of this sits invisibly in the image file, and most social platforms don't strip it automatically.
What metadata do photos actually contain?
Every time you snap a photo with your phone or camera, the device writes a bunch of data into the file. This is called EXIF data (Exchangeable Image File Format).
Here's what I found in a random photo from my iPhone:
- Exact GPS coordinates (latitude and longitude to 6 decimal places)
- Date and time, down to the second
- Camera make and model (iPhone 14 Pro)
- Lens specifications and focal length
- ISO, aperture, shutter speed
- Whether flash was used
- Image orientation
- Software version
The GPS data is the scary part. Those coordinates can pinpoint your home, your kid's school, your workplace. I tested this with a photo from my backyard, and Google Maps showed my house within 10 feet.
Do social media sites remove this data automatically?
Sometimes. It depends.
Facebook and Instagram strip most EXIF data when you upload photos. Twitter does too, mostly. But I've seen cases where location data slipped through, especially with older images or certain file formats.
Forums, Discord servers, messaging apps, your personal blog? Usually they keep everything. I checked a photo someone posted in a photography subreddit once, and their home coordinates were right there in the metadata.
The problem is you can't rely on the platform. Upload policies change. Bugs happen. Better to clean the data yourself before it leaves your device.
How do I check what metadata my photos contain?
On Windows, right-click the image file, go to Properties, then the Details tab. You'll see some of the EXIF data there, though not everything.
On Mac, open the image in Preview, go to Tools, then Show Inspector. Click the little "i" icon for the EXIF tab.
But honestly, both of these miss stuff. I use EXIF Viewer because it shows everything in one place. Just drag your photo in, and it lists every single metadata field. No upload needed since it reads the file in your browser.
I tested this with 50 photos from my phone. 47 of them had GPS coordinates. 12 had my device serial number. All of them had timestamps accurate to the second.
What's the fastest way to remove metadata before sharing?
You need to strip the EXIF data from the file. There are a few ways to do this.
The manual way: On Windows, go to the file Properties, Details tab, and click "Remove Properties and Personal Information." On Mac, you can use Preview to export a copy without metadata, but it's buried in the export options and easy to miss.
I prefer using Image Metadata Remover because it's faster and I can see exactly what's being removed. Drop your photo in, it shows you all the metadata, then you download a clean version. Takes about 5 seconds per image.
The tool works entirely in your browser. The image never leaves your computer, which matters if you're cleaning photos you don't want anyone else to see.
For bulk cleaning, ExifTool is the gold standard if you're comfortable with command line tools. It's free and handles hundreds of images at once. The syntax looks like this: