Roundup

7 Things You Didn't Know Your Mac Clipboard Could Do

Your Mac clipboard is more powerful than you think. From multiple data types to Terminal tricks, here are seven clipboard capabilities most Mac users never discover.

7 Things You Didn't Know Your Mac Clipboard Could Do
Roundup | | 5 min read

You use your clipboard dozens of times a day. Copy, paste, move on. It feels like the simplest feature on your Mac — a temporary holding cell for one piece of text.

But the Mac clipboard is doing far more than you realize. Behind that simple ⌘C is a surprisingly sophisticated system that handles multiple data formats, works with your Terminal, and — as of macOS 26 — even keeps a history. Here are seven things you probably didn’t know it could do.

1. It stores multiple data types at once

When you copy a sentence from a webpage, the clipboard doesn’t just store the text. It stores the text and the HTML and the rich text formatting — all at the same time.

This is possible because macOS uses something called Uniform Type Identifiers (UTIs). Each piece of clipboard data is tagged with its type, and the clipboard can hold multiple representations simultaneously. When you paste, the receiving app picks the format it prefers.

Copy a cell from Numbers and the clipboard contains the cell’s value as plain text, the formatted text, and spreadsheet-specific data. Paste into Numbers and you get a proper cell. Paste into TextEdit and you get formatted text. Paste into Terminal and you get plain text. Same clipboard, different results.

The clipboard isn’t storing one thing — it’s storing the same thing in multiple formats at once, and letting each app choose the version it wants.

2. It preserves rich text (and you can strip it)

Copy a bold, blue heading from a website and paste it into an email. It arrives bold and blue. That’s because the clipboard preserves rich text formatting by default.

Sometimes that’s exactly what you want. Other times, it’s infuriating — you just want the words, not the font, size, color, and line spacing from someone else’s website.

The fix: press ⌘⇧V instead of ⌘V. In most modern Mac apps, this pastes as plain text, stripping all formatting. It’s one of the most useful keyboard shortcuts on macOS, and most people don’t know it exists.

3. There’s a hidden clipboard viewer

macOS has shipped with a clipboard viewer for decades. Almost nobody knows about it.

Quick tip

View your current clipboard contents

  1. Open Finder (click the desktop or the Finder icon in your Dock)
  2. Click Edit in the menu bar
  3. Select Show Clipboard

A window appears showing whatever you last copied. It only shows text (images display as a file icon), and it only shows the most recent item. But it’s useful when you need to confirm what’s actually on your clipboard before pasting into something important.

4. You can screenshot directly to the clipboard

Most Mac users know ⌘⇧3 takes a screenshot and saves it to the desktop. But add Control to the mix and the screenshot goes straight to your clipboard instead — no file created, no desktop clutter.

The key combos:

  • ⌃⌘⇧3 — Full screen to clipboard
  • ⌃⌘⇧4 — Selection to clipboard
  • ⌃⌘⇧4, then Space — Window to clipboard

This is incredibly useful when you need to paste a screenshot into Slack, an email, or a document. No extra step of dragging a file — just capture and ⌘V.

5. Terminal can read and write the clipboard

macOS includes two command-line tools that give you direct access to the clipboard: pbcopy and pbpaste. They’re more powerful than they sound.

You can pipe any command’s output to pbcopy, or pipe pbpaste into any command. This means your clipboard becomes a bridge between the GUI and the command line — copy a list of URLs from a browser, process them in Terminal, and copy the results back.

6. macOS 26 finally added clipboard history

For decades, the Mac clipboard stored exactly one item. Copy something new and the previous item vanished. Apple finally addressed this in macOS 26 Tahoe with built-in clipboard history, accessible through Spotlight.

Press ⌘ + Space + 4 to open it directly. Your recent copies appear in a searchable list. Double-click to paste.

It’s a welcome addition, but it has clear limitations: text only, items expire after 8 hours by default (up to 7 days maximum), and there’s no way to exclude sensitive apps. It’s a starting point, not a complete solution.

7. A clipboard manager changes everything

Once you’ve experienced clipboard history, you’ll never want to go back to one item at a time. But the built-in macOS 26 version only scratches the surface.

A dedicated clipboard manager stores hundreds or thousands of items, handles images and files, lets you search instantly, and keeps your history until you decide to delete it.

Best option

QuietClip is a native macOS clipboard manager that stores up to 1,000 items — text, images, and files. Press ⌘⇧V for instant search, and everything stays on your Mac. No cloud, no subscription, no network access at all. Free to start, $8.99 once for Pro.

The difference between using a clipboard manager and not using one is like the difference between having one browser tab and having twenty. You didn’t know you needed it until you tried it — and then you can’t imagine going back.

Next step

Your clipboard can do more.

QuietClip unlocks the full potential of your Mac clipboard. Text, images, files — all searchable, all private, all local. Free to start, $8.99 once for everything.

Download QuietClip Free

Frequently asked questions

Does the Mac clipboard store more than one format at a time?
Yes. When you copy formatted text, the clipboard stores both the rich text (RTF) and a plain text version simultaneously using multiple UTIs. Some apps also store HTML and other formats. The receiving app chooses which format to use when you paste.
Can I use pbcopy and pbpaste with images?
Not directly. pbcopy and pbpaste work with text data only. For images, you can use the screencapture command with the -c flag to capture directly to the clipboard, or use a clipboard manager like QuietClip that handles all content types.
How do I paste without formatting on Mac?
Press ⌘⇧V (Cmd+Shift+V) in most apps to paste without formatting. This strips the rich text and pastes plain text only. Some older apps use ⌘⌥⇧V instead.
Does macOS 26 clipboard history store images?
No. The built-in clipboard history in macOS 26 Tahoe is text-only. For image history, you need a clipboard manager like QuietClip, which stores text, images, and files.

Try QuietClip free

A privacy-first clipboard manager for macOS. Your data stays on your device, always.

Download for macOS

Related reads