Skip to content
Geek With Laptop

How-ToGuide

How to Check an Image's Content Credentials (C2PA)

Some cameras, phones, editing apps and image generators now attach Content Credentials to the files they produce: a signed record of where the image came from and what was done to it. Checking for one takes a minute in a browser. Reading the result correctly takes a little longer, because a credential proves less than people assume, and a missing one proves almost nothing.

Steel jeweller's loupe resting on the blank back of a photo print beside a closed laptop
On this page
  1. What Content Credentials are
  2. Check an image
  3. Why most images show nothing
  4. Where this fits with other checks
  5. Common questions
  6. Sources

What Content Credentials are

C2PA is an open technical standard for attaching provenance to media. A credential, called a manifest in the specification, holds a set of assertions: statements about the file, such as the device or software that created it, edits made afterwards and whether generative AI was used. The manifest is cryptographically signed and bound to the image's content, so changing either the pixels or the record breaks the match. The C2PA explainer is explicit about the limits: credentials make no value judgment about whether the provenance data is true, only whether it is well formed, free from tampering and signed by a party on a known trust list.

How to read the four common results.
ResultWhat it meansWhat it does not mean
Valid credential, trusted signerThe record is intact and was signed by a known organisation's toolThat the scene is real or the caption honest
Credential declares AI generationThe signing tool recorded that the image was generated or edited with AIThat other images without the label are not AI
Credential present but invalidThe file or record changed after signing, or the signer is not trustedThat the image is fake; ordinary edits can break it
No credential foundNothing was attached, or it was strippedAnything at all about authenticity

Check an image

  1. Get the original file

    Download the image itself rather than taking a screenshot. A screenshot creates a new file with none of the original's data. Images saved from social feeds have often been recompressed and stripped, so ask for the file directly from the source if you can.

  2. Open the verify page

    In your browser, go to contentcredentials.org/verify. It is a public page for reading C2PA data and needs no account.

  3. Drop the file onto the page

    Drag the image in or use the file picker. The page reads the embedded manifest if there is one and, where supported, looks for a matching credential using the image's content.

  4. Read the summary

    Look at who issued the credential, the date it was signed, the apps or devices listed, and any statement about AI. If the image was made from other images, the page may show those ingredients too.

  5. Check the signer, not just the badge

    A credential is only as meaningful as the organisation that signed it. A news agency's camera signature says something different from an unknown tool's.

  6. Record what you found

    Save a note or screenshot of the result with the date. Verification pages and trust lists change, so a record of what you saw is useful later.

Why most images show nothing

Content Credentials are still new and optional. Most cameras and phones in use do not sign images, and many websites and messaging apps remove embedded data when you upload. The C2PA explainer describes soft bindings, such as invisible watermarks and fingerprints, that can let a credential be found again in cloud storage after it has been stripped from the file, but support is uneven. NIST's 2024 overview of digital content transparency, which covers provenance, watermarking and detection, reaches the same practical conclusion: each technique has limits, and none should be treated as proof on its own.

Where this fits with other checks

  • Read the ordinary metadata too. EXIF data can show a camera model, time and place, though it is easy to edit. Learn to read a photo's EXIF and location data.
  • Do not confuse this with AI detectors. Detection tools guess from patterns; a credential is a signed record. The guide on how AI text detectors reach a score explains why guesses are weak evidence.
  • Look for the source. A reverse image search and the original publisher's page are still the most useful checks for a news photo.
  • Know your own laptop. Some built-in AI image tools add credentials to what they produce. The guide to which AI features on your laptop send data out lists where they live.

For more walkthroughs on checking and sharing files safely, see the full list of laptop how-tos.

Common questions

Does a Content Credential prove a photo is real?

No. It proves the record attached to the file is intact and was signed by a particular tool or organisation. It says nothing about whether the scene was staged or the caption honest.

Does a missing credential mean an image is fake or AI-generated?

No. Most genuine photos have no credential, and stripping one is easy. Absence is not evidence either way.

Can I add Content Credentials to my own photos?

Some cameras, phones and editing apps can sign images you create. Check your app's export or settings for a Content Credentials option.

Does a credential reveal my identity?

It can include a creator name if the app adds one. The C2PA explainer notes that the specification does not require the identity of a person, so check what your app includes before sharing.

Will editing an image remove its credential?

Editing in an app that supports C2PA adds a new entry to the history. Editing in one that does not, or taking a screenshot, usually drops the credential.

Sources