How to Preview and Monitor the Clipboard on a Mac

How to Preview and Monitor the Clipboard on a Mac

Copied something in a hurry, only to forget what it was — and now you’re half-dreading what will be appear when you paste? Suspecting an app is secretly messing with the clipboard? Find out here how to preview and monitor the clipboard on a Mac so you can see what’s really on it before you paste.

First, a Plane Lines Up for Takeoff

A plane lines up for takeoff on the runway at night, precisely on the center line, of course — or almost.

For it is better to line up just a wee bit off the center in darkness. Otherwise, the plane’s white position light will also line up with that center line — and with the line’s white lights. If all else fails, the plane would be just about invisible safe for that slightly off-center light.

Now, do you want to make your Mac’s clipboard contents visible (without risking a blind paste)? Here’s how to line up Finder or Terminal:

How to Preview and Monitor the Clipboard on a Mac

Using Finder

Time needed: 2 minutes

To get a preview of the macOS clipboard contents (and monitor it changing) on a Mac:

  1. Go to Finder on the Mac.

    Here’s how: Click Finder in the Dock, for instance.

  2. Select Edit | Show Clipboard from the menu.

    Choose “Edit | Show Clipboard” in Finder to view the Mac system clipboard contents

  3. Monitor the clipboard in the Clipboard window.

    What it shows: The window will not display plain text, formatted text and images as they would be pasted.
    The Mac clipboard preview and monitoring window

See the clipboard history, too:
How to Use the Built-in Clipboard History on a Mac

Using Terminal to Monitor the Mac Clipboard

To set up a macOS Terminal window to monitor and see the clipboard contents:

  1. Open a Terminal window.
    Here’s how: You can search for terminal in Launchpad, for example.
  2. Type while :; do clear; pbpaste; sleep 3; done.
    Here’s why: This clears the screen, executes the “pbpaste” command (which pastes from the system clipboard to Terminal), waits for 3 seconds and then starts over.
    Use the shell to monitor the clipboard using Mac Terminal
  3. Press Enter.
    What this shows: This will only show the plain text content of the clipboard, updated every 3 seconds.
    Enough: To stop monitoring, press Ctrl C.
    Show and monitor the clipboard in Mac Terminal

Clipboard in full view and under control?

Buy La De Du a tea

Tips help fuel these email and tech how-tos.

How to Preview and Monitor the Clipboard on a Mac: FAQ

Can I see clipboard history in Finder?

No.

Clipboard will always only show the current clipboard contents.

You can install one of a great number of utilities to monitor clipboard changes and keep a clipboard history on a Mac so you can paste the next to last copied image, for instance. Clipboard utilities include (without any recommendations)

(Tested with macOS Tahoe 26.0 and Sequoia 15.0–15.4; first published October 2024, last updated December 2025)

Home » Mac Tips and Resources » How to Preview and Monitor the Clipboard on a Mac