Mac Copy Paste Not Working? Here's How to Fix It
Mac Copy Paste Not Working? Here's How to Fix It
Copy and paste is so fundamental that when it breaks, your Mac feels completely unusable. The good news: the fix is almost always quick. The bad news: there are several different things that can go wrong, so you need to know which one you're dealing with.
This guide walks through every common cause, in order of how often they actually occur.
1. Restart the Clipboard Daemon (pboard)
macOS handles copy/paste through a background process called pboard. When it hangs — which happens more often than Apple would like to admit — nothing you copy gets stored, and nothing pastes.
To kill and restart it:
- Open Terminal (Applications → Utilities → Terminal).
- Run this command:
sudo killall pboard
- Enter your password when prompted.
- Try copying and pasting again.
That's it. The daemon restarts automatically. This fixes the problem about 60% of the time.
2. Force-Quit and Relaunch the App
Copy/paste problems are often app-specific. If Cmd+C works in Safari but not in a text editor, the problem is with that app's process, not the clipboard itself.
Force-quit the misbehaving app: press Cmd+Option+Esc, select the app, click Force Quit. Relaunch it and test again.
3. Check Universal Clipboard (Handoff)
If you're using Universal Clipboard — the feature that lets you copy on your iPhone and paste on your Mac — it sometimes interferes with local clipboard behavior, especially when the devices are on different networks or Bluetooth is spotty.
Turn it off temporarily to test: go to System Settings → General → AirDrop & Handoff and toggle off Handoff. If copy/paste snaps back to normal, you've found the culprit.
4. Look for Conflicting Apps
Some apps hook into the clipboard at the system level: password managers (1Password, Bitwarden), screenshot tools, automation utilities. If one of these crashes or enters a bad state, it can block the clipboard.
Check your menu bar for any utility that might be intercepting clipboard events. Quit them one by one and test after each.
5. Restart Your Mac
If none of the above works, a full restart clears kernel-level state that killall pboard cannot touch. Hold the Apple menu → Restart. Don't just close the lid.
6. Check the Pasteboard with Clipboard Viewer
After a restart, open Finder → Edit → Show Clipboard. If you see the contents of your last copy there, the clipboard is working — the problem is in how a specific app reads or writes to it.
If the clipboard viewer is blank or shows an error, the system clipboard itself is broken, and you may be dealing with a corrupted preference file or a deeper OS issue.
7. Reset NVRAM / SMC (Older Macs)
On Intel Macs, corrupted NVRAM can cause persistent clipboard failures. Shut down, then hold Option+Cmd+P+R at startup for about 20 seconds. On Apple Silicon Macs, NVRAM resets automatically on restart, so this only applies to Intel.
The Deeper Problem: Even When It Works, Mac Clipboard Is Limited
Fixing the immediate breakage is step one. But the Mac clipboard has a structural limitation that most people hit eventually: it only holds one item at a time. The moment you copy something new, the previous item is gone. If copy/paste broke at the wrong moment, you may have lost something you needed.
This is where a clipboard manager changes your workflow entirely.
ClipHistory is a macOS clipboard manager built in Rust + Tauri — a native app that runs quietly in the background and captures everything you copy, automatically. It keeps your last 150 unpinned clips, plus unlimited pinned clips you want to keep forever.
When copy/paste breaks and you lose something important, ClipHistory means you still have it. Press Cmd+Shift+V to open your full history, search for what you need, and paste it instantly.
A few things that make it stand out:
- Category auto-detection — it automatically tags clips as URLs, emails, phone numbers, code snippets, colors, and more, so you can filter quickly.
- AI Transforms — summarize, rewrite, translate, or fix any clip with one click. Bring your own API key from Anthropic, OpenAI, DeepSeek, Google, or a custom endpoint.
- Snippets and Custom Boards — save reusable text templates and group related clips into collections.
- Paste Stack — queue up multiple items and paste them in sequence without switching windows.
- Completely local — everything stays on your Mac. No account, no cloud sync, no telemetry.
It's a universal binary (Apple Silicon + Intel), signed and notarized by Apple, and costs $19.99 as an annual license — one payment, not auto-renewing.
Quick Troubleshooting Reference
| Symptom | Most Likely Cause | Fix |
|---|---|---|
| Copy/paste broken everywhere | pboard daemon hung |
sudo killall pboard |
| Only broken in one app | App-level process issue | Force-quit and relaunch |
| Works inconsistently | Universal Clipboard / Handoff | Disable Handoff temporarily |
| Paste inserts old content | Conflicting menu bar app | Quit clipboard-hooking utilities |
| Clipboard empty after restart | Deeper OS issue | NVRAM reset (Intel) or reinstall |
Frequently Asked Questions
Q: Will restarting pboard delete what's on my clipboard?
Yes — killing pboard clears the current clipboard contents. If you need what's on the clipboard, paste it somewhere first before running the command.
Q: Why does my Mac clipboard keep losing items? The native Mac clipboard is designed to hold exactly one item. Every new copy overwrites the previous one. A clipboard manager like ClipHistory fixes this by keeping the last 150 items in history, so nothing is ever truly lost.
Q: Is ClipHistory safe to trust with sensitive data? Yes. ClipHistory stores everything locally on your Mac — there is no cloud, no account, and no data ever leaves your machine. If you want to exclude a particular app (like a password manager) from being captured, you can configure that in settings.
Q: How much does ClipHistory cost? ClipHistory is $19.99 per year — a single annual payment, not a recurring subscription that auto-renews without warning. You get the full app: 150-item history, unlimited pins, AI Transforms with your own API key, Snippets, Custom Boards, and Paste Stack.