Windows 11 includes a feature called “Clipboard History,” which allows users to press the Windows Key + V to view a rolling log of multiple items (text, images, and HTML) they have previously copied, rather than just the single most recent item. While highly convenient for data entry and multitasking, it is a significant security risk in shared workspaces, public kiosks, or high-security enterprise environments. Sensitive data, such as passwords, API keys, or classified text, remains stored in the clipboard memory long after the user intended to paste it. A malicious actor or the next person using the workstation could simply press Win+V to extract the confidential data.
This guide explains how to completely disable Clipboard History system-wide using the Group Policy Editor in Windows 11.
Disable Clipboard History via Group Policy
To enforce a strict block on the rolling clipboard and revert the system to the standard, single-item clipboard behaviour, we must use an administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions.
- Log into Windows 11 with an Administrator account.
- Press the Windows Key + R to open the Run dialogue box.
- Type
gpedit.mscand press Enter to launch the Local Group Policy Editor. - In the left-hand navigation pane, strictly follow this exact path:
Computer Configuration > Administrative Templates > System > OS Policies - In the right-hand pane, locate the policy named Allow Clipboard History.
- Double-click the policy to open its configuration window.
- Select the radio button next to Disabled.
- Click Apply, then click OK.
Verify the Data Lockdown
To enforce the change immediately across the system without requiring a reboot, open an elevated Command Prompt and execute gpupdate /force.
To verify the restriction is active, press the Windows Key + V on your keyboard. The Clipboard History flyout will appear, but it will immediately display a message stating, “Can’t show history,” and explicitly note that the setting is managed by your organization. Furthermore, if you navigate to Settings > System > Clipboard, the master toggle for “Clipboard history” will be entirely greyed out and permanently locked in the Off position. The workstation is now restricted to a secure, single-item volatile clipboard.