Discussion has focused on reports that image editing tools bundled with Windows attach invisible provenance metadata, including a unique identifier, to generated output — even when the generation happens on the device rather than in the cloud.
Key takeaways
- Reports circulating in developer communities describe Microsoft’s Paint and Photos applications embedding invisible provenance metadata, including a globally unique identifier, into images produced with their generative features.
- The metadata in question is generally associated with Content Credentials, an industry provenance standard developed under the Coalition for Content Provenance and Authenticity, usually abbreviated to C2PA.
- The point of contention is not that provenance data exists, but that it is applied to output generated locally on a user’s own machine, where no server-side processing is involved.
- A globally unique identifier, or GUID, is a long random-looking string that is statistically unlikely to repeat, which makes it useful for tracking a specific asset across copies.
- The precise scope of the behaviour — which features trigger it, what fields are written and whether it can be disabled — is not something that can be confirmed from community discussion alone.
What is actually being described?
The claim at the centre of the discussion is straightforward to state. When certain generative or AI-assisted features in Microsoft Paint and the Windows Photos application are used to produce or modify an image, the resulting file reportedly carries additional metadata that is not visible when the image is viewed normally. Among the fields described is a unique identifier attached to the specific output.
Two words in that description do a lot of work. “Invisible” here does not mean steganography in the classic sense of hiding data in pixel values, although some provenance systems do use imperceptible pixel-level marks alongside metadata. In the ordinary case it means the information is stored in a metadata container inside the file, which most image viewers do not display. The second word is “locally”: the objection is that the identifier is attached even when the image never leaves the device.
What cannot be established from the reports themselves is the exact technical shape of the behaviour — which specific features write the metadata, what the identifier is derived from, whether it is stable across sessions or unique per file, and what, if anything, the operating system vendor does with it. Those details would need to be confirmed against the software’s own documentation and reproducible testing rather than inferred from a discussion thread.
Why has this surfaced now?
Provenance metadata has moved from a niche standards effort to something shipped by default in mainstream consumer software over a relatively short period. As generative image tools have been folded into operating systems and default applications, the provenance layer has travelled with them, often without a prominent notice in the interface.
The trigger for renewed attention is usually not a formal announcement but a user noticing something unexpected — inspecting a file with a metadata tool and finding fields they did not put there. That kind of observation spreads quickly in technical communities, where the ability to inspect a file’s byte-level contents is common. The reaction tends to combine two distinct concerns that are worth separating: surprise at the presence of the data, and disagreement about whether it should be present at all.
The background a newcomer needs
The problem provenance metadata is designed to solve is the collapsing cost of producing convincing synthetic imagery. If any image might be generated, the question of how a given image came to exist becomes practically important — for newsrooms, for courts, for platforms moderating content and for ordinary readers.
One response has been to try to detect synthetic images after the fact by analysing them. This has proved unreliable and gets less reliable as generators improve. The alternative response is to record origin information at the moment of creation and carry it with the file. That is the approach behind Content Credentials, a specification developed by an industry body whose members include software vendors, camera manufacturers, media organisations and platforms.
In that model, a tool that creates or edits an image writes a signed manifest describing what happened: what software was used, whether generative tools were involved, and what edits were applied. Signing matters because unsigned metadata can be forged trivially. Identifiers appear in these manifests as a way of referring to a specific asset or a specific processing step — which is exactly the mechanism that makes the metadata useful and also what makes it a privacy question.
It is worth noting that image files have carried metadata for decades. Photographs routinely include camera model, exposure settings, timestamps and sometimes precise location. Provenance manifests are newer and more structured, but the underlying pattern of files carrying more than pixels is not new.
Who is affected, and how?
Most users of consumer image tools will never notice. The metadata does not change how an image looks and is stripped or ignored by many services that process uploads. For casual use, the practical effect is close to zero.
The groups with a real stake are narrower. People who publish images and have reason to avoid revealing which machine or which session produced them — including researchers, people handling sensitive material, and anyone operating under a threat model where linkability matters — care whether two separately published images can be tied together by a shared identifier. Organisations with document-handling policies may need to decide whether provenance metadata should be preserved or removed before distribution.
There is also an asymmetry that comes up repeatedly. Someone who knows the metadata exists can remove it with standard tools. Someone who does not know is the person actually affected. Systems that are trivially defeated by informed users but silently applied to uninformed ones tend to attract this criticism.
Where informed people disagree
The disagreement is genuine and does not split neatly along technical lines.
One position holds that provenance metadata is a reasonable and largely benign response to synthetic media, that labelling generated content is a widely supported goal, and that a unique identifier is an ordinary implementation detail rather than surveillance. On this view, the alternative — an image ecosystem with no origin information at all — is worse.
The opposing position accepts the goal but objects to the implementation. The specific criticisms are that the behaviour is not surfaced clearly in the interface, that local generation is a context where no data collection should be implied, and that a unique identifier is a stronger primitive than labelling requires. Marking an image as generated does not require a value unique to that file; a generic flag would do. The presence of a unique value, on this argument, creates a capability for linking that exceeds the stated purpose, whether or not anyone currently uses it that way.
A third strand is less about privacy than about defaults. Software installed as part of an operating system occupies a position of trust, and adding data to a user’s files without a clear notice is treated by some as a governance failure independent of whether the data is harmful.
The practical implications
For anyone who wants to know what is in their own files, the relevant capability is metadata inspection. General-purpose metadata tools can list the fields present in an image, and provenance-specific inspectors exist for reading Content Credentials manifests. Checking a file directly is more reliable than relying on secondhand descriptions of what a given application writes.
Removing metadata is a separate operation. Many editors and export pipelines discard non-essential metadata by default; explicit stripping tools also exist. Re-encoding an image often destroys metadata as a side effect, though this should be verified rather than assumed. Where signed provenance is involved, removing or altering the metadata does not forge a false claim — it produces a file with no verifiable claim, which is the same state as any ordinary image.
For organisations, the practical step is to establish whether provenance metadata is present in outbound material and whether that is acceptable. This is the same class of question as EXIF location data in photographs, which many publishers already handle through automated stripping.
What to watch next
Several developments would clarify the picture. The first is documentation from software vendors stating explicitly what is written, when, and whether a user-facing control exists to disable it. Clear defaults and clear off switches resolve a large share of this kind of dispute.
The second is how the standards bodies address the distinction between labelling and identification. If provenance specifications converge on identifiers that are unique per file but carry no link back to a device or account, the privacy objection weakens considerably.
The third is regulation. Several jurisdictions have moved towards requiring that AI-generated content be labelled. Requirements of that kind push vendors towards embedding provenance by default, which means the trade-off between transparency about origin and privacy about origin is likely to recur rather than resolve.
Frequently asked questions
What is a GUID in an image file?
A GUID, or globally unique identifier, is a long string of characters generated so that the same value is extremely unlikely ever to be produced twice. In an image file it typically serves as a reference label for that specific asset or for a particular processing step recorded in its metadata. Its usefulness lies in distinguishing one file from every other, which is also why its presence raises questions about whether files could be linked together.
Are Content Credentials the same thing as a watermark?
Not exactly, although the terms are often used interchangeably. A traditional watermark is a visible mark on the image itself. Content Credentials are structured, cryptographically signed metadata stored alongside the image data, describing how the file was created and edited. Some implementations pair this with imperceptible pixel-level marks so that provenance survives metadata stripping, but the metadata manifest is the primary mechanism in most current deployments.
Can I see this metadata myself?
Yes. General-purpose metadata inspection tools can list the fields embedded in an image file, and dedicated Content Credentials inspectors can parse and display provenance manifests specifically. Opening a file in a standard image viewer will not show these fields, which is why the metadata is described as invisible. Checking your own files directly is the most reliable way to establish what a particular application actually writes.
Does this mean my images are being sent somewhere?
The presence of metadata in a file is not by itself evidence of data transmission. Metadata is written into the file on the device; whether any information is also sent to a remote service is a separate question that would need to be established through network analysis or vendor documentation. The concern raised in discussion is primarily about what travels with the file when a user shares it, not about background uploads.
Can the metadata be removed?
In general, yes. Metadata stripping tools exist, many editors discard non-essential fields when exporting, and re-encoding an image frequently destroys metadata as a side effect. Removing signed provenance does not create a false claim about the image; it produces a file with no verifiable origin claim, the same position as the vast majority of images in circulation. Whether removal succeeded should be verified by inspection.
Why attach provenance data to locally generated images?
The stated rationale for provenance systems is that origin information is useful wherever an image ends up, and a locally generated image can be shared as easily as a cloud-generated one. From that perspective, applying the metadata consistently avoids a gap that would undermine the system. Critics argue that local processing is precisely the context where users expect no additional data to be attached, making it the wrong default.
Sources and further reading
- The Coalition for Content Provenance and Authenticity, whose published specification defines the Content Credentials format and the structure of provenance manifests.
- Vendor documentation from operating system and image software providers, which is the authoritative reference for what a given application writes and what controls exist.
- Technical discussion forums, where the reports originated and where users share metadata inspection results — useful for identifying claims, not for confirming them.
- Digital rights and privacy organisations, which have published analysis on the trade-offs between content provenance systems and user anonymity.
Surfaced from the hackernews signal “invisible image provenance metadata”. AI-assisted draft, editorially reviewed.

