Copy Paste Not Working Windows 11 (Quick Fixes)

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.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Find Windows Explorer in the Processes tab.
  3. Right-click and choose Restart.
  4. 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.

  1. Press Windows + R.
  2. Type cmd and press Enter.
  3. Type echo off | clip and press Enter. This clears the clipboard buffer.
  4. Test copy paste.

The clipboard buffer is reset.

Fix 3: Check Keyboard Shortcuts Work

Make sure Ctrl+C and Ctrl+V are actually firing.

  1. Right-click selected text and pick Copy from the menu.
  2. Right-click where you want to paste and pick Paste.
  3. 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.

  1. Open Settings (Windows + I).
  2. Click System > Clipboard.
  3. Toggle Clipboard history on.
  4. 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.

  1. Right-click Start and pick Terminal (Admin).
  2. Type: sfc /scannow and press Enter.
  3. Wait. This takes 5 to 15 minutes.
  4. 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.

  1. Press Windows + R.
  2. Type services.msc and press Enter.
  3. Find RDP Clipboard Monitor.
  4. 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.

Leave a Comment