Privacy

Your photos talk: EXIF metadata and how to silence it

A photo of a sunset can contain the exact coordinates of your home, the minute it was taken and the phone you own. That is EXIF metadata - invisible in the picture, trivially readable by anyone who gets the file.

By the FileSizeFix team · · 3 min read

Key takeaways

  • EXIF metadata rides inside JPG and HEIC files: GPS position, timestamps, device model, sometimes even the owner's name.
  • Big social networks strip EXIF on upload - email, messengers sending 'as file', cloud links and web forms usually do not.
  • Re-encoding a photo without copying metadata removes EXIF as a side effect - compression can be a privacy tool.
  • For sensitive photos, strip metadata locally before the file leaves your device, not after.

What is actually stored in a photo

None of this shows in the image itself. Any file manager, photo tool or one-line script reads it in milliseconds.

  • GPS coordinates, altitude and direction the camera pointed - precise enough to identify a building.
  • Date and time down to the second, including timezone.
  • Device make and model, lens, and often the exact camera settings.
  • Software history - which app edited the photo.
  • Embedded thumbnail: some editors keep a small preview of the original image, which can survive crops - the part you cut out may still be in the file.

Where it leaks - and where it does not

Major social platforms - Facebook, Instagram, X - remove EXIF from the copies they publish, mostly to save bytes. That protection does not travel with the file anywhere else: attach the original to an email, send it 'as document' in a messenger, upload it to a marketplace listing, a forum or a small web form, and the metadata arrives intact.

The classic surprises: selling furniture online with a photo taken in your living room (coordinates included), CVs with an embedded portrait, photos in shared cloud folders, and images attached to support tickets.

Removing EXIF: three honest options

The third option is what the FileSizeFix image tools do by design: compressing or converting a photo decodes the pixels and re-encodes them fresh, locally in your browser - the output contains no camera EXIF, no GPS, no embedded original thumbnail. Smaller file and clean metadata in one pass, and the original never leaves your device.

  1. Phone share sheets: iOS offers 'No Location' when sharing; Android's photo pickers increasingly offer location stripping. Quick, but covers GPS only - device and time data often remain.
  2. Screenshot the photo: crude but complete - a screenshot is a fresh image with no camera metadata. Costs quality and resolution.
  3. Re-encode the image without copying metadata: the clean way. The pixels are decoded and written into a new file; EXIF simply is not carried over.

When metadata is worth keeping

EXIF is not evil - it is context. Timestamps and locations organize your own photo library; photographers rely on camera settings to learn; copyright fields prove authorship; and for evidence or insurance photos, intact metadata can be exactly what makes the image credible.

The right mental model: metadata belongs in your originals, at home. Copies that leave your device deserve a deliberate decision - keep it or strip it - instead of the default of leaking it.

Frequently asked questions

Do photos really contain my GPS location?

If location access was granted to the camera app - the default on most phones - yes: precise coordinates ride in the EXIF data of every shot and stay in the file when it is shared as a file.

Does WhatsApp remove EXIF data from photos?

Media-mode photos are recompressed, which drops most metadata. Photos sent as documents keep the original file including all EXIF - the quality-preserving path is also the metadata-preserving path.

How can I see what metadata a photo contains?

On iOS, the Photos info panel shows date, location and camera. On Android, Google Photos shows similar details. On desktop, the file properties dialog or any EXIF viewer lists everything.

Does compressing a photo remove its metadata?

With FileSizeFix, yes: images are decoded and freshly re-encoded locally in your browser, and camera EXIF including GPS is not copied into the output. Tools differ - some preserve metadata deliberately, so check what yours does.