How to Check Clipboard History on Mac, Windows & Linux (2026)
How to Check Clipboard History on Mac, Windows & Linux
TL;DR: Windows has built-in clipboard history (Win+V), but it's limited to ~25 items with no search. macOS has no built-in clipboard history at all. Clipboard managers like Maccy and Ditto help but only track what you explicitly copy. Screenpipe goes further — it captures all text visible on screen via accessibility APIs (with OCR fallback), so you can search everything you copied and everything you saw but didn't copy. 100% local, open source, works on all platforms.
You copied a URL. Then you copied something else. The URL is gone.
This happens dozens of times a day. You copy an API key, a phone number, an address, a code snippet — then copy something new and the old one vanishes. Your operating system only remembers the last thing you copied.
Clipboard managers help, but they only track items you explicitly copy. What about text you saw but forgot to copy? A clipboard manager can't help with that.
Here's how to get full clipboard history — and more — on any computer.
Built-In Clipboard History
macOS
No built-in clipboard history. macOS only stores one clipboard item at a time. You can press Cmd+V to paste whatever you last copied, but there's no way to access previous items.
Windows
Windows 10/11 has Win+V for clipboard history. It keeps the last ~25 items and syncs across devices. It's better than nothing, but limited: no search, no images after a restart, and the history is short.
Linux
Varies by desktop environment. GNOME has clipboard extensions, KDE has Klipper. All offer basic clipboard history with limited search.
The Problem with Clipboard Managers
Dedicated clipboard managers like Maccy (Mac), Ditto (Windows), or CopyQ (Linux) improve on the defaults. They keep hundreds or thousands of items and let you search through them.
But they share a fundamental limitation: they only capture what you copy.
Think about everything you saw on screen today but didn't explicitly copy:
- Error messages in your terminal
- URLs in Slack messages you read but didn't click
- Code from a PR review you glanced at
- Numbers from a spreadsheet someone shared on screen
- An email address mentioned in a meeting chat
None of that makes it into your clipboard history. The information was on your screen but you didn't think to copy it at the time.
Beyond Clipboard: Search Everything on Screen
Screenpipe takes a fundamentally different approach. Instead of tracking your clipboard, it reads text directly from apps via accessibility APIs (with OCR as a fallback) — extracting all visible text from every app, every window, every tab.
This means:
- Everything you copied is searchable (it was on screen when you copied it)
- Everything you saw but didn't copy is also searchable
- Search goes back weeks or months, not just recent items
- AI-powered queries: "What was that API key I saw in Slack last Tuesday?"
It's a superset of clipboard history. The clipboard is captured as a side effect of capturing everything on screen.
How It Works
- Screenpipe takes screenshots at regular intervals (1-2 seconds)
- Text is read from apps via accessibility APIs, with OCR as a fallback for images and GPU-rendered content
- Text is indexed in a local SQLite database with timestamps and app context
- You search by keyword, app name, or natural language
Example Searches
"api key"→ finds any API key that was visible on screen"meeting link" app:Zoom→ finds URLs from Zoom windows"192.168"→ finds any IP address you saw- Ask the AI: "What was the AWS access key from yesterday's terminal session?"
Comparison
| Screenpipe | Maccy / Ditto | macOS / Win+V | |
|---|---|---|---|
| Captures copied items | ✅ | ✅ | ✅ |
| Captures screen text | ✅ (accessibility + OCR) | ❌ | ❌ |
| History depth | Weeks/months | Hundreds of items | ~25 items |
| AI search | ✅ | ❌ | ❌ |
| Audio search | ✅ (transcription) | ❌ | ❌ |
| Cross-platform | Mac, Windows, Linux | Per-platform | Per-OS |
| Open source | ✅ MIT | Varies | ❌ |
| Local/private | ✅ 100% | ✅ | ⚠️ Win syncs to cloud |
Privacy
Clipboard history — whether from a clipboard manager or Screenpipe — contains sensitive data. Passwords, API keys, personal messages, financial information.
Screenpipe keeps everything local. All processing happens on your device. The code is open source, so you can verify this claim. No cloud sync, no third-party access.
Windows clipboard history with Win+V can sync to Microsoft's cloud if enabled. Be aware of this if you're copying sensitive data.
Getting Started
- Download Screenpipe for Mac, Windows, or Linux
- Grant screen recording permissions
- Use your computer normally — everything is captured
- When you need to find something you copied (or just saw), search
You'll never lose a copied URL, API key, or code snippet again. And you'll find things you didn't even think to copy.
For more on this, see the clipboard history manager use case. If you're interested in going beyond clipboard to full screen search, check out how AI screen search works and the best AI screen recorder in 2026.
Frequently Asked Questions
How do I check clipboard history on Mac?
macOS has no built-in clipboard history. It only stores the last item you copied. Your options are: (1) a clipboard manager like Maccy (free, open source) which stores copied items, or (2) Screenpipe, which captures all text visible on your screen — not just what you copy.
How do I check clipboard history on Windows?
Press Win+V to open Windows clipboard history. Enable it in Settings > System > Clipboard if it's not already on. It stores the last ~25 items. For unlimited, searchable history across everything on screen, use Screenpipe.
How do I check clipboard history on Linux?
It depends on your desktop environment. KDE has Klipper built in (access via system tray). GNOME users can install the Clipboard Indicator extension. For a cross-platform solution that goes beyond clipboard, Screenpipe works on Linux too.
What's the best clipboard manager for Mac?
Maccy is the most popular free, open source clipboard manager for Mac. Paste is a polished paid option. But both only capture what you explicitly copy. Screenpipe captures everything visible on screen — it's a superset of clipboard history.
Can I recover something I copied earlier?
With Windows Win+V, yes — if clipboard history is enabled and it was recent. With a clipboard manager, yes — up to the manager's storage limit. With Screenpipe, you can find any text that was visible on your screen, whether or not you copied it, going back weeks or months.
