Fix Copy and Paste Not Working in Windows 11/10

Copy and paste is one of the most useful features in Windows. Whether you are copying text from a website, moving files between folders, transferring images, or working with documents, the Ctrl + C and Ctrl + V shortcuts make everyday tasks much easier.

However, copy and paste can sometimes stop working in Windows 11 or Windows 10. You may press Ctrl + C and nothing happens, or Windows may copy the content but refuse to paste it. In some cases, keyboard shortcuts may not work while the right-click Copy and Paste options continue to function. The problem can also affect File Explorer, preventing you from copying or moving files and folders.

There are several possible reasons for this problem. A temporary Windows glitch, an issue with Windows Explorer, corrupted Clipboard data, keyboard problems, background applications, or damaged Windows system files can all interfere with copy-and-paste functionality.

Fortunately, you can usually fix the problem without reinstalling Windows. The best approach is to start with simple solutions and gradually move to more advanced troubleshooting if necessary.

In this guide, we will explain several methods to fix copy and paste not working in Windows 11 and Windows 10. Follow each method carefully and test copy and paste after completing it.

Method 1: Restart the Application and Windows Explorer

The first thing to check is whether copy and paste is failing in one particular application or throughout Windows.

If you cannot copy text in Microsoft Word, for example, but copying works normally in Notepad, the problem may be related to Word rather than Windows.

Restart the affected application

  • Close the application where copy and paste is not working.
  • Wait a few seconds.
  • Open the application again.
  • Select some text or another item.
  • Press Ctrl + C.
  • Click somewhere else.
  • Press Ctrl + V.
  • Check whether the content is pasted successfully.

You can also test the right-click commands:

  • Select some text.
  • Right-click the selection.
  • Choose Copy.
  • Right-click the destination.
  • Choose Paste.

If this works but Ctrl + C and Ctrl + V do not, the problem may be related to your keyboard or keyboard shortcuts.

Restart Windows Explorer

If copy and paste also fails when working with files, restart Windows Explorer.

  • Press Ctrl + Shift + Esc to open Task Manager.
  • If Task Manager opens in its simplified view, click More details.
  • Find Windows Explorer in the list of processes.
  • Right-click Windows Explorer.
  • Select Restart.
  • Wait for the Windows desktop and taskbar to appear again.
  • Open File Explorer.
  • Try copying a file from one folder to another.

Restarting Windows Explorer can fix temporary problems affecting File Explorer and parts of the Windows desktop environment.

Method 2: Clear the Windows Clipboard

Windows stores copied information in the Clipboard. If the Clipboard becomes stuck or contains problematic data, clearing it can restore normal copy-and-paste functionality.

Windows provides a built-in option for clearing Clipboard data.

Clear Clipboard data from Settings

  • Press Windows + I to open Settings.
  • In Windows 11, select System.
  • Click Clipboard.
  • Find the option for clearing Clipboard data.
  • Click Clear.
  • Close Settings.
  • Open Notepad.
  • Type a short sentence.
  • Select the sentence.
  • Press Ctrl + C.
  • Click somewhere else.
  • Press Ctrl + V.

Check whether the text is pasted correctly.

Clear the Clipboard using Command Prompt

You can also clear the current Clipboard contents with a simple command.

  • Open the Start menu.
  • Search for Command Prompt.
  • Open Command Prompt.
  • Enter the following command:
echo off | clip
  • Press Enter.
  • Close Command Prompt.
  • Open Notepad.
  • Copy some text.
  • Paste it somewhere else.

This command removes the current Clipboard contents and allows Windows to create fresh clipboard data when you copy something again.

Check Clipboard history

You can also check whether Clipboard history is working.

  • Press Windows + V.
  • If Clipboard history is enabled, previously copied items should appear.
  • Use the available option to clear the history if necessary.
  • Copy new text.
  • Try pasting it again.

If clearing the Clipboard solves the problem temporarily but the issue keeps returning, continue with the following methods.

Method 3: Check Your Keyboard and Copy-and-Paste Shortcuts

If copying and pasting works through the right-click menu but does not work with Ctrl + C and Ctrl + V, your keyboard could be responsible.

A damaged or malfunctioning Ctrl key can affect several Windows shortcuts.

Test other keyboard shortcuts

Open Notepad and type some text.

Then try these shortcuts:

  • Ctrl + A — Select all
  • Ctrl + C — Copy
  • Ctrl + X — Cut
  • Ctrl + V — Paste
  • Ctrl + Z — Undo

If several Ctrl-based shortcuts fail, there may be an issue with the keyboard rather than the Clipboard.

Test another keyboard

If you are using a desktop computer:

  • Disconnect the current keyboard.
  • Connect another keyboard.
  • Open Notepad.
  • Type some text.
  • Select the text.
  • Press Ctrl + C.
  • Press Ctrl + V.
  • Check whether the shortcut works.

If copy and paste work normally with another keyboard, the original keyboard may have a hardware problem.

For a laptop, you can also test the Windows On-Screen Keyboard.

Use the On-Screen Keyboard

  • Press Windows + R.
  • Type:
osk
  • Press Enter.
  • The On-Screen Keyboard will appear.
  • Open Notepad.
  • Type some text.
  • Select it.
  • Use the on-screen Ctrl key and C key.
  • Then use Ctrl and V.
  • Check whether the text is pasted.

If the on-screen keyboard works while your physical keyboard does not, inspect the physical keyboard for damaged, stuck, or malfunctioning keys.

Also make sure that the Ctrl key is not physically stuck.

Method 4: Restart Clipboard-Related Processes

A background Windows process can occasionally become unresponsive and interfere with clipboard operations.

This is particularly relevant if you use Remote Desktop, because Remote Desktop uses a separate clipboard process.

Restart the Remote Desktop clipboard process

If you are currently using a Remote Desktop connection, you can restart rdpclip.exe.

  • Press Ctrl + Shift + Esc to open Task Manager.
  • Look for rdpclip.exe.
  • Select it.
  • Click End task.
  • Press Windows + R.
  • Type:
rdpclip.exe
  • Press Enter.
  • Try copying and pasting again.

This can resolve clipboard problems inside Remote Desktop sessions.

Check the Clipboard User Service

You can also check the Windows Clipboard service.

  • Press Windows + R.
  • Type:
services.msc
  • Press Enter.
  • The Services window will open.
  • Look for Clipboard User Service.
  • Find the service associated with your current Windows user session.
  • If a Restart option is available, select it.
  • Test copy and paste again.

Avoid changing unrelated Windows services if you are not sure what they do. The goal is only to restart the relevant clipboard service and determine whether it resolves the issue.

Method 5: Repair Corrupted Windows System Files

If copy and paste is not working anywhere in Windows, damaged system files may be contributing to the problem.

Windows includes the System File Checker tool, which can scan protected system files and repair certain problems.

Run System File Checker

  • Open the Start menu.
  • Search for Command Prompt.
  • Right-click Command Prompt.
  • Select Run as administrator.
  • When the elevated Command Prompt opens, enter:
sfc /scannow
  • Press Enter.
  • Wait for the scan to finish.
  • Do not close the Command Prompt while the scan is running.
  • Read the result displayed when the scan finishes.
  • Restart your computer.

After Windows starts again:

  • Open Notepad.
  • Type some text.
  • Select it.
  • Press Ctrl + C.
  • Press Ctrl + V.
  • Check whether copy and paste is working.

Run DISM if SFC cannot repair the problem

If System File Checker reports that it could not repair some files, you can use the Deployment Image Servicing and Management tool.

  • Open Command Prompt as administrator.
  • Enter:
DISM /Online /Cleanup-Image /RestoreHealth
  • Press Enter.
  • Wait for the operation to complete.
  • Restart your computer.
  • Open Command Prompt as administrator again.
  • Run:
sfc /scannow
  • Wait for the scan to finish.
  • Restart Windows again.
  • Test copy and paste.

SFC and DISM can repair certain Windows component problems without requiring you to reinstall the operating system.

Method 6: Check for Conflicting Background Applications

Third-party software can sometimes interfere with the Windows Clipboard or keyboard shortcuts.

This is more likely if copy and paste worked correctly before you installed a particular program.

Applications that monitor or modify Clipboard contents can potentially cause conflicts. The same can happen with some keyboard customization, system customization, remote-access, or productivity utilities.

Close recently installed applications

Think about when the problem started.

  • Identify any application you recently installed or updated.
  • Close the application completely.
  • Check the system tray for an icon belonging to that program.
  • Exit the application if it is still running in the background.
  • Open Notepad.
  • Copy some text.
  • Paste the text.
  • Check whether the problem has disappeared.

You can also use Task Manager to see which applications are running.

  • Press Ctrl + Shift + Esc.
  • Review the list of running applications.
  • Look for third-party software that may interact with the Clipboard or keyboard.
  • Close a suspected application.
  • Test copy and paste again.

Do not randomly end Windows system processes. Only close third-party applications that you recognize and are comfortable troubleshooting.

Perform a clean boot if necessary

If the problem disappears after closing certain background applications but you cannot identify which one is responsible, a clean boot can help isolate the conflict.

  • Press Windows + R.
  • Type:
msconfig
  • Press Enter.
  • Open the Services tab.
  • Select Hide all Microsoft services.
  • Review the remaining third-party services.
  • Temporarily disable appropriate third-party services for troubleshooting.
  • Open the Startup section and review startup applications.
  • Restart Windows.
  • Test copy and paste.

If the Clipboard works after a clean boot, a third-party program or service is likely causing the problem.

You can then enable the disabled items gradually until you identify the application responsible.

Method 7: Install Windows Updates

If none of the previous methods solves the problem, check whether Windows has pending updates.

Microsoft regularly provides updates that include security improvements, bug fixes, driver updates, and other changes to Windows components.

Check for Windows updates

  • Press Windows + I.
  • Open Windows Update.
  • Click Check for updates.
  • Allow Windows to search for available updates.
  • Install any appropriate updates.
  • Restart your computer if Windows asks you to do so.
  • Test copy and paste again.

If the problem started immediately after a Windows update, pay attention to the timing. A newly installed update may be relevant to the problem, particularly if other Windows functions also started behaving differently.

Before making major changes to Windows, however, it is better to determine whether the issue is limited to copy and paste or affects other system features as well.

Conclusion

Copy and paste not working in Windows 11 or Windows 10 can be frustrating, but the problem is usually fixable without reinstalling Windows.

Start by determining whether the issue affects one application or the entire operating system. Restarting the affected application and Windows Explorer can resolve temporary glitches. If that does not work, clearing the Clipboard is another simple solution worth trying.

If keyboard shortcuts such as Ctrl + C and Ctrl + V are the only things that fail, check your keyboard and test another keyboard or the Windows On-Screen Keyboard. Remote Desktop users should also consider restarting the rdpclip.exe process and checking the Clipboard User Service.

For more persistent problems, Windows’ built-in SFC and DISM tools can help repair corrupted system components. If copy and paste works after closing certain background applications, a third-party software conflict may be responsible.

Finally, make sure Windows is up to date, especially if the problem is affecting other Windows features as well.

By working through these methods from the simplest to the more advanced solutions, you should be able to identify the cause and restore normal copy-and-paste functionality in Windows 11 or Windows 10.

FAQs

1. Why is Ctrl+C and Ctrl+V not working in Windows 11?

The problem can be caused by a temporary Windows glitch, a keyboard problem, corrupted Clipboard data, background software, or damaged Windows system files. First, test Copy and Paste using the right-click menu. If that works, check your keyboard and the Ctrl key. If both methods fail, clear the Clipboard and restart Windows Explorer.

2. How do I reset the Clipboard in Windows 11?

You can clear the Clipboard from Settings > System > Clipboard by using the option to clear Clipboard data. You can also open Command Prompt and run:

echo off | clip

After clearing the Clipboard, copy some new text and try pasting it again.

3. Why does copy and paste work in one application but not another?

If copy and paste works normally in applications such as Notepad but fails in another program, the problem may be specific to that application. Restart the affected program and check whether it has available updates. You should also check whether an extension, plugin, or third-party utility associated with the application is interfering with Clipboard operations.

4. Can corrupted Windows files cause copy and paste to stop working?

Yes. Corrupted Windows system components can cause built-in features to malfunction. You can use System File Checker to scan for damaged system files:

sfc /scannow

If SFC cannot repair the problem, run the following command from an elevated Command Prompt:

DISM /Online /Cleanup-Image /RestoreHealth

Restart Windows after completing the repairs and test copy and paste again.

Related Articles

Popular Categories