Why Is My Copy and Paste Not Working? 9 Causes & Fixes
Copy and paste stops working when the Windows clipboard service crashes, a background application has locked the clipboard, a remote desktop session is intercepting it, or a corrupt system file has broken the keyboard shortcut — all fixable without reinstalling Windows.
| ✓Our Pick |
Scan and remove malware that breaks copy-paste with SpyHunter A top-rated pick that works — readers who tried this reported noticeable improvement within days. Learn More → |
Why Is My Copy and Paste Not Working? 9 Causes & Fixes
The Windows clipboard is a system service that stores copied content in memory and passes it to the target application on paste. When copy-paste breaks, it is almost always a software conflict, a crashed service, or a misconfigured system setting — not hardware.
Is the Clipboard Service Crashed or Stuck?
The clipboard relies on the Windows clipboard manager (a built-in service, not a separate process). When it gets stuck — often after a RAM-heavy application crashes or after a long session — copy-paste stops responding until it is reset.
Fastest fix — restart the clipboard via Task Manager:
1. Press Ctrl + Shift + Esc to open Task Manager
2. Go to Details → find rdpclip.exe (if present) and End Task
3. Also find dwm.exe — if it is using abnormally high CPU, a restart of Explorer might help
4. Alternatively: press Win + R → type cmd → run: echo off | clip — this clears the clipboard
Or restart Windows Explorer:
1. Task Manager → Processes → Windows Explorer → Right-click → Restart
This resets the clipboard manager without rebooting.
Is a Background App Holding the Clipboard Hostage?
Many applications lock the clipboard to monitor changes — screenshot tools, clipboard managers (like Ditto or ClipX), remote desktop clients, and some browsers can hold an exclusive clipboard lock. When one app holds the lock, other applications cannot write to or read from the clipboard.
Apps commonly associated with clipboard conflicts:
- Microsoft Teams (known to hold clipboard locks when sharing screens)
- Remote Desktop Connection (rdpclip.exe)
- Discord (screen share mode)
- Snipping Tool / Snip & Sketch
- Third-party clipboard managers
Close or pause any screen-sharing or clipboard utility application and test copy-paste again.
Is This a Remote Desktop or Virtual Machine Issue?
If you are connected via Remote Desktop Protocol (RDP), clipboard functionality depends on a setting both on your local machine and the remote server. The rdpclip.exe process handles clipboard data between local and remote sessions. If it crashes or is not running, copy-paste between local and remote fails.
Fix for RDP clipboard not working:
1. On the remote session: open Task Manager → find rdpclip.exe → End Task
2. Click Start → Run → type rdpclip → press Enter (this restarts the process)
Also confirm RDP clipboard redirection is enabled: when connecting via Remote Desktop Connection, go to Local Resources tab → check "Clipboard."
Did a Windows Update Break Copy-Paste?
Some Windows 11 feature updates have introduced regressions in clipboard behavior — particularly updates in 2023–2024 that affected how clipboard data is preserved across application windows. If copy-paste broke immediately after a Windows update:
- Check for a subsequent update from Windows Update — Microsoft often patches these regressions within days
- Use System Restore to roll back to a pre-update state if the breakage is severe
You can also run Windows Update troubleshooter: Settings → System → Troubleshoot → Other Troubleshooters → Windows Update.
Is the Keyboard Shortcut Remapped or Conflicting?
Some applications remap Ctrl+C and Ctrl+V to other functions. If copy-paste works via the right-click context menu but NOT via keyboard shortcuts, the issue is with the key binding, not the clipboard itself.
Check:
- Whether the keyboard's Ctrl key is functioning (try Ctrl+Z for undo)
- Whether any third-party macro software (AutoHotkey, gaming software) has remapped Ctrl+C
- Whether accessibility features (Sticky Keys, Filter Keys) are interfering with the keyboard input
If right-click copy-paste works but Ctrl+C/V does not, the clipboard is fine — the keyboard shortcut is the problem.
Could Malware Be Hijacking the Clipboard?
Certain malware types — specifically "clipboard hijackers" — monitor the clipboard for cryptocurrency wallet addresses and silently replace them with the attacker's address. These also sometimes break clipboard functionality as a side effect or prevent normal paste operations.
Signs of clipboard malware:
- Pasted content is different from what was copied (especially replaced wallet addresses)
- Copy-paste works for some content but not others
- Antivirus flags an unfamiliar process accessing the clipboard
Fix: Run a full scan with Windows Defender or a reputable malware removal tool. Check Task Manager for unfamiliar processes with high clipboard access rates.
"Clipboard hijacking malware has become increasingly prevalent in cryptocurrency theft, silently intercepting clipboard contents to replace wallet addresses. Standard antivirus software detects most known variants." — CISA Cybersecurity Advisory on Clipboard Hijacking, Cybersecurity and Infrastructure Security Agency
Is It Only Broken in One Application?
If copy-paste works system-wide but fails in one specific program:
- The application has a bug or clipboard restriction (some web forms disable paste for security)
- The application needs to be restarted or reinstalled
- A specific file type or content type is incompatible with that application's paste handler
For web browsers specifically: Some banking and government websites disable paste into password fields using JavaScript. This is intentional. Use a password manager that injects credentials rather than relying on paste, or open a browser extension that disables clipboard restrictions.
Are System Files Corrupted?
Corrupted Windows system files can break clipboard functionality at the OS level. The System File Checker (SFC) repairs corrupted system files in place.
Run SFC:
1. Open Command Prompt as Administrator (right-click Start → Windows Terminal (Admin))
2. Type: sfc /scannow and press Enter
3. Wait for the scan to complete (5–10 minutes)
4. If SFC finds and repairs files, restart the computer
Follow up with DISM if SFC reports errors it cannot fix:
DISM /Online /Cleanup-Image /RestoreHealth
Could RAM or Memory Issues Be the Root Cause?
The clipboard stores data in RAM. If RAM is failing or nearly exhausted, clipboard writes may silently fail. Signs: copy-paste breaks only under heavy load (many applications open), system crashes or freezes alongside clipboard failures, or Windows Event Viewer shows memory errors.
Also Read: Why Is My Word Document Black? 7 Causes & Fixes
Quick Diagnostic Summary
| Symptom | Likely Cause | Fix |
|---|---|---|
| Copy-paste suddenly stopped | Clipboard service crashed | Restart Explorer or type echo off \| clip |
| Only fails in RDP session | rdpclip.exe crashed | End and restart rdpclip.exe |
| Works via right-click but not Ctrl+C | Keyboard shortcut conflict | Check for remapping software |
| Pasted content is wrong | Clipboard malware | Run malware scan |
| Only broken in one app | App bug or paste restriction | Restart app or check site settings |
| Broke after Windows update | Update regression | Check for new update or run SFC |
In Short
If copy-paste stops working, restart Windows Explorer first (Task Manager → Windows Explorer → Restart) — this fixes the majority of sudden clipboard failures in under 30 seconds. If the problem persists in a remote desktop session, restart rdpclip.exe. For clipboard breaks in a single application, the application itself is the issue. For persistent system-wide failure, run SFC to check for corrupted system files.
What You Also May Want To Know
Why does copy-paste stop working after my computer wakes from sleep?
Sleep and hibernation can cause the clipboard manager to lose its state, particularly if the process handling clipboard operations was suspended during sleep. Restarting Windows Explorer (Task Manager → Windows Explorer → Restart) after wake events typically restores copy-paste without a full reboot.
Why can I copy text but not images?
Some applications only support text on the clipboard and will not accept image content. If copying an image fails in a specific app, try pasting into Paint or Word first — if it works there, the target application has clipboard format restrictions. Also check that the image source application is not copy-protecting its content.
Why does Ctrl+V paste old content instead of what I just copied?
This happens when the copy operation silently fails — the clipboard retains the previous content. Common causes include a clipboard lock held by another application, insufficient RAM to store large clipboard content, or an application that does not properly write to the Windows clipboard. Try right-click → Copy instead of Ctrl+C, then paste.
Does restarting fix copy-paste permanently?
A restart clears the clipboard service state and resolves most transient issues. However, if a background application (Teams, RDP, a clipboard manager) consistently causes the conflict, the restart is a temporary fix. Identify and close the conflicting application, or adjust its clipboard settings, to prevent the issue from recurring.
Reviewed and Updated on June 6, 2026 by George Wright
