How to Fix Windows Clipboard Not Working — Copy and Paste Broken on Windows
Copy and paste not working, clipboard history empty, or Ctrl+C / Ctrl+V doing nothing? Fix clipboard issues on Windows 10 and 11.
📖
Main Troubleshooting Guide
How to Fix No Internet Connection →Complete symptoms, causes, and step-by-step solutions
Symptoms
You might be experiencing this problem if you notice:
- •Ctrl+C and Ctrl+V do nothing — copy/paste completely broken
- •Clipboard history (Win+V) shows empty even after copying
- •Can copy text but not images, or vice versa
- •Paste works in some apps but not others
- •Clipboard stopped working after a Windows Update
- •Right-click copy/paste menu options greyed out
- •Remote Desktop clipboard sharing not working
Common Causes
- ⚠Clipboard service (cbdhsvc) stopped or crashed
- ⚠Third-party clipboard manager conflicting with Windows clipboard
- ⚠rdpclip.exe crashed (Remote Desktop clipboard)
- ⚠Clipboard history feature disabled in Settings
- ⚠System file corruption affecting clipboard DLLs
- ⚠Antivirus or security software blocking clipboard access
- ⚠Large clipboard content causing clipboard to hang
Solutions
Solution 1: Restart Clipboard Services
- 1Open Task Manager (Ctrl+Shift+Esc)
- 2Go to Details tab → find "rdpclip.exe" → End Task (if present)
- 3Also find "explorer.exe" → End Task → File → Run new task → explorer.exe
- 4This restarts the Explorer shell which handles clipboard operations
- 5For a deeper reset: open Services (services.msc)
- 6Find "Clipboard User Service" → Restart
- 7Test copy/paste immediately after
Solution 2: Enable Clipboard History
- 1Settings → System → Clipboard
- 2Toggle "Clipboard history" to On
- 3Toggle "Sync across devices" if you want cross-device clipboard
- 4Press Win+V to access clipboard history
- 5If the toggle is greyed out: check Group Policy
- 6gpedit.msc → Computer Configuration → Admin Templates → System → OS Policies
- 7"Allow Clipboard History" → Enabled
Solution 3: Clear Clipboard Data
- 1Sometimes a corrupted clipboard item blocks all future copies:
- 2Settings → System → Clipboard → click "Clear" under "Clear clipboard data"
- 3Or from Command Prompt: echo off | clip
- 4This empties the clipboard completely
- 5Try copying and pasting again
- 6If this fixes it: a specific content type was causing the hang
- 7Avoid copying very large images or data sets to the clipboard
Solution 4: Fix Clipboard with System File Repair
- 1Open Command Prompt as Administrator
- 2Run: sfc /scannow
- 3If issues found: run DISM /Online /Cleanup-Image /RestoreHealth first, then sfc again
- 4Restart the computer
- 5Also check: re-register the clipboard component:
- 6Open PowerShell as Admin: Get-AppxPackage -Name *ContentDeliveryManager* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
- 7Restart and test clipboard
FIXES THIS IN 5 MINUTES
Fix Windows Clipboard Not Working — Copy and Paste Broken 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