Copy Paste Not Working Windows 11 (Quick Fixes)

Copy paste just stopped working on my Windows 11 laptop last week. Ctrl+C did nothing. Right-click menu still showed the option but nothing happened when I clicked it. Took 10 minutes to figure out the actual fix.

Here are the 5 quick fixes that get Windows 11 clipboard working again. First one usually does it.

Restart Windows Explorer

The clipboard is part of Windows Explorer. If Explorer gets stuck, copy paste breaks. Press Ctrl + Shift + Esc to open Task Manager.

Find Windows Explorer in the Processes tab. Right-click it and pick Restart. Your taskbar disappears for about 2 seconds and comes back. Try copy paste now.

Clear the clipboard via Settings

A corrupted clipboard cache breaks copy paste. Clear it from Settings. Open Settings (Win + I), pick System, scroll to Clipboard.

Find Clear clipboard data and click the button next to it. The clipboard cache wipes. Try copying something new. Usually works.

Check rdpclip.exe if you use Remote Desktop

If you use Remote Desktop, the rdpclip.exe process handles clipboard sync between local and remote. If it crashes, copy paste breaks even outside the remote session.

  1. Open Task Manager
  2. Click the Details tab
  3. Find rdpclip.exe
  4. Right-click and pick End task
  5. Windows automatically restarts it

If you don't see rdpclip.exe in the list, you're not using Remote Desktop and this fix doesn't apply. Skip to the next one.

Disable clipboard history

Windows 11 clipboard history can sometimes break basic copy paste. Try turning it off temporarily. Settings > System > Clipboard > toggle Clipboard history off.

Test copy paste. If it works now, the history feature was the issue. Either leave it off or turn it back on and see if the bug returns. Sometimes it just needs a reset.

Run the SFC scan

System File Checker repairs corrupted Windows files. Open Command Prompt as admin (search cmd, right-click, Run as administrator). Type:

sfc /scannow

Hit Enter. The scan takes 10-30 minutes. If it finds corrupted files, it repairs them automatically. Restart your PC when it's done and test copy paste.

Disable conflicting apps

Apps that monitor or extend the clipboard can break it. Common culprits:

  • Ditto, ClipClip, 1Clipboard – clipboard managers
  • Skype running in background
  • RoboForm, LastPass, password managers with autofill
  • Antivirus tools with clipboard protection
  • Browser extensions like Honey or Grammarly

Close them one at a time. Test copy paste after each close. When it works, you've found the conflicting app.

Restart your PC

The boring fix that works for everything. A full restart clears all stuck processes including clipboard ones. Save your work first, then Start > Power > Restart.

Don't use Shut down and then power back on – Windows uses Fast Startup which doesn't fully reset everything. Restart specifically does the full cycle.

Check keyboard hardware

If Ctrl+C doesn't work but right-click copy does, the keyboard might be the issue. The Ctrl key could be stuck or broken. Test by opening a Word doc and pressing Ctrl – if any letter you type then becomes a shortcut (Ctrl+A selects all), the Ctrl key is stuck on.

Clean around the Ctrl key with compressed air. Or try an external keyboard to confirm if it's hardware.

What specifically isn't working – the keyboard shortcut or right-click? Tell me and I'll narrow down the cause.

Leave a Comment