How to Empty Clipboard | Quick Clear Methods for Windows & Mac

Emptying your clipboard on Windows is a two-click setting change, while macOS requires a simple Terminal command or copying a blank item to overwrite its contents.

One stray copied item can hang around for hours. Maybe it’s a password you grabbed once, a sensitive bit of text, or just data from a task you finished an hour ago. The clipboard doesn’t empty itself, and most people never think about it until they paste something they didn’t mean to. Clearing it takes seconds on either platform, though the method depends entirely on whether you’re on Windows or macOS.

How to Empty the Clipboard on Windows 10 and 11

Windows gives you the fastest official route straight through Settings, with a backup option using the clipboard history panel. Both work on current versions of Windows 10 and Windows 11.

The Official Settings Method

This is the most direct path and clears the current clipboard entry together with any clipboard history. Open Start > Settings > System > Clipboard. Under Clear clipboard data, click Clear. The button has no confirmation dialog — it empties instantly. You’ll know it worked if the next Ctrl+V inserts nothing, or whatever you copied before clearing is gone.

Clear Clipboard History With Win + V

If you have clipboard history turned on (it’s off by default), press Windows logo key + V. The history panel opens at the bottom-right of your screen. Tap Clear all at the top of that panel to wipe every saved entry. Pinned items are the exception: any snippet you’ve pinned by clicking the pin icon next to it will survive the mass deletion and stick around until you unpin or delete it individually. To kill a pinned one, open history, click the three dots on the pinned item, and choose Delete.

Quick Shortcut With the Run Box

Power users who want to skip the Settings menu can use a single command. Press Win + R, type cmd /c "echo off | clip", and hit Enter. A command window flashes briefly, and the clipboard is cleared. The clip utility pipes empty output into the clipboard, replacing whatever was there with nothing. This works on Windows 10 and 11 and doesn’t require admin rights. It does not affect clipboard history — it only replaces the current clipboard item.

How Clipboard History and Pinned Items Behave

Knowing what sticks around matters more than knowing the button to press. Clipboard history stores the 25 most recent items you’ve copied. Anything over that limit drops off the back automatically. When you use the Clear all button in the Win+V panel, anything you’ve pinned stays put — you have to manually remove each pinned item if you want a truly empty history. Also, if clipboard history is toggled off entirely, there is no history to clear; the only clipboard entry that exists is whatever you last copied, and the Clear button in Settings removes that single entry cleanly.

Windows Method What Gets Cleared What Survives
Settings > Clear clipboard data Current clipboard item + history Nothing — it’s a full wipe
Win + V > Clear all All unpinned history Pinned items (must delete manually)
Win + V > Delete individual item That one item only Everything else
Run command cmd /c "echo off | clip" Current clipboard item only History entries remain
Restart computer Everything (temporary) Nothing survives a reboot
Copy a new item Current clipboard item overwritten History entries remain
Clipboard history toggled Off No history to clear Only current clipboard entry matters

How to Empty the Clipboard on macOS

Apple doesn’t put a dedicated “clear clipboard” button anywhere in macOS’s interface. The system clipboard — often called the pasteboard — has to be emptied indirectly. You have two reliable ways to do it, one through Terminal and one through a manual overwrite.

Terminal Method (Fastest)

Open Terminal (find it in Applications > Utilities or search with Spotlight). Type or paste this exactly: pbcopy < /dev/null, then press Return. The pbcopy command copies whatever input you give it to the clipboard, and /dev/null is empty — so the clipboard gets filled with absolutely nothing. There’s no confirmation, but if you open Finder > Edit > Show Clipboard afterward, the preview will be blank. This works on all modern macOS versions.

Overwrite by Copying a Blank Space

If Terminal feels like too much for a quick task, just copy something trivial. Select a single blank space in any text field and press Command + C. Or copy a new word, a period, anything harmless — the old contents are replaced with the new selection. This doesn’t truly “clear” the clipboard so much as kick the old data out. It takes two seconds and requires no commands.

Restart the Mac (Nuclear Option)

Rebooting your Mac clears the clipboard entirely because macOS’s clipboard lives in temporary memory. This is overkill for everyday use, but if you’re dealing with sensitive data and want absolute certainty nothing lingers across a session, a restart guarantees a clean slate.

macOS Clipboard Limits and What Overwriting Cannot Do

Unlike Windows, older macOS versions do not maintain a built-in, searchable clipboard history you can open with a shortcut. The system remembers only the last copied item. Third-party apps like Clipbook or Paste add history features, but the stock macOS clipboard holds one entry at a time. That means the overwrite method or the Terminal command fully replaces the single meaningful item. MacOS Tahoe 26.1 (a late 2025 release) added a “Clear clipboard history” option in System Settings, but that history belongs to a new clipboard management layer, not the traditional pasteboard, and is still rolling out to supported hardware.

macOS Method What Gets Cleared When to Use It
Terminal pbcopy < /dev/null Current pasteboard contents Quick, exact clearing; no guesswork
Copy a blank space Replaces current contents When you don’t want to open Terminal
Copy a harmless item Replaces current contents Same as blank space; useful if you have a safe snippet ready
Restart Mac Everything Sensitive data; ending a session cleanly

What About iOS and Android?

iOS has no system-level “clear clipboard” button in the UI. The only method is to copy something else — a blank space, a period, or a different word — overwriting whatever was there. Android behaves identically in its stock form: copy new text to push old text out. Third-party keyboard apps (like Gboard or SwiftKey) sometimes add a clipboard manager where you can delete individual entries, but the system clipboard itself is always a single-slot holding area. Power off or restart clears it on both platforms.

Checklist: Empty the Clipboard Correctly

  • On Windows: Start > Settings > System > Clipboard > Clear (fastest) or Win + V > Clear all (removes history too, but pinned items survive).
  • On Windows (no mouse): Win + R, type cmd /c "echo off | clip", press Enter.
  • On macOS: Open Terminal, run pbcopy < /dev/null, press Return.
  • On macOS (no Terminal): Copy a blank space or a trivial string from any text field.
  • On iOS/Android: Copy a new item to overwrite the old one.
  • For absolute certainty: Restart the device — clipboard memory doesn’t survive a reboot.

References & Sources

Please use a real email you check. If it's fake or mistyped, your message won't reach us and we can't reply — wrong addresses are rejected automatically.