← Back to Blog
Guide EXIF Privacy 8 min read

How to Remove EXIF Data from Photos Before Sharing Online

Every photo you share carries hidden GPS coordinates, camera serial numbers, and timestamps. Here are 5 ways to strip it all, and one method that takes 3 seconds.

Why You Need to Remove EXIF Data

Every photo taken on a smartphone or digital camera contains invisible metadata called EXIF data (Exchangeable Image File Format). This hidden block of text records your exact GPS coordinates, the device you used, precise timestamps, and sometimes even your name.

When you share a photo online, on a forum, marketplace, email, or messaging app, this metadata often travels with the file. Anyone who downloads your photo can extract your home address, daily routine, and device fingerprint in seconds using freely available tools.

The solution? Remove EXIF data before you share. This guide covers every method available, from the fastest one-click option to manual approaches on every platform.

What EXIF Data Are You Actually Leaking?

Before we get into removal methods, here's exactly what's embedded in a typical smartphone photo:

  • GPS Coordinates - latitude, longitude, and altitude accurate to within 3 meters. This pinpoints the exact room you were standing in.
  • Date & Time - the precise moment the photo was taken, down to the second, including timezone information.
  • Camera/Phone Model - "Apple iPhone 16 Pro Max" or "Samsung SM-S928B" clearly identifies your device.
  • Serial Numbers - unique identifiers for your specific camera body and lens that can link photos across platforms.
  • Software Version - your OS version and any editing apps used.
  • Owner/Artist Name - some devices embed your name or Apple ID.
  • Thumbnail Image - a hidden copy of the original image that survives even basic cropping.

A single photo can contain dozens of data points that uniquely identify you. Across multiple photos, someone can build a complete profile of your daily life.

Method 1: Use a Free Online EXIF Remover (Fastest)

The fastest and most reliable way to strip EXIF data is using a dedicated tool that processes images entirely in your browser - no uploads, no accounts, no limits.

Step-by-Step with ZeroPNG

  1. Go to ZeroPNG EXIF Metadata Remover
  2. Drag and drop your photos into the drop zone (or click to browse). You can add dozens of images at once.
  3. Review the detected metadata. The tool highlights risky fields like GPS location, device serial numbers, and timestamps in a clear, organized panel.
  4. Click "Scrub All" to strip every trace of metadata from all images simultaneously.
  5. Click "Download All (ZIP)" to get all your cleaned photos in a single archive.

Why This Method Is Superior

  • 100% client-side - your photos never leave your device. The entire process runs in JavaScript inside your browser.
  • No account or signup - just open the page and drop your files.
  • Batch processing - clean hundreds of images in one go.
  • Works offline - install as a PWA and strip metadata even without internet.
  • Strips everything - EXIF, IPTC, XMP, ICC profiles, and Maker Notes are all removed by re-drawing the image through the HTML5 Canvas API.

⚠️ Warning about other online tools: Most "free EXIF removers" require you to upload your photos to their servers. This defeats the purpose entirely, you're sending your GPS coordinates and personal metadata to a third party just to have it removed. Always use a tool that processes locally.

Method 2: Remove EXIF Data on Windows

Windows has a built-in metadata removal feature, though it's limited to individual files and only works with certain formats.

Using File Properties

  1. Right-click the photo file and select Properties.
  2. Go to the Details tab.
  3. Click "Remove Properties and Personal Information" at the bottom.
  4. Select "Create a copy with all possible properties removed" for the safest option.
  5. Click OK. Windows creates a new file with metadata stripped.

Limitations

  • Only works with JPEG and TIFF files, no PNG, WebP, or HEIC support.
  • Cannot batch process, you must right-click each file individually.
  • The "Remove All" option doesn't always remove everything, some XMP and Maker Notes can persist.
  • Requires opening File Explorer for every image you want to clean.

Method 3: Remove EXIF Data on Mac

macOS doesn't have a native one-click metadata remover like Windows, but you have options.

Using Preview (View Only)

  1. Open the image in Preview.
  2. Go to Tools → Show Inspector (or press ⌘I).
  3. Click the EXIF tab to view all embedded metadata.

Unfortunately, Preview lets you view EXIF data but not remove it. To actually strip the metadata, you'll need a third-party tool or a terminal command.

Using Terminal (ExifTool)

If you're comfortable with the command line, ExifTool is the gold standard:

  1. Install ExifTool: brew install exiftool
  2. Strip all metadata from a single file: exiftool -all= photo.jpg
  3. Strip metadata from all photos in a folder: exiftool -all= *.jpg

This is powerful but requires Homebrew, terminal knowledge, and won't work on HEIC files without additional configuration.

Method 4: Remove EXIF Data on iPhone

iPhones embed some of the most detailed EXIF data of any device, including precise GPS, altitude, and the specific lens used (wide, ultrawide, telephoto).

Remove Location Before Sharing (Built-in)

  1. Open the Photos app and select the image(s) you want to share.
  2. Tap the Share button (square with arrow).
  3. Tap "Options" at the top of the share sheet.
  4. Toggle "Location" off.
  5. Share the photo as usual.

Important: This only removes GPS location data. Camera model, timestamps, lens info, and other EXIF fields are still included in the shared file.

Prevent GPS Tagging Entirely

  1. Go to Settings → Privacy & Security → Location Services.
  2. Scroll down to Camera.
  3. Set to "Never".

This stops the camera from writing GPS data in the first place. However, all other EXIF fields (device model, timestamps, settings) will still be embedded.

Full EXIF Removal on iPhone

To remove all metadata from iPhone photos, use ZeroPNG's EXIF Remover in Safari. It works directly on your phone, no app install needed.

Method 5: Remove EXIF Data on Android

Android's approach to EXIF removal is similar to iPhone, but slightly more fragmented across device manufacturers.

Disable GPS Tagging

  1. Open the Camera app.
  2. Go to Settings (gear icon).
  3. Find "Save location" or "Location tags" and toggle it off.

Like iPhone, this only prevents GPS data. All other EXIF metadata remains.

Using Google Photos (Partial)

Google Photos can remove location data when sharing via link, but retains other metadata. It's not a complete solution.

Full Removal

For complete metadata stripping on Android, open ZeroPNG in Chrome or any mobile browser. Drop your images, scrub, and download, all processed locally on your phone.

Which Platforms Strip EXIF Data Automatically?

Can you rely on social media to protect you? Here's the reality:

Platform Strips EXIF? Notes
Facebook / Instagram ✅ Public image Strips from public image, but stores metadata on their servers for ad targeting
Twitter / X ✅ Yes Strips EXIF from uploaded images
WhatsApp ⚠️ Partial Strips when sending as photo, but NOT when sending as document
Discord ❌ No Full EXIF data preserved in uploaded images
Telegram ⚠️ Partial Strips when sent as photo, preserved when sent as file
Reddit ✅ Yes Strips on upload, but third-party Reddit apps may not
Email (Gmail, Outlook) ❌ No EXIF data is always fully preserved in attachments
eBay / Craigslist / Marketplace ⚠️ Inconsistent Some strip, some don't, never rely on this
Forums / Blogs / WordPress ❌ No Almost never stripped, full metadata exposed
iMessage / SMS ❌ No Full EXIF data sent with every photo

The bottom line: You cannot rely on platforms to protect your privacy. Even the ones that strip EXIF may keep your metadata on their servers. The only safe approach is to remove EXIF data yourself before sharing anywhere.

What Exactly Gets Removed?

A complete EXIF removal strips more than just GPS. Here's everything that gets cleaned:

  • EXIF data - GPS coordinates, altitude, camera settings, timestamps, device model, serial numbers, orientation
  • IPTC data - editorial metadata used by news agencies: captions, credits, keywords, copyright notices
  • XMP data - Adobe's extensible format: editing history, Lightroom/Photoshop adjustments, AI labels, custom tags
  • ICC Profiles - color calibration data that can fingerprint your editing workflow and monitor
  • Maker Notes - proprietary data written by camera manufacturers (Canon, Nikon, Sony) that's often undocumented
  • Embedded Thumbnails - hidden preview images that can survive cropping and reveal the original uncropped photo

ZeroPNG strips all of these by re-drawing your image from scratch using the HTML5 Canvas API. The result is a pixel-perfect copy with zero hidden data attached.

Does Removing EXIF Data Affect Image Quality?

This is the most common concern, and the answer is: no, not in any visible way.

  • PNG and WebP - metadata is stripped losslessly. The pixel data is identical before and after.
  • JPEG - the image is re-encoded at maximum quality (92%+). Any theoretical quality loss is below the threshold of human perception.

The only thing that changes is the removal of the invisible text data block. Your photo will look exactly the same, it just won't be broadcasting your secrets anymore.

Real-World Scenarios: When EXIF Removal Saves You

Selling Items Online

You photograph a guitar in your living room and list it on Facebook Marketplace. Without EXIF removal, every potential buyer, including scammers, can extract your home address from the GPS data embedded in those photos.

Sharing Kids' Photos

You text a photo of your child at their school to family. That photo contains GPS coordinates of the school, the exact time, and your phone's unique identifiers. If that image gets forwarded or posted publicly, anyone can locate your child's school.

Posting on Forums and Discord

Discord does not strip EXIF data. If you post a photo taken at home in a public Discord server, anyone in that server can download the image, extract the GPS coordinates, and find your exact address on Google Maps.

Journalism and Whistleblowing

EXIF data has been used to identify and locate journalists' sources. Camera serial numbers can be cross-referenced across multiple photos to link anonymous submissions to a specific person's device.

Job Applications and Dating Profiles

Photos uploaded to personal websites, portfolios, or dating profiles almost never have EXIF stripped. You could be unintentionally sharing your home address with every person who views your profile.

Frequently Asked Questions

Can I selectively remove just GPS data but keep other EXIF?

Some tools like ExifTool allow selective removal (exiftool -gps:all= photo.jpg). However, for maximum privacy, it's safer to strip everything. Camera serial numbers and timestamps can be just as identifying as GPS data.

Do screenshots contain EXIF data?

Screenshots typically contain minimal metadata, usually just the device model, date, and software version. They do not contain GPS coordinates (since you're capturing the screen, not using the camera). However, they may still reveal your device and OS.

Can EXIF data be recovered after removal?

No. When ZeroPNG strips metadata, it creates an entirely new image file by re-drawing the visual pixels through the Canvas API. The original metadata is not present in the new file and cannot be recovered from it.

What about HEIC files from iPhone?

HEIC files contain extensive EXIF data. To strip metadata from HEIC photos, first convert them to JPG using ZeroPNG's HEIC to JPG Converter, the conversion process automatically strips all metadata.

Should I disable GPS on my camera permanently?

That's a personal choice. GPS data is useful for organizing your own photo library by location. The key is to strip it before sharing, not necessarily before capturing. Think of EXIF removal as the last step before any photo leaves your device.

Remove EXIF Data from Your Photos - Free

Drop your photos into ZeroPNG's EXIF Metadata Remover. View all hidden metadata, scrub everything in one click, and download clean images. 100% browser-based, zero uploads, unlimited batch processing.

Remove EXIF Data Now