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

  1. SettingsSystemClipboard.
  2. Enable Clipboard history.
  3. 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

  1. Press Win + V (not Ctrl+V). Pin an item from the panel to test persistence.
  2. Copy plain text from Notepad first—some secure apps block history for passwords or RDP sessions by design.
  3. Large screenshots count toward history limits; clear old items if the list is full.

Step 3: Restart Clipboard and Explorer

  1. Ctrl + Shift + EscDetails → end Clipboard User Service if present (Windows restarts it).
  2. ProcessesWindows ExplorerRestart.
  3. Reboot once—clipboard stack often recovers after a stuck ctfmon or shell extension.

Step 4: Fix Sync and Account Issues

  1. SettingsAccounts → confirm you are signed in with the account you expect.
  2. Clipboard → turn Sync off, reboot, turn on again.
  3. 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

  1. SettingsAppsInstalled apps → search Clipboard or run:
    Get-AppxPackage *clipboard* | Reset-AppxPackage
    
    (Run PowerShell as admin if the cmdlet is available on your build.)
  2. If reset fails, use app crashing fixes patterns for Windows Shell Experience Host.

Step 6: When History Still Fails

  1. Run SFC and DISM from an admin terminal if system files are damaged:
    sfc /scannow
    DISM /Online /Cleanup-Image /RestoreHealth
    
  2. Create a new local user account to test—if clipboard works there, a broken profile or shell extension is likely.
  3. After malware cleanup, re-test; some stealers hook the clipboard—see remove virus or malware.