Remove embedded metadata before uploading or sharing images online.
Run through this checklist mentally for any photo you're about to share publicly. If the answer to any item is "I don't know," that's reason enough to strip the metadata first.
The uncomfortable reality: most people have never checked what their photos reveal. A single un-stripped image from your phone can hand over more personal data than you'd share in a typical social media bio.
Not every metadata leak carries the same risk. Context matters enormously.
Online marketplaces and classified ads: Selling furniture or electronics? Photos taken at home will broadcast your home address to every buyer who knows how to check EXIF data. This is one of the most exploited metadata vectors — scammers and burglars both use it.
Dating profiles and social platforms: Sharing vacation photos on a dating app? The embedded timestamps and locations can reveal your travel patterns, frequently visited spots, and daily routine.
Workplace and professional contexts: Photographs of documents, whiteboards, or office spaces carry device identifiers and location data. In industries with confidentiality requirements, this is a genuine compliance risk.
Children's photos: Images of children shared in parenting groups or school forums often contain the exact location of your home, the school, or playground. The combination of a child's photo and a precise GPS coordinate is a safety concern that metadata stripping directly addresses.
Forum and community posts: Platforms like Reddit, Imgur, and niche forums typically serve images without stripping metadata. A photo you upload to a hobby subreddit today could have its EXIF data read by anyone, years from now.
A surprisingly common belief: "I cropped the photo, so the private part is gone."
This is wrong for two reasons. First, many image editors preserve the original uncropped image as an embedded thumbnail inside the JPEG file. Tools like Pixes Image Metadata Viewer can reveal these hidden thumbnails — showing exactly what you tried to remove.
Second, cropping doesn't touch metadata at all. The GPS coordinates, timestamp, device serial number, and every other EXIF field survive the crop completely intact. You removed visual content but left the entire data layer behind.
Similarly, taking a screenshot of a photo does strip most EXIF data (since the screenshot is a new image captured by the OS), but it also degrades quality through re-compression and resolution loss. It's an unreliable workaround when a proper metadata stripping tool produces a clean file at full original quality.
Sending a photo through some messaging apps also removes metadata — but not all of them, and not consistently. WhatsApp strips EXIF data on most platforms. Telegram does not unless you send the image as a file rather than as a compressed photo. SMS and email attachments almost always preserve metadata.
Stripping all metadata isn't always the right call. Professional photographers, for example, may want to remove GPS data for privacy while keeping copyright and authorship tags intact.
A full strip removes everything: EXIF, IPTC, XMP, and any embedded thumbnails. This is the right default for personal sharing — maximum privacy with no downside.
Selective removal targets specific fields. Common scenarios:
The Pixes Strip Image Metadata tool supports both full and selective removal, so you control exactly what stays and what goes.
Metadata behaves differently depending on the file format, and this affects both what gets stored and how thoroughly it can be removed.
JPEG (.jpg, .jpeg): The most common format for photos. Stores EXIF, IPTC, and XMP data. Supports embedded thumbnails that may differ from the visible image. Metadata sits in the file header and can be cleanly stripped without re-encoding the image.
PNG: Stores less metadata than JPEG — primarily through tEXt, iTXt, and zTXt chunks. No EXIF support natively, though some editors embed EXIF data in non-standard ways. GPS data is uncommon but not impossible.
HEIC/HEIF: The default format on modern iPhones. Stores full EXIF data including Apple-specific metadata fields. Some older tools cannot read or strip HEIC metadata properly — always verify the output.
WebP: Supports EXIF and XMP metadata. Increasingly common on the web. Metadata handling varies by the software that created the file.
TIFF: Used in professional and archival contexts. Can contain extensive metadata across multiple embedded IFDs. Stripping TIFF metadata can significantly reduce file size in some cases.
Regardless of format, the principle is the same: metadata is separate from image data, and removing it preserves visual quality. If you're unsure what format you're working with, check the file extension or use a metadata viewer to inspect the file before stripping.