Does taking a screenshot remove image metadata?
Taking a screenshot of a photo does strip most metadata — but not completely, and not in the way most people assume. Here is exactly what a screenshot removes, what it preserves, and what it adds.
What a screenshot removes
When you screenshot an image displayed on screen, the screenshot tool captures raw pixels from the display buffer. It does not copy the source file. As a result, the screenshot contains no EXIF, XMP, IPTC, or C2PA data from the original image. GPS coordinates, camera model, shutter speed, copyright fields, AI-generation provenance — all gone.
This is why screenshots are frequently used to "launder" AI-generated images: a Midjourney image screenshotted on an iPhone loses the XMP prompt data and any detector fingerprint. The resulting PNG looks like a photo taken on that phone.
What a screenshot adds
The screenshot file itself is not metadata-free. Depending on the platform:
- iOS (iPhone/iPad): adds EXIF
Make: Apple,Model: iPhone XX, the current date and time, and (if Location Services are on for screenshots) GPS coordinates of where the screenshot was taken. - macOS: adds
Make: Apple,Model: MacBook…(or equivalent), creation timestamp, and the screen's ICC colour profile. - Android: adds device make and model, timestamp, and sometimes GPS if the screenshots app has location access.
- Windows: minimal metadata, typically just a creation timestamp in the file system.
Screenshots and AI detection
JPEG compression and colour-space conversion during screenshot capture change the pixel-level statistics that AI detectors rely on. Uploading a screenshot of an AI image typically lowers the AiPicDetect confidence score compared to uploading the original file. This does not mean the image is real — it means the detector has less signal to work with.
For accurate AI detection, always prefer the original file. If only a screenshot is available:
- Check the screenshot's own metadata — the device and timestamp may still be informative.
- Use visual inspection alongside the detector score.
- Run a reverse image search — the original source may still be indexable.
Does removing metadata from the original prevent detection?
No. Stripping metadata removes file-level tags; it does not change the pixels. A metadata-scrubbed AI image still scores AI on a pixel-level detector. Only re-rendering (such as passing the image through a diffusion inpainting model) would change the pixel signature, and even that is not guaranteed to fool a modern detector.
Check a screenshot for AI origin →
עודכן לאחרונה 2026-09-13 · קוד המקור ב-GitHub