Privacy & Transparency

We use cookies to secure the credit system and serve personalized ads (Google AdSense). Your uploaded media is never stored.

12/14/20258 min read

EXIF Metadata Explained: The Hidden Data Inside Every Photo

Netanel Ossi

Netanel Ossi

Founder, FauxLens

EXIF Metadata Explained: The Hidden Data Inside Every Photo

The Invisible Layer

Every time your smartphone or digital camera takes a photograph, it embeds an invisible layer of information into the image file. This layer—called EXIF data, short for Exchangeable Image File Format—is a standardized metadata format adopted by virtually all digital camera manufacturers since the mid-1990s. Most users have no idea it exists. For forensic investigators, it can be one of the most valuable sources of evidence about an image's authenticity.

AI-generated images, by contrast, are born without this history. They have no camera, no GPS module, no shutter, no timestamp of a real moment in time. Understanding EXIF data—and knowing when its absence is significant—is a foundational skill in modern image verification.

Sponsored

[ AD BANNER AREA ]

What EXIF Data Contains

Camera Identification

The EXIF standard records the camera manufacturer and model (e.g., 'Apple iPhone 15 Pro' or 'Canon EOS R5'), the firmware version, and often the camera's unique serial number. This allows investigators to verify that a claimed photograph was taken with the claimed device—and to identify cases where a photo's claimed origin is inconsistent with its embedded hardware data.

Temporal Information

Three separate timestamps are typically recorded: the date and time the image was captured (DateTimeOriginal), the date the file was created on the storage medium (DateTime), and the date the file was last modified (DateTimeDigitized). Inconsistencies between these three timestamps—for example, a 'breaking news' photo with a DateTimeOriginal three years in the past—are an immediate red flag.

GPS Coordinates

If location services are enabled on the capturing device, the image's GPS coordinates are embedded with up to six decimal places of precision—accurate to within a few meters. This allows investigators to verify whether a claimed 'photo from [city]' was actually taken at those GPS coordinates, and to confirm against satellite imagery whether the landscape visible in the photo is consistent with those coordinates.

Note that many modern smartphones offer users the option to strip GPS data for privacy. Absence of GPS data is therefore inconclusive. Presence of GPS data that contradicts the claimed location is highly significant.

Technical Exposure Settings

EXIF records ISO speed, aperture (f-stop), shutter speed, focal length, flash status, white balance setting, and metering mode. These values must be internally consistent with the visual content of the image. A photo claimed to have been taken outdoors in bright sunlight at ISO 3200 with a 1/50 shutter speed would be highly unusual—real photographers working in bright light use low ISO and fast shutter speeds. Internally inconsistent technical settings suggest manipulation or fabrication.

Software Processing Chain

The 'Software' EXIF field records which application last processed the image file. A photo that lists 'Adobe Photoshop CC 2024' in the Software field was processed by Photoshop after capture—not necessarily manipulated, but worth noting. More significantly, some AI generation tools leave traces in EXIF software fields: early versions of certain generators left identifiable strings.

AI-Generated Images and EXIF Data

Generative AI models output image files that contain either no EXIF data at all, or minimal placeholder data. This is because EXIF is populated by camera hardware during capture—a process that simply does not occur when a model generates an image from a noise vector or a text prompt.

When an AI system like Midjourney or DALL-E 3 generates an image and the user downloads the resulting file, the EXIF block will typically be empty or contain only the file creation timestamp from the user's operating system. There will be no camera make, no GPS coordinates, no technical exposure settings, and no valid DateTimeOriginal value corresponding to a real-world capture event.

This absence is a meaningful signal. It does not definitively prove AI generation—real photos often have EXIF stripped by social media platforms or privacy-focused software. But combined with other evidence, empty EXIF in an image that claims to document a real event is a significant red flag.

How to Read EXIF Data

Online Tools

The simplest approach for occasional verification: upload any image to exifinfo.org or pic2map.com. Both tools display all available EXIF fields in a readable format and show GPS coordinates on a map if present.

ExifTool (Command Line)

For professional use, Phil Harvey's ExifTool is the definitive standard. It is free, open-source, and reads every metadata format in addition to EXIF (including IPTC, XMP, and proprietary camera formats). Install via brew install exiftool on macOS or the ExifTool website. Basic usage: exiftool image.jpg outputs every embedded metadata field.

In-Browser (Chrome DevTools)

For images found online, right-click and 'Save Image As,' then run it through an online tool or ExifTool. Note: images embedded directly in web pages may be processed server-side before delivery, which can alter or strip EXIF.

Limitations and Caveats

EXIF data, like all forensic evidence, is not infallible. It can be fabricated—any EXIF editor can write arbitrary values into any image file. A sophisticated actor can embed convincing fake camera data, GPS coordinates, and timestamps into an AI-generated image. Detecting fabricated EXIF requires cross-referencing the embedded values against the image's visual content: do the technical settings (ISO, aperture, shutter speed) produce the depth of field, motion blur, and noise level visible in the image? Inconsistencies here reveal forgery even when individual fields appear plausible.

Used in combination with other forensic signals—ELA, GAN fingerprint analysis, geolocation verification—EXIF metadata forms a powerful component of a comprehensive authenticity assessment.

Netanel Ossi

Netanel Ossi

Founder, FauxLens · Backend Engineering Manager at Fiverr

Netanel Ossi is a Backend Engineering Manager at Fiverr and the founder of FauxLens. With deep expertise in distributed systems, security protocols, and backend architecture, he builds forensic AI detection tools that help journalists, HR teams, and everyday users verify the authenticity of visual media.