Privacy Security Images

What Your Phone Photos Know About You (And How to Remove It)

Most people have no idea how much personal information is embedded in every photo their phone takes. The location of your home. The exact time you woke up. Which device you own. Here's what EXIF metadata is, what it reveals, and the exact steps to remove it.

T
The Tool Empire
Privacy & Tools
June 7, 2026· 9 min read· Privacy

You take a photo of your new apartment, post it in a group chat, and think nothing of it. But inside that image file — invisible to the naked eye — is a block of data that includes the exact latitude and longitude of the room where you took it, rounded to the nearest few metres.

This data is called EXIF metadata, and it's embedded in almost every JPEG photo taken by a smartphone or digital camera. Understanding what it contains, who can read it, and how to remove it before sharing is one of the more practical privacy habits you can build.

What Is EXIF Metadata?

EXIF stands for Exchangeable Image File Format. It's a standard, established in 1995, for embedding structured data inside JPEG and TIFF image files. The standard was designed primarily to let cameras record the technical conditions of a shot — aperture, shutter speed, ISO — so that photographers could review their settings after the fact.

Smartphones took that concept and expanded it considerably. Here's what a typical iPhone or Android photo EXIF block looks like:

Sample EXIF data from a typical smartphone photo
GPS Latitude51.5074° N (51° 30' 26.64" N)
GPS Longitude-0.1278° W (0° 7' 40.08" W)
GPS Altitude42.3 metres above sea level
Date/Time Original2026:06:07 07:43:22
MakeApple
ModeliPhone 16 Pro
Software18.4.1
Focal Length6.86 mm (24mm equiv)
Aperture (FNumber)f/1.8
Shutter Speed1/120 s
ISO64
FlashDid not fire

The GPS coordinates in that sample are accurate to within about 3–5 metres of the actual camera position. If someone with the right tools opens your photo, they can paste those coordinates directly into Google Maps and see exactly where it was taken.

Who Can Read Your EXIF Data?

Reading EXIF data requires almost no technical skill. It's built into Windows (right-click → Properties → Details), macOS (Get Info → More Info), and every modern photo editing application. Online tools can parse it from an uploaded image in seconds. There's nothing to crack or decode — the data is stored in plain text inside the file.

If you share the original image file — through email, a file transfer, Telegram with "Send as file" selected, AirDrop, or a direct download link — the EXIF data travels with it. The recipient has full access to every field, including GPS, with zero effort.

The Privacy Risk Breakdown

Not all EXIF fields carry the same risk. Here's a quick breakdown by severity:

⚠ High risk
GPS Latitude & Longitude
Reveals exact location of where the photo was taken — often your home, workplace, or daily routine.
⚠ High risk
GPS Altitude
Can indicate which floor of a building you're on, or confirm geographic region when combined with lat/lng.
⚡ Medium risk
Date & Time Taken
Establishes your schedule and routine. Reveals when you wake up, when you travel, when you're home.
⚡ Medium risk
Device Make & Model
Reveals the specific phone model you own, which can be useful for targeted phishing or social engineering.
⚡ Medium risk
Software Version
Reveals your OS version, which can indicate whether your device has known vulnerabilities.
✓ Low risk
Aperture, Shutter, ISO
Camera technical settings. Useful for photographers but contains no identifying personal information.

Do Social Platforms Remove EXIF Automatically?

Yes — most do. But not all, and not always, and the ones that do still hold your original data on their servers even after stripping it from the public-facing version of the file.

PlatformStrips EXIF on upload?Notes
InstagramStrips allEXIF removed from all images. GPS never exposed publicly.
FacebookStrips allRemoves EXIF from the downloadable version. Retains internally.
Twitter / XStrips allEXIF stripped on upload since 2012.
WhatsAppStrips allStrips metadata when sending as a photo. "Document" sends preserve EXIF.
TelegramStrips (photos)Strips when sent as photo. Preserves EXIF when sent as "File".
SignalStrips allBy design, strips metadata on all media sends.
FlickrKeeps allPreserves and displays EXIF as a feature for photographers.
Email (attachment)Keeps allEXIF fully preserved. No stripping.
AirDrop / file transferKeeps allEXIF fully preserved. No stripping.
Google Drive (link)Keeps allOriginal file served — EXIF intact to anyone with the link.
Telegram "Send as File" is a common mistake. When you press and hold the send button in Telegram and choose "Send as File," the file is sent without any processing — including all EXIF metadata. Most people don't realise this distinction exists.

Real-World Cases Where EXIF Data Caused Problems

This isn't theoretical. There are documented cases where EXIF metadata was used to locate people who didn't intend to reveal their location:

  • A woman posted photos of her car for sale online without removing EXIF data. The GPS coordinates pointed to her home address. The buyer knew where she lived before they ever exchanged messages.
  • Journalists and privacy researchers have repeatedly demonstrated that public figures who share unedited photos can be located through EXIF — even photos taken indoors, since GPS can lock via nearby Wi-Fi networks.
  • Anonymous whistleblowers and activists have been identified through EXIF data embedded in documents and images they shared through channels they believed were secure.

The issue isn't malicious hackers — it's that anyone who receives an image and knows what to look for has access to this data by default.

How to Remove EXIF Metadata

There are several ways to remove EXIF metadata, depending on your situation:

Method 1: Use a browser-based metadata editor. The easiest option for occasional use. Upload the image, click "Strip All Metadata," and download a clean version. Everything happens locally — nothing is sent to a server.

Free Tool

Image Metadata Editor

View all EXIF tags in your image, edit author/copyright/GPS fields, or strip all metadata in one click. 100% browser-based — your image never leaves your device.

Remove metadata →

Method 2: On iOS, use the built-in location removal. When sharing a photo through the iOS share sheet, tap "Options" at the top and turn off "Location." This strips the GPS from the shared version without modifying the original in your camera roll.

Method 3: On Android. Android doesn't have a universal built-in metadata removal option (it varies by manufacturer and version). The most reliable approach is to screenshot the image (screenshots don't contain GPS EXIF), or use a dedicated app like Scrambled EXIF before sharing.

Method 4: On Windows. Right-click the file → Properties → Details → "Remove Properties and Personal Information" → Select All → OK. This removes most EXIF fields including GPS, though the resulting file still contains some basic image data.

Method 5: On macOS. Open in Preview, export as JPEG — Preview's export does not preserve EXIF. Or use the Terminal with ExifTool: exiftool -all= filename.jpg.

Method 6: ExifTool (batch). For removing metadata from many files at once: exiftool -all= *.jpg strips all EXIF from every JPEG in the current directory. ExifTool is free, cross-platform, and the most powerful metadata editing tool available.

When Should You Actually Care?

For most everyday use, EXIF data is not a meaningful threat. If you're posting to Instagram, Facebook, or Twitter, those platforms strip the data before anyone else sees it. If you're sharing to a family group chat on WhatsApp, the metadata is stripped too.

The cases where you should actively remove metadata before sharing:

  • Selling items online (Craigslist, Facebook Marketplace, eBay). Photos sent or posted may retain GPS pointing to your home.
  • Sending files via email or AirDrop. No platform strips metadata for you.
  • Sharing in Telegram as "File" or on Flickr. EXIF is preserved by design.
  • Publishing photos on your own website. Images served as static files retain all original EXIF unless you strip them during upload processing.
  • Any situation where you need anonymity. Photos of protests, sensitive locations, or anything where your identity or location should not be traceable.

The habit is simple: before sending a photo outside of a metadata-stripping platform, take ten seconds to strip the EXIF. You only need to do it when you're sharing the raw file directly — and most of the time, you're not.