System Clear Clipboard History Data in Windows 11


Clipboard_History_banner.png

This tutorial will show you how to clear clipboard history data for your account in Windows 11.

When you copy something on your Windows PC, it’s automatically copied to your clipboard for you to paste.

Clipboard History in Windows 10 and Windows 11 lets you save multiple items to your clipboard.

Clipboard history also allows you to copy images and text from one PC to another with a cloud-based clipboard. Not only can you can paste from your clipboard history, but you can also pin the items you tend to use all the time and sync your clipboard history to the cloud.

Reference:

Clipboard history size limitations are 4 MB per item. Text, HTML, and Bitmap are supported.

Clipboard history is limited to 25 copied entries. Older items—unless they're pinned—are removed automatically to make room for new clipboard items.

Clipboard history gets cleared each time you restart the PC, except for those items you’ve pinned.

The sync feature in clipboard history is tied to your Microsoft account, or your work account, so remember to use the same login information on all your devices.




Contents

  • Option One: Clear Specific Clipboard History Data from Win+V
  • Option Two: Clear All Clipboard History Data Excluding Pinned Items from Win+V
  • Option Three: Clear All Clipboard History Data Including Pinned Items in Settings
  • Option Four: Clear All Clipboard History Data Excluding Pinned Items in Settings
  • Option Five: Clear All Clipboard History Data Excluding Pinned Items using Command
  • Option Six: Clear All Clipboard History Data Including Pinned Items using Command




Option One

Clear Specific Clipboard History Data from Win+V


1 Press the Win + V keys to open clipboard history.

2 Click/tap on the See more (3 dots) button of the clipboard item you want to delete. (see screenshot below)

3 Click/tap on the Delete (recycle bin) button.

Clipboard_History_Clear_specific.png





Option Two

Clear All Clipboard History Data Excluding Pinned Items from Win+V


1 Press the Win + V keys to open clipboard history.

2 Click/tap on the Clear all button. (see screenshot below)

Clipboard_History_Clear_all.png





Option Three

Clear All Clipboard History Data Including Pinned Items in Settings


1 Open Settings (Win+I).

2 Click/tap on System on the left side, and click/tap on Clipboard on the right side. (see screenshot below)


Clear_Clipboard_History_Settings-1.png

3 Turn Off Clipboard history on the right side. (see screenshot below)

4 If wanted, turn On Clipboard history again.

Turn_off_Clipboard_History_Settings.png

5 You can now close Settings if you like.




Option Four

Clear All Clipboard History Data Excluding Pinned Items in Settings


1 Open Settings (Win+I).

2 Click/tap on System on the left side, and click/tap on Clipboard on the right side. (see screenshot below)

Clear_Clipboard_History_Settings-1.png

3 Click/tap on the Clear button under Clear clipboard data on the right side. (see screenshot below)

If the Clear button is grayed out, then it means your clipboard history data has already been cleared.


Clear_Clipboard_History_Settings.png

4 You can now close Settings if you like.




Option Five

Clear All Clipboard History Data Excluding Pinned Items using Command


You must be signed in as an administrator to use this option.


1 Open Windows Terminal (Admin), and select Windows PowerShell.

2 Copy and paste either command below into Windows Terminal (Admin), and press Enter. (see screenshot below)

Restart-Service -Name "cbdhsvc*" -force

OR​

Restart-Service -DisplayName "Clipboard*" -force

3 You can now close Windows Terminal (Admin) if you like.

Clear_clipboard_history_command.png





Option Six

Clear All Clipboard History Data Including Pinned Items using Command


You must be signed in as an administrator to use this option.


1 Open Windows Terminal (Admin), and select Command Prompt.

2 Copy and paste the command below into Windows Terminal (Admin), and press Enter. (see screenshot below)

powershell $null=[Windows.ApplicationModel.DataTransfer.Clipboard,Windows,ContentType=WindowsRuntime]::ClearHistory(); del $env:LOCALAPPDATA\Microsoft\Windows\Clipboard\Pinned -Recurse -Force; Restart-Service cbdhsvc_*

3 You can now close Windows Terminal (Admin) if you like.

clear_all_clipboard_command.webp



That's it,
Shawn Brink


 
Last edited:
thanks for the guide, but my CLIPBOARD is always TURNED OFF .. for security purposes :D
 

My Computer

System One

  • OS
    Microsoft® Windows™ 11 Enterprise Edition 64 Bit
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo® ThinkPad™ Edge
    CPU
    Intel® Core i3 380M
    Motherboard
    Intel® 0578K6A
    Memory
    Hynix® 4GB Dual-Channel DDR3
    Graphics Card(s)
    OnBoard Intel® HD Graphics
    Sound Card
    OnBoard High Definition Audio Device
    Monitor(s) Displays
    ThinkPad™ LCD
    Screen Resolution
    1366 x 768
    Hard Drives
    Seagate® SATA-III 500GB
    PSU
    Lenovo® Standard PSU
    Case
    Lenovo® Standard Laptop
    Cooling
    Lenovo® OnBoard Standard
    Keyboard
    Lenovo® USB Keyboard
    Mouse
    Lenovo® Optical USB
    Internet Speed
    Home Fixed 100Mbps
    Browser
    Google® Chrome™
    Antivirus
    Microsoft® Windows Defender™
    Other Info
    Not Applicable (NA)
Option 6
Clear All Clipboard History Data Including Pinned Items using Command

Run as Administrator:
Code:
powershell $null=[Windows.ApplicationModel.DataTransfer.Clipboard,Windows,ContentType=WindowsRuntime]::ClearHistory(); del $env:LOCALAPPDATA\Microsoft\Windows\Clipboard\Pinned -Recurse -Force; Restart-Service cbdhsvc_*
 

My Computer

System One

  • OS
    Windows 7
Option 6
Clear All Clipboard History Data Including Pinned Items using Command

Run as Administrator:
Code:
powershell $null=[Windows.ApplicationModel.DataTransfer.Clipboard,Windows,ContentType=WindowsRuntime]::ClearHistory(); del $env:LOCALAPPDATA\Microsoft\Windows\Clipboard\Pinned -Recurse -Force; Restart-Service cbdhsvc_*

Thank you garlin. Now added as option 6. :shawn:
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
Back
Top Bottom