Clipboard Not Working on Mac? 7 Fixes That Actually Work + Prevention Tips
Clipboard Not Working on Mac? 7 Fixes That Actually Work + Prevention Tips
The clipboard is one of macOS's most essential features—until it stops working. Whether you're unable to copy and paste, clips disappear after you close an app, or the clipboard seems stuck, a broken clipboard can grind your workflow to a halt.
Good news: most clipboard issues on Mac are fixable with simple troubleshooting steps. This guide walks you through the most effective solutions, and shows you how to prevent the problem from recurring.
1. Force Restart the Pasteboard Server
The pasteboard server manages your clipboard on macOS. When it crashes or freezes, your clipboard stops responding. Restarting it often fixes the issue immediately.
How to do it:
Open Terminal (Applications > Utilities > Terminal) and paste this command:
killall pbs
Press Enter. The pasteboard server will restart automatically. Try copying and pasting again—this solves the problem in roughly 40% of cases.
2. Clear the Clipboard Cache
A corrupted clipboard cache can cause copy-paste to fail silently. Clearing it forces macOS to rebuild fresh clipboard data.
In Terminal, run:
pbcopy < /dev/null
Then test copying a simple piece of text. If the problem persists, move to Fix #3.
3. Check for macOS Updates
Clipboard bugs are often patched in point updates (e.g., 14.2.1 → 14.2.2). An outdated OS can introduce unexpected clipboard behavior.
Update macOS:
- Click the Apple menu > System Settings
- Select General > Software Update
- Install any available updates and restart
4. Disable and Re-enable the Clipboard in Accessibility Settings
Some macOS versions have a clipboard toggle in Accessibility settings that can get stuck in the "off" position.
Steps:
- System Settings > Privacy & Security > Accessibility
- Look for any clipboard-related toggles
- Toggle off, wait 10 seconds, toggle back on
- Restart your Mac
5. Check for Conflicting Apps
Third-party clipboard managers, screenshot tools, or automation software can conflict with the native clipboard, especially if they're outdated or incompatible with your macOS version.
What to do:
- Temporarily disable clipboard-related extensions in System Settings > General > Login Items
- Restart and test copy-paste
- Re-enable them one by one to identify the culprit
- Update or uninstall the offending app
6. Restart the Finder and Dock
Sometimes the graphical layer handling clipboard UI gets corrupted without affecting the actual clipboard service.
In Terminal:
killall Finder
killall Dock
Both will restart automatically. Your open windows may rearrange slightly, but this often restores clipboard visibility and responsiveness.
7. Factory Reset NVRAM/SMC
If none of the above work, a deeper hardware-level reset may be necessary. This clears low-level settings that can affect clipboard behavior.
For Intel Macs:
- Shut down completely
- Power on and immediately press and hold Command + Option + P + R
- Hold until you hear the startup sound twice (or Apple logo appears and disappears twice)
- Release and let your Mac start normally
For Apple Silicon Macs (M1/M2/M3):
- Shut down completely
- Press and hold the power button for 10 seconds
- Release, wait a few seconds, then power on normally
- Your SMC will reset automatically
How to Prevent Clipboard Issues: Use the Right Tool
The best clipboard fix is prevention. Once you've solved the immediate issue, keep your clipboard healthy by using a clipboard manager—an app that safely stores your clipboard history and protects you from accidental data loss.
Get ClipHistory — $19.99. It's a lightweight macOS clipboard manager that saves your full clipboard history (150 unpinned clips plus unlimited pinned ones) without relying on cloud storage or accounts. Open your history with ⌘⇧V, search instantly, pin important clips, and auto-detect types (URLs, emails, code, colors, phone numbers, images).
Unlike the native clipboard—which forgets everything when you close an app or restart—ClipHistory keeps your clips safe locally. It also includes AI Transforms to summarize, translate, rewrite, or clean any clip using your own API key from Anthropic, OpenAI, DeepSeek, or Google.
One lifetime license, no subscription, no recurring payments. macOS universal, signed and notarized for security.
Quick Checklist
- ✅ Restart pasteboard server (
killall pbs) - ✅ Clear clipboard cache (
pbcopy < /dev/null) - ✅ Update macOS
- ✅ Check Accessibility settings
- ✅ Disable conflicting apps
- ✅ Restart Finder and Dock
- ✅ Reset NVRAM/SMC if needed
- ✅ Use a clipboard manager to prevent future issues
Most clipboard problems resolve within the first three steps. If you've tried all seven and your clipboard still won't work, the issue may be hardware-related—contact Apple Support or take your Mac to an Apple Store for diagnosis.