How to Clear Clipboard in Windows: 5 Quick Ways

clear clipboard windows

Learning how to clear the clipboard on Windows PC is considered a basic data privacy protection practice. If you didn’t know yet that someone can access your PC browsing and working habits by accessing the clipboard history, you’re giving away personal and work data to strangers.

From copying and pasting snippets of code to duplicating intricate design elements, the clipboard serves as your trusty sidekick. Put an end to this data leak today and enhance data privacy on shared Windows computers by reading this article all the way through.

Method 1: Restarting the Clipboard User Service

Before the Windows 10 Insider Preview Build 17666, there was no dedicated user interface to manage clipboard data. So, if you’re on a Windows operating system built before May 9, 2018, and haven’t updated yet, follow these steps:

  1. Click the Windows flag or Start button.
  2. Type Services.
  3. Click on the Services app to launch the Services window.Start services
  4. Alternatively, press Windows + R.
  5. Type services.msc in the Open field.
  6. Click OK.Run services
  7. On the Services window, find the Clipboard User Service item.
  8. Right-click and choose Restart on the context menu.Clear clipboard windows from services

You’ve successfully cleared the Windows clipboard history.

Method 2: Using a Hotkey

Managing Windows clipboard content is super-easy if you’re using the most updated Windows 10 or Windows 11 PC. Here’s how:

  1. Press Windows + V from anywhere on your Windows 10 or 11 PC.
  2. The Clipboard interface will pop up.Windows clipboard
  3. Click the ellipses or three-dots icon in the top-right corner of a clipboard item.
  4. You should see three options: Delete, Pin, and Clear all.Clipboard UI
  5. If you need to erase a specific clipboard item, scroll the list and delete the item.
  6. If you want to delete the whole clipboard content, choose Clear all.Delete clipboard

Method 3: From Windows Settings App

Another intuitive way to manage clipboard content or delete entirely every saved data on the clipboard is the Clipboard Settings. Here’s how you can access and control it:

  1. Press Windows + I on your keyboard.
  2. Type Clipboard into the Find a setting field.
  3. On the search items, choose the Clipboard settings option.Clipboard settings
  4. Go to Clear clipboard data below the Clipboard section on the right-side menu of the Settings app.
  5. Click the Clear button to delete the clipboard data of the PC.

Method 4: Using a PowerShell Command

Are you a coding geek? Do you love to write scripts to automate various tasks on your Windows PC using PowerShell? Then, you’ll like these steps the most:

  1. Click Start and type PowerShell.
  2. Choose the Run as administrator option below the Windows PowerShell App section.Powershell admin
  3. You should now see the following command line interface:Powershell scripting interface
  4. There, copy and paste the following PowerShell script:Restart-Service -Name "cbdhsvc*" -force
  5. Hit Enter to execute.Running PowerShell code
  6. Now, press the Windows + V hotkey to verify that you’ve deleted the entire Windows clipboard.

Method 5: Prevent Windows From Storing Clipboard History

Most Windows PC users don’t know that Microsoft Windows enables the clipboard history feature by default. If you also didn’t know this before today, know that the best way to protect your privacy on a shared Windows PC is by deactivating the clipboard history feature. Find below how:

  1. Call the Windows Settings app by pressing the Windows + I keys.
  2. Search Clipboard in the Search field and select Clipboard settings.
  3. On the Clipboard interface of Windows Settings> System, go to Clipboard history.Clipboard history
  4. The radio button should show an On signal.
  5. Click it once to disable it.Disable clipboard history

Follow the above steps when you log in to any shared Windows PC before starting your work. Disabling the feature also clears existing history as shown below:

Can't show clipboard data

You must clear the clipboard data on Windows PC if you’re a privacy-conscious individual. It’s imperative to do so on every shared PC you use throughout the day. Do this at the beginning or end of the session to protect what you saved in the clipboard from prying eyes.

Deleted: Comment below if this Windows clipboard management article helped you.