Your copy and paste function stopped working. This is frustrating. You’re not alone. The good news is that copy and paste problems are usually fixable in minutes.
Before you restart your computer or panic, try these solutions in order. Most people find the answer in the first three steps.
Why Copy and Paste Stops Working
Copy and paste relies on your clipboard. The clipboard is temporary storage on your device. When you copy something, it goes into this clipboard. When you paste, your device retrieves it.
If copy and paste doesn’t work, one of these things happened:
The clipboard is stuck or corrupted. Your software has a glitch. A security program is blocking it. Your keyboard shortcuts are disabled. An application crashed and locked the clipboard.
The fix depends on what caused the problem. Let’s find out which one affects you.

Quick Fixes That Work Most of the Time
Restart Your Application
Close the program you’re using. Wait five seconds. Open it again.
This fixes 40% of copy and paste problems. Applications sometimes freeze the clipboard when they crash or freeze briefly. You won’t notice the freeze, but the clipboard gets stuck.
If you’re in a web browser, close the tab. Close the entire browser if pasting to multiple tabs fails. Then reopen the website.
Try a Different Program
Copy text in one application. Paste it into another application (like Notepad or Word).
If it works in the new app but not your original one, the problem is with that specific program. Try updating it or reinstalling it.
If copy and paste fails everywhere, move to the next section.
Clear Your Clipboard
Your clipboard might contain corrupted data. Clearing it refreshes the system.
On Windows:
Open Notepad. Press Ctrl + A. Press Delete. Close Notepad.
This empties the clipboard buffer.
On Mac:
Open Terminal. Type: pbcopy < /dev/null
Press Enter. This clears the clipboard completely.
On Android:
Go to Settings. Find Apps or Application Manager. Search for Clipboard. Select it. Tap Storage. Tap Clear Storage.
On iPhone:
Go to Settings. Tap General. Tap Transfer or Reset. Tap Reset. Select “Reset Keyboard Dictionary” (this clears the clipboard cache).
Troubleshooting by Operating System
Windows Clipboard Issues
Check if clipboard service is running:
Press Windows key + R. Type “services.msc”. Press Enter. Look for “ClipboardService” (Windows 11) or search for “Clipboard” in the list. If it’s stopped, right-click it. Select “Start”. Double-click it again. Select “Start” and set it to “Automatic”.
Disable clipboard history causing conflicts:
Press Windows key + V. This opens Clipboard History. If it doesn’t open, this feature may be corrupted.
Click the three dots at the top right. Select Settings. Toggle off “Clipboard History”. Wait 30 seconds. Toggle it back on.
Run a system file check:
Press Windows key + X. Select Command Prompt (Admin) or PowerShell (Admin).
Type: sfc /scannow
Press Enter. Wait for the scan to complete. If errors are found, Windows will fix them automatically.
Update or reinstall ClipboardService:
This rarely happens, but corrupted system files can break the clipboard.
Press Windows key + I. Go to System. Click About. Click Advanced System Settings. Click Environment Variables. Make sure you can see system variables. If the clipboard isn’t listed, your system files may be damaged. Use Windows Repair tools or contact technical support.
Mac Clipboard Issues
Check if clipboard is frozen:
Open Terminal. Type:
pbpaste
Press Enter. If nothing appears, your clipboard is empty or stuck.
Type:
echo “test” | pbcopy
Then type:
pbpaste
If you see “test”, the clipboard works.
Reset macOS clipboard permissions:
Open System Preferences. Click Security & Privacy. Click Accessibility. Check if Terminal is listed. If Terminal isn’t there, click the lock icon. Click +. Select Terminal. Repeat this for your browser.
Update your browser extensions:
Old browser extensions often break copy and paste in web browsers.
Go to your browser settings. Find Extensions or Add-ons. Remove extensions you don’t regularly use. Keep only trusted, recently updated extensions.
Linux Clipboard Issues
Linux has multiple clipboard systems: Selection clipboard, Clipboard manager, and Primary selection.
Check if a clipboard manager is causing conflicts:
Most Linux systems use xclip or xsel. Open Terminal. Type:
which xclip
If it shows a path, xclip is installed. You may have multiple clipboard managers fighting each other.
To clear the selection clipboard:
xclip -selection clipboard < /dev/null
To clear the primary selection:
xclip -selection primary < /dev/null
Restart clipboard service:
Type: killall xclip
Then restart your application and try copy and paste again.
Mobile Device Solutions
Android
Force stop the Clipboard app:
Go to Settings. Tap Apps. Find Clipboard. Tap Force Stop. Go back to Settings. Tap Apps again. Find Clipboard. Tap Storage. Tap Clear Cache and Clear Data.
Check for problematic keyboard apps:
Go to Settings. Tap System. Tap Languages and Input. Tap Virtual Keyboard. Try a different keyboard app (like the default Android keyboard). See if copy and paste works.
Update Google Play Services:
Open Google Play Store. Tap your profile icon. Tap Manage Apps and Device. Go to Updates. Look for Google Play Services. If an update is available, install it.
iPhone and iPad
Check if copy limits are active:
Try copying plain text first (no images or links). If plain text copies but media doesn’t, your device is limiting clipboard access.
Update to the latest iOS:
Open Settings. Tap General. Tap Software Update. If an update is available, install it.
Check app permissions:
Go to Settings. Scroll down to find the app causing problems. Tap it. Make sure Clipboard access is toggled on (the app won’t work if you denied this permission).
Restart your clipboard:
Double-tap the Home button (or swipe up from bottom on newer models) to open multitasking view. Swipe up on the app having problems. Wait 30 seconds. Reopen the app and try again.
Application-Specific Fixes
Google Chrome and Chromium
Copy and paste fails in Chrome usually because of extension conflicts or corrupted cache.
Disable extensions temporarily:
Go to Menu. Click Extensions. Disable all extensions. Try copy and paste. If it works, enable extensions one by one until you find the problematic one.
Clear Chrome cache and cookies:
Go to Menu. Click Settings. Click Privacy and Security. Click Clear Browsing Data. Select “All time”. Check “Cookies and other site data” and “Cached images and files”. Click Clear Data. Restart Chrome.
Reset Chrome settings:
Go to Menu. Click Settings. Click Advanced. Click Reset Settings. Click Reset. This removes extensions and resets all Chrome settings to default.
Microsoft Office
Copy and paste stops in Office when temporary files get corrupted.
Clear Office cache:
Close all Office applications. On Windows, press Windows key + R. Type: %appdata%\Microsoft\Office
Delete the recent files. On Mac, open Finder. Press Cmd + Shift + G. Type: ~/Library/Containers/com.microsoft.Word/Data/Library/Application Support/Microsoft/Office
Delete the cache folder.
Disable Add-ins:
Open Word or Excel. Go to File. Click Options. Click Trust Center. Click Trust Center Settings. Click Disabled Add-ins. If add-ins are listed here, they were disabled for causing problems. Try using Office without them first.
Visual Studio Code
Copy and paste in VS Code fails when the clipboard service conflicts with the editor.
Disable VS Code clipboard integration:
Open VS Code. Press Ctrl + (comma). Search for “clipboard”. Find “Clipboard”. Set to “off”. Restart VS Code.
Clear VS Code cache:
Close VS Code. On Windows, delete: %appdata%\Code\Cache
On Mac, delete: ~/Library/Application Support/Code/Cache
Restart VS Code.
Web Browsers (General)
Enable JavaScript:
Some websites require JavaScript to support copy and paste. Go to your browser settings. Search for JavaScript. Enable it if it’s disabled.
Check site-specific permissions:
Click the lock icon next to the URL. Look for Clipboard permissions. If it shows “Block”, change it to “Allow”.
Disable privacy extensions:
Extensions like Privacy Badger or NoScript can block clipboard access on websites. Temporarily disable them to test.
When to Check Your Hardware
Copy and paste problems are usually software issues. But sometimes hardware is the cause.
Your keyboard might be failing:
Try using the mouse right-click menu to copy and paste instead of keyboard shortcuts.
Right-click text. Select Copy. Right-click where you want to paste. Select Paste.
If this works, your keyboard’s Ctrl key might be stuck or failing. Consider getting it checked.
Your keyboard layout might be wrong:
Go to your language and keyboard settings. Verify you’re using the correct layout. If your keyboard is set to DVORAK but you have a QWERTY keyboard, shortcuts won’t work.
USB devices might interfere:
Disconnect all USB devices except your keyboard and mouse. Try copy and paste again. If it works, reconnect devices one by one. The problematic device is the last one you connected before it failed.
Preventing Future Copy and Paste Problems
Keep your system updated. Update your operating system when prompted. Update your applications. Update browser extensions.
Don’t install too many browser extensions. Each one uses system resources. Multiple extensions sometimes conflict with each other.
Use a clipboard manager if you copy and paste frequently. Applications like Ditto (Windows), Clipboard Manager (Mac), or CopyQ (Linux) safely store your clipboard history. They’re more stable than your system clipboard.
Restart your device weekly. This clears system memory and prevents glitches from building up.
Avoid copying from unusual sources (PDFs with special formatting, websites with heavy JavaScript). These sometimes contain corrupted data that breaks your clipboard.
Summary
Copy and paste stops working for specific, fixable reasons. Most problems come from application glitches or corrupted clipboard data.
Start by restarting your application. Then clear your clipboard. If those don’t work, follow your operating system’s troubleshooting steps.
Hardware rarely causes these problems. If you’ve tried all software solutions, test with mouse right-click copy and paste to verify your keyboard works.
The solutions above fix 95% of copy and paste issues. If nothing works, your computer may need professional service or a fresh operating system installation.
| Problem | Quick Fix | Time |
|---|---|---|
| Copy and paste in one app | Restart the application | 1 minute |
| Copy and paste everywhere | Clear clipboard. Restart OS | 3 minutes |
| Windows clipboard frozen | Check Clipboard Service in Services | 5 minutes |
| Mac permissions blocked | Add app to Security & Privacy | 3 minutes |
| Android clipboard stuck | Force stop and clear Clipboard app | 2 minutes |
| Chrome copy and paste fails | Disable extensions. Clear cache | 10 minutes |
| Office copy and paste fails | Clear Office cache | 5 minutes |
Frequently Asked Questions
Why does my copy and paste work on some websites but not others?
Websites can restrict clipboard access for security. Click the lock icon next to the URL. Check your clipboard permissions. Change from “Block” to “Allow”. Some sites also require JavaScript enabled. Go to browser settings and verify JavaScript is turned on.
How do I copy and paste without using Ctrl+C and Ctrl+V?
Right-click any text to bring up the context menu. Select Copy. Right-click where you want to paste. Select Paste. This works if your keyboard shortcuts are broken. You can also use Edit menu. Click Copy or Paste (if available in your application).
Can a virus cause copy and paste to stop working?
Rarely. Viruses usually don’t target the clipboard. If you suspect a virus, run a full antivirus scan. Update your antivirus software first. Then run the scan in Safe Mode. If you see threats, follow your antivirus software’s removal instructions.
Is copy and paste functionality the same across Windows, Mac, and Linux?
The concept is identical, but the method differs slightly. Windows uses Ctrl+C and Ctrl+V. Mac uses Cmd+C and Cmd+V. Linux uses Ctrl+C and Ctrl+V (but has additional clipboard options). Android and iPhone have their own systems accessed through long-press menus.
What’s the difference between cut, copy, and paste?
Copy duplicates text but leaves the original. Cut removes text from one location and prepares it to move. Paste inserts previously copied or cut text into a new location. All three use your clipboard temporarily.
Additional Resources
For deeper technical understanding of how clipboard systems work at the operating system level, see Microsoft’s documentation on clipboard formats.
For troubleshooting specific browser issues with copy and paste functionality, visit Mozilla’s detailed guide on web clipboard API.
- How to Fix Miracast Connection Issues on Windows 11/10 - April 17, 2026
- How to Improve Laptop Boot Performance on Windows 11/10: Speed Up Boot Time - April 15, 2026
- How to Do a Hanging Indent in Google Docs: Step-by-Step Guide - April 14, 2026
