Local Tech Fix (626) 655-0020
All articles

Copy and Paste Not Working in Windows 11? Here's How to Fix It

July 15, 2026

It's one of the most maddening glitches there is — you copy something and nothing pastes. The good news: it's nearly always a stuck background process you can reset in seconds, not a damaged computer. Here's the safe order to work through it.

black and white laptop computer
Photo by Clint Patterson on Unsplash

Copy and paste is so automatic that when it stops, the whole computer feels broken. You hit Ctrl+C, go to paste, and either nothing happens or the old thing pastes instead. Before you reach for anything drastic, know this: copy-paste failing is almost never a sign of a damaged PC. It's a small background service that has got itself jammed, and resetting it takes seconds. Every fix here is a free built-in — you don't need a paid "clipboard fixer" or "PC repair" tool, and a couple of those can cause more trouble than they solve. Here's how we work through it in person: figure out how big the problem is first, then try the quick resets in order, easiest first.

First: is it one app, or the whole computer?

This one question saves you chasing the wrong fix, and it's the step the "10 ways to fix it" lists skip. Copy something in one program — say, a line of text in Notepad — and try to paste it into a completely different one, like the address bar of your browser. Then try the reverse. If copy-paste works fine everywhere except inside one particular app (very often Microsoft Word, Excel, Outlook, or a browser), the problem is that app, not Windows, and you can jump to the "It only breaks inside one app" section below.

If copy-paste is dead everywhere, in every program, then it's a system-wide glitch and the quick resets in the next few sections are what you want. One more quick test while you're here: try both ways of copying — the keyboard (Ctrl+C / Ctrl+V) and the mouse (right-click > Copy / Paste). If the mouse works but the keyboard doesn't, the clipboard is fine and the real culprit is your keyboard (a stuck Ctrl key or the wrong keyboard layout) — we cover that near the end.

The 30-second reset: restart Windows Explorer

The single most effective fix for a system-wide copy-paste failure is to restart Windows Explorer — the process behind your desktop, taskbar, and File Explorer, which also handles a lot of clipboard plumbing. A full reboot of the PC does the same thing and is worth a try if you were about to restart anyway, but restarting just Explorer is faster and doesn't close your open programs.

Press Ctrl+Shift+Esc to open Task Manager. On the Processes tab, scroll down to "Windows Explorer" (it may be under a "Windows processes" grouping), click it once to select it, and click "Restart" at the bottom (or right-click it and choose "Restart"). Your taskbar and desktop icons will vanish and reappear after a second or two — that's normal. Now test copy and paste again. For a large share of "copy-paste stopped working" cases, that's the whole fix.

Clear a jammed clipboard with Win+V

Sometimes the clipboard itself gets wedged on a bad entry — often after copying something odd like an image, a huge block of formatted text, or content from a program that has since closed. Clearing it out gives you a clean slate. Press Windows key + V to open Clipboard History. If you see a "Clear all" button, click it to wipe everything the clipboard is holding, then try copying and pasting fresh.

A word of reassurance here, because these two things get confused: Clipboard History (the Win+V panel that remembers your last several copies) is a separate, optional feature. Basic copy and paste — Ctrl+C then Ctrl+V — works whether or not history is switched on, so if Win+V says the feature is turned off, that is not why your paste is failing. Turning history on is handy, but it isn't the fix for a dead clipboard; the resets in this guide are.

Restart the Clipboard service

Windows runs a small background service that manages the clipboard, and if it stalls, copying and pasting stops until it's restarted. Press Windows key + R, type services.msc, and press Enter. In the list, find "Clipboard User Service" (the name may have a short code after it). Right-click it and choose Restart. If Restart is greyed out, that's fine — this service is designed to start on its own, so just close the window and test again; often the act of poking it, along with the Explorer restart above, is enough to bring copy-paste back.

It only breaks inside one app (Word, Excel, Outlook, a browser)

If your earlier test showed copy-paste working everywhere except one program, the fix lives in that program, not Windows. The first thing to try is the oldest trick there is: fully close the app and reopen it. Don't just minimise it — close every window, and if it's stubborn, open Task Manager (Ctrl+Shift+Esc), find it in the list, and choose "End task" to make sure it's really gone before relaunching. A surprising number of one-app clipboard glitches clear the moment the program restarts fresh.

Microsoft Office apps have their own quirk worth knowing. Word and especially Excel sometimes hand over copied content in a "we'll build it when you ask for it" way, and if what you're copying is big or complex (a large formatted table, for instance) the paste can time out and come back empty. If a straight paste fails, try Paste Special (or "Keep Text Only" / paste as plain text) — asking for a simpler format often succeeds where the full-formatting paste didn't. Add-ins are the other common cause: start the app in safe mode (hold Ctrl as you open it, or run it with the /safe switch) and, if copy-paste suddenly works, disable its add-ins one at a time to find the culprit. Background programs that hook into everything — clipboard managers, security tools, RGB and macro utilities — can also jam a single app's clipboard; our guide to apps that won't open or keep crashing walks through finding one of those with a clean boot.

"Copy and paste works, but Clipboard History keeps missing things"

This is a different complaint that gets lumped in with a broken clipboard, and it's worth separating because — according to Microsoft — it's usually working as designed, not a fault. If you copy several things in quick succession and some of them never show up in the Win+V history, here's why: the history is recorded by a separate process, and if you copy A and then copy B a split second later, the history can miss A before it ever logs it. Microsoft's reasoning is that if something only sat on the clipboard for a fraction of a second, you couldn't realistically have pasted it anyway, so the system prioritises staying responsive over catching every blink.

The related quirk involves apps like Excel and Word that use "delayed rendering" — they don't drop the finished data onto the clipboard immediately, they promise to produce it when asked. If another program requests a heavy format (a complex table as rich text or HTML) and the source app can't compose it fast enough, the paste can come back blank. The practical workaround for anything you truly need to keep is to pin it: open Win+V, hover the item, and click the pin icon so it stays put regardless of what you copy next. So if your actual problem is "history sometimes drops items," that's the clipboard behaving normally — the fixes in this guide are for when paste is genuinely broken.

A video or protected content is holding the clipboard

Here's a cause that sounds strange but is real: some media players lock the clipboard while they play protected (DRM) video, to stop the content being copied. While that player is running, copy and paste can appear broken everywhere else. If your clipboard died around the time you were watching something in a player app or a streaming window, close that player completely and test again. It's an easy one to overlook precisely because the video and the copy-paste failure don't seem related.

It's copy-paste in Remote Desktop that stopped

If the problem is specifically copying between your own computer and a Remote Desktop (RDP) session — you copy on one and can't paste on the other — it's a different fix, because a separate helper handles clipboard sharing across that connection. The quick reset is to restart that helper, called rdpclip, on the remote machine (the one you've connected to, not your local PC). Inside the remote session, open Task Manager, find "rdpclip.exe" (or "RDP Clipboard Monitor") on the Processes/Details tab and end it, then use Task Manager's File > Run new task to launch rdpclip again. Clipboard sharing usually springs back to life.

If it never worked at all over that connection, check the setting instead: on your local PC, before you connect, open Remote Desktop Connection, click "Show Options," go to the Local Resources tab, and make sure "Clipboard" is ticked so the two machines are allowed to share it. On a managed work computer this can be switched off by IT policy on purpose — if it's greyed out or won't stick, that's a question for whoever runs your network.

If the keyboard is the real problem

Remember the earlier test — mouse copy-paste works but Ctrl+C / Ctrl+V doesn't? Then the clipboard is fine and the keyboard is the issue. The usual causes are a physically stuck or sticky Ctrl key (try both Ctrl keys, left and right, and give them a clean), or the keyboard layout having quietly changed so the keys aren't where Windows thinks they are. It's also worth ruling out a jammed key with an on-screen keyboard: press Windows key and type "on-screen keyboard," open it, and try Ctrl+C / Ctrl+V by clicking the keys with your mouse — if that works, your physical keyboard is the suspect. Our guide to a laptop keyboard typing the wrong characters covers stuck keys and layout mix-ups in more depth.

Repair Windows' own files (if nothing above worked)

If copy-paste is still dead system-wide after the resets, damaged Windows system files can be behind it, and Windows has built-in tools to check and repair themselves. Press the Start button, type cmd, right-click "Command Prompt" and choose "Run as administrator." Run sfc /scannow first and let it finish — it scans protected system files and repairs any it finds broken. If it reports problems it couldn't fix, run DISM.exe /Online /Cleanup-Image /RestoreHealth next, which pulls fresh copies of the components, then run sfc /scannow once more. Restart the PC afterwards and test. These are safe, standard repair commands, but they touch the guts of Windows — if you're not comfortable at the command line, this is a sensible point to have someone do it with you.

It started right after a Windows update

Occasionally a Windows update introduces a bug that upsets the clipboard, and if your copy-paste trouble began right after your PC updated, that timing is a clue. First make sure you're fully up to date — Microsoft often ships a follow-up fix quickly — by going to Settings > Windows Update and clicking "Check for updates." If a recent update clearly broke it and no fix has arrived yet, you can roll that update back; our guide to a stuck or misbehaving Windows update walks through uninstalling a bad one and pausing updates while you wait for the corrected version.

How we can help

Copy and paste breaking is almost always a five-minute fix once you know the order: check whether it's one app or the whole system, restart Windows Explorer, clear the clipboard with Win+V, and restart the Clipboard service — with the Office, Remote Desktop, and keyboard angles for the cases that don't fit the usual mould. It's the sort of thing that feels alarming and turns out to be trivial.

If you've worked through all of it and paste is still refusing to cooperate, that can point to something deeper — corrupted system files, a bad update, or a background program quietly interfering — and that's where a proper look pays off. We help homes and small businesses across Southern California and the Coachella Valley sort out exactly this kind of stubborn Windows glitch, in plain English and without pushing a "cleaner" subscription you don't need. We'll get copy and paste working again and tell you honestly whether it was a quick reset or a sign of something worth keeping an eye on.

Keep reading

Free calculators

Service areas we cover

Want a second opinion before you buy?

We don't sell hardware or warranties — call and we'll tell you what's worth buying and upgrading.

Call (626) 655-0020

Gear we recommend

All gear →

Need help with your website?

For web-side work — site builds, speed fixes, hacks, broken plugins, hosting issues — head to our sister site.

Visit HelpWithWeb.com →