Copy-Paste Not Working on Windows 11 / 10 [Fix]
If copy and paste is not working on Windows 11 or Windows 10, it can feel like your entire workflow just broke. Whether you are moving files, copying text, or working between apps, the clipboard is one of those features you rely on constantly without thinking about it. When it stops working, even simple tasks take longer than they should.
The issue can come from several places. Sometimes it is a temporary glitch with Windows Explorer, sometimes the clipboard service gets stuck, or it could be caused by a background app interfering with the process. In other cases, corrupted system files or outdated drivers may be the root of the problem.
In this guide, I have mentioned some practical and easy solutions to resolve this issue!
Copy-Paste Not Working on Windows 11 / 10 [Fix]
![Copy-Paste Not Working on Windows 11 or 10 [Fix]](https://gadgetsnurture.com/wp-content/uploads/2026/05/Copy-Paste-Not-Working-on-Windows-11-or-10-Fix-1024x576.jpg)
If copy and paste are not working on Windows 11 or Windows 10, restart Windows Explorer, clear the clipboard, check for interfering apps, update Windows, and run system file scans. Most issues are caused by temporary glitches or background processes, and can be fixed without reinstalling Windows.
Let’s learn the steps in detail!
Step 1: Restart Windows Explorer to Refresh the Clipboard
A lot of clipboard issues come from Windows Explorer freezing or misbehaving. Restarting it is often the fastest fix.
Go to the Start Menu and type Task Manager, then open it. If you see the compact view, click More details at the bottom. Now scroll through the list under the Processes tab and locate Windows Explorer.
Click on Windows Explorer, then select Restart at the bottom right.
This action refreshes your desktop environment, including file explorer, taskbar, and clipboard functions. Once it reloads, try copying and pasting again using Ctrl + C and Ctrl + V.
If the issue was caused by a temporary glitch, this step alone usually fixes it.
Step 2: Clear Clipboard Data to Remove Corrupted Entries
Sometimes the clipboard itself holds corrupted data that prevents copy and paste from working correctly.
Go to the Start Menu and type Command Prompt, then right-click it and select Run as administrator. In the command window, type the following command:
cmd /c “echo off | clip”
Press Enter.
This command clears the clipboard completely. It removes anything currently stored, including hidden or broken entries that may be causing the issue.
After running this command, try copying something simple like text from Notepad and pasting it somewhere else to test.
Step 3: Enable Clipboard History in Settings
Windows includes a feature called Clipboard History, and sometimes it being disabled can interfere with normal clipboard behavior.
Go to the Start Menu and open Settings. Then go to System > Clipboard.
Look for the option called Clipboard history and turn it ON.
This allows Windows to manage multiple clipboard entries and improves stability. You can also press Windows key + V to view the clipboard history and confirm that it is working properly.
Step 4: Check for Interfering Applications
Certain third-party apps can block or override clipboard functions. This is common with tools like clipboard managers, remote desktop software, or security programs.
Go to the Start Menu and type Task Manager, then open it. Under the Processes tab, look for apps you recently installed, especially those related to screen recording, remote access, or system optimization.
Right-click any suspicious app and choose End task.
After closing these apps, test copy and paste again. If it starts working, you have found the cause. You can uninstall that program by going to Settings > Apps > Installed apps, finding the app, and selecting Uninstall.
Step 5: Restart the Remote Desktop Clipboard Process
If you use Remote Desktop, the clipboard process may stop syncing properly.
Go to the Start Menu and open Task Manager. Click on the Details tab and look for rdpclip.exe.
Right-click on rdpclip.exe and select End task.
Now restart it manually. Go to the Start Menu, type Run, and open it. In the Run box, type:
rdpclip.exe
Press Enter.
This restarts the clipboard service for remote sessions and often resolves copy-paste issues between systems.
Step 6: Run System File Checker to Repair Corrupted Files
Corrupted system files can break core features like copy and paste.
Go to the Start Menu and type Command Prompt, then right-click and choose Run as administrator. In the command window, type:
sfc /scannow
Press Enter.
The scan may take several minutes. It will automatically detect and repair corrupted files. Once it finishes, restart your computer and check if the issue is resolved.
Step 7: Use the DISM Tool for Advanced System Repair
If the SFC scan does not fix the problem, use the DISM tool to repair the Windows image.
Go to the Start Menu and open Command Prompt as administrator. Then run the following commands one by one:
DISM /Online /Cleanup-Image /RestoreHealth
Press Enter and wait for the process to complete.
This tool connects to Windows Update and replaces damaged system components. After it finishes, restart your PC and test copy and paste again.
Step 8: Check Keyboard Shortcuts and Hardware Issues
Sometimes the issue is not software-related at all. It could be a keyboard problem.
Try using right-click options instead of shortcuts. Right-click on a file or text and select Copy, then right-click somewhere else and select Paste.
If this works but keyboard shortcuts do not, your keyboard might have a faulty Ctrl key.
You can also test another keyboard or use the on-screen keyboard. Go to Settings > Accessibility > Keyboard, then turn on On-Screen Keyboard and try copying and pasting using it.
Step 9: Update Windows to Fix Bugs and Glitches
Outdated versions of Windows can sometimes have bugs that affect clipboard functionality.
Go to the Start Menu and open Settings. Then go to Windows Update and click Check for updates.
Install any available updates and restart your computer.
Microsoft frequently releases patches that fix issues like this, so keeping your system updated is important.
Step 10: Perform a Clean Boot to Identify Conflicts
If nothing else works, perform a clean boot to isolate the issue.
Go to the Start Menu and type System Configuration, then open it. In the General tab, select Selective startup and uncheck Load startup items.
Now go to the Services tab, check Hide all Microsoft services, then click Disable all.
Click Apply and OK, then restart your PC.
This starts Windows with minimal services. If copy-paste works in this mode, the issue is caused by a third-party service. You can re-enable services one by one to find the culprit.
FAQs
Why is copy-paste suddenly not working on my Windows PC?
This usually happens due to a temporary system glitch, a stuck clipboard process, or interference from a background application. Restarting Windows Explorer or clearing the clipboard often fixes it quickly.
Does restarting the computer fix clipboard issues?
Yes, in many cases, a simple restart resets all processes, including the clipboard. However, if the issue persists, you should follow the detailed fixes in this guide.
Can antivirus software block copy and paste?
Yes, some security programs can interfere with clipboard access, especially if they include data protection features. Temporarily disabling or removing them can help identify the issue.
What is Clipboard History, and should I enable it?
Clipboard History is a Windows feature that stores multiple copied items. Enabling it can improve clipboard stability and give you access to previously copied content.
Is it safe to run SFC and DISM commands?
Yes, both tools are built into Windows and are safe to use. They are designed to repair system files and improve system stability.
