RelicRELIC
Fixing copy and paste

Copy and paste not working on Windows 11

When Ctrl+C and Ctrl+V quietly stop responding on Windows 11, it is rarely the keyboard and almost never permanent. A small background process has usually hung. The fixes below start with the thirty-second one and work down to the rare cases.

Jordan Gibbs June 29, 2026 6 min readUpdated July 1, 2026

Copy and paste breaking on Windows 11 is one of those faults that feels far worse than it is. You press Ctrl+C, you press Ctrl+V, and nothing arrives. It looks like the operating system has forgotten how to do its most basic job. In practice the clipboard machinery is fine; one of the small processes that runs it has got stuck, and you can almost always unstick it without reinstalling anything or rebooting. Work through these in order and you will usually be back to normal within a minute or two.

If your copy and paste trouble is not specific to Windows 11, the broader copy and paste not working guide covers Macs, browsers, and the keyboard-level causes too. This piece sticks to the Windows 11 culprits.

First, rule out the obvious

Before touching any processes, confirm the simple things. Make sure you are using the right keys: copy is Ctrl+C and paste is Ctrl+V, while a terminal or command prompt uses Ctrl+Shift+C and Ctrl+Shift+V instead, because plain Ctrl+C cancels the running command there. Try copying from a different app, like Notepad, and pasting into another. If it works there, the fault sits with one program, not Windows.

Wireless keyboard? A flaky connection or a sticking Ctrl key can mimic a broken clipboard. Test with the on-screen keyboard (search for it in the Start menu) so you know the hardware is not the problem before you start fixing software.

Fix 1: restart File Explorer

This is the single most effective fix and it takes about thirty seconds. The Windows shell handles a lot of clipboard plumbing, and restarting it reloads that plumbing without a full reboot.

  • Press Ctrl+Shift+Esc to open Task Manager.
  • In the Processes tab, scroll to Windows Explorer.
  • Right-click it and choose Restart.

Your taskbar will blink for a second as the shell reloads. Now try Ctrl+C and Ctrl+V again. For a large share of cases, that is the whole fix.

Fix 2: restart the clipboard process (rdpclip)

There is a small process named rdpclip.exe, sometimes shown as RDP Clipboard Monitor, that handles clipboard transfers. It matters most inside Remote Desktop sessions, where a stuck rdpclip is the classic reason paste stops working between your local machine and the remote one. Restarting it is quick.

  • Open Task Manager (Ctrl+Shift+Esc) and look under Details for rdpclip.exe.
  • Right-click it and choose End task.
  • Press Win+R, type rdpclip, and press Enter to relaunch it.
If copy and paste only breaks inside a Remote Desktop window, rdpclip is almost certainly your answer. On a normal desktop session you may not see it at all, in which case skip to the next fix.

Fix 3: turn Clipboard History off and on

Windows 11 has a built-in Clipboard History you open with Win+V, and when it gets into a bad state it can jam ordinary pasting. Resetting it often clears the blockage.

  • Go to Settings › System › Clipboard.
  • Toggle Clipboard history off, wait a moment, then on again.
  • While you are there, click Clear under clipboard data to flush anything stuck.

Copy and paste does not depend on this feature, so if the fault keeps returning you can leave history off and still copy normally. If you would rather see what is stored before you wipe it, our walkthrough on clipboard history on Windows shows where it lives and how to manage it.

Fix 4: find the app that is hijacking the clipboard

Plenty of programs hook into the clipboard: password managers, clipboard managers, screenshot tools, virtual machine software, and a fair few browser extensions. A misbehaving one can intercept or swallow your copies so that paste lands empty. The way to catch it is to close suspects one at a time and test in between.

  • Quit any dedicated clipboard or sync tools first, then retest.
  • Disable browser extensions that mention clipboard, copy, or paste, then retest in that browser.
  • If paste fails in only one application, the problem is that app. Restart it, or update it, before blaming Windows.

Fix 5: the heavier repairs

If the quick fixes have not held, the cause is more likely a corrupted system file, a pending update, or a keyboard driver. These take longer but are still routine.

Run the system file checker

Open Terminal or Command Prompt as administrator (right-click the Start button and pick the admin option), then run sfc /scannow. It checks Windows system files and repairs damaged ones, which can include the components copy and paste depends on. Let it finish before you restart.

Install pending Windows updates

Go to Settings › Windows Update and install anything waiting. A half-applied update can leave the clipboard in an odd state, and a restart after updating clears a surprising number of these faults on its own.

Update or reinstall the keyboard driver

In Device Manager, expand Keyboards, right-click your keyboard, and choose Update driver. If that does nothing, uninstall the device and restart; Windows reinstalls a clean driver automatically. This is the fix when the keyboard shortcuts themselves feel dead rather than the clipboard.

Still stuck? Narrow it down

If you have tried all of the above and paste is still failing, the question to answer is whether it is one app or the whole system. Copy a word in Notepad and paste it back into Notepad. If that works, Windows is fine and a specific program is the problem, which is a much smaller thing to chase. If even Notepad fails, a clean restart followed by Fix 1 and Fix 2 is your reliable reset. For the keyboard angle specifically, see Ctrl C and Ctrl V not working, which digs into the shortcut layer rather than the clipboard itself.

Frequently asked questions

Why is copy and paste not working on Windows 11?

In almost every case the clipboard itself is fine and one of the small background processes that runs it has hung. That is why the fix is usually to reload that process rather than reinstall anything or reboot. Restarting File Explorer from Task Manager clears a large share of these cases on its own.

How do I fix copy and paste on Windows 11?

Start with the quickest fix and work down. Open Task Manager with Ctrl+Shift+Esc and restart Windows Explorer, which reloads the shell that handles a lot of the clipboard plumbing. If that does not do it, restart the rdpclip process, reset Clipboard History under Settings then System then Clipboard, and check whether a background app is intercepting your copies.

Why did copy and paste stop working after a Windows update?

A half-applied update can leave the clipboard in an odd state. Go to Settings then Windows Update, install anything still waiting, and restart, which clears a surprising number of these faults by itself. If it persists, running sfc /scannow from an administrator terminal repairs any system files the update left damaged.

How do I restart the clipboard on Windows 11?

The quickest reset is to restart Windows Explorer from Task Manager, since the shell handles much of the clipboard plumbing. If paste breaks inside Remote Desktop, end the rdpclip.exe process under the Details tab and relaunch it by pressing Win+R and typing rdpclip. A full sign-out or reboot clears a stuck clipboard just as reliably.

Why does my clipboard say nothing to paste when I copied something?

Usually another program that hooks into the clipboard swallowed the copy before it landed, so there is nothing left to paste. Password managers, clipboard tools, screenshot utilities, and some browser extensions are the common culprits. Close them one at a time and test in between to find the one responsible.

Written by
Jordan GibbsFounder, Relic

Jordan Gibbs is the founder of Relic, an end-to-end encrypted, permanent, searchable memory for everything you copy. He writes widely about AI, agents, and practical tooling on Medium, where he is read by tens of thousands, and builds privacy-first software. Here he covers how everyday tools like the clipboard actually work, and how to use them without handing your data to someone else.

MediumGitHubLinkedIn
Part of
Fixing copy and paste
Keep reading
Pillar·8 min

Copy and paste not working? How to fix it

When copy and paste stops working, the cause is almost always a small, fixable glitch. The fixes that work, in order, for Windows, Mac, browsers and Office.

Read
6 min

Copy and paste not working on a Mac

A Mac that will not paste usually has a stuck pboard process behind it. Restarting it from Activity Monitor or Terminal, and the other fixes worth trying first.

Read
6 min

Copy and paste not working in Excel

Excel breaks copy and paste in its own special ways, from rogue add-ins to merged cells. Fixing each one, and knowing when paste special is the answer.

Read
troubleshootingwindowshow-to