🚀 NEW in v2.4.29: 35+ Speed Optimizations added today!Download Now →

Home/Fix/Windows Clipboard Not Working — Copy and Paste Broken

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

  1. 1Open Task Manager (Ctrl+Shift+Esc)
  2. 2Go to Details tab → find "rdpclip.exe" → End Task (if present)
  3. 3Also find "explorer.exe" → End Task → File → Run new task → explorer.exe
  4. 4This restarts the Explorer shell which handles clipboard operations
  5. 5For a deeper reset: open Services (services.msc)
  6. 6Find "Clipboard User Service" → Restart
  7. 7Test copy/paste immediately after

Solution 2: Enable Clipboard History

  1. 1Settings → System → Clipboard
  2. 2Toggle "Clipboard history" to On
  3. 3Toggle "Sync across devices" if you want cross-device clipboard
  4. 4Press Win+V to access clipboard history
  5. 5If the toggle is greyed out: check Group Policy
  6. 6gpedit.msc → Computer Configuration → Admin Templates → System → OS Policies
  7. 7"Allow Clipboard History" → Enabled

Solution 3: Clear Clipboard Data

  1. 1Sometimes a corrupted clipboard item blocks all future copies:
  2. 2Settings → System → Clipboard → click "Clear" under "Clear clipboard data"
  3. 3Or from Command Prompt: echo off | clip
  4. 4This empties the clipboard completely
  5. 5Try copying and pasting again
  6. 6If this fixes it: a specific content type was causing the hang
  7. 7Avoid copying very large images or data sets to the clipboard

Solution 4: Fix Clipboard with System File Repair

  1. 1Open Command Prompt as Administrator
  2. 2Run: sfc /scannow
  3. 3If issues found: run DISM /Online /Cleanup-Image /RestoreHealth first, then sfc again
  4. 4Restart the computer
  5. 5Also check: re-register the clipboard component:
  6. 6Open PowerShell as Admin: Get-AppxPackage -Name *ContentDeliveryManager* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
  7. 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 Trial

No credit card required • Works on Windows 10 & 11

Automated Repairs for This Issue

Browse More Crashes & Blue Screens Guides

Share this:XRedditLinkedInEmail