What Is Image Metadata?

Learn what image metadata is, how EXIF, GPS, XMP, IPTC, and ICC fields work, and why browser-local inspection matters before sharing photos.

2026-07-01
metadata
exif
privacy

Image metadata is information stored inside or next to an image file. It is not the visible content of the photo, but it can describe how the file was created, where it was captured, which device produced it, which software edited it, and who may own or manage it. Metadata can be helpful for organization and verification, but it can also expose private context when a file is shared.

The most familiar metadata family is EXIF. Cameras and phones often use EXIF to store capture time, camera make, camera model, lens model, exposure values, orientation, and sometimes GPS coordinates. GPS is the most sensitive part for many users because a coordinate can point to a home, school, workplace, hotel, or private event.

XMP is another common metadata layer. It can include creator tools, editing workflow information, labels, descriptions, author fields, rights information, and newer provenance signals. IPTC is often used in publishing and news workflows for captions, rights, creator information, and contact details. ICC profiles describe color behavior and may be needed for consistent display, which is why privacy tools should be careful before removing display-critical data.

Why metadata matters

Metadata is useful when it answers a legitimate question. A photographer may want to know which lens was used. A designer may need to confirm export software. A developer may need to inspect a PNG text chunk or WebP XMP chunk. An archivist may export JSON to keep a record of technical fields.

The same data becomes a privacy risk when it leaves the intended workflow. A public photo with GPS can reveal a private address. A support screenshot with author metadata can expose an employee name. A camera serial number can identify one physical device. Capture time can reveal travel or routine patterns. Editing software can expose a production workflow.

Browser-local inspection

A browser-local metadata viewer is useful because the inspection step should not require uploading the image to another server. Image Metadata Viewer reads supported files in the browser, summarizes common fields, groups privacy risks, and lets you export JSON for your own records. When cleanup is supported for the format, the cleaned file is generated locally too.

What metadata inspection cannot prove

No metadata viewer should claim more than it can verify. If no readable metadata is found, the result means common readable fields were not detected. It does not prove that every proprietary, damaged, encrypted, or unknown field is absent. Likewise, detecting C2PA or AI-related fields is not the same as validating a signature or proving authenticity.

A simple workflow

Before sharing an image, inspect the exact file you plan to send. Review GPS, author, capture time, serial number, software, and camera fields. Export JSON if you need a record. Remove metadata when the format supports reliable original-format cleanup. Then upload the cleaned file again if the privacy requirement is strict. This repeatable workflow is slower than guessing, but it is far safer than assuming a file is clean because the pixels look harmless.