Privacy › Module 4 › Lesson 3
Photo Metadata & Location Leaks
Understand EXIF metadata in photos and strip location data before sharing
Opening
Your photo may include a map pin you never saw
Digital photos often carry EXIF metadata: camera model, timestamp, and sometimes GPS coordinates. When you upload a picture to social media or send it in a message, that hidden data can reveal where and when it was taken. Learn what leaks and how to remove it before sharing.
1. What Is EXIF?
EXIF (Exchangeable Image File Format) is metadata embedded in JPEG and some other image files. It can include: Date and time the photo was taken Camera or phone model Exposure settings (aperture, ISO) GPS latitude and longitude when location was enabled Screenshots usually lack GPS, but photos from phone cameras often include it by default.
2. Privacy Risks
Home and school location
Repeated geotagged photos at the same coordinates expose where you live or work.
Travel patterns
Timestamps plus GPS show when you were away—useful to burglars and stalkers.
Child safety
Parents sharing kids' photos may unintentionally publish precise locations.
3. How to Remove EXIF
On phones: disable location for the Camera app or use “Remove location” when sharing from the gallery. Many social platforms strip some metadata on upload—but do not rely on that for sensitive images. On desktop: export copies through tools that strip metadata, or use exiftool: exiftool -all= photo.jpg removes EXIF from a copy. Messaging apps may recompress images differently—test before trusting.
Inspect and strip EXIF (Linux/macOS with exiftool installed)exiftool photo.jpg exiftool -all= -o clean-photo.jpg photo.jpg
exiftool photo.jpg exiftool -all= -o clean-photo.jpg photo.jpg
Share a screenshot instead of the original
For quick redaction, a screenshot of the photo often drops GPS EXIF—but may reduce quality. For best control, use explicit strip tools.
Knowledge Check
EXIF metadata in photos can include:
Multiple choice
Knowledge Check
GPS in photo metadata is risky because it can reveal:
Multiple choice
Knowledge Check
True or False: You should disable camera location or strip EXIF before sharing sensitive photos.
True or False