How to Fix Copy and Paste When the Clipboard Stops Working
You copy something, paste it, and get nothing — or the same old text from earlier. Copy/paste failures are almost always a jammed clipboard process or a conflicting clipboard manager, not a broken keyboard. This guide resets the clipboard pipeline and finds what is holding it.
- ✓Resets the clipboard buffer and restarts the processes (rdpclip, Explorer) that handle it
- ✓Fixes Clipboard History (Win+V) when it shows nothing
- ✓Finds the third-party clipboard manager or RDP redirection setting that blocks paste
Best when copy/paste worked before and suddenly stopped, paste is greyed out, or Win+V history is empty.
Main Troubleshooting Guide
How to Fix Computer Freezing and Hanging →Complete symptoms, causes, and step-by-step solutions
Symptoms
You might be experiencing this problem if you notice:
- •Ctrl+C then Ctrl+V does nothing at all
- •Paste inserts old content instead of what you just copied
- •Clipboard History (Win+V) shows no items or will not open
- •Copy works in some apps but not others
- •The right-click "Paste" option is greyed out
- •Copy/paste works for a while then stops until you reboot
- •Copy/paste fails inside a Remote Desktop session
- •Pasting images fails but text works (or vice versa)
A quick clue: if paste fails everywhere, it is the clipboard service/process; if it fails only in Remote Desktop, it is rdpclip/redirection; if it fails only in one app, that app or its clipboard add-in is the problem.
What RescuePC checks for clipboard failures
RescuePC resets the clipboard pipeline and checks the services, history feature, and conflicts together, so you do not have to hunt through Task Manager and Settings to find the jam.
- →Clears the stuck clipboard buffer and restarts the rdpclip and Explorer processes that serve it
- →Verifies and re-enables the Clipboard History feature when Win+V is empty
- →Detects third-party clipboard managers that hijack or block copy/paste
- →Checks Remote Desktop clipboard redirection settings for RDP sessions
- →Runs SFC/DISM to repair the system files behind a persistently broken clipboard
This is most useful when copy/paste worked previously and stopped, or when it jams repeatedly until you reboot.
When These Fixes Resolve It
- ✓Copy/paste worked before and suddenly stopped
- ✓Paste fails across all apps, or only inside Remote Desktop
- ✓Clipboard History (Win+V) is empty or will not open
- ✓A clipboard manager or remap tool was recently installed
These are clipboard-process, history-feature, and conflict faults — exactly what resetting the buffer, restarting rdpclip/Explorer, enabling history, and clearing conflicts repair.
When It's the App or the Keyboard
A few cases are not the Windows clipboard at all:
- ⚠Copy/paste fails in only one app while working everywhere else (that app's bug)
- ⚠The keyboard's Ctrl key itself is failing (test Ctrl in other shortcuts)
- ⚠A locked-down work device blocks clipboard by policy
Common Causes
- ⚠The clipboard handling process (rdpclip.exe) is stuck or hung
- ⚠The Windows Explorer shell that mediates clipboard data has frozen
- ⚠A third-party clipboard manager is hijacking or blocking copy/paste
- ⚠Clipboard History is disabled or its underlying service stopped
- ⚠Remote Desktop clipboard redirection is turned off (RDP sessions)
- ⚠Corrupted system files affecting clipboard functions
- ⚠A specific app holding a lock on the clipboard
- ⚠Keyboard shortcut remapping intercepting Ctrl+C/Ctrl+V
Solutions
Solution 1: Reset the Clipboard Buffer
- 1Press Windows + R, type cmd, press Enter
- 2Run: echo off | clip (this empties a stuck clipboard buffer)
- 3Try copying fresh text and pasting it
- 4Alternatively, open Settings > System > Clipboard and click "Clear" under Clear clipboard data
- 5Test copy/paste again
Solution 2: Restart the Clipboard Processes
- 1Open Task Manager (Ctrl + Shift + Esc) > Details tab
- 2If you see rdpclip.exe, right-click > End task
- 3Press Windows + R, type rdpclip.exe and press Enter to relaunch it
- 4Back in Task Manager > Processes, right-click "Windows Explorer" > Restart (the shell handles clipboard hand-offs)
- 5Test copy and paste
Solution 3: Fix Clipboard History (Win+V)
- 1Open Settings > System > Clipboard
- 2Turn ON "Clipboard history" (and "Sync across devices" only if you want cloud clipboard)
- 3Press Win + V and click "Turn on" if prompted
- 4If history still does not appear, open services.msc and confirm "Clipboard User Service" is running (restart it if needed)
- 5Copy a few items and press Win + V to verify history is captured
Solution 4: Rule Out Clipboard Managers and Shortcut Remaps
- 1Close any third-party clipboard manager (Ditto, ClipClip, vendor tools) and test copy/paste
- 2If paste returns, update that tool or leave it closed — it was conflicting
- 3Check keyboard/macro software (e.g. gaming software, AutoHotkey) for remapped Ctrl+C/Ctrl+V and disable the remap
- 4Test copy/paste in Notepad to confirm it works outside the suspect app
- 5Re-enable tools one at a time to find the culprit
Solution 5: Fix Remote Desktop Clipboard and Repair System Files
- 1For RDP: in the Remote Desktop Connection client > Show Options > Local Resources, ensure "Clipboard" is ticked before connecting
- 2Inside a stuck RDP session, end and relaunch rdpclip.exe as in the steps above
- 3If clipboard fails everywhere and locally, open Command Prompt as Administrator and run: DISM /Online /Cleanup-Image /RestoreHealth
- 4Run: sfc /scannow and restart when it finishes
- 5Test copy/paste across several apps
Fix copy-paste — the exact commands
Clipboard failures are the clipboard user service, clipboard history state, or (over Remote Desktop) the rdpclip process. Each has a direct fix.
Get-Service cbdhsvc* | Format-Table Status, NameChecks the Clipboard User Service (per-session name like cbdhsvc_a1b2c) — Stopped means history and sync are dead.
start ms-settings:clipboardOpens clipboard settings — toggling Clipboard History off/on resets its store.
taskkill /f /im rdpclip.exe & start rdpclip.exeRestarts the Remote Desktop clipboard agent — THE fix for copy-paste dying inside RDP sessions.
echo test | clipPipes text into the clipboard from the command line — proves whether the core clipboard API works at all.
sfc /scannowRepairs corrupted clipboard system files.
If echo|clip then Ctrl+V works but app-to-app copy fails, a specific app is holding the clipboard — clipboard-manager utilities are the usual suspects. RescuePC tests the API path and restarts the service chain.
Where Does Paste Fail?
Paste fails in every app
Likely cause: The clipboard process/service is jammed
Only fails inside Remote Desktop
Likely cause: rdpclip stuck or clipboard redirection disabled
Win+V history is empty
Likely cause: Clipboard History is turned off or its service is stopped
Only one app cannot copy/paste
Likely cause: That app or a clipboard add-in is the problem, not Windows
Fix Clipboard Not Holding Data Automatically
RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.
Download Now - Free TrialNo credit card required • Works on Windows 10 & 11
Unjam the Clipboard Pipeline
Copy/paste failures are almost always a stuck process or a conflict — both quick to reset once you know where to look.
- →Fails everywhere = restart rdpclip + Explorer
- →Old text on paste = clear the stuck buffer
- →Win+V empty = enable history / restart its service
- →Fails in one app only = that app, not Windows