macOS does not keep clipboard history. The system pasteboard holds one item at a time, and copying something replaces what was there. There is no built-in list of previous copies and no keyboard shortcut to reach one — clipboard history on a Mac requires third-party software.
This catches people out because Windows has had it built in since 2018, and iOS has the Universal Clipboard sitting right next to it. On macOS the pasteboard is closer to what it was in 2001: one slot, last write wins.
What the Mac clipboard actually holds
A single copy is not really a single thing. When you copy from a word processor, the app writes the same selection several times over in different formats — rich text, plain text, sometimes HTML and a PDF rendering. Whichever app you paste into takes the richest format it understands.
That is why pasting into a plain-text editor strips the formatting rather than failing, and why a paste into Mail can look different from the same paste into Notes. Nothing is being converted at paste time; the formats were all there from the moment you pressed ⌘ C.
It also means “the clipboard” can be surprisingly large. Copying a page of a design document can put several megabytes on the pasteboard, which is one reason a clipboard manager that keeps everything forever will grow faster than you expect.
The two exceptions
There is one older copy macOS does keep, and almost nobody knows about it. In the Finder, the Edit menu has a Show Clipboard item that opens a window displaying the current contents. It is a viewer, not a history — but it is genuinely useful for answering “did that copy work?” without pasting somewhere destructive first.
The second is the kill ring, inherited from Emacs and present in every standard macOS text field. ⌃ K cuts from the cursor to the end of the line and ⌃ Y pastes it back — using a buffer entirely separate from the normal clipboard. It survives anything you copy in between, which makes it a genuine second slot if you can remember it exists.
Universal Clipboard is not history either
Copy on your iPhone, paste on your Mac. It is one of the better Continuity features and it is frequently mistaken for cloud clipboard history.
It is not. Universal Clipboard moves the current item between devices over Bluetooth and Wi-Fi, and it expires after about two minutes. There is no list, nothing is stored, and if you copy something else on either device the previous item is gone from both.
Getting real history
Every option is third-party, and they all work the same way underneath: a background process polls the pasteboard several times a second and records what changed. macOS provides no notification when the clipboard is written, so polling is the only mechanism available.
Three things worth checking before installing one, in rough order of how much they will annoy you later:
What it does with passwords. Password managers mark their copies as concealed so well-behaved clipboard managers skip them. Not all of them honour it, and a clipboard history quietly recording every password you copy is a meaningful risk on a shared or stolen machine.
Whether history is capped. Given how large a rich-text copy can be, an uncapped store measured in items rather than megabytes will surprise you eventually.
Whether it syncs. Some sync history across Macs, which is convenient and also means your clipboard is leaving the machine. Worth a deliberate decision rather than a default.
The related annoyance: pasting into the wrong window
Clipboard history solves “I lost what I copied.” It does nothing for the more common version of the problem, which is having the right thing copied and spending several seconds finding the window to paste it into.
That is a switching problem rather than a clipboard one. Cmd-Tab only cycles applications, not windows, so the second Chrome window or the minimised Notes window is not in the list at all. If most of your clipboard frustration is really about the paste destination, that is the thing to fix first.
Frequently asked questions
Does macOS have a clipboard history like Windows?
No. Windows has had a built-in clipboard history on Win+V since 2018, but macOS keeps only the current item. Clipboard history on a Mac requires third-party software.
How do I see what is on my Mac clipboard?
In the Finder, choose Edit › Show Clipboard. It opens a window showing the current contents. It is a viewer rather than a history — there is no way to reach anything you copied earlier.
Does Universal Clipboard keep a history?
No. It transfers the current item between nearby Apple devices and expires after roughly two minutes. Copying something new replaces it everywhere.
Is there any way to get a second clipboard without installing anything?
Yes, in standard text fields: Control-K cuts to the end of the line into a separate buffer, and Control-Y pastes it back. It is unaffected by normal copying, so it works as a second slot.
Are clipboard managers safe with passwords?
It depends on the app. Password managers mark copies as concealed and well-behaved clipboard managers skip them, but not all honour the flag. Check that behaviour before trusting one on a machine other people can reach.