How to Fix Clipboard History Not Working in Windows 11
•
My Technician
Windows 11AppsTroubleshootingFix
The Problem
You press Win + V expecting the clipboard history panel, but nothing appears—or only the latest copy works and older items are gone. Clipboard sync across PCs can also stall with a sign-in or policy error.
Search or Start broken too? Shell issues sometimes hit multiple features—check Windows 11 search not working if more than clipboard fails.
Symptoms
- Win + V does nothing or says clipboard history is off.
- History works until reboot, then resets.
- "Can't sync" message on the clipboard banner between PCs.
The Fix: Step-by-Step
Step 1: Turn On Clipboard History
- Settings → System → Clipboard.
- Enable Clipboard history.
- Optional: enable Sync across your devices only if you use the same Microsoft account on each PC and accept cloud storage of clips (avoid on shared work machines).
Step 2: Use the Right Shortcut and Test Copy Types
- Press Win + V (not Ctrl+V). Pin an item from the panel to test persistence.
- Copy plain text from Notepad first—some secure apps block history for passwords or RDP sessions by design.
- Large screenshots count toward history limits; clear old items if the list is full.
Step 3: Restart Clipboard and Explorer
- Ctrl + Shift + Esc → Details → end Clipboard User Service if present (Windows restarts it).
- Processes → Windows Explorer → Restart.
- Reboot once—clipboard stack often recovers after a stuck ctfmon or shell extension.
Step 4: Fix Sync and Account Issues
- Settings → Accounts → confirm you are signed in with the account you expect.
- Clipboard → turn Sync off, reboot, turn on again.
- On work PCs, Group Policy may disable clipboard—ask IT if gpedit shows Do not allow Clipboard history enabled.
Step 5: Reset Clipboard App Package
- Settings → Apps → Installed apps → search Clipboard or run:
(Run PowerShell as admin if the cmdlet is available on your build.)Get-AppxPackage *clipboard* | Reset-AppxPackage - If reset fails, use app crashing fixes patterns for Windows Shell Experience Host.
Step 6: When History Still Fails
- Run SFC and DISM from an admin terminal if system files are damaged:
sfc /scannow DISM /Online /Cleanup-Image /RestoreHealth - Create a new local user account to test—if clipboard works there, a broken profile or shell extension is likely.
- After malware cleanup, re-test; some stealers hook the clipboard—see remove virus or malware.