How to Fix Command+C Not Working on Mac
How to Fix Command+C Not Working on Mac
You press Cmd+C, switch windows, hit Cmd+V — and nothing pastes. Or something from three copies ago pastes instead. Or Cmd+C does nothing at all.
This is one of the most frustrating Mac issues because it interrupts your flow constantly. The good news: it almost always has a fixable cause. Here is a systematic walkthrough, from the quickest checks to the deeper fixes.
1. Check Whether the App Itself Is Blocking Copy
Some apps deliberately disable Cmd+C on specific content — PDFs with copy protection, certain web forms, and some password managers lock selected text. Before assuming macOS is broken, try copying from a different app like TextEdit or Notes. If that works, the issue is app-specific, not system-wide.
For web pages, try selecting text and right-clicking to see if Copy appears in the context menu. If it is grayed out, the site is blocking it via JavaScript — try opening the page in Safari's Reader view or a different browser.
2. Restart the pboard Process (Clipboard Daemon)
macOS uses a background process called pboard to manage the clipboard. It can silently hang, especially after waking from sleep or after an app crashes mid-copy.
Open Terminal and run:
killall pboard
macOS will automatically restart it. Now try Cmd+C again. This fixes the issue in a surprising number of cases and takes under five seconds.
3. Force-Quit and Relaunch the App You Are Copying From
A frozen or partially crashed app can hold a clipboard lock, preventing new content from being written. Press Cmd+Option+Esc to open Force Quit Applications, select the app, and relaunch it. This releases any clipboard lock the process was holding.
4. Check for Conflicting Keyboard Shortcut Assignments
If Cmd+C does nothing in a specific app, another app or system preference may have stolen that shortcut. Go to System Settings → Keyboard → Keyboard Shortcuts and look under App Shortcuts for any entry assigned to Cmd+C. Remove it if you find one.
Also check apps like Alfred, Raycast, or any macro utility you have installed — they can intercept keystrokes before they reach the frontmost app.
5. Test in a New User Account
If none of the above helps, create a temporary user account (System Settings → Users & Groups → Add Account) and log into it. Try copying there. If Cmd+C works in the new account, the problem is specific to your main user profile — likely a corrupted preference file or a login item interfering with the clipboard.
In that case, go to ~/Library/Preferences/ and look for com.apple.pasteboard.plist. Move it to your Desktop (do not delete it yet), log out, log back in, and test again.
6. Run First Aid on Your Startup Disk
Disk errors can cause bizarre behavior including clipboard failures. Open Disk Utility, select your startup disk, and click First Aid. If it reports errors it cannot repair, that is a more serious issue requiring a macOS Recovery boot.
7. Update macOS
Known clipboard bugs have been fixed in point releases. Check System Settings → General → Software Update and install any pending updates.
The Underlying Problem: Mac's Clipboard Only Holds One Item
Even after you fix Cmd+C, you will keep running into a related frustration: macOS only remembers your most recent copy. The moment you press Cmd+C again, whatever you copied before is gone forever. There is no undo, no history.
This is a fundamental limitation of the built-in clipboard, not a bug.
A Permanent Fix: Keep Everything You Copy
If you copy frequently — code snippets, URLs, names, addresses, anything — a clipboard manager solves the problem at the root. Instead of losing copies the moment you make a new one, your history is always there.
ClipHistory is a macOS clipboard manager built in Rust and Tauri. Every time you press Cmd+C, it silently captures the clip in the background. Press Cmd+Shift+V to open your history, search it, and paste exactly what you need — even if you copied it an hour ago.
It keeps the last 150 unpinned clips and unlimited pinned clips, detects categories automatically (URLs, emails, phone numbers, code, colors), and everything stays local on your Mac — no cloud, no account, no tracking.
For anyone who works with repetitive text, templates, or research, the Snippets and Custom Boards features go further: save reusable text templates and organize clips into collections you can pull up on demand.
Get ClipHistory — $19.99 — one annual payment, not auto-recurring.
Quick Troubleshooting Reference
| Symptom | Most Likely Cause | Fix |
|---|---|---|
Cmd+C does nothing in all apps |
pboard hung |
killall pboard in Terminal |
Cmd+C works in some apps, not others |
App-level copy block or shortcut conflict | Check app settings / Keyboard Shortcuts |
| Clipboard pastes old content | pboard stale or app crash |
Force-quit app, restart pboard |
| Copy stops working after sleep | macOS clipboard daemon glitch | killall pboard or restart |
| Works in new user account, not yours | Corrupted preference file | Remove com.apple.pasteboard.plist |
Summary
Most Cmd+C failures come down to three things: a hung pboard process, an app conflict, or a shortcut collision. Work through the steps above in order — the killall pboard command alone resolves it the majority of the time.
Once copying is working again, consider whether you want to keep losing clips every time you press Cmd+C. The built-in clipboard will always have that limitation. A tool like ClipHistory removes it entirely, without any complexity or cloud dependency.