Do Screenshots Have EXIF Data? What Gets Stored and What Does Not

Screenshots do not carry camera EXIF data like GPS or lens info, but they are not metadata-free. Learn what screenshots actually store and when scrubbing still matters.

ZERO UPLOAD · ALL LOCAL
  1. Drop one or more image files onto the drop zone, or click it to browse — JPEG, PNG, and WebP are supported.
  2. Review the metadata table for each image: GPS coordinates, device model, software, and timestamps will appear if present.
  3. Click "Scrub & Download" to download a clean copy with all metadata removed. The original file is never modified.
  4. To process multiple images, drop them all at once — each file gets its own scrubbed download.
  5. If your image is in HEIC format (iPhone), convert it to JPEG using your OS first, then scrub the converted file.

What this page covers

  • Creation timestamp one of the few fields a screenshot carries
  • Image dimensions one of the few fields a screenshot carries
  • GPS, lens, camera fields absent by default, screenshots have no camera sensor to record them

Drop a single image here

or click to select one file · JPEG, PNG, WebP · max 50 MB

Reading… 0% Analysing metadata…
Image preview

Check the metadata fields you want removed. Unchecked fields will remain in the downloaded image.

·
Before: After (est.):

Scrubbing…

Download Cleaned Image

Do Screenshots Have EXIF Data? What Gets Stored and What Does Not

A common assumption is that screenshots carry the same hidden risk as camera photos, GPS coordinates and all. That assumption is mostly false, though the absence of camera-specific fields does not mean a screenshot is entirely risk-free, only that it is lower-risk than a photo straight off a camera sensor. Screenshots are generated directly by the operating system rather than captured through a camera sensor, so they do not record aperture, shutter speed, ISO, lens data, or GPS coordinates, the fields that make camera EXIF data a privacy concern in the first place.1

That does not mean screenshots are entirely metadata-free, though. A screenshot typically embeds a handful of fields, such as a creation timestamp and image dimensions, compared to the 30 or more fields a camera photo can carry.

Why the camera sensor is the source of the risk

Camera EXIF data exists because the camera hardware itself, the sensor, the lens, the GPS chip, generates those readings at the moment of capture. A screenshot has no sensor involved at all; it is a direct copy of pixels already rendered on your screen. Consequently, the entire category of camera-specific metadata, including the GPS tags that create most privacy concerns, simply has no mechanism to exist in a screenshot in the first place.

What an OS-generated file inherits instead

Rather than camera-sensor EXIF, a screenshot inherits the metadata conventions of the operating system that generated it, things like a creation timestamp and the pixel dimensions of the capture. These fields come from the OS image-writing routine, not from any physical sensor, which is exactly why the camera-specific risk categories never apply to a screenshot. The distinction matters because it means the risk profile of a screenshot is fixed by its origin rather than its content.

What a screenshot does carry

Screenshots typically embed a creation timestamp, image dimensions, and on some platforms, basic device or software information about how the screenshot was generated. None of this is as sensitive as GPS coordinates, but a timestamp can still corroborate or contradict a claim about when something was seen or said, which matters in some contexts even without a location attached.

A screenshot shared during a workplace chat, a customer support thread, or a legal exchange can reveal more than the sender intended if the file still carries an accurate creation timestamp. Even when the image itself looks harmless, that single metadata field anchors a message to a specific minute, which can be used to reconstruct a timeline of events.

One important exception

If the screenshot itself displays a photo that has GPS data baked into pixels visible on screen, such as a map overlay or a caption showing coordinates, that visible information is not metadata at all, and cropping or blurring the image is the only way to remove it. The distinction between hidden metadata and visible pixel content is easy to miss, but it determines whether scrubbing the file or editing the image is the right response.

When scrubbing a screenshot is still worth doing

Because screenshots carry far less risk than camera photos, scrubbing them is lower priority, but not pointless. Running a screenshot through the scrubber removes whatever fields it does carry at essentially no cost, which is a reasonable default if you are already scrubbing other images in the same batch and want consistent handling across every file type.

The consistency argument is the strongest reason to scrub screenshots along with photos. Once you adopt a rule of scrubbing every file before sharing, you stop needing to classify each image by source or content, and you remove the risk that a screenshot gets passed through with intact metadata simply because it looked too casual to worry about.

What EXIF fields screenshots actually contain on each platform

The specific metadata fields a screenshot carries depend on the operating system that generated it, not on the content visible on screen. On macOS, a screenshot saved as PNG typically includes CreationDate, ModificationDate, and the color profile information embedded by the system's display pipeline.2 Android screenshots saved as PNG or JPEG add the capture timestamp and, on some manufacturer skins, the device model string.3 Windows Snipping Tool and Snip and Sketch write a similar minimal set: dimensions, color space, and a timestamp.

None of these platforms embed GPS coordinates in screenshots because the screenshot function is a software-level screen capture, not a camera capture. The operating system has no reason to tag a screen capture with location data, and the EXIF-writing routines on each platform simply do not include GPS fields for non-camera image generation. This is a structural guarantee, not a setting you need to verify.

When a screenshot inherits metadata from its source

One edge case deserves attention: if you open a photo in an image viewer, take a screenshot of it, and share the screenshot, the original EXIF data is not transferred to the screenshot file. The screenshot captures only the rendered pixels on your screen, not the metadata embedded in the source file. However, if the original photo's location data is visibly displayed on screen, such as a map widget or a photo info panel showing coordinates, that information becomes part of the screenshot's pixel data and cannot be removed by metadata scrubbing.

This same limitation shows up whenever a screenshot captures a map, a location pin, or coordinates rendered directly on screen, regardless of which app displayed them. A ride-sharing confirmation, a delivery tracking screen, or a check-in post can all render a location visibly enough that anyone viewing the screenshot can read it directly off the image, no metadata extraction required. Because that information sits in the pixels rather than a metadata field, running the file through a metadata scrubber changes nothing about what a viewer can see.

Why screenshots of sensitive content still benefit from a scrub

Screenshots of private messages, financial records, medical portals, or legal documents carry a different kind of risk than the content visible on screen. The metadata fields these screenshots do contain, primarily the creation timestamp, can establish when a particular piece of information was accessed or recorded. In a legal dispute, a timestamp showing a screenshot was taken before a specific event can corroborate or undermine a timeline.

When the fact that you captured something at a specific time is itself sensitive, you can strip the timestamp from a sensitive screenshot to remove that temporal evidence. For most casual sharing this is irrelevant, but for anyone sharing screenshots in a context where timing could be used against them, removing the timestamp is a meaningful precaution.

If you are already scrubbing camera photos before sharing, adding screenshots to the same batch takes no additional effort. The tool processes every file the same way, detects whatever fields are present, and removes them. Building screenshots into your existing scrubbing habit eliminates the mental overhead of deciding which file type deserves attention and ensures consistent handling across every image you share. Once the habit is in place, the scrubber handles both file types without any extra thought from you.

When to use this

Use this if you want consistent metadata handling across every image type you share, including screenshots, even though screenshots carry far less risk than camera photos.

Examples

Screenshot versus camera photo metadata comparison

Before
Screenshot: Creation date, dimensions, device info (no GPS, no camera fields)
Camera photo: GPS, camera model, lens, aperture, shutter speed, ISO, timestamp, and more
After
Both files cleaned to contain no metadata fields

Screenshots carry far fewer fields to begin with, but the few they do carry can still be removed.

Sources
  1. 1.

    EXIFData.org, "Do Screenshots Have EXIF Data? (iPhone, Android, Windows & Mac)," exifdata.org, accessed June 2026. https://exifdata.org/blog/do-screenshots-have-exif-data-iphone-android-windows-mac

  2. 2.

    Apple, "Individual Image Properties," developer.apple.com, accessed June 2026. https://developer.apple.com/documentation/imageio/individual-image-properties

  3. 3.

    AOSP, "SaveImageInBackgroundTask.java," android.googlesource.com, accessed June 2026. https://android.googlesource.com/platform/frameworks/base/+/3dd2b93addc75833b77424f7e4b6356d27f081eb/packages/SystemUI/src/com/android/systemui/screenshot/SaveImageInBackgroundTask.java

FAQ