Does WhatsApp Remove Photo Metadata? What Survives
Send a picture on WhatsApp the normal way and the answer is yes, the metadata is removed — WhatsApp compresses the image, and the EXIF block holding the camera model, the timestamp and the GPS coordinates does not survive that. Send the identical picture as a document and the answer flips completely: nothing is removed, and the person receiving it can read exactly where and when you took it. Same photo, same app, same contact. The only thing that changed was which button you pressed.
The phone that was "barely three months old"
Jake buys second-hand phones as well as repairing them, and most of that trade now happens over WhatsApp. Somebody sends four photos, a price and a sentence about how lightly it was used, and Jake decides from that.
Last month he bought a handset described as barely three months old, from pictures that showed a flawless body and a bright, unmarked screen. What arrived had a worn charging port, a battery at 79 percent of its original capacity, and a hairline crack along one edge that the photographs had very carefully not included. The photos were real. They were just old.
"There has to be a way to check," he said. "Every photo knows when it was taken. My phone shows me the date on my own pictures."
"Your phone does," Ethan said. "Because your phone still has the original file. What landed in your chat isn't the original. WhatsApp squeezed it down to about a tenth of the size before it ever reached you, and the date went out with everything else it threw away."
"So there's no way to tell."
"There's one way. But you have to ask for it before they send."
That is really the whole subject in miniature, and it cuts both directions — the same rule that stopped Jake verifying a seller's photo is the rule that stops a stranger reading your home address out of a picture of your living room. Which side of it you land on depends on a choice most people do not know they are making.
First, two different things are called metadata
This trips up almost every conversation about WhatsApp and privacy, including the very loud one back in 2021, so it is worth thirty seconds.
Metadata literally means data about data. In practice two entirely separate things go by that name, and mixing them up leads people to worry about the wrong one.
| Kind | What it is | Who holds it |
|---|---|---|
| File metadata (EXIF) | Camera, lens, settings, exact date and time, GPS coordinates — written inside the image file itself | Whoever holds the file. This is the one this post is about, and the one you can control. |
| Communication metadata | Who messaged whom, when, how often, from which device and network | The service. Not inside any file, so nothing you do to a photo affects it. |
The 2021 argument that sent a wave of users to Signal and Telegram — and which we wrote about at the time — was about the second kind. Everything below is about the first.
Worth stating plainly while we are here: encryption is not the same as metadata removal, and people conflate them constantly. End-to-end encryption protects a message in transit, so nobody in the middle can read it. It does nothing whatsoever to the contents of the file once it lands. If the picture you sent still had coordinates inside it, the person you sent it to now has those coordinates, and encryption worked perfectly the entire time.
What survives each way of sending
This is the table the original version of this post should have had, i hadn't added at that time, so adding now for much clear understanding. Six routes, one rule that explains all of them: if WhatsApp re-encodes the image, the metadata dies; if it moves the file, the metadata lives.
| How you send it | GPS and EXIF | Use it when |
|---|---|---|
| Normal photo (the gallery icon) | Removed | Almost always. It is the private default, and it is the default for a reason. |
| Document (the paperclip, then Document) | Fully preserved | Quality or provenance genuinely matters and you trust the recipient completely. |
| HD / best quality | Do not rely on it either way | You want a sharper image. It is a quality setting, never a privacy control. |
| Status update | Removed | Same compression path as a photo. You cannot post a document as a status. |
| Profile picture | Removed | Heavily compressed and cropped, so there is nothing left to read. |
| A link to cloud storage | Fully preserved | WhatsApp never touches the file at all. People forget this one entirely. |
✅ The one rule worth remembering
Compression is what destroys metadata, and it is a side effect rather than a privacy feature. WhatsApp is not protecting you — it is saving bandwidth, and your privacy is a happy accident of that. Which is exactly why document mode has no such protection: there is no bandwidth to save when you asked for the original.
Jake's actual question: when was this taken?
Here is the trap that catches nearly everyone, including people who work in technology.
A photo saved from WhatsApp gets a filename like IMG-20260808-WA0007.jpg. There is a date sitting right there in it, so people read it as the date of the picture. It is not. It is the date the file arrived on the device, and WA0007 simply means it was the seventh image saved that day. A photograph taken in March and forwarded to you in August is stamped August, and looks it.
♂️ Jake's Reality Check
"So when a seller sends me photos, I basically can't tell whether the phone looked like that yesterday or two years ago."
Correct, and that is worth knowing before money changes hands. A normally sent photo carries almost nothing verifiable. Not the capture date, not the location, not the camera.
What you do instead costs one sentence: "could you send that as a document rather than a photo?" The file arrives untouched, the capture date is inside it, and you can read it in ten seconds. Ethan's blunter observation: somebody who will not send it that way has told you something too.
Two honest limits on that, because it is not a lie detector. A capture date can be altered by anyone who cares to, so it is evidence rather than proof. And a phone with location services switched off never wrote coordinates in the first place, so their absence proves nothing at all about the sender.
Six ways to read the metadata yourself
Ranked by how much you should actually reach for them, not by how often they get recommended.
1. Windows: right-click, Properties, Details
Nothing to install and it answers the question for most people. Right-click the image, choose Properties, open the Details tab. Camera make and model, the date taken, and GPS latitude and longitude if present all sit in that list. An empty list is itself an answer — that photo has been through compression.
The same dialog strips metadata as well. At the bottom, Remove Properties and Personal Information gives you the choice of creating a cleaned copy or scrubbing the file in place. Take the copy. Overwriting your only original is a decision you cannot undo.
2. Kali or any Linux: exiftool
The proper tool, and it shows a great deal that Windows quietly hides — thumbnails embedded inside the file, editing software, sometimes the serial number of the camera body.
exiftool photo.jpg
# just the interesting parts
exiftool -CreateDate -Model -GPSPosition photo.jpg
# strip it all, keeping photo.jpg_original as a backup
exiftool -all= photo.jpg
What comes back from an untouched phone photo runs to a couple of hundred lines. These are the ones people actually care about:
Create Date : to the second, when the shutter fired
GPS Latitude : where you were standing
GPS Longitude : to within a few meters
Software : what edited it, if anything did
Run the same command on a photo that arrived through a WhatsApp chat and that list is essentially empty — image dimensions, file size, and nothing that identifies a person, a place or a moment. Doing this once, on two versions of the same picture, teaches the whole subject faster than any explanation.
The original version of this post mentioned Kali's exif command, which does still exist. exiftool reads far more formats and far more tags, so it is the one worth learning — and if you are on Kali you already have a machine set up for exactly this kind of poking about.
3. The phone you are already holding
Open the image in your gallery app and look for the information panel — swipe up on Android, or tap the info button on an iPhone. If the photo carries location, you generally get a small map. If it does not, you get the file size and nothing else. That absence is the answer.
4. Send it to yourself — the test that settles arguments
This is the method to use when you want to know what your phone, on your app version, actually does, rather than what a website claims it does. Take a photo with location on. Send it to your own number as a normal photo. Send the same photo again as a document. Save both, and read them with any method above.
Two minutes, and you have tested the exact combination of device, operating system and app version in your hand. Given that this behavior has shifted between releases, that is worth more than any general claim — including the ones in this post.
5. Online EXIF viewers, with your eyes open
They work. Consider what you are doing, though: to find out whether a private photograph contains your home address, you upload that private photograph to a stranger's server, where it may be logged, retained or scanned. For a picture of your own living room, that is a peculiar bargain to strike in the name of privacy.
Use one for a photo that is already public. For anything else, check it locally — and if you are the sort of person who worries about this, our guide to browser hardening and your digital fingerprint is the natural next step.
6. Stop it at the source
Every method above is treatment. This is prevention: turn off location tagging in the camera app itself, and the coordinates are never written. On Android it is a toggle in the camera settings, usually called location tags; on iPhone it lives under Settings, Privacy, Location Services, Camera.
Ethan's opinion, offered without being asked: most people should just do this and stop thinking about it. Geotagged photos are genuinely useful for holidays and genuinely dangerous for everything else, and almost nobody ever looks at the coordinates on purpose.
How this was tested
Re-checked on 8 August 2026, because the answer in the 2021 version of this post was less complete than it should have been:
- Photo send versus document send confirmed as the deciding factor — compression removes the EXIF block, a document transfer does not touch it.
- HD mode deliberately reported as unreliable rather than safe. It raises resolution but still re-encodes, and accounts of whether location survives disagree. A quality setting is not a privacy control, and we will not present it as one.
- The
IMG-YYYYMMDD-WA####filename verified as the date of arrival on the device, not the capture date. This is the single most misread thing in the whole subject. - The check we could not shortcut: your own device on your own app version. Section four exists because that two-minute test beats every general claim, including ours.
Videos, screenshots, forwards and the desktop app
Four follow-up questions that arrive about thirty seconds after the first one, and the same single rule answers all of them: re-encoded means stripped, transferred means preserved.
Videos
Identical behavior, and worth knowing because people assume video is different. A video sent normally is re-encoded to a smaller size, which discards the metadata container holding the recording date and any location the camera wrote. Sent as a document, it arrives whole, coordinates and all. Video files are the ones most likely to be sent as documents, because the compression is so much more visible than it is on a photograph — which means video is where people accidentally send their location most often.
Screenshots
A screenshot never had camera metadata to lose — no lens, no GPS, no exposure. It does usually record the device and the moment it was captured, and far more importantly, it records whatever was on your screen. Notification banners across the top, the other conversations in your chat list, the battery level, the time, the name of the network you are connected to. People strip EXIF from screenshots and post the visible half of their life without noticing.
Forwarded photos
A forward moves the file that WhatsApp already holds, so it does not re-compress a second time. In practice this means a photo forwarded through six people is the same stripped file the first send produced — it does not degrade further, and it does not regain anything. The exception is anyone in that chain who saved it and re-sent it as a document, which cannot restore metadata that was already gone.
WhatsApp Web and the desktop app
Same rules, one easy mistake. Dragging an image onto the chat window sends it as a photo, so it gets compressed. Using the attachment menu and choosing the document option sends the original file. On a computer, where you are usually dealing with real files rather than gallery entries, it is noticeably easier to send an untouched original without meaning to.
How the other apps compare
Since the 2021 exodus sent a good number of people to Signal and Telegram, the obvious next question is whether they behave any better. Mostly they behave the same, with one genuine exception.
| Where you send it | What happens to EXIF |
|---|---|
| WhatsApp, as a photo | Stripped by compression |
| Telegram, as a photo | Stripped by compression. Send as a file and it is preserved, exactly like WhatsApp's document option. |
| Signal | Removed deliberately, as a stated privacy feature rather than a side effect of saving bandwidth. |
| Instagram and Facebook | Stripped from what other people can download. What the platform itself keeps on receipt is a separate question. |
| Email attachment | Preserved completely. Email attaches your file as it is and always has. |
| A cloud storage link | Preserved completely. The messaging app never touched the file. |
The distinction in that table matters more than the individual rows. Signal removes metadata because it decided to. Everyone else removes it because compression happens to destroy it on the way past, which is why the protection vanishes the moment you ask for the original quality. One of those is a promise. The other is a side effect, and side effects change without anyone announcing it.
"So the safest thing," Jake said, "is to not rely on any of them."
"The safest thing is to strip it yourself before it leaves your phone. Then it doesn't matter which app you picked, or what that app changed last Tuesday."
What stripping metadata does not protect you from
It would be easy to end on a reassuring note here. It would also be misleading, so here is the part that matters more than the EXIF block.
The picture itself is the leak. A house number behind someone's shoulder. A street sign. A school uniform. The view from a window, which is more identifiable than people imagine. A delivery label on a box. A reflection in a screen. None of that is metadata, all of it is visible, and no compression removes any of it.
Consider what actually happened in Jake's case, the other way around. He photographs phones on his counter for listings. His counter is in his shop, his shop is on a street, and the street is visible through the doorway in about half of those pictures. WhatsApp stripped his coordinates diligently every single time and it made no difference whatsoever.
And the file is copyable. Once a photo reaches someone, they can screenshot it, forward it, or keep it forever, and disappearing messages do not change that. Metadata is a question about what a file reveals. Who holds the file is a separate and usually larger question — and when a service holding files gets breached, what leaks is everything, not just the tags. Our roundup of the 2026 breaches is a fair sample of how that goes.
If you want the short version of a long argument: strip metadata by habit, and then behave as though everything you send is permanent, because in practice it is.
Frequently asked questions
Does WhatsApp remove photo metadata?
When you send an image the normal way, as a photo, yes. WhatsApp compresses and re-encodes it, and the EXIF block containing the camera model, the settings and the GPS coordinates does not survive that process. When you send the same image as a document, no. The file arrives byte for byte identical to the original, with every piece of metadata still attached. The difference is entirely down to which button you pressed.
Can someone find my location from a photo I sent on WhatsApp?
Not from a photo sent normally, because the GPS coordinates are removed during compression. They absolutely can from a photo sent as a document, which preserves the original file untouched. They can also work out a great deal from what is visible in the frame itself — a street sign, a house number, a view from a window — and no amount of metadata stripping touches any of that.
How can I tell when a WhatsApp photo was actually taken?
From a normally sent photo, you usually cannot. The original capture date lives in the EXIF block that compression removed. The filename, which looks like IMG-20260808-WA0007.jpg, records the date the file arrived on the device rather than the date the picture was taken, and those two are often months apart. If you genuinely need the capture date, ask the sender to send it again as a document.
Does sending a photo as a document keep the metadata?
Yes, completely. Document mode is a plain file transfer, so WhatsApp does not compress or re-encode anything. The recipient gets the identical file including camera model, exposure settings, timestamps and GPS coordinates if the camera recorded them. This is genuinely useful when quality matters and genuinely risky when you are sending to someone you do not know well.
Does WhatsApp HD mode keep EXIF data?
Treat it as unknown and do not rely on it either way. HD sends a larger image, around 3000 pixels wide instead of 1600, but it is still a re-encode rather than the original file. Reports differ on whether location data survives, and behavior has changed between app versions. HD is a quality setting, not a privacy control, so if privacy is the goal, strip the metadata yourself before sending.
What is EXIF data in a photo?
EXIF stands for Exchangeable Image File Format, and it is a block of information the camera writes inside the image file alongside the picture itself. It typically records the make and model of the device, the lens, the shutter speed and ISO, the date and time down to the second, the orientation, and on a phone with location services enabled, the exact latitude and longitude where the shutter was pressed.
How do I view the metadata of a photo on Windows?
Right-click the image, choose Properties, then open the Details tab. Camera make and model, the date taken and the GPS coordinates if present all appear there. The same dialog can remove them: click Remove Properties and Personal Information at the bottom, and choose to create a clean copy rather than overwriting your original.
How do I check image metadata on Kali Linux?
Use exiftool, which reads far more than the file manager will show you. Run exiftool yourimage.jpg and it prints every tag the file carries. To strip them, exiftool -all= yourimage.jpg removes the lot and keeps a backup of the original. It handles almost every image and video format you are likely to meet, which is why it is the standard tool rather than one of several options.
Are online EXIF viewers safe to use?
Think about what you are doing before you use one. To read the metadata of a private photo, you upload that private photo to a stranger's server, where it may be logged, stored or scanned. For a picture of your own living room that is a strange trade to make in order to answer a privacy question. Check it locally instead, on Windows through Properties or anywhere else with exiftool.
Does WhatsApp status remove metadata too?
Yes. A status update goes through the same compression path as a normal photo message, so the EXIF block does not survive. The same is true of your profile picture. The exception remains document mode, and you cannot post a document as a status, so anything that reaches status has been through compression.
Is WhatsApp encryption the same as removing metadata?
No, and confusing the two is common. End-to-end encryption protects the message while it travels, so nobody in between can read it. It does nothing to the contents of the file once it arrives. If the image you sent still had GPS coordinates inside it, the person receiving it holds those coordinates, and encryption was never intended to prevent that.
How do I remove metadata from a photo before sharing it?
On Windows, use Properties, Details, then Remove Properties and Personal Information, choosing to make a clean copy. On Linux, run exiftool -all= on the file. On Android and iPhone, the share sheet offers an option to exclude location data on a per-share basis, though the wording moves around between versions. The simplest habit of all is to turn off location tagging in the camera app so it never gets written.
What are the two different things called metadata?
File metadata is what sits inside the photo, which is EXIF, and WhatsApp strips it on normal sends. Communication metadata is the record of the conversation itself, who messaged whom, when, from what device and how often, and that belongs to the service rather than the file. Encryption and EXIF stripping do nothing about the second kind, which is what the privacy policy arguments were actually about.
Can I trust a photo someone sends me on WhatsApp as proof?
Not on its own. A normally sent photo has had its original date and location removed, so it carries almost nothing you can verify, and an old picture is indistinguishable from one taken this morning. If a date genuinely matters, ask for the file as a document, which preserves the capture timestamp. A refusal to send it that way is itself informative.
Does WhatsApp remove metadata from videos as well?
Yes, and by the same mechanism. A video sent normally is re-encoded to a smaller size, which discards the container holding the recording date and any location the camera wrote. Sent as a document it arrives whole, coordinates included. Video is worth extra care precisely because compression is so much more visible on video, so people reach for document mode far more often without thinking about what else is riding along.
Do Telegram and Signal remove photo metadata?
Telegram behaves like WhatsApp: compressed when sent as a photo so the metadata goes, preserved when sent as a file. Signal is the genuine exception, removing metadata deliberately as a stated privacy feature rather than as a side effect of saving bandwidth. That distinction matters, because a side effect disappears the moment you request original quality, while a deliberate policy does not.
What Jake does now
He asks for one photo as a document. Not all four — one is enough, and asking for the lot makes people suspicious in a way that asking for one does not. He reads the capture date, and if it is six months old he asks a follow-up question rather than accusing anybody of anything, because there are innocent explanations and a photo taken last winter is not proof of dishonesty.
It has cost him nothing and it has already saved him twice.
Going the other way, he stopped sending pictures of the counter altogether and now shoots against a plain wall at the back of the shop — not because of EXIF, which WhatsApp was already handling, but because of the doorway in the background. Which is the lesson underneath all of this: the metadata is the part you can fix in one command, and it is rarely the part that gives you away.
- Your digital fingerprint, and how to harden a browser against it
The same question as this one, asked about everything you do online rather than one photo. - WhatsApp Business: what it changes and what it collects
Relevant if, like Jake, you run a business account rather than a personal one. - The day WhatsApp quietly dropped share-to-Facebook
A small change that told you a lot about where the data was going. - The biggest data breaches of 2026, and whether you are in one
What actually happens to files once somebody else is holding them.
Revision note. Originally published 16 February 2021, during the WhatsApp privacy policy row. I had Rewritten on 8 August 2026. The core finding has not changed and still holds: normal photo sends strip metadata, document sends do not. What is new is everything around it — the decision table covering all six ways an image can travel, the separation of file metadata from communication metadata, and the correction of the most widely misread detail in the subject, which is that the date in a saved WhatsApp filename is the day it arrived rather than the day it was taken. HD mode did not exist in 2021 and is deliberately reported here as unreliable rather than safe. Thanks for stopping by folks!