SnipTray logo

How to Copy Multiple Things at Once on Mac

macOS only remembers one clipboard item at a time, but there are three working ways to copy multiple things at once on Mac in 2026. Here is every method, ranked.

6 min read · by SnipTray Team

You are gathering five things from one document to paste into another — three URLs, an email address, a paragraph of text. On any sane system you would copy all five in one pass and paste them somewhere else, one at a time. On macOS, by default, you cannot — the system clipboard holds one item, and every new copy erases the last.

This is the most common reason people search for “how to copy multiple things at once on Mac”. The honest answer is: there is no built-in way, but there are three real workarounds that have shipped in 2026. Pick the one that fits your situation.

The short answer

  • No-install workaround: open Apple Notes, paste each item on its own line as you copy it. Slow, but free.
  • Mid-effort: build an Apple Shortcut that appends the current clipboard to a list. Slightly faster.
  • The real fix: install a clipboard manager (like SnipTray) that records every copy automatically, so “multiple things at once” becomes the default behavior.

For the broader context on why macOS works this way at all, see How to access clipboard history on Mac and Where is the clipboard on Mac, technically? in the same guide.

Method 1: Apple Notes as a scratchpad

The lowest-effort workaround uses only built-in apps:

  1. Open Notes and create a new note called “Clipboard”.
  2. Copy each item one at a time. After each copy, switch to Notes, paste, hit Return.
  3. When you are done, you have all your items in one note, one per line.
  4. Copy each line back out when you need it.

This is slow, manual, and breaks if you forget to switch to Notes between copies. But it works, is free, syncs through iCloud to your other Apple devices, and requires no third-party apps.

Best for: a one-off batch of five or ten items.

Method 2: An Apple Shortcut that appends to a list

Slightly more setup, but much smoother in daily use. The idea: a shortcut that takes whatever is currently on the clipboard and appends it to a running list (in a note, a file, or a Variable inside the Shortcut itself).

The bare-bones version:

  1. Open Shortcuts on Mac.
  2. New shortcut, name it “Stash Clipboard”.
  3. Add action: Get Clipboard.
  4. Add action: Append to Note (pick your “Clipboard” note).
  5. Bind a keyboard shortcut to “Stash Clipboard” in Shortcuts settings — say ⌃⌘C.

Now every time you copy something, press ⌃⌘C to add it to your running list. When you want to paste an old item, open the note and copy it back out.

Best for: people who already use Shortcuts and would rather not install another app.

Limitations: still no real search, no source-app context, no rich previews. You cannot paste an image or a file this way without more elaborate Shortcut work.

Method 3: Install a clipboard manager (the actual solution)

This is the only method that makes “copy multiple things at once” the default rather than a workaround. A clipboard manager runs in the background, captures every copy automatically, and gives you a hotkey to scroll back through your history.

SnipTray does this with:

  • Automatic capture — every text, link, image, file, and color you copy is recorded with zero effort.
  • ⌘⇧V opens the tray; arrow keys navigate; Return pastes the highlighted item.
  • Search — start typing to filter your entire history.
  • Pinboards — pin the snippets you reach for daily, paste them with ⌘⇧1 through ⌘⇧9.
  • iCloud sync so the same history appears on iPhone and iPad (more on iCloud sync).
  • Privacy defaults — passwords, 2FA codes, and credit cards are auto-skipped (Are clipboard managers safe?).

Once installed, the “copy multiple things at once” problem disappears entirely — you just copy as you normally would, and everything is still there.

If you are deciding between clipboard managers, Best clipboard manager for Mac in 2026 compares the nine most popular options honestly. For the open-source vs paid comparison specifically, see Maccy vs SnipTray.

Real workflows that benefit immediately

A few examples of where “copy multiple things at once” shows up in normal work:

  • Research. You read an article, copy three quotes and the author’s name. With a clipboard manager, all four are in the tray when you switch to your draft.
  • Form-filling. You move from a CRM to an invoice tool, copying the customer’s name, email, address, and phone number in sequence. Without a manager, you copy-paste-switch-copy-paste-switch. With one, you copy everything first, then paste from the tray.
  • Coding. You grab a snippet from Stack Overflow, a stack trace from the terminal, and an env-var name from a config file — and need all three in your editor. See 10 clipboard manager workflows every developer should steal for the dev-specific patterns.
  • Customer support. You pull three pieces of context (the customer’s ticket ID, their order number, the policy URL) before drafting a reply. Without a manager, you alt-tab a dozen times. With a shared team manager, the policy URL is already in your pinboard. See How to share a clipboard with your team.

The pattern is the same every time: the moment of needing two things at once is also the moment you realize the macOS default is in your way.

Setting up SnipTray for multi-copy workflows in 3 minutes

If you want the smoothest possible “copy multiple things at once” experience:

  1. Install SnipTray — free for one Mac with your last 25 items, no card.
  2. Grant Accessibility permission when prompted — this is what lets the app paste back into other apps.
  3. Set your hotkey. Default ⌘⇧V is fine for most. Change it in Settings → Hotkey if it conflicts.
  4. Try it. Copy five things in a row from anywhere, then press ⌘⇧V. All five are listed, newest first. Click any one to paste.

That is the entire setup.

Frequently asked questions

Does macOS have a built-in way to copy multiple things?

No. The system clipboard is a single slot. Apple has not added a multi-clipboard or stack in any released version of macOS as of 2026.

Can I copy more than one file at a time on Mac?

Yes — but that is a different thing. In Finder, select multiple files (cmd-click) and copy. That puts a collection of files on the clipboard as a single clipboard item, which pastes as multiple files. Useful for files, not for arbitrary text or images.

Does Universal Clipboard let me copy multiple things across devices?

No. Universal Clipboard is the same single-slot clipboard, just shared across devices. The most recent item overwrites the previous one on every device. For real cross-device history, you need a clipboard manager with iCloud sync — see Clipboard managers with iCloud sync and How to copy and paste between iPhone and Mac.

Will my clipboard history survive a reboot?

The macOS system clipboard does not. A clipboard manager’s history does — it is stored in the app’s database, not in system memory. SnipTray’s history is also synced through iCloud, so even a fresh Mac install will pick up your history once you sign in.

Are there any privacy concerns with recording every copy?

Yes, which is why the defaults matter. A good clipboard manager auto-skips passwords, 2FA codes, and credit-card numbers, and lets you exclude apps like 1Password and Bitwarden entirely. SnipTray ships with all of this on by default. See Are clipboard managers safe? for the full safety case.

Can I copy multiple things and then paste them all at once in order?

In SnipTray, yes — there is a “Paste in sequence” mode that pastes the top N items in your history one after another, useful for filling sequential form fields. Most clipboard managers do not have this; it is one of the lesser-known SnipTray features.

The bottom line

There is no built-in way to copy multiple things at once on Mac in 2026. The workarounds with Notes or Shortcuts work for occasional use. For anyone who hits this problem more than once a day, a clipboard manager is the real fix — it turns “multiple things at once” from a workaround into a default.

Try SnipTray free and stop alt-tabbing to remember what you copied first.

Try SnipTray for free

The smart clipboard manager for Mac, iPhone, and iPad. Free forever for one Mac. Pro from $2.99/mo or $24.99/year.

All posts →