Pop quiz: you just copied an important URL, then copied something else five seconds later. The URL is gone. macOS only keeps the most recent item you copied— there is no built-in clipboard history, no "recent clipboards" menu, no way to scroll back. If this has burned you before, you are not alone.

This guide walks through every way to access (or fake) clipboard history on macOS, from native tricks to dedicated clipboard managers.

The short answer

macOS does not have a built-in clipboard history. The system clipboard stores exactly one item at a time. To access more than the last thing you copied, you need a clipboard manager — a small utility that runs in the background and saves every copy.

The fastest setup: install ClipArc, press Cmd+Shift+V, and your last 500 copies are searchable in a single panel.

What macOS actually stores

The macOS clipboard (called the "pasteboard" internally) is a single slot per application context. When you press Cmd+C, the previous clipboard contents are overwritten and gone — there is no recycle bin.

There are a couple of partial exceptions worth knowing:

  • Universal Clipboard syncs your current clipboard between Apple devices on the same iCloud account. Still only one slot, just shared.
  • Finder "Show Clipboard" (Finder menu → Edit → Show Clipboard) opens a window that displays the current clipboard contents. Again — only the current one.

Why developers and writers run into this most

If you copy snippets all day (commit hashes, URLs, color codes, translation strings, customer emails), the one-slot clipboard becomes a constant low-grade tax. You either:

  • Paste immediately every time, breaking your flow
  • Re-copy the original from wherever it came from (often impossible if you closed the tab)
  • Keep a scratch document open and paste-then-recopy

A clipboard manager fixes this by keeping every copy you make, so you can recall an item from an hour ago as easily as the last one.

The clipboard manager approach

A clipboard manager runs as a small menu bar app and listens for every copy event. When triggered (usually with a hotkey like Cmd+Shift+V), it pops up a panel showing your full history, searchable and filterable. Click an item — or use arrow keys plus Enter — and it pastes into the current app.

The good ones add:

  • Content type detection — knows whether you copied a URL, color, JSON, code, image, or plain text, and lets you filter by type
  • Fuzzy search — type a few characters to jump to the right item out of hundreds
  • Frequent items pinning — keep things you reuse (signatures, API keys, addresses) at the top
  • Paste-without-formatting modes — strip rich text formatting so pasting into another app does not drag the source styling along

ClipArc: a clipboard manager that respects your privacy

We built ClipArc because the existing clipboard managers either sent everything to the cloud, required accounts, or felt like Electron bolted onto macOS. ClipArc is:

  • Local-only. Every copy is stored on your Mac using SwiftData. Nothing leaves your device. No accounts, no cloud sync, no telemetry.
  • Native. SwiftUI menu bar app — feels exactly like a first-party macOS utility.
  • Fast. Up to 500 items, instant fuzzy search, keyboard-first navigation.
  • Smart. Auto-detects 10+ content types (URL, image, code, color, email, phone, JSON, file, etc.) so you can filter by what you are looking for.

It is on the Mac App Store, requires macOS 14+, and the basic clipboard history is free.

FAQ

Does macOS have a hidden clipboard history shortcut?

No. Cmd+V pastes the current clipboard. There is no key combination Apple ships that scrolls back through previous copies. You need a third-party app.

Is there a free way to see clipboard history on Mac?

ClipArc has a free tier with full clipboard history. Beyond that, some general-purpose tools (like Alfred or Raycast) include clipboard history as one feature among many. If you only need the clipboard feature, a dedicated app is usually faster and simpler.

Does clipboard history work with copied images?

Yes — any good clipboard manager including ClipArc stores image data the same way it stores text. Screenshots, copied images from browsers, and image data copied from design tools all show up in history with thumbnails.

Will a clipboard manager slow my Mac down?

A well-built one uses a tiny amount of memory (single-digit MB at idle) and only does work when you actually copy something. ClipArc in particular is a native Swift app, so the footprint is minimal.

Try it

If you copy and paste more than a few times an hour, a clipboard manager is one of the highest-ROI utilities you can install on a Mac.

Get ClipArc on the Mac App Store →