Strip EXIF metadata from photos (timestamps and GPS)
Remove EXIF before posting to social media. Walks through Mac, Windows, iPhone, Android, and a CLI recipe.
Inspect & strip EXIF in your browser (no install)
What EXIF stores
- Capture timestamp
- Camera body and lens
- GPS coordinates (the biggest privacy risk)
- Thumbnail preview
iPhone
- Photos > Share > Options.
- Turn off Location, then share.
- Applies to AirDrop, Mail, and social apps.
Android (Google Photos)
- Open the photo > three-dot menu.
- Edit > Remove location.
Mac (Preview)
- Tools > Show Inspector.
- GPS tab > Remove Location Info.
Windows (Explorer)
- Right-click > Properties > Details.
- Remove Properties and Personal Information.
CLI (exiftool)
exiftool -all= photo.jpg
Even if the platform scrubs EXIF
- Many services already strip metadata, but do it yourself as a belt-and-braces measure in case the file leaks via another path.