How to Clear Your Paste Clipboard on Any Device
The clipboard is one of those invisible tools you use dozens of times a day without thinking about it. Copy a password, paste a link, grab a snippet of text — it all flows through the clipboard. But what happens to that data after you're done with it? On most systems, it just sits there, quietly waiting. Knowing how to clear it — and when — is a small habit with meaningful security implications.
What the Clipboard Actually Stores
When you copy something — text, an image, a file path — your operating system temporarily holds that data in a clipboard buffer. This is a reserved area of memory (RAM) that persists until you copy something new over it, restart the app, or clear it manually.
The catch: copying something new doesn't erase the old data securely — it just overwrites the reference. On systems with clipboard history or cloud sync features, older clipboard entries can persist well beyond a single session.
This matters most when you've copied:
- Passwords or authentication tokens
- Credit card numbers or banking details
- Personal identification information
- API keys or private credentials
How Clipboard Clearing Works Across Operating Systems
Windows 10 and 11
Windows introduced a Clipboard History feature (Win + V) that stores multiple recent entries. Clearing it requires two steps if you use this feature.
To clear the current clipboard: Press Win + V to open Clipboard History, then select Clear all in the top-right corner. Alternatively, you can run a simple command via Run dialog (Win + R):
This pipes an empty string to the clipboard, effectively overwriting whatever was there.
To disable Clipboard History entirely: Go to Settings → System → Clipboard and toggle off Clipboard history. This prevents Windows from logging multiple entries.
If you've enabled cloud clipboard sync (syncing clipboard across devices via your Microsoft account), clearing locally won't remove synced entries — you'll need to clear those from the Clipboard settings panel separately.
macOS
macOS doesn't natively log clipboard history, so there's no multi-entry history panel to manage by default. The clipboard holds one item at a time.
To clear it manually, open Terminal and run: