Every photo carries invisible baggage. Your smartphone does not just capture the scene. It also records your GPS coordinates, the exact time and date, the device model, the lens settings, and sometimes your name. All of it gets embedded directly into the image file as metadata, in a format called EXIF (Exchangeable Image File Format).
Most people have no idea this data exists. They snap a photo, upload it to a forum or marketplace, and accidentally broadcast their home address. That risk is not hypothetical. Journalists, stalking victims, and whistleblowers have all been located through photo metadata. Even outside those categories, there is no good reason to hand strangers your exact location every time you share a picture.
What Exactly Is Stored in EXIF Data
EXIF data was originally designed for photographers who needed to track their camera settings. It records aperture, shutter speed, ISO, focal length, white balance, and whether the flash fired. That information is genuinely useful for learning photography or organizing a large photo library.
But modern smartphones go much further. A typical iPhone or Android photo includes:
Location data: latitude, longitude, and sometimes altitude. This is accurate to within a few meters, which is precise enough to identify your home, workplace, or the school your kids attend.
Timestamps: the exact date and time the photo was taken, often including the timezone. Combined with location, this creates a detailed record of your movements.
Device information: the make and model of your phone, the operating system version, and a unique device identifier in some cases.
Thumbnail: a small preview image embedded inside the file. Even if you crop or blur the main image, the original thumbnail may remain untouched.
Software tags: which app was used to edit the photo. If you use Photoshop, Lightroom, or a mobile editor, that gets recorded too.
Not every image format supports EXIF equally. JPEG files carry the most metadata. PNG files support text-based metadata but not the full EXIF spec. WebP and AVIF vary by implementation. RAW files from cameras carry extensive metadata including lens serial numbers.

Real Privacy Risks From Photo Metadata
The most common risk is location exposure. If you take a photo at home and upload it to a public listing (selling furniture on a marketplace, for example), anyone who downloads the image can extract your address. Some forums and social platforms strip EXIF data on upload, but many do not. Private messages, email attachments, and cloud storage links usually preserve the original file with all metadata intact.
There have been documented cases of activists being identified through EXIF data in protest photos. Domestic abuse survivors have been tracked after sharing photos that contained GPS coordinates. Corporate whistleblowers have been identified through device serial numbers embedded in leaked documents.
A less dramatic but still significant risk is profiling. If someone collects multiple photos you have posted over time, the metadata creates a pattern: where you live, where you work, what times you leave and arrive, where you go on weekends. That is a lot of information to give away for free.
Another subtle issue is the thumbnail problem. Early versions of EXIF allowed software to embed a preview thumbnail. If you crop a sensitive area out of a photo but the EXIF thumbnail still contains the original uncropped image, you have not actually hidden anything. This has happened to people who blurred faces or license plates in photos but forgot about the embedded thumbnail.
The most common risk is location exposure.
How to View EXIF Data in Your Photos
Before you can protect yourself, you need to see what you are dealing with. There are several ways to inspect EXIF data:
On your computer: Right-click any JPEG file and select Properties (Windows) or Get Info (Mac). Look for a Details or EXIF tab. This shows basic metadata but not everything.
Command line tools: ExifTool is the gold standard. It is free, open source, and reads every metadata tag from every image format. Running exiftool photo.jpg outputs every single piece of embedded data.
Online viewers: Upload an image to an EXIF viewer website and it will display all embedded metadata in a readable format. Be aware that you are sending your photo to a third-party server, which somewhat defeats the purpose if privacy is your concern.
Browser developer tools: If an image is already on a webpage, you cannot read its EXIF data through the browser. The HTML image element does not expose metadata. You would need to download the file first.
Once you see the data in your own photos, you will probably be surprised by how much is there. The GPS coordinates are the most alarming for most people, but the device identifiers and timestamps add up to a comprehensive profile over time.
Stripping Metadata Before Sharing
The safest approach is to remove all metadata before uploading or sending photos. There are multiple ways to do this:
Convert the file format: Converting a JPEG to PNG and back, or using an Image Converter, typically strips EXIF data because the conversion process does not carry over format-specific metadata. This is not guaranteed by every tool, so verify the output.
Compress the image: Many Image Compressor tools strip metadata as part of the compression process. This has the added benefit of reducing file size for faster uploads. Check the tool's settings, though, as some compressors preserve metadata by default.
Use ExifTool directly: Running exiftool -all= photo.jpg removes every metadata tag from the file. This is the most thorough method and works on batch operations too.
Disable location in your camera app: The most effective prevention is turning off geotagging in your phone's camera settings. On iOS, go to Settings > Privacy > Location Services > Camera and set it to Never. On Android, open the Camera app, go to Settings, and disable Location tags.
Check after stripping: After removing metadata, always verify the result. Generate a hash of the cleaned file for your records if you need to prove the file has not been tampered with later.

Which Platforms Strip EXIF and Which Do Not
Major social media platforms generally strip EXIF data on upload, but the details vary:
Facebook and Instagram: Strip all EXIF data from uploaded photos. However, Facebook stores the location data internally for their own use before removing it from the public file.
Twitter/X: Strips EXIF data including GPS coordinates from uploaded images.
WhatsApp: Strips EXIF data from photos sent through the app. However, sending a photo as a document (file attachment) preserves all metadata.
iMessage: Preserves all EXIF data. Photos sent via iMessage arrive with full metadata intact.
Email: All email clients preserve the original file with full metadata. Gmail, Outlook, Apple Mail, none of them strip anything.
Discord: Strips EXIF data from images uploaded directly. Files shared as attachments retain metadata.
Craigslist, eBay, marketplace apps: Policies vary and change. Some strip metadata, others do not. Always strip before uploading to any marketplace.
Your own website: If you upload images to your own server or CMS, metadata is preserved unless you explicitly configure your system to strip it. WordPress has plugins for this. Static sites require you to handle it before uploading.
The general rule: if the platform re-encodes or resizes your image, metadata is probably gone. If it serves the original file, metadata is probably intact.
EXIF Data for Photographers: The Useful Side
Metadata is not all bad. For photographers, EXIF data is incredibly valuable. It lets you remember what settings produced a great shot so you can replicate it. Sorting thousands of photos by date, location, or camera body becomes trivial with good metadata.
Professional photographers sometimes embed copyright information, contact details, and licensing terms into EXIF and IPTC fields. This helps establish ownership if an image is used without permission. Some photographers include their website URL so that anyone who downloads the image can find the original creator.
The key distinction is between metadata you choose to include (copyright, creator name) and metadata your device automatically inserts (GPS, device ID, timestamps). Keep the former, strip the latter, and you get the organizational benefits without the privacy risks.
Lightroom and similar tools let you create export presets that strip GPS data while preserving camera settings and copyright info. That is the sweet spot for most professionals.
Metadata is not all bad.
FAQ
Does screenshotting a photo remove EXIF data?
Yes, in most cases. A screenshot creates a new image file that contains the screenshot tool's metadata (your device, the time of the screenshot) rather than the original photo's EXIF data. However, the screenshot still reveals your device model and the timestamp, so it is not completely metadata-free.
Can EXIF data be faked or modified?
Absolutely. EXIF data is just text and numbers embedded in a file. Anyone with ExifTool or similar software can change the GPS coordinates, date, device model, or any other field. This is why EXIF data is not considered reliable evidence on its own in legal contexts.
Do RAW photo files contain more metadata than JPEGs?
Yes. RAW files from cameras often include the lens serial number, the number of shutter actuations, detailed color profile information, and manufacturer-specific data that JPEGs do not carry. Some RAW formats also embed a full-resolution JPEG preview.
Should I worry about metadata in PDF files too?
Yes. PDF files contain metadata about the author, the software used to create them, the creation and modification dates, and sometimes the computer name. Word documents, Excel files, and other office formats carry similar metadata. If you are sharing sensitive documents, strip the metadata from those as well.
Password Security: How to Create Strong Passwords
Password security guide for 2026: how attacks work, what makes a password strong, and how to use password managers and two-factor authentication.
Why Browser-Based Tools Beat Cloud Services for Privacy
Understand how online tools handle your data, the risks of cloud processing, and why browser-based tools are a far safer, more private choice.
Hash Functions Explained: MD5, SHA-256, and SHA-3
How MD5, SHA-1, SHA-256, and SHA-3 work, why MD5 is broken for security, and which hash function to use for passwords, file integrity, and digital signatures.
