Windows 11 does not include any supported feature that intentionally shows clipboard contents on the secure logon/lock screen.
On the contrary, Windows specifically blocks clipboard access on the secure desktop (Winlogon/UAC) for security reasons. In Windows 10 and later, pasting into secure credential prompts is disabled, and attempts to use the clipboard there can even trigger internal errors such as the STATUS_STOWED_EXCEPTION described for Consent.exe. This behavior exists to prevent exactly the kind of data exposure being described: another user or process reading clipboard data from the lock or logon screen.
From the available documentation:
- Clipboard content is stored per-user and is meant to be used only after sign-in, via normal apps or clipboard history (
Win + V). - Windows blocks clipboard access from the Winlogon (secure) desktop to stop unauthorized users from seeing clipboard data at the lock screen.
Given this, there is no documented, supported mechanism in Windows 11 that would periodically render clipboard text on the lock or logon screen. Any such behavior is not expected or by design and is not part of clipboard history, sync, or logon troubleshooting features.
If this continues to occur, it should be treated as an abnormal condition (for example, a display artifact, third‑party software interaction, or other defect) rather than a Windows feature.
References: