Copy Paste Not Working on Windows 11? Fix It
Short answer: Open Notepad, type a word, and try Ctrl+C then Ctrl+V there first. If copy-paste works in Notepad but not where you needed it, that app is the problem — Chrome extensions like Grammarly, LastPass, and ad blockers are notorious for intercepting the clipboard. If it fails everywhere, restart the rdpclip and Explorer processes in Task Manager and clear your clipboard history.
Ctrl+C, Ctrl+V — when these stop working it feels like the computer is fundamentally broken. Before you do anything else, open Notepad, type a word, select it, Ctrl+C, Ctrl+V. If it works in Notepad but not wherever you were trying, that application is the problem. Chrome extensions are the worst for this — I’ve seen Grammarly, LastPass, and various ad blockers all intercept clipboard operations.
If copy-paste is dead everywhere including Notepad, restart Windows Explorer. Ctrl+Shift+Esc for Task Manager, find Windows Explorer, right-click, Restart. The taskbar disappears for a second, comes back, and clipboard usually works again. Explorer owns the clipboard infrastructure and when it hangs the whole thing goes silent. No error, just nothing happens when you paste.
Something Is Holding the Clipboard Hostage
Only one application can write to the clipboard at a time. If something crashes while holding the clipboard lock, every other app’s copy-paste just stops. Dead.
A paralegal called us — couldn’t copy-paste between Word and her case management software. Had been working around it for three weeks by manually retyping everything. Three weeks. Turned out Ditto, a clipboard manager her office IT installed two months earlier, was crashing in the background and never releasing the lock. Ended the Ditto process, clipboard worked instantly. She nearly cried.
The go-to diagnostic: open Command Prompt and run echo test | clip. If this command hangs instead of returning immediately, something is locking the clipboard right now. Restart Explorer to force-release it. If it keeps happening, kill processes one by one — clipboard managers, password managers, anything that touches clipboard — testing copy-paste after each one.
rdpclip.exe is another constant offender. If you use Remote Desktop at all, this process syncs clipboard between your local machine and the remote session, and it crashes all the time. Task Manager, find rdpclip.exe, End task. Win+R, type rdpclip, Enter. Fresh process, clipboard works again. I must do this three or four times a week on my own machine.
Clipboard History and Updates
Win+V opens clipboard history — a panel showing your last several copied items. If copy-paste broke specifically after a Windows Update, the update might have reset clipboard settings. Settings, System, Clipboard, toggle “Clipboard history” on.
Also check that “Clipboard across devices” sync isn’t stuck. If you have this enabled and your Microsoft account session expired, the clipboard sync service can hang while trying to authenticate, which freezes local clipboard operations as a side effect. Toggle it off, test, toggle back if you want it.
The Antivirus Problem Nobody Suspects
Kaspersky, Bitdefender, and ESET all have “clipboard protection” or “data loss prevention” features that intercept copy operations. They scan what you’re copying and silently block it if it looks like a password, credit card number, or — in Kaspersky’s case — anything that triggers their heuristic pattern matching. The clipboard just acts dead.
The fix isn’t uninstalling the antivirus. Go into its settings, find “Privacy” or “Data Protection” or “Safe Browsing,” and turn off clipboard monitoring specifically. In Kaspersky it’s under Safe Browsing, Application Control. Every version puts it somewhere different which is incredibly annoying.
If nothing’s locked the clipboard, antivirus isn’t blocking it, and Explorer restart didn’t help — run sfc /scannow from an admin Command Prompt. The clipboard relies on system DLLs that can get corrupted, especially after interrupted updates. If SFC finds problems it can’t fix, our SFC guide covers the DISM fallback.
Frequently Asked Questions
Why did copy paste suddenly stop working on Windows 11?
The most common cause is Windows Explorer hanging while holding the clipboard lock. Only one application can write to the clipboard at a time, and when Explorer gets stuck, all copy-paste operations silently fail system-wide. Restart Explorer from Task Manager — Ctrl+Shift+Esc, find Windows Explorer, right-click, Restart. If only specific apps can't paste, a Chrome extension or clipboard manager is intercepting the operation.
How do I check if something is locking my clipboard?
Open Command Prompt and run echo test | clip. If this command hangs instead of returning immediately, something is holding the clipboard lock. Restart Windows Explorer to force-release it. If it keeps happening, close clipboard managers like Ditto or ClipX, password manager browser extensions, and end rdpclip.exe in Task Manager one at a time, testing copy-paste after each.
Can antivirus software block copy paste?
Yes. Kaspersky, Bitdefender, and ESET have clipboard protection features that silently block copy operations when they detect patterns that look like passwords or credit card numbers. The clipboard acts completely dead. Check your antivirus settings for clipboard monitoring or data loss prevention and disable it specifically — you do not need to uninstall the antivirus.