How-To

Clipboard Not Working on Mac? Here's How to Fix It

Copy and paste stopped working on your Mac? Walk through these fixes — from the quick 10-second terminal command to deeper solutions — and learn why a clipboard manager prevents this from becoming a crisis.

Clipboard Not Working on Mac? Here's How to Fix It
How-To | | 5 min read

You hit ⌘C. Then ⌘V. Nothing happens. Or worse — something you copied an hour ago pastes instead of what you just selected. The clipboard is broken, and whatever you were trying to copy might already be gone.

This happens more often than Apple would like to admit. The good news: it's almost always fixable in under a minute. Here's the full troubleshooting ladder, from quickest to most thorough.

Quick fix: kill pboard (10 seconds)

The macOS clipboard is managed by a background daemon called pboard. When copy-paste stops working, this process has usually frozen or become unresponsive. Killing it forces macOS to restart it immediately.

Terminal fix

Kill and restart the clipboard daemon

  1. Open Terminal (Applications → Utilities → Terminal)
  2. Type: killall pboard
  3. Press Return
  4. Try copying something — it should work immediately

That's it. This fixes the problem 80% of the time. The pboard process restarts automatically — you don't need to do anything else. Your current clipboard item will be lost (the slate is wiped clean), but copy-paste functionality returns.

If you're uncomfortable with Terminal, you can also restart your Mac. But killall pboard achieves the same thing without closing 47 browser tabs.

App-level fixes

If killing pboard doesn't work, the problem might be specific to one app. Test this: try copying text from a different app (like TextEdit or Notes) and pasting into another. If that works, the issue is with your original app.

Force-quit the problem app. Press ⌘⌥Esc, select the app, and click Force Quit. Relaunch it and try again.

Check for app updates. Clipboard bugs in specific apps are often patched quickly. Some apps (particularly Electron-based ones like Slack, VS Code, or Figma) occasionally break copy-paste after macOS updates.

Try a different copy method. Some apps support ⌘C but also have Edit → Copy in the menu bar. If the keyboard shortcut isn't working but the menu item is, you may have a keyboard shortcut conflict — check System Settings → Keyboard → Keyboard Shortcuts.

Virtual machines (Parallels, VMware) and remote desktop apps (Microsoft Remote Desktop, Jump Desktop) can intercept the clipboard. If you're running any of these, try quitting them to see if copy-paste returns to normal.

System-level fixes

If the problem persists across all apps, escalate to these system-level solutions:

Check Accessibility permissions. Some apps that interact with the clipboard need Accessibility access. Go to System Settings → Privacy & Security → Accessibility and review the list. If a clipboard-related app is listed but unchecked, that could cause conflicts.

Reset NVRAM/PRAM. On Intel Macs: restart and immediately hold ⌘+⌥+P+R for 20 seconds. On Apple Silicon: this resets automatically on restart, so a normal restart is sufficient. NVRAM resets rarely fix clipboard issues specifically, but they clear other system-level glitches that can cascade.

Boot into Safe Mode. Restart your Mac and hold Shift (Intel) or follow Apple's instructions for Apple Silicon Safe Mode. Safe Mode disables third-party extensions and clears system caches. If copy-paste works in Safe Mode but not normally, a third-party app is causing the conflict.

Safe Mode test

Identify if a third-party app causes the issue

  1. Boot into Safe Mode (disables all third-party extensions)
  2. Test copy-paste in multiple apps
  3. If it works: the culprit is a third-party app or extension
  4. Restart normally, then disable apps one by one to identify the conflict

Create a new user account. If nothing else works, create a fresh macOS user account in System Settings → Users & Groups. Log into it and test copy-paste. If it works in the new account, your user profile has a corrupted preference file. This narrows the problem significantly.

Check for conflicting apps

Certain categories of apps are known to interfere with the macOS clipboard:

  • Clipboard managers (if misconfigured or crashed) — ironic, but a buggy clipboard manager can break the system it's trying to enhance
  • Remote desktop software — intercepts the pasteboard for cross-machine clipboard sharing
  • Automation tools (Keyboard Maestro, BetterTouchTool, Hammerspoon) — may be consuming pasteboard events
  • Security software — some endpoint protection tools monitor or block clipboard access
  • Virtual machines — shared clipboard features can conflict with the host

If you recently installed or updated any app in these categories, try quitting it to see if the clipboard recovers.

The most common "clipboard broken" scenario I see: someone installed a clipboard-related tool, it crashed silently, and now pboard is confused about who owns the pasteboard.

To check what's accessing your clipboard, you can run this in Terminal:

lsof | grep pboard

This shows which processes are connected to the clipboard daemon. If something unexpected appears, that's your culprit.

Preventing clipboard disasters

The clipboard breaking is annoying. But the real damage is losing what you copied — that paragraph you spent 10 minutes writing, the URL you needed, the image that's no longer on the page you grabbed it from.

A clipboard manager doesn't prevent pboard from crashing. What it does is save everything you copy the moment it hits the pasteboard. So when things go wrong, your history is intact.

Why this matters

A good clipboard manager captures items within milliseconds of you pressing ⌘C. Even if pboard crashes immediately after, your item is already stored. It's clipboard insurance — you don't appreciate it until you need it.

QuietClip stores up to 1,000 items locally — text, images, and files. If the clipboard breaks and you need to restart pboard, everything you copied before the crash is still searchable in your history. No panic, no "I think I remember what I copied."

The other prevention strategy: if you find yourself regularly losing clipboard items because you accidentally copy over them, that's not a bug — that's the single-item clipboard working as designed. A clipboard manager turns that single slot into a scrollable library.

One more tip: if clipboard issues happen frequently (more than once a month), run Apple Diagnostics to check for hardware issues, and make sure your macOS is fully updated. Persistent clipboard problems can indicate memory issues or deeper system corruption.

Next step

Stop losing clipboard items.

QuietClip saves everything you copy the instant it hits the pasteboard. Free tier: 25 items and 3 pins. Pro ($8.99 once): 1,000 items, images, files, and instant search.

Download QuietClip

Frequently asked questions

Why is copy and paste not working on my Mac?
The most common cause is the pboard process (the macOS clipboard daemon) becoming unresponsive. Other causes include app-specific bugs, accessibility permission issues, conflicting clipboard-related apps, or corrupted system caches. Most cases are fixed by killing pboard in Terminal.
How do I restart the clipboard on Mac?
Open Terminal and type: killall pboard — then press Return. This kills the clipboard daemon, which macOS immediately restarts. Your current clipboard item will be lost, but copy-paste should work again within seconds.
Can a clipboard manager prevent lost copies?
Yes. A clipboard manager stores everything you copy as soon as it hits the pasteboard. If copy-paste breaks momentarily and you don't notice, your previous items are still in your history. It's clipboard insurance.
Does restarting my Mac fix clipboard issues?
Usually yes. A restart clears the pboard process, resets system caches, and resolves most clipboard problems. But it's a sledgehammer — try killall pboard first, which fixes the same issue in 2 seconds without closing your work.

Try QuietClip free

A privacy-first clipboard manager for macOS. Your data stays on your device, always.

Download for macOS

Related reads