The most common reason copy and paste fails is that your clipboard has crashed or filled up

When you copy something and nothing appears when you paste, the problem is usually one of three things: your clipboard manager has stopped running, your browser or process has lost access to the clipboard, or your system's clipboard buffer is full or corrupted. Unlike a broken keyboard or mouse, a clipboard failure is silent — you get no error message, just nothing happens when you hit Ctrl+V or Cmd+V.

The good news is that clipboard problems are almost always fixable without restarting your whole computer. The bad news is that the fix depends on which layer of the problem you have — your operating system, your browser, your specific process, or something blocking access to the clipboard itself.

Key Takeaways

  • Clipboard failures usually mean your clipboard manager crashed, your browser lost permission to access it, or the buffer filled up — not that your copy button broke.
  • Restarting the process where you are trying to paste will fix the problem in roughly half of all cases.
  • On Windows, clearing the clipboard history or restarting the Clipboard History service can restore function; on Mac, relaunching Finder or using Terminal commands works.
  • Some security software, browser extensions, and privacy tools intentionally block clipboard access to prevent websites from stealing what you copied.
  • If paste works in one process but not another, the problem is with that specific process, not your system.

When the problem is your browser, not your system

If you can copy and paste in your email or text editor but not in your web browser, the browser has lost permission to access your clipboard. This happens most often in Chrome, Firefox, and Safari after a browser update, or when you have denied clipboard permission to a website.

To fix this in Chrome: go to the three-line menu, select Settings, then Privacy and Security, then Site Settings, then Clipboard. You will see a list of websites that have asked for clipboard access. If the site you are trying to use is blocked, click it and change the setting from Block to Allow. If it is not listed, the site has never asked for permission — try copying and pasting again, and you should see a permission prompt.

In Firefox, the process is similar: go to Preferences, Privacy & Security, scroll to Permissions, and look for Clipboard. In Safari on Mac, go to Safari menu, Settings, Websites, and look for Clipboard in the left sidebar.

If you do not see the website listed and the permission prompt does not appear, close the browser tab completely and open a new one. Sometimes the browser's permission cache gets stuck.

When your clipboard manager has stopped working

Windows 10 and 11 have a built-in clipboard history feature that stores multiple items you have copied. If this service crashes, you lose the ability to paste anything — even though the copy command still works. You can restart it without restarting your computer.

On Windows, press the Windows key and type "Services" and open the Services app. Look for "Clipboard History" in the list. If it shows "Stopped" in the Status column, right-click it and select Start. If it shows "Running" but paste is still broken, right-click it, select Restart, and wait a few seconds for it to come back online.

If you want to clear the clipboard history itself (which sometimes fixes corruption), press Windows key + V to open clipboard history, then click the three dots next to each item and select Delete. You can also delete all history at once by going to Settings, System, Clipboard, and toggling "Clipboard history" off and back on.

On Mac, the clipboard is managed by the Finder and the pasteboard server. If paste stops working, open Terminal (Applications > Utilities > Terminal) and type killall pbs and press Enter. This restarts the pasteboard server. You can then close Terminal and try pasting again.

When a specific process has lost clipboard access

If you can copy and paste in most programs but one process refuses to paste, that process has either crashed internally or lost permission to read the clipboard. The fastest fix is to close the process completely and reopen it.

On Windows, do not just close the window — open Task Manager (Ctrl+Shift+Esc), find the process in the list, click it, and select End Task. Then reopen the process. On Mac, use Command+Q to quit the process, or open Activity Monitor (Applications > Utilities), find the process, click it, and select the X button to force quit.

If that does not work, the process may need a reinstall. Before you do that, check whether the process has its own clipboard settings. Some programs like Microsoft Office, Adobe Creative Suite, and Slack have clipboard permissions buried in their preferences. Look for a Privacy, Permissions, or Security section in the process's settings menu.

When security software or browser extensions are blocking you

Privacy-focused browser extensions, password managers, and antivirus software sometimes block clipboard access intentionally. They do this to prevent websites from reading what you copied without your knowledge — a real security risk. But the side effect is that legitimate copy and paste stops working.

If you use an extension like uBlock Origin, Privacy Badger, or a password manager like 1Password or Bitwarden, check its settings. Most have a section for clipboard permissions or content scripts. You may need to whitelist the website you are trying to use, or disable the extension temporarily on that site.

To test whether an extension is the problem, open the website in an incognito or private window. Extensions do not run in private browsing mode by default, so if paste works there, you have found the culprit. Then go back to your extension settings and adjust the permissions.

Antivirus software like Norton, McAfee, and Kaspersky can also block clipboard access. If you have one installed, open its settings and look for a section called Exploit Prevention, Behavior Monitoring, or Clipboard Protection. You may be able to whitelist the process or website you are trying to use.

When your clipboard buffer is full or corrupted

The clipboard is a small piece of memory that holds one item at a time (or multiple items if you have clipboard history enabled). If you copy something extremely large — a video file, a massive spreadsheet, or thousands of lines of text — the clipboard can fill up or become corrupted.

The simplest fix is to copy something small instead. Try copying a single word or a short sentence. If that works, the problem was the size of what you were trying to copy. If you need to copy large files, use a dedicated file transfer method like cloud storage, email, or a USB drive instead of the clipboard.

If even copying small text does not work, your clipboard buffer may be corrupted. On Windows, open Command Prompt (press Windows key, type "cmd", and press Enter) and type echo off | clip and press Enter. This clears the clipboard. Then try copying and pasting again.

On Mac, open Terminal and type pbcopy < /dev/null and press Enter. This clears the clipboard. Then try copying and pasting again.

When websites are deliberately preventing you from pasting

Some websites, especially banking sites and password entry forms, intentionally disable paste to prevent automated attacks. This is a security measure, but it also prevents you from pasting a password manager's generated password or correcting a typo by pasting.

If a website blocks paste, you have three options. First, try right-clicking in the field and selecting Paste from the context menu instead of using Ctrl+V — some sites block the keyboard shortcut but allow the menu. Second, try a different browser; the block may be specific to how one browser handles the request. Third, contact the website's support team and ask them to allow paste on that field, especially if you use a password manager.

Some password managers like 1Password and Bitwarden have a workaround: they can fill in password fields directly without using the clipboard at all. If you use one of these, enable autofill instead of copy and paste.

Frequently Asked Questions

Why does copy work but paste does not?

Copy and paste use the same clipboard, but they are separate operations. If copy works but paste does not, your clipboard manager is running but something is preventing the process from reading it. This is usually a permission issue in your browser or a crashed clipboard service. Try restarting the process first, then check your browser's clipboard permissions.

Does restarting my computer fix clipboard problems?

Yes, restarting always fixes clipboard problems because it restarts the clipboard service and clears the buffer. But you usually do not need to restart your whole computer — restarting just the process or the clipboard service is faster and works in most cases.

Can a website steal what I copied?

Yes, websites can read your clipboard if you have given them permission. This is why some browsers and extensions block clipboard access by default. If you see a permission prompt asking if a website can access your clipboard, say no unless you trust the site and understand why it needs access.

What if I copy something and it disappears before I paste it?

The clipboard holds only one item at a time (unless you have clipboard history enabled). If you copy something new, the old item is replaced. On Windows 10 and 11, turn on clipboard history in Settings > System > Clipboard to keep multiple copied items. On Mac, you can use third-party clipboard managers like Paste or Copied.

Is it safe to use clipboard history?

Clipboard history stores everything you copy, including passwords and sensitive information, until you delete it. If someone gains access to your computer, they can see your clipboard history. If you copy passwords or personal data, delete it from your clipboard history afterward, or disable clipboard history entirely if you do not need it.