How to See Clipboard Contents on Mac
How to See Clipboard Contents on Mac
Your Mac holds exactly one thing on its clipboard at any moment. Whatever you copied last — that is all you get. But if you have ever pasted the wrong thing, lost something you copied an hour ago, or needed to pull from five different sources at once, you already know that one item is not enough.
This guide covers every way to see what is on your clipboard right now, and then shows you how to stop losing copied content for good.
The Built-in Way: Show Clipboard in Finder
macOS has a clipboard viewer tucked inside Finder. Here is how to open it:
- Click the Finder icon in your Dock to make sure Finder is the active app.
- In the menu bar, click Edit.
- Select Show Clipboard.
A small window appears showing the current clipboard contents and its type — plain text, image, file path, and so on.
Limitations: This only shows the single most recent item. You cannot scroll back to anything you copied before. Close the window and the item is still gone the moment you copy something new.
View Clipboard Contents with a Keyboard Shortcut (Sort Of)
There is no native macOS keyboard shortcut to open the clipboard viewer directly. The fastest built-in route remains Finder → Edit → Show Clipboard, which takes five seconds at best.
Some users assign a custom shortcut to it via System Settings → Keyboard → Keyboard Shortcuts → App Shortcuts, pointing at the Finder menu item "Show Clipboard." That speeds things up slightly, but still only reveals one item at a time.
Why the Built-in Clipboard Is Not Enough
The native clipboard has been essentially the same since Mac OS X launched. It holds one item. There is no history, no search, no pinning, no way to organize frequently reused content.
If you copy a lot — developers grabbing code snippets, writers pulling quotes, designers copying hex codes — the built-in clipboard viewer is more a curiosity than a tool.
See Your Full Clipboard History with ClipHistory
ClipHistory is a macOS clipboard manager built in Rust and Tauri. It runs as a lightweight background process (Universal binary — Apple Silicon and Intel) and captures every item you copy automatically.
To see your clipboard history at any moment, press Cmd+Shift+V. A panel opens immediately showing everything you have copied, in order, with full-text search.
What ClipHistory shows you
- The last 150 unpinned clips — text, URLs, code, images, emails, phone numbers, colors, and more, with category labels applied automatically so you can filter by type.
- Unlimited pinned clips — anything you pin stays forever, outside the 150-item rotation. Pin a boilerplate email signature, a SQL query, an address. It never disappears.
- Search — type any word or phrase into the search bar and ClipHistory surfaces the matching clip instantly, no matter how old it is within the history.
Recalling a clip
- Press Cmd+Shift+V to open the history panel.
- Browse or search for the clip you want.
- Click it — it pastes directly into your active app.
No switching to a separate window. No hunting through Finder menus.
AI Transforms
If you need to do something with a copied item — summarize a long paste, translate a foreign phrase, clean up messy formatting — ClipHistory's AI Transforms let you apply that action to any clip with one click. You bring your own API key from Anthropic, OpenAI, DeepSeek, Google, or a custom endpoint. Nothing is sent anywhere without your explicit action.
Privacy
Everything stays local on your Mac. ClipHistory has no cloud sync, no account required, and no telemetry. Your clipboard contents never leave your machine.
Other Options Worth Knowing
A few well-regarded alternatives also solve the clipboard history problem:
- Maccy — free and open source, minimal UI, keyboard-driven. Good if you want zero cost and basic history.
- Paste — subscription-based, strong visual interface, iCloud sync across devices.
- Alfred / Raycast — productivity launchers with clipboard history as one feature among many. Good if you already use them.
- Pastebot — one-time purchase, rules-based transformations, iCloud sync.
Each tool has trade-offs. ClipHistory's focus is a native, private, fast experience with AI capabilities built in. At $19.99 for an annual license (one payment, not auto-renewing), it sits at a practical price point between free utilities and subscription tools.
Quick Recap
| Method | Shows current item | Shows history | Search | Pin clips |
|---|---|---|---|---|
| Finder → Show Clipboard | Yes | No | No | No |
| ClipHistory (Cmd+Shift+V) | Yes | Yes (150+) | Yes | Yes (unlimited) |
| Maccy | Yes | Yes | Yes | Limited |
| Paste | Yes | Yes | Yes | Yes |
The built-in viewer is fine for a quick sanity check. For anything more — retrieving something you copied an hour ago, organizing reusable snippets, or transforming copied content with AI — a clipboard manager is the practical answer.