Copy and paste is the universal Windows shortcut for moving text, images and files between apps using Ctrl+C and Ctrl+V. But sometimes it stops working in Windows 11 for many reasons, e.g., the clipboard service crashed, a frozen app is holding the clipboard, your keyboard shortcuts are broken or a recent Windows update introduced a clipboard bug.
Quick fix. Most copy paste failures in Windows 11 come down to a stuck clipboard service. Real talk, restarting one Windows process fixes 90% of cases.
This easy guide will help you fix copy paste not working on Windows 11 by walking you through the clipboard service restart, the keyboard shortcut test and helping you fix the rare case where the clipboard is completely broken.
Fix 1: Restart Windows Explorer
This is the first thing to try.
- Press Ctrl + Shift + Esc to open Task Manager.
- Find Windows Explorer in the Processes tab.
- Right-click and choose Restart.
- Test copy paste.
Works more often than you would expect.
Fix 2: Restart the Clipboard Service via Command
The clipboard service runs in the background. Restart it.
- Press Windows + R.
- Type
cmdand press Enter. - Type
echo off | clipand press Enter. This clears the clipboard buffer. - Test copy paste.
The clipboard buffer is reset.
Fix 3: Check Keyboard Shortcuts Work
Make sure Ctrl+C and Ctrl+V are actually firing.
- Right-click selected text and pick Copy from the menu.
- Right-click where you want to paste and pick Paste.
- If right-click works but Ctrl+C does not, your Ctrl key may be stuck or remapped.
Check Settings > Accessibility > Keyboard for any Sticky Keys or remappers that could affect Ctrl behavior.
Fix 4: Enable Clipboard History
Windows 11 has a clipboard history feature. Sometimes enabling it kicks the clipboard service back to working.
- Open Settings (Windows + I).
- Click System > Clipboard.
- Toggle Clipboard history on.
- Press Windows + V to test.
Clipboard history panel opens. If it does, your clipboard is fine. The issue is somewhere else.
Fix 5: Run the SFC Scan
If clipboard is permanently broken, system files might be corrupted.
- Right-click Start and pick Terminal (Admin).
- Type:
sfc /scannowand press Enter. - Wait. This takes 5 to 15 minutes.
- Restart Windows when done.
SFC repairs corrupted system files including clipboard components.
Fix 6: Disable RDP Clipboard
If you use Remote Desktop and it broke after that, the RDP clipboard sync is the issue.
- Press Windows + R.
- Type
services.mscand press Enter. - Find RDP Clipboard Monitor.
- Right-click and pick Restart.
RDP clipboard sometimes gets stuck and hijacks the regular clipboard.
What If Only One App Has the Issue
Sometimes copy paste works everywhere except a specific app.
- The app might have its own clipboard. Like Office apps for cross-format copying.
- Restart that specific app.
- Reinstall the app if other apps work fine.
- Check the app for paste-disabled mode (common in remote desktop apps).
App-specific issues are usually fixed by reinstalling the app, not Windows.
My Honest Opinion
Windows Explorer restart fixes more clipboard issues than the official Microsoft troubleshooter. Try that before anything else.
If your clipboard breaks every few hours, install a clipboard manager like Ditto or ClipClip. They are more reliable than the built-in one.
Final Thoughts
Fixing copy paste on Windows 11 usually takes one Windows Explorer restart. Failing that, run the cmd buffer reset, check Clipboard History or run SFC scan.
Also, if you follow our steps and still face difficulties with copy paste on Windows 11, seek help from Microsoft Support or leave a comment in the comment section of our blog.