How to Fix Clipboard Not Working in Windows 11

My Technician
Windows 11TroubleshootingFixApps

The Problem

Ctrl + C and Ctrl + V do nothing, pasted text is stale, or Win + V says clipboard history is off. Clipboard problems often come from a stuck rdpclip.exe, a clipboard manager conflict, or Clipboard History disabled—not a broken keyboard.

Keyboard keys not typing at all? Fix keyboard not typing first. Remote Desktop clipboard broken only? See Step 4 below.

Symptoms

  • Paste always inserts the same old item.
  • Clipboard history toggle in Settings won't stay on.
  • Copy works in one app (Notepad) but not another (browser or Office).

The Fix: Step-by-Step

Step 1: Restart Windows Explorer

A hung Explorer session can block the clipboard chain.

  1. Press Ctrl + Shift + EscProcesses.
  2. Right-click Windows ExplorerRestart.
  3. Test copy/paste in Notepad immediately.

Step 2: Enable Clipboard History

  1. SettingsSystemClipboard.
  2. Turn on Clipboard history.
  3. Turn on Sync across devices only if you use the same Microsoft account on multiple PCs (optional).
  4. Press Win + V — you should see recent clips. Pin a test phrase and paste it.

Step 3: Clear Clipboard and Reset the Stack

  1. Open Terminal (Admin) and run:
    echo off | clip
    
  2. Or press Win + VClear all at the top of the history panel.
  3. Copy fresh text and paste—avoid copying from apps that use custom formats (Excel cells, rich web selections) until basic text works.

Step 4: Fix Remote Desktop Clipboard (rdpclip)

If you use Remote Desktop, rdpclip.exe often breaks local clipboard.

  1. Open Task ManagerDetails tab.
  2. End rdpclip.exe if it is running.
  3. FileRun new task → type rdpclip.exeOK.
  4. Disconnect any active RDP sessions and test local copy/paste again.

Step 5: Disable Conflicting Clipboard Managers

Third-party tools (Ditto, ClipClip, PowerToys Advanced Paste) can hijack the clipboard.

  1. Exit them from the system tray completely.
  2. Test Windows clipboard. Re-enable one at a time to find the conflict.
  3. In PowerToysAdvanced Paste — turn off if it intercepts Ctrl + V.

Step 6: Run Clipboard Troubleshooter and Repair System Files

  1. SettingsSystemTroubleshootOther troubleshooters — run any Keyboard or Shared experiences troubleshooter listed.
  2. In Terminal (Admin):
    sfc /scannow
    
  3. Reboot and retest Win + V and Ctrl + V in Notepad, then in your problem app.

Step 7: Check App-Specific Paste Blocks

Some terminals, elevated apps, and security software block cross-app paste.

  • Paste into Notepad first—if that works, the target app may require Run as administrator for both copy and paste sides, or has its own paste shortcut (Ctrl + Shift + V in many terminals).
  • Office: FileOptionsAdvanced → confirm clipboard settings are not disabling multiple paste.

Still Not Working?

  • Clipboard works until you open a browser? Disable browser extensions one by one—password managers and "productivity" extensions often break paste.
  • After a Windows update? Roll back the update or run fix Windows 11 slow after an update steps including DISM repair.