If you’ve ever hit Windows key + V and been mildly horrified by everything sitting in your clipboard history, from a password you copied months ago to random snippets of text you forgot you ever copied, you’re not alone. Windows 11’s clipboard history is genuinely useful for pasting multiple things without constantly re copying, but it also quietly holds onto everything you’ve copied until you clear it yourself, which isn’t great if you’re sharing a computer, worried about privacy, or just want a fresh start.
The good news is clearing it takes less than a minute, and there are a few different ways to do it depending on whether you want to clear everything, just one item, or stop it from saving anything going forward.
What Clipboard History Actually Is
Before jumping into the how to, it’s worth understanding what this feature actually does, since a lot of people don’t realize it’s even turned on. Normally, copying something in Windows only holds one item at a time, and copying something new overwrites whatever you copied before. Clipboard History changes that by keeping a running list of everything you’ve recently copied, so you can pick from past items instead of just the most recent one.
This is handled separately from your regular copy paste function, which is exactly why clearing it requires a specific menu rather than just copying something new to “overwrite” it.
Method 1: Clear Clipboard History Using the Clipboard Menu
This is the quickest way to clear everything at once.
- Press Windows key + V to open the Clipboard History panel
- Look for the Clear all option at the top of the panel (it usually appears as three dots ( ⋯ ) or a direct “Clear all” button, depending on your Windows version)
- Click Clear all, and confirm if prompted

This wipes out every item currently saved in your clipboard history, giving you a clean slate going forward.
Method 2: Delete a Single Clipboard Item
If you don’t want to wipe everything, just one sensitive or embarrassing item, you can remove entries individually.
- Press Windows key + V to open Clipboard History
- Hover over the specific item you want to remove
- Click the three-dot menu ( ⋯ ) that appears next to it
- Select Delete

This is handy when most of your clipboard history is still useful and you just need to get rid of one particular item, like a password or personal information you copied by accident.
Method 3: Clear Clipboard History Through Settings
Windows also lets you clear clipboard data directly from the Settings app, which some people find more straightforward than the popup panel.
- Open Settings (Windows key + I)
- Go to System > Clipboard
- Under the Clipboard history section, click Clear

This does the same thing as Method 1, just accessed through a different path, so use whichever feels more natural to you.
Method 4: Turn Off Clipboard History Entirely
If you’d rather Windows not save clipboard history at all going forward, you can disable the feature completely instead of clearing it manually every time.
- Go to Settings > System > Clipboard
- Toggle Clipboard history to Off

With this turned off, Windows goes back to only remembering the single most recent thing you copied, the same way it worked before this feature existed. You can always turn it back on later if you change your mind.
Method 5: Clear Clipboard History Using PowerShell
If you prefer doing things through the command line, or want to include this step in a script, PowerShell can clear clipboard history as well.
- Open PowerShell (search for it in the Start menu)
- Run the following command:
Get-Clipboard -Format Text | Out-Null; Set-Clipboard -Value $null
- This clears the current clipboard content, though for full clipboard history clearing, combining this with Method 1 or 3 ensures everything is wiped, since PowerShell primarily controls the active clipboard rather than the saved history panel directly

For most everyday users, this method is unnecessary since the Settings or Windows key + V methods are just as fast, but it’s a useful option if you’re automating cleanup tasks across multiple machines.
Does Clearing Clipboard History Delete Cloud Synced Clipboard Data Too?
If you have Clipboard sync across devices turned on ( found in the same Settings > Clipboard menu ), your clipboard history may also be synced to other Windows devices signed into the same Microsoft account. Clearing your clipboard history on one device doesn’t necessarily clear it everywhere automatically, so if privacy is a concern, it’s worth checking Clipboard History on your other devices too, or simply turning off clipboard sync altogether if you don’t need it.
Why You Might Want to Clear It Regularly
A few practical reasons this is worth doing more than just once:
- Privacy on shared computers. If you use a shared or public PC, clipboard history can expose things you copied, like passwords, personal messages, or account details, to whoever uses the computer after you.
- Avoiding accidental pastes. It’s easy to accidentally paste an old clipboard item into the wrong place, especially with sensitive information like account numbers or addresses.
- Keeping things organized. If you use clipboard history a lot for work, clearing out old, no longer relevant items makes it easier to quickly find what you actually need when pasting.
What Happens If Windows Key + V Doesn’t Work
Sometimes people go to clear their clipboard history and find the shortcut doesn’t even open anything, which usually means the feature was never turned on in the first place rather than something being broken.
- Go to Settings > System > Clipboard
- Make sure Clipboard history is toggled On
- Try Windows key + V again

If it still doesn’t open, restarting your PC often resolves it, since clipboard history occasionally needs a fresh session to start working properly, especially after a Windows update. It’s also worth checking that you’re not accidentally pressing a different shortcut combination, since some third party keyboard software or remapped keys can interfere with default Windows shortcuts.
How to Use Clipboard History More Effectively
Since you’re already taking the time to clean it up, it’s worth knowing a couple of features most people never discover that make clipboard history genuinely more useful day to day.
- Pin frequently used items. As mentioned earlier, clicking the pin icon on an item keeps it available permanently, which is great for things like your email signature, a commonly used address, or boilerplate text you paste often.
- Search within clipboard history. Once you have several items saved, you can start typing while the Windows key + V panel is open to filter down to the item you’re looking for, instead of scrolling through everything manually.
- Sync across devices when it’s useful. If you regularly switch between a work laptop and a home PC signed into the same Microsoft account, turning on clipboard sync (in the same Clipboard settings menu) lets you copy something on one device and paste it on another, which can be a genuine time saver for anyone juggling multiple computers.
Used this way, clipboard history stops being just a privacy thing to manage and actually becomes a handy tool that saves you a fair amount of repetitive copying and typing.
Frequently Asked Questions
Does clearing clipboard history delete what I currently have copied?
Yes, in most cases clearing clipboard history also clears whatever is actively on your clipboard, so if you still need to paste something right after clearing, copy it again first.
Will turning off Clipboard History delete my past clipboard items automatically?
Yes, disabling the feature clears out the saved history at the same time, so you don’t need to manually clear it first if you’re planning to turn it off anyway.
Can I pin items so they don’t get cleared?
Yes. Within the Windows key + V panel, you can click the pin icon on individual items to keep them saved even after using “Clear all,” which is useful for frequently used text you don’t want to keep re copying.
Is clipboard history the same as copy paste history in apps like Word?
No, those are separate features. Windows Clipboard History works system wide across any app, while some individual programs may have their own separate paste history that isn’t affected by clearing the Windows clipboard.