The clipboard holds one thing at a time, and it holds it longer than most people assume. Copy a password out of your password manager at nine in the morning and, unless you copy something else, it can still be there at lunch, readable by anything running on your machine. Clearing it is quick once you know where the controls are, and they are different on every device. If you want the background on why the clipboard works this way, our pillar guide covers what the clipboard actually is. This piece is just the how-to.
How to clear the clipboard on Windows
Windows has two layers to think about: the single last item, and the longer Clipboard History list if you have turned it on.
Clear the last item
The fastest method is to copy something harmless over the top of it. Select a single letter anywhere, press Ctrl+C, and the sensitive copy is gone, replaced by that letter. No menus needed. This works on every version of Windows because copying always overwrites the previous item.
Clear Clipboard History
If you use Clipboard History, press Win+V to open the panel and choose Clear all at the top. That wipes the list, except for anything you have pinned. You can do the same from Settings: open Settings → System → Clipboard and click Clear under Clear clipboard data. Microsoft documents both routes in its own clear clipboard history walkthrough if you want the step-by-step with screenshots. If you have never opened that panel, our guide to accessing your clipboard history shows how to switch it on first.
How to clear the clipboard on a Mac
macOS keeps no clipboard history and gives you no viewer or Clear button, so there is nothing to open. There are two reliable ways to empty it.
- Copy something trivial. Select a single character, press Cmd+C, and it overwrites whatever was on the clipboard. This is the one-second version most people use.
- Empty it from Terminal. Open Terminal and run pbcopy < /dev/null. That feeds nothing into the clipboard, leaving it genuinely empty rather than holding a stray character.
One caveat: if you use a third-party clipboard manager on your Mac, the system clipboard and that app’s saved history are two separate things. Clearing one does not clear the other, so empty the manager from its own settings as well.
How to clear the clipboard on Android
On Android the clipboard lives inside your keyboard rather than a separate app, which is why it is so easy to lose track of. The exact steps depend on the keyboard.
Gboard
Open any text field to bring up the keyboard, tap the clipboard icon in the top row, then tap the pencil or edit button. Select the items you want gone and delete them. Gboard also clears unpinned clips automatically after about an hour (as of mid-2026), so anything you did not pin tends to expire on its own.
Samsung Keyboard
Open the keyboard, tap the clipboard icon (you may need the three-dot menu first), then use Delete all or tap individual clips to remove them. Samsung keeps the list until you clear it, so it does not expire the way Gboard does.
How to clear the clipboard on iPhone
The iPhone is the same as the Mac in spirit: there is no clipboard screen and no history, just the single last item. So you clear it the same way, by replacing it. Tap and hold in any text field, type or select one character, and copy it. That single character takes the place of whatever was on the clipboard, including a password or a code. There is no built-in button for this, and there does not need to be, because overwriting is the whole mechanism.
If you are not sure what is even on it, the quickest check is to tap and hold in a blank note and choose Paste. That shows you the current contents without changing them, and you can then overwrite it if it is something you would rather not leave lying around.
When clearing is not enough
Clearing the clipboard by hand works, but it relies on you remembering to do it every single time, right after you paste, which nobody manages reliably. The deeper issue is that the clipboard stores things in plain text that anything on the device can read. Clearing it faster does not change that, it just shortens the window.
The more durable fix is to stop keeping sensitive copies in readable form at all. A proper clipboard manager can keep the history that makes copy and paste genuinely useful while encrypting it, so a snooping app or a stolen backup finds nothing it can read. That way you get a history you can search instead of a slot you have to keep wiping. And for the highest-stakes copies, like the passwords and codes that prompt most people to clear in the first place, it helps to know when copying a password is safe and when it is not.