UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
A Windows 11 laptop on a modern desk showing a clipboard error state with Ctrl C and Ctrl V keys highlighted
Fix It Yourself · Troubleshooting

Windows copy paste not working

Updated 11 August 202612 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

Ctrl+C, Ctrl+V. Two of the most-used keyboard shortcuts on any Windows machine, and when Windows copy paste not working suddenly becomes your reality, it's genuinely maddening. Whether nothing copies at all, the clipboard seems to hold old content forever, or it only breaks in one specific app, there's a fix. Usually a fast one. This guide covers everything from a 30-second Explorer restart to running SFC and DISM when something deeper is wrong.

TL;DR

Windows copy paste not working is almost always caused by a stuck Clipboard User Service, a hung Windows Explorer shell, or a misbehaving app. Start by restarting Explorer via Task Manager. If that doesn't sort it, clear clipboard data in Settings, restart the Clipboard User Service in services.msc, or run sfc /scannow in an elevated Command Prompt. Most cases are fixed in under 10 minutes.

⏱️ 13 min read ✅ 87% success rate 📅 Updated July 2026

Key Takeaways

  • Windows copy paste not working is usually a clipboard service or shell fault, not a hardware problem
  • Restarting Windows Explorer via Task Manager fixes it in many cases within seconds
  • The Clipboard User Service can be restarted in services.msc without rebooting
  • sfc /scannow and DISM fix deeper corruption when quick fixes don't hold
  • A clean boot via msconfig identifies startup software causing recurring clipboard failures
  • Remote Desktop users should check clipboard redirection settings separately

At a Glance

  • Difficulty: Easy to Medium
  • Time Required: 5 to 30 mins
  • Success Rate: 87% of users fix this without advanced steps

What Actually Causes Windows Copy Paste Not Working?

Before throwing fixes at the wall, it helps to know what you're dealing with. Windows copy paste not working isn't one problem. It's several different problems that look identical from the outside. The fix for a stuck clipboard service is completely different from the fix for a corrupted system file, so spending 60 seconds diagnosing first saves a lot of time.

The most common culprit is the Clipboard User Service getting stuck. This is the Windows background service that manages what's stored on the clipboard. When it freezes or its cache corrupts, pressing Ctrl+C appears to do nothing. The previous clipboard contents stay stuck, or the clipboard just returns empty. You can restart this service without rebooting, which is why it's worth trying early.

Windows Explorer hanging is the second most common cause, and it catches people off guard because Explorer isn't obviously related to copy/paste. But Explorer manages the Windows shell, including file operations. When it hangs (which happens more often than Microsoft would like to admit, especially on machines that haven't been restarted in days), copy/paste breaks across File Explorer and many applications at the same time. Restarting Explorer via Task Manager takes about 10 seconds and fixes this completely.

Then there's the app-specific fault. If copy/paste works fine in Notepad but fails in, say, your browser or Microsoft Teams, Windows itself is probably fine. The problem lives in that one app. Restarting the app, running its built-in Repair function, or disabling security software that might be sandboxing it are the right moves here.

Deeper causes include corrupted system files, which SFC and DISM can repair, and third-party interference from clipboard managers, overlay tools, or overzealous security software. Remote Desktop users have their own specific issue: clipboard redirection can be disabled by group policy or session settings, which makes it look like copy/paste is broken when it's actually just blocked between the local and remote machine. According to Microsoft's clipboard documentation, the Clipboard history and sync features introduced in Windows 10 version 1809 also add new failure points that didn't exist in older Windows versions.

One quick way to narrow it down: open Notepad, type something, copy it with Ctrl+C, then paste it into another Notepad window with Ctrl+V. If that works, the problem is app-specific. If it doesn't, you've got a system-wide clipboard fault and the fixes below apply in full.

Windows Copy Paste Not Working: Quick Fixes

Start here. These take under 10 minutes and fix the majority of clipboard problems we see at Vivid Repairs. No commands, no admin rights needed for most of them.

1

Restart Windows Explorer Easy

  1. Open Task Manager
    Press Ctrl + Shift + Esc. If it opens in compact view, click More details.
  2. Find Windows Explorer
    Under the Processes tab, scroll down to Windows Explorer. It should be listed under Apps or Background processes.
  3. Restart it
    Right-click Windows Explorer and choose Restart. The taskbar and desktop will flicker for a few seconds. That's normal.
  4. Test copy/paste
    Try Ctrl+C and Ctrl+V in any application. If it works, you're done.
Taskbar reloads and copy/paste responds immediately. This is the fix for most Windows copy paste not working cases caused by a hung shell.
2

Clear Clipboard Data and Toggle History Easy

  1. Open Clipboard Settings
    Press Windows + I to open Settings, then go to System > Clipboard.
  2. Clear the clipboard
    Click the Clear button under Clear clipboard data. This flushes any corrupted clipboard cache.
  3. Toggle Clipboard history
    Turn Clipboard history off, wait 5 seconds, then turn it back on.
  4. Test with Windows + V
    Press Windows + V to open the clipboard history panel and confirm it's responding. Then test a normal copy/paste.
Clipboard history panel opens cleanly and new copied items appear in it. Copy/paste works again.
3

Restart the App or Reboot Easy

  1. Close the problem app completely
    Don't just minimise it. Close it fully, check Task Manager to make sure it's not still running in the background, then reopen it.
  2. Test copy/paste in the app
    If it works now, the problem was app-specific and temporary. If copy/paste is still broken system-wide, do a full Windows restart before moving to intermediate fixes.
A full reboot clears the clipboard process, shell state, and any transient app locks in one go. It's not exciting advice, but it genuinely fixes a lot of these cases.

More Windows Copy Paste Not Working Fixes

If the quick fixes didn't hold, or if copy/paste comes back broken after a short while, the problem is a bit deeper. These intermediate steps target the Clipboard User Service directly, third-party software conflicts, and app-specific faults. Most people don't need to go beyond this section.

4

Restart the Clipboard User Service Medium

  1. Open Services
    Press Windows + R, type services.msc and press Enter.
  2. Find the Clipboard User Service
    Scroll down the list. Look for Clipboard User Service. On some Windows 11 builds it appears with a suffix like _xxxxx (a per-user instance identifier). That's the right one.
  3. Restart the service
    Right-click it and choose Restart. If Restart is greyed out, choose Stop, wait a few seconds, then choose Start.
  4. Test copy/paste
    Go back to your application and try Ctrl+C then Ctrl+V. The clipboard should respond immediately.
The service restarts without error and copy/paste works. If the service refuses to start, that points to a deeper system file issue. Jump to the advanced section.
5

Disable Third-Party Clipboard Tools and Security Software Medium

  1. Check for clipboard managers
    Look in your system tray for clipboard manager apps like Ditto, ClipX, or anything similar. Right-click and exit them completely.
  2. Temporarily disable security software
    Some antivirus and endpoint security tools intercept clipboard operations. Temporarily disable your security software (just for testing, re-enable it after) and test copy/paste.
  3. Check overlay tools
    Apps like Discord, Steam, GeForce Experience, and screen recorders can hook into clipboard operations. Close them and test.
  4. Turn off Sync across devices
    In Settings > System > Clipboard, turn Sync across devices off. This feature occasionally conflicts with local clipboard behaviour, especially on machines connected to a Microsoft account.
Re-enable your security software as soon as you've finished testing. Don't leave it off.
6

Repair or Reset the Problem App Easy

  1. Open Settings > Apps
    Press Windows + I, go to Apps > Installed apps, and find the app where copy/paste fails.
  2. Run Repair first
    Click the three-dot menu next to the app and choose Advanced options (not all apps show this). If Repair is available, run it. This fixes the app without wiping its data.
  3. Run Reset if Repair doesn't work
    Reset wipes the app's local data and settings. Only do this if Repair didn't fix it and you're happy to reconfigure the app.
This is the right move when Windows copy paste not working is isolated to one specific app. No need to reinstall Windows or touch system files.

If you're also seeing other Windows shell oddities alongside the clipboard problem (taskbar freezing, File Explorer hanging, right-click menus being slow), check our guide to Windows Explorer crashing as the two issues often share the same root cause.

Advanced Windows Copy Paste Not Working Fixes

These are for when the quick and intermediate fixes haven't worked, or when copy/paste keeps coming back broken. We're talking about corrupted system files, component store damage, or a software conflict that only shows up at startup. None of these are dangerous, but they take longer and require an administrator Command Prompt. According to Microsoft's image repair documentation, SFC and DISM are the correct tools for this class of problem and should be run in sequence when corruption is suspected.

7

Run System File Checker (sfc /scannow) Medium

  1. Open Command Prompt as administrator
    Press Windows + S, type cmd, right-click Command Prompt and choose Run as administrator.
  2. Run SFC
    Type sfc /scannow and press Enter. This will take 5 to 15 minutes depending on your drive speed. Don't close the window.
  3. Read the result
    If it says Windows Resource Protection found corrupt files and repaired them, restart your PC and test copy/paste. If it says it found corrupt files but could not fix them, move on to DISM below.
  4. Test copy/paste after restart
    Try Ctrl+C and Ctrl+V in multiple applications to confirm the fix held.
SFC completes with no corruption found, or reports that it repaired files. Copy/paste works after restart.
8

Reset the Clipboard via Command Line Medium

  1. Open an elevated Command Prompt
    Right-click the Start button and choose Terminal (Admin) or Command Prompt (Admin).
  2. Run the clipboard reset command
    Type exactly: cmd /c "echo off | clip" and press Enter. This pipes an empty string into the clipboard, forcibly clearing any stuck clipboard state that persists through normal methods.
  3. Test immediately
    Try copying and pasting text in any application. This is a fast command that takes effect instantly.
This command is specifically recommended for clipboard faults where the clipboard appears stuck on old content and the standard clear in Settings doesn't help.
9

Run DISM to Repair the Component Store Advanced

  1. Open Command Prompt as administrator
    Same as above. You need admin rights for DISM.
  2. Run DISM
    Type: DISM /Online /Cleanup-Image /RestoreHealth and press Enter. This connects to Windows Update to download clean copies of any damaged system components. It can take 20 to 30 minutes. Your internet connection needs to be active.
  3. Run SFC again after DISM completes
    Once DISM finishes, run sfc /scannow again. DISM repairs the component store that SFC draws from, so running SFC after DISM gives it better source material to work with.
  4. Restart and test
    Restart your PC and test Windows copy paste not working across multiple apps.
DISM needs a working internet connection to pull repair files from Windows Update. If you're on a metered connection, be aware it can download several hundred MB.
10

Clean Boot to Find Software Conflicts Advanced

  1. Open System Configuration
    Press Windows + R, type msconfig and press Enter.
  2. Disable non-Microsoft services
    Go to the Services tab. Tick Hide all Microsoft services at the bottom, then click Disable all. This leaves Windows services running but disables everything third-party.
  3. Disable startup items
    Go to the Startup tab and click Open Task Manager. Disable every startup item listed there.
  4. Restart and test
    Restart your PC. If copy/paste works now, a startup app or service was causing the conflict. Re-enable them in batches (half at a time) to narrow down which one is the culprit.
  5. Re-enable everything when done
    Once you've identified the problem app, re-enable all other services and startup items in msconfig. Only leave the offending one disabled until you've updated or removed it.
Clean boot is the right tool when Windows copy paste not working keeps coming back after restarts. It's also useful if the problem started after installing new software.

For users on Remote Desktop, clipboard problems are a separate beast entirely. If copy/paste works locally but not in your RDP session, the issue is almost certainly clipboard redirection being disabled at the session or policy level, not a Windows fault on your local machine. Check our Remote Desktop clipboard fix guide for that specific scenario.

And if during your clean boot investigation you find that security software is the cause, it's worth reading through HowToGeek's clipboard history explainer to understand exactly which clipboard features different security tools tend to interfere with, so you can configure an exception rather than disabling protection entirely.

Preventing Windows Copy Paste Not Working

Most clipboard problems are avoidable. Here's what actually matters, in order of impact.

Keep Windows Update current. This is the boring one, but clipboard and shell fixes ship regularly in cumulative updates. A machine that's months behind on updates is a machine that's missing patches for known clipboard bugs. Go to Settings > Windows Update and make sure nothing is pending.

Restart Windows Explorer proactively. If your taskbar starts feeling sluggish or right-click menus are slow, restart Explorer via Task Manager before it fully hangs. Takes 10 seconds and prevents the shell hang that causes copy/paste to break.

Run only one clipboard manager. Ditto, ClipX, and Windows' built-in Clipboard history are all fine individually. Running two or more at the same time means they compete for clipboard access, and that competition causes exactly the kind of intermittent clipboard failure that's hardest to diagnose. Pick one and stick with it.

Leave Sync across devices off unless you genuinely need it. The cross-device clipboard sync feature is useful if you're copying between a Windows PC and another device, but it adds a network dependency to a local operation. If you don't need it, turn it off in Settings > System > Clipboard.

One more thing: if you're using Remote Desktop regularly, verify that clipboard redirection is enabled in your RDP connection settings (the Local Resources tab in the Remote Desktop Connection client). Group policy changes at the server end can silently disable it, and it looks exactly like Windows copy paste not working when it's actually a session policy issue. Check our Windows performance guide if you're also noticing broader slowdowns that might be contributing to shell hangs.

Windows Copy Paste Not Working: Summary

Windows copy paste not working is almost always fixable in under 15 minutes. Start with restarting Windows Explorer via Task Manager. If that doesn't do it, clear the clipboard in Settings and restart the Clipboard User Service in services.msc. For anything more persistent, the command-line clipboard reset and sfc /scannow cover the majority of deeper faults. DISM and clean boot are there for the stubborn cases where something is genuinely corrupted or a startup app is interfering. Work through the fixes in order and you'll have it sorted. And if you've gone through all of this and it's still broken, that's what our remote support is for.

Frequently Asked Questions

This usually means the problem is app-specific rather than a Windows-wide fault. Try restarting the problematic app, running its Repair function via Settings > Apps, or temporarily disabling security software that might be interfering with that particular application.

Yes, often. Windows Explorer manages the shell and file operations. When it hangs, copy/paste across applications and File Explorer can fail completely. Restarting it via Task Manager takes about 10 seconds and is one of the fastest fixes available.

The Clipboard User Service manages clipboard operations on Windows. If it becomes stuck or corrupted, new copy operations stop registering properly. You can restart it via Services (services.msc) to clear the temporary clipboard state without rebooting.

Yes, both are built-in Windows utilities and completely safe to run. System File Checker repairs corrupted protected system files, and DISM restores the Windows component store. Always run them in an elevated Command Prompt and let them finish fully before rebooting.

Recurring clipboard failure usually points to a startup app, background service, or security tool conflict. Run a clean boot via System Configuration (msconfig) to identify which startup item is causing the problem, or check whether a recently installed security tool is intercepting clipboard operations.