If you copied a password, a photo, or a long paragraph and now want it gone for good, here’s how to clear clipboard content on whatever device you’re using. The fastest universal trick works almost everywhere: copy something else — even a blank space — and it instantly overwrites what was there before. Below, you’ll find the exact steps for Windows, Mac, Android, and iPhone, along with how to stop clipboard history from piling up in the first place.
Your clipboard is a small, temporary memory space your operating system uses to hold whatever you last copied or cut. Learning how to clear clipboard content matters most when that item is sensitive — a password, an OTP, or a personal message — since it can otherwise sit there longer than expected. Many modern systems also keep a separate “clipboard history” that stores several recent items rather than just one, so clearing the current item and clearing the full history are related but slightly different tasks, both covered below.
| Device | Fastest shortcut | Menu path |
| Windows 10/11 | Win + V, then “Clear all” | Settings > System > Clipboard |
| Mac | Copy a blank space, or run pbcopy < /dev/null in Terminal | Terminal (Applications > Utilities) |
| Android | Open keyboard’s clipboard icon, tap delete | Gboard/Samsung Keyboard clipboard tray |
| iPhone/iPad | Copy a blank space in Notes | Shortcuts app > “Adjust Clipboard” |
How to Clear Clipboard on Windows
Windows 10 and 11 keep a clipboard history feature that saves multiple copied items, not just the last one. Knowing how to clear the clipboard here means dealing with both the single active item and the saved history list.
Using Clipboard History (Win+V)
This is the quickest way to clear clipboard content on Windows because it shows every saved item in one panel.
- Press Windows key + V to open the Clipboard History panel.
- Click “Clear all” at the top to erase every saved item at once.
- To remove just one entry, hover over it, click the three-dot menu, and select “Delete.”
Using the Settings App
If the shortcut doesn’t work or history has been turned off, the Settings app offers the same control through a menu path.
- Open Settings (Windows key + I).
- Go to System, then select Clipboard.
- Click “Clear” under the Clipboard data section to wipe stored history.
Using Command Prompt (Quick Method)
For anyone comfortable with a command line, this is a fast, script-friendly way to clear clipboard data without opening any panel. In most versions of Command Prompt this works reliably, though exact behavior can vary slightly by Windows build.
- Open Command Prompt or the Run dialog (Windows key + R).
- Type echo off | clip and press Enter.
- This overwrites the clipboard with an empty value, effectively clearing it.
How to Clear Clipboard on Mac
macOS doesn’t retain a scrollable clipboard history by default — it only stores the single most recent item — so learning how to clear clipboard on Mac is simpler than on Windows, though the option isn’t as visible.
- Copy a blank space: open TextEdit or Notes, type a single space, highlight it, and press Command+C. This overwrites the existing clipboard content with essentially nothing.
- Use Terminal for a complete wipe: open Terminal from Applications > Utilities, type pbcopy < /dev/null, and press Enter. This clears the clipboard entirely rather than replacing it with a space character.
- Restart your Mac: since clipboard data lives in temporary memory, restarting the system clears it automatically along with other cached data.
How to Clear Clipboard on Android
Android itself doesn’t have one universal clipboard menu, since clipboard management is usually handled by your keyboard app. Most people asking how to clear the clipboard on Android are using Gboard or Samsung Keyboard, and both offer a visible clipboard tray.
- Open any app where you can type, then tap the text field to bring up the keyboard.
- Tap the clipboard icon on the keyboard’s toolbar to open the clipboard tray showing recently copied items.
- Tap the trash or delete icon next to an individual item, or look for a “Clear all” option if your keyboard offers one.
Exact button placement varies slightly by keyboard app version and Android skin, but the clipboard tray is the standard starting point on nearly all modern Android devices.
How to Clear Clipboard on iPhone or iPad
iOS has never had a native “clear clipboard” button, so knowing how to clear clipboard on an iPhone means using one of a few workaround methods that all achieve the same result.
- Copy a blank space: open Notes, type a single space or period, select it, and tap Copy to overwrite the existing clipboard content.
- Use the Shortcuts app: open Shortcuts, search the gallery for “Adjust Clipboard,” add it to your shortcuts, then run it and delete the current content or replace it with nothing.
- Restart your device: powering off and back on clears temporary system memory, including whatever is sitting in the clipboard.
- Limit app access: go to Settings > Privacy & Security > Paste from Other Apps to control which apps can even read your clipboard content going forward.
How to Stop Clipboard History From Saving
If you’d rather not repeatedly figure out how to clear clipboard data, you can turn off history saving at the source. On Windows, go to Settings > System > Clipboard and toggle off “Clipboard history,” which stops the system from retaining past items altogether. On Android, most keyboard apps let you disable clipboard suggestions or auto-saving inside the keyboard’s own settings menu, and on iPhone, restricting clipboard access per app through Privacy settings reduces how much gets stored and shared between apps in the first place.
Fixing a Clipboard That Won’t Clear
Occasionally, the clipboard seems “stuck,” showing the same content even after you’ve tried to clear clipboard data. This usually happens when a background app is actively holding a clipboard reference, when clipboard sync across devices is repopulating the item, or when a glitch in the keyboard or clipboard manager app needs a restart to resolve. Closing the app that made the original copy, disabling cross-device clipboard sync temporarily, or restarting the device typically resolves the issue when the standard clearing steps don’t stick.
Why Clearing Your Clipboard Matters for Privacy
Clipboard content isn’t as private as it feels — some apps can read clipboard data without asking, and copied passwords, banking details, or personal messages can linger there longer than expected if you don’t clear clipboard content manually. This risk is sometimes called clipboard hijacking, where malicious apps or scripts quietly grab whatever’s copied. This is general privacy guidance rather than a security audit, so for highly sensitive use cases, it’s worth reviewing your device’s own security settings as well. Making a habit of clearing sensitive copies immediately after pasting, and disabling unnecessary clipboard history syncing across devices, meaningfully reduces this exposure.
Frequently Asked Questions
Yes, once you clear clipboard content or overwrite it with something new, the previous item generally can’t be recovered through normal means.
No single shortcut works universally, but copying a blank space or new content is the closest universal trick across Windows, Mac, Android, and iPhone.
iOS was designed to hold only one clipboard item at a time and never included a dedicated clearing menu, which is why workarounds like copying blank text or using Shortcuts are necessary.
Yes, because clipboard data is stored in temporary system memory, a restart wipes it along with other cached, non-permanent data.
On some platforms, yes — certain apps can read clipboard data without explicit permission, which is part of why knowing how to clear the clipboard regularly matters for privacy.
On Windows, open the Win+V panel and delete the individual entry; on Android, use the trash icon next to that specific item in your keyboard’s clipboard tray.
No, basic copy and paste continues working normally — turning off history only stops the system from saving multiple past items for later reuse.
It’s simple and safe, but it’s an optional power-user shortcut; the Win+V panel or Settings app method is easier for most users.
No, every method above uses built-in tools already available on Windows, Mac, Android, and iPhone.