How to Remove EXIF Data from Photos

Learn how to remove EXIF data from your photos using free tools that preserve image quality.

Quick Methods to Remove EXIF Data

ExifTool (Windows, macOS, Linux)

ExifTool is a free, cross-platform command-line tool for removing metadata:

  1. Download from exiftool.org
  2. Open a terminal and navigate to your image folder
  3. Run:
exiftool -all= photo.jpg

To process all images in a folder:

exiftool -all= *.jpg

ImageOptim (macOS)

ImageOptim removes metadata while optimizing file size:

  1. Download from imageoptim.com
  2. In Preferences → General, check “Strip JPEG metadata”
  3. Drag and drop your images

Exif Purge (Windows)

A simple batch tool for Windows:

  1. Download from exifpurge.com
  2. Add files or drag and drop
  3. Click “Purge Exif Data”

Online Tools

For quick one-off removals, you can use online EXIF removers. However, be cautious about uploading sensitive photos to third-party websites.

What Gets Removed

When you strip EXIF data, you remove:

  • GPS coordinates — Exact location where the photo was taken
  • Camera settings — ISO, aperture, shutter speed, focal length
  • Device info — Camera/phone model, lens, serial numbers
  • Timestamps — Date and time the photo was taken
  • Lightroom edits — XMP data with editing adjustments
  • Thumbnails — Embedded preview images

Why Remove EXIF Data?

Common reasons to strip metadata:

  • Privacy — Remove GPS location before sharing publicly
  • Security — Hide device information and serial numbers
  • Anonymity — Prevent identification through camera fingerprinting
  • File size — Reduce file size slightly (metadata is usually small though)

Before You Remove: Consider Keeping a Backup

While there are valid reasons to strip metadata, consider keeping original files with metadata intact:

  • Future reference — You may want to know camera settings or location later
  • Preset recovery — If you lose your Lightroom presets, you can recover them from JPEGs that have metadata
  • Organization — Metadata helps with sorting and searching photos

Recommended workflow:

  1. Keep original exports with full metadata in a secure location
  2. Create copies for sharing
  3. Strip metadata only from the copies you’ll upload publicly

Verify Metadata Was Removed

After stripping metadata, verify it worked:

  1. Upload the processed image to PixelPeeper
  2. Check that no EXIF or XMP data appears
  3. Confirm GPS coordinates are gone

Platform-Specific Notes

Social Media Auto-Stripping

Most social platforms automatically remove EXIF data on upload:

  • Instagram — Strips all metadata
  • Facebook — Strips all metadata
  • Twitter/X — Strips all metadata
  • Flickr — Preserves metadata (be careful!)

Messaging Apps

  • iMessage — Preserves metadata
  • WhatsApp — Strips metadata
  • Signal — Strips metadata by default
  • Telegram — Strips metadata

If privacy is a concern, strip metadata yourself rather than relying on platforms to do it.