Clipboard History is a useful feature in Windows 11 that allows users to save multiple items to the clipboard and access them later. If this feature isn’t working properly, it can hinder productivity. This guide provides detailed steps to troubleshoot and fix Clipboard History issues in Windows 11.
Step 1: Verify Clipboard History is Enabled
Before troubleshooting, ensure that the Clipboard History feature is turned on.
How to check:
-
- Click on Start > Settings (or press
Windows key + I
).
- Click on Start > Settings (or press
-
- Go to System > Clipboard.
-
- Find the option Clipboard history.
-
- Make sure the toggle switch is set to On.
If it’s off, turn it on and try using Clipboard History again by pressing Windows key + V
.
Step 2: Restart Your PC
Sometimes a simple restart can fix the issue:
-
- Click Start > Power > Restart.
-
- After restarting, check if clipboard history works by copying multiple items and pressing
Windows + V
.
- After restarting, check if clipboard history works by copying multiple items and pressing
Step 3: Clear Clipboard History Data
Corrupted clipboard data can cause problems. Clearing it might help.
How to clear clipboard data:
-
- Press
Windows key + I
to open Settings.
- Press
-
- Go to System > Clipboard.
-
- Scroll down to Clear clipboard data.
-
- Click Clear to delete the stored clipboard history.
Try copying new items and opening the clipboard history again.
Step 4: Check Group Policy Settings (For Windows Pro and Enterprise)
If you are using Pro or Enterprise editions, Group Policy settings might disable clipboard history.
Steps:
-
- Press
Windows + R
, typegpedit.msc
, and press Enter.
- Press
-
- Navigate to:
Computer Configuration > Administrative Templates > System > OS Policies
- Navigate to:
-
- Look for the policy named Allow Clipboard History.
-
- If set to Disabled, double-click it and set it to Not Configured or Enabled.
-
- Look for the policy named Allow Clipboard History.
-
- Similarly, check Allow Clipboard Cloud Sync if relevant.
-
- Click Apply, then OK.
-
- Restart your PC.
Step 5: Modify Registry Settings (For Windows Home or if Group Policy Editor unavailable)
Incorrect registry settings can disable clipboard history.
WARNING: Modifying the registry incorrectly can cause issues. Back up your registry first.
-
- Press
Windows + R
, typeregedit
, and press Enter.
- Press
-
- Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System
- Navigate to:
-
- Look for a DWORD named
AllowClipboardHistory
.-
- If found and its value is set to 0, right-click, select Modify, and change the value to 1.
-
- If not found, no action needed.
-
- Look for a DWORD named
-
- Also check for
AllowCrossDeviceClipboard
and set it to 1 if you want cloud sync.
- Also check for
-
- Restart your PC after changes.
Step 6: Update Windows 11
An outdated Windows version can cause feature bugs.
-
- Open Settings (
Windows + I
).
- Open Settings (
-
- Go to Windows Update.
-
- Click Check for updates.
-
- Install any available updates.
-
- Restart your computer.
Step 7: Run the System File Checker (SFC) and DISM Scan
Corrupted system files can cause malfunction.
-
- Open Command Prompt as Administrator:
-
- Search cmd in Start,
-
- Right-click Command Prompt > Run as administrator.
-
- Open Command Prompt as Administrator:
-
- Type the following commands and press Enter after each:
sfc /scannow
Wait for the scan to complete (may take a while).
- Type the following commands and press Enter after each:
-
- Then run:
DISM /Online /Cleanup-Image /RestoreHealth
- Then run:
-
- Restart your PC after the scans complete.
Step 8: Check for Third-Party Application Conflicts
Some clipboard managers or privacy/security software can interfere.
-
- Temporarily disable or uninstall clipboard manager apps or security software.
-
- Test Clipboard History again.
If functionality returns, adjust software settings or keep it disabled.
Step 9: Use Windows PowerShell to Reinstall Clipboard App (Optional)
Sometimes reinstalling the Clipboard app can fix issues.
-
- Press
Windows + X
, select Windows Terminal (Admin) or PowerShell (Admin).
- Press
-
- Run:
Get-AppxPackage Microsoft.WindowsClipboard | Remove-AppxPackage
- Run:
-
- Then reinstall from Microsoft Store or run:
Add-AppxPackage -register “C:\Windows\SystemApps\Microsoft.WindowsClipboard_8wekyb3d8bbwe\AppxManifest.xml” -DisableDevelopmentMode
- Then reinstall from Microsoft Store or run:
-
- Restart the PC.
Step 10: Reset Your PC (Last Resort)
If nothing works, you can reset Windows 11 keeping your files.
-
- Go to Settings > System > Recovery.
-
- Click Reset PC.
-
- Choose Keep my files.
-
- Follow the prompts.
Note: This should be the last resort.
-
- Use the shortcut
Windows + V
to open Clipboard History.
- Use the shortcut
-
- Clipboard History only keeps a limited number of items.
-
- Clipboard History does not work in Secure or InPrivate modes.
Step | Action |
---|---|
1. Enable Clipboard History | Settings > System > Clipboard > Toggle On |
2. Restart PC | Restart from Start Menu |
3. Clear Clipboard Data | Settings > System > Clipboard > Clear Data |
4. Group Policy Edit | gpedit.msc > OS Policies > Allow Clipboard History Enabled |
5. Registry Edit | Regedit > Set AllowClipboardHistory = 1 |
6. Update Windows | Settings > Windows Update > Check for updates |
7. Run SFC & DISM Scans | sfc /scannow and DISM /RestoreHealth |
8. Check 3rd-Party Apps | Disable clipboard/security apps temporarily |
9. Reinstall Clipboard App | Use PowerShell |
10. Reset PC (last resort) | Settings > Recovery > Reset PC |
If you follow all these steps carefully, you should be able to resolve issues with Clipboard History not working on Windows 11. If the problem persists, consider contacting Microsoft Support as it could be a unique case or bug.