1 of 1

Slide Notes

DownloadGo Live

How to Fix Ctrl+C and Ctrl+V Not Working in Windows 10 and 11

Published on Jun 13, 2026

Copy and paste is the backbone of every Windows workflow. When Ctrl+C and Ctrl+V not working, even simple tasks like drafting emails or organizing files become frustrating. The good news is that this keyboard shortcut failure is almost always software‑related, and you can fix it without buying a new keyboard.

This guide covers the most common causes of copy‑paste now working in Windows 10 and Windows 11, then walks you through eight proven fixes ranked from easiest to most advanced. Every solution is tested for safety, and most take under five minutes.

Quick Checks Before You Start

Before diving into system fixes, rule out two quick hardware and environment issues:

Test the keyboard on another device. If Ctrl+C and Ctrl+V fail on a second PC, the Ctrl key itself may be physically broken or dirty.

Try the right-click menu. Highlight text, right-click, and select Copy, then right-click again and select Paste. If this works, the problem is likely keyboard‑driver or software‑shortcut related, not the Windows clipboard itself.

Fix 1: Restart Your Computer

A full restart clears temporary memory caches and refreshes the background services that manage clipboard data. If a program or system glitch is blocking the copy-paste function, a reboot resolves it immediately.

How to restart:

  • Save all open work.
  • Press Alt + F4 on the desktop.
  • Choose Restart from the dropdown and press Enter.

After the PC boots back up, test Ctrl+C and Ctrl+V in Notepad. If the shortcuts work, the issue was a temporary system freeze. If not, continue to the next fix.

Fix 2: Restart Windows Explorer

Windows Explorer (explorer.exe) handles the graphical interface, taskbar, and desktop shortcuts. When it crashes or hangs, it can silently break keyboard shortcuts like Ctrl+C and Ctrl+V while leaving the rest of the system running.

How to restart Windows Explorer:

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

The screen may flicker for a second as the taskbar and desktop refresh. Once it stabilizes, test the copy-paste shortcuts again.

Fix 3: Run the Keyboard Troubleshooter

Windows 10 and 11 include a built-in Keyboard Troubleshooter that scans for driver conflicts, sticky key settings, and shortcut blockers. Running it often detects the exact cause of why Ctrl+C and Ctrl+V are not working.

How to run the troubleshooter (Windows 11):

  • Press Win + I to open Settings.
  • Navigate to System > Troubleshoot > Other troubleshooters.

Find Keyboard and click Run.

For Windows 10, the path is Settings > Update & Security > Troubleshoot > Keyboard. Follow the on-screen prompts and apply any recommended fixes. Restart the computer after the scan completes.

Fix 4: Clear the Clipboard History

A corrupted clipboard cache can block new data from being copied. When you press Ctrl+C, Windows stores the content in a temporary memory buffer. If that buffer is full or stuck, the paste command has nothing to retrieve.

  • How to clear the clipboard manually (Command Prompt):
  • Press Win + S, type cmd, and choose Run as administrator.
  • Type the following command and press Enter:

cmd /c "echo off | clip" Close Command Prompt and test the shortcuts.

How to clear via Settings (Windows 11):

  • Press Win + I to open Settings.
  • Go to System > Clipboard.
  • Click Clear next to Clear clipboard data.

Fix 5: Update or Reinstall the Keyboard Driver

An outdated or corrupt keyboard driver is one of the most common technical causes of keyboard shortcuts failing. If the driver is not correctly translating the Ctrl+C or Ctrl+V signal to the operating system, the shortcuts will not execute.

How to update the keyboard driver:

  • Press Win + R, type devmgmt.msc, and press Enter.
  • Expand the Keyboards section.
  • Right-click your keyboard device and select Update driver.
  • Choose Search automatically for drivers.
  • If Windows says the best driver is already installed, try reinstalling it:

In Device Manager, right-click the keyboard again and select Uninstall device.

Restart the computer. Windows will automatically reinstall the driver during boot.

After reboot, check if Ctrl+C and Ctrl+V are working again.

Fix 6: Enable Ctrl Key Shortcuts in Command Prompt

If you are trying to copy and paste inside Command Prompt or PowerShell and the shortcuts are not working, the console settings may have disabled Ctrl key shortcuts. This is a separate setting from system-wide copy-paste.

How to enable it:

  • Open Command Prompt (or PowerShell).
  • Right-click the title bar and select Properties.
  • Under the Options tab, check the box for Enable Ctrl key shortcuts.
  • Click OK and restart the terminal.

For Windows 10 users on older builds, you may also see an Experimental tab with Enable new Ctrl key shortcuts — enable that as well.

Fix 7: Reset the rdpclip.exe Process

The rdpclip.exe process is the Remote Desktop Clipboard Monitor. Even if you are not using Remote Desktop, this process can sometimes glitch and block local clipboard operations, leading to Ctrl+C and Ctrl+V not working on Windows 10 or 11.

How to reset rdpclip.exe:

  • Press Ctrl + Shift + Esc to open Task Manager.
  • Go to the Details tab.
  • Scroll down and find rdpclip.exe.
  • Right-click it and select End task.
  • Click File > Run new task.
  • Type rdpclip.exe and press Enter.

This relaunches the clipboard monitor with a fresh memory state, often restoring the copy-paste function immediately.

Fix 8: Run System File Checker (SFC)

Corrupted Windows system files can interrupt core services, including the clipboard and keyboard input stack. The System File Checker (SFC) scans for damaged files and replaces them with healthy versions.

How to run SFC:

Press Win + S, type cmd, and select Run as administrator.

Type the following command and press Enter:

sfc /scannow

Wait for the scan to complete (usually 10–15 minutes).

Restart the computer and test the shortcuts.

If SFC reports errors it could not fix, follow up with the Deployment Image Servicing and Management (DISM) tool:

DISM /Online /Cleanup-Image /RestoreHealth

Run this in the same elevated Command Prompt, then reboot.

Fix 9: Remove Corrupt Registry Keys

In rare cases, corrupted registry entries under the Internet Settings > Zones path can interfere with clipboard operations. Deleting a phantom subkey fixes this.

Important: Back up the registry before editing.

How to fix:

Press Win + R, type regedit, and press Enter.

Navigate to:

HKEYCURRENTUSER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones

Look for any subkey that shows a blank or L icon before the number 0.

Right-click that subkey and select Delete.

Close Registry Editor and restart the computer.

Only delete the subkey with the blank icon. Do not delete the Zones folder itself.

Preventing Future Copy-Paste Issues

Once your Ctrl+C and Ctrl+V shortcuts are working again, reduce the chance of future failure with these habits:

Keep Windows updated. Patch updates often include keyboard and clipboard service fixes.

Avoid clipboard-heavy extensions. Some browser extensions or third-party clipboard managers conflict with native Windows shortcuts.

Do not overload the clipboard. Copying extremely large files or high-resolution images can occasionally freeze the clipboard cache.

Use Windows Clipboard History. Press Win + V to open a built-in history panel. If a single copy fails, you can often recover an earlier item from the history list.

PRESENTATION OUTLINE

Fix Ctrl+C and Ctrl+V Not Working in Windows 10/11