MetaWipe
← All posts

Do Screenshots Have Metadata? What a Screenshot Reveals About You

Screenshots don't carry camera EXIF or GPS — but they're not metadata-free. Timestamps, device fingerprints, PNG text chunks, and what the pixels themselves leak.

A common privacy tip says: "screenshot the photo instead of sending the original — the screenshot has no metadata." Like most folk wisdom, it's half right.

A screenshot is a fresh image rendered by your operating system, so it doesn't inherit the EXIF block of whatever you photographed or screenshotted. No camera model, no lens data and, on the vast majority of devices, no GPS coordinates. But "less metadata than a camera photo" is not "no metadata," and screenshots leak in ways EXIF never did.

What metadata a screenshot actually contains

Creation timestamp. Every screenshot records when it was taken — in the file's metadata, in its filename (Screenshot 2026-08-22 at 09.41.03.png), or both. A screenshot's filename alone can tell a recipient your time zone and your sleep schedule.

Device and OS fingerprints. Screenshots are sized exactly to your screen: 1179×2556 says "iPhone 15", 1440×3120 narrows down your Android model. Some systems write the OS name or software version into the file. On iPhones, screenshots are PNGs that can include color-profile and orientation data; some Android builds add an XMP block naming the device.

PNG text chunks. The PNG format supports embedded text fields (tEXt/iTXt), and screenshot tools or editors can write software names, timestamps, and — in some apps — surprisingly rich processing history into them. Screenshots edited in image editors may gain metadata they didn't start with, since editors write their own XMP.

What screenshots don't have: GPS coordinates (standard screenshot tools don't geotag), camera serial numbers, or shutter data. On that front, the folk wisdom holds.

The bigger leak: the pixels

With screenshots, metadata is usually the smaller problem. The image content itself reveals:

  • Status bar: your carrier, Wi-Fi network name, battery percentage, exact time — enough to correlate with other information.
  • Notifications and banners caught mid-capture, with names and message previews.
  • Browser tabs, bookmarks bar, taskbar icons — a fingerprint of your digital life in every desktop screenshot.
  • Usernames, emails, and account details in corners of apps you didn't think about.

Metadata removal can't fix any of that — crop and redact before sharing. (And redact by covering with solid opaque shapes, not blurring or pixelating: blurred text can often be reconstructed.)

"Just screenshot it" vs. actually stripping metadata

Screenshotting a photo to launder its metadata works, but at a cost:

Screenshot of a photo Metadata stripped from original
Camera EXIF / GPS removed Yes Yes
Original resolution kept No — capped at screen size Yes
Image quality Re-rendered, often compressed Identical to original
New metadata added Screenshot timestamps, device hints None
Batch-friendly No — one manual capture each Yes

If you're sending one meme, screenshot away. If you're sharing photos where quality matters — or dozens of files — stripping the metadata from the originals is strictly better: same pixels, no data.

MetaWipe does exactly that, locally in your browser: drop in the original photos, see every metadata field they contain, and download clean full-resolution copies. Nothing is uploaded — it works with the network disconnected. It handles PNGs too, so you can also clean the text chunks and XMP that screenshots and editors leave behind. To see what any image is carrying — screenshot or photo — use the free metadata viewer.

FAQ

Can someone find my location from a screenshot?

Not from GPS metadata — standard screenshots don't record it. But the content can give you away: Wi-Fi network names, maps, weather widgets, or a visible address do the job just as well.

Do screenshots keep the metadata of the photo being screenshotted?

No. A screenshot is a new image of what your screen displayed. The original file's EXIF doesn't transfer. Only what was visible — including any metadata an app was displaying on screen — gets captured.

Does cropping a screenshot remove its metadata?

No. Cropping changes pixels, not metadata. Depending on the editor, the cropped file may keep the original timestamps and even gain new editing metadata. Some formats can also retain an embedded preview of the uncropped image.

Are iPhone screenshots PNG or JPEG, and does it matter?

iPhone screenshots are PNG. PNGs don't use classic EXIF but can carry text chunks and XMP — different container, same principle: inspect, then strip.