Windows 11 Clipboard History not working — Win+V opens nothing, the Clipboard History toggle appears to be on but the panel is empty, or the shortcut does nothing at all — usually comes down to one of three causes that are quick to identify. If you want the full context, see our Complete Guide to Fixing Windows, Browser, and Software Errors.
Three seconds of diagnosis before doing anything: press Win+V. Does the panel appear but show “Your clipboard history is empty”? That’s different from the panel not appearing at all, which is different from Win+V doing nothing. Each points at a different fix.
Panel appears but empty → Clipboard History is working but no content has been copied while it was enabled. Copy something → press Win+V → it should appear. If it doesn’t show after copying: Fix 2.
Panel doesn’t appear at all (Win+V does nothing) → Clipboard History is disabled or the service isn’t running. Fix 1.
Fix 1: Enable Clipboard History properly
Settings → System → Clipboard → “Clipboard history” → toggle On. This is sometimes displayed as on but not actually activated after Windows updates. Toggle it off → wait 5 seconds → toggle it back on → test Win+V.
Also: Win+V has two functions — if Clipboard History is disabled, it opens a simple clipboard viewer. If enabled, it opens the full history panel. After enabling, the Win+V panel looks different and shows multiple entries rather than just the current clipboard.
Fix 2: Clipboard service restart
Clipboard History runs through the Windows Clipboard service. Administrator Command Prompt:
net stop cbdhsvc
net start cbdhsvcOr in services.msc: “Clipboard User Data” service → Restart. After restarting: copy some text → Win+V → should now appear in the panel. If the service won’t start: check its startup type — should be “Automatic.”
Fix 3: Clipboard History and sign-in account
Clipboard History requires a Windows account (Microsoft account or local account) to store history. If you’re signed in as a guest or using a temporary account: Clipboard History is disabled by design and can’t be enabled. Settings → Accounts → Your info → confirm you’re signed in with a proper user account.
Group Policy restrictions
Enterprise Windows deployments can disable Clipboard History through Group Policy. If the toggle in Settings is greyed out or shows “Managed by your organisation”: IT has disabled it. Run → gpedit.msc → Computer Configuration → Administrative Templates → System → OS Policies → “Allow Clipboard History” → if set to Disabled: contact IT.
On personal Windows 11 Home machines: Group Policy Editor isn’t available, but a registry equivalent can achieve the same restriction. HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsSystem → check for “AllowClipboardHistory” → if it exists and is set to 0: deleting this registry value re-enables Clipboard History.
Clipboard sync across devices not working
The related feature “Sync across devices” (sharing clipboard between a phone and PC) is separate from local Clipboard History. If local history works (Win+V shows items) but sync doesn’t work between devices: that’s a separate Microsoft account and Phone Link configuration issue, not a Clipboard History failure.
Settings → System → Clipboard → “Sync across your devices” → requires signing in with a Microsoft account, not just a local account. Also requires the Microsoft SwiftKey or Phone Link app on the mobile device.
Specific content not appearing in history
Some applications block their content from appearing in Clipboard History: password managers specifically mark clipboard content as “sensitive” to prevent it appearing in history. Excel, Word, and some design tools also mark certain content as excluded from Clipboard History. This is security by design — passwords shouldn’t appear in a history log.
Clipboard content from these applications won’t appear in the Win+V panel even when Clipboard History is working correctly. This isn’t a bug.
SFC for clipboard infrastructure
If Clipboard History toggles on and the service starts but history still doesn’t capture: Windows system files related to the clipboard may be corrupted.
sfc /scannowAdministrator Command Prompt. After completion and restart: test Clipboard History again.
Our guide on Copy and Paste issues covers the related clipboard problems where content doesn’t transfer at all (as opposed to not appearing in history). For Group Policy and registry-level clipboard restrictions in enterprise environments, our Windows administrative settings guide covers the registry and policy configuration paths. Microsoft’s Clipboard History documentation covers the keyboard shortcuts, the pinned items feature (saving specific clipboard items permanently), and the cross-device sync prerequisites in detail.
Third-party clipboard managers conflicting
Clipboard managers like Ditto, CopyQ, ClipboardFusion, and 1Clipboard claim Win+V or the clipboard API in ways that can conflict with Windows’ built-in Clipboard History. When both are active: only one captures clipboard content, and which one gets priority varies. The symptom: Win+V opens the third-party manager instead of Windows’ built-in panel, or Windows’ panel appears but doesn’t capture any content because the third-party manager intercepted it first.
Test: disable all third-party clipboard managers (close them from the system tray) → copy content → test Win+V. If Windows’ built-in history now works: configure the third-party manager to not intercept Win+V, or choose between the two — third-party clipboard managers typically offer more features (tagging, search, plain text paste) but require the built-in history to be disabled to function without conflicts.
Windows Sandbox and Clipboard History isolation
Windows Sandbox runs in an isolated container that intentionally doesn’t share clipboard history with the host machine. Clipboard content copied inside Sandbox doesn’t appear in the host’s Clipboard History and vice versa. This is security by design, not a bug. The only exception: Windows Sandbox has a clipboard sharing configuration in its XML configuration file that allows basic clipboard sharing (but not history sharing) between Sandbox and host.
Clipboard history and images
Win+V stores text, rich text, HTML, and images. When copying a large image (screenshots of multi-monitor setups at high DPI, full-page screenshots): the Clipboard History panel may appear to lag while it processes and stores the image. Subsequent Win+V opens may show the image entry with a loading indicator before it renders.
Clipboard History has a size limit per item and an overall history size limit. Very large images may not be stored in history at all. The history panel shows items up to about 4MB; larger items are kept in the single-item clipboard but excluded from the history log.
Clipboard History panel keyboard navigation
The Win+V panel supports keyboard navigation: arrow keys scroll through items, Enter pastes the selected item, Delete removes an item from history, and the pin icon (keyboard shortcut visible in the panel) marks an item as persistent. Persistent (pinned) items survive “Clear all” operations and remain across restarts.
If items from Clipboard History are being lost across restarts: pinning important items preserves them. The rest of the history clears on restart unless pinned. This is expected behaviour — only pinned items are permanent, unpinned items are temporary session data.
Registry reset for Clipboard History
Clipboard History stores its enabled state in the registry. When this registry value becomes inconsistent with the Settings UI state: toggling the Settings switch appears to work but doesn’t persist. HKEY_LOCAL_MACHINESOFTWAREMicrosoftClipboard → check “EnableClipboardHistory” value → should be 1 when enabled. Also check the per-user value: HKEY_CURRENT_USERSoftwareMicrosoftClipboard → “EnableClipboardHistory” → should be 1.
If both values show 1 but Clipboard History still doesn’t work: delete both values → toggle Clipboard History off and on in Settings → the values are recreated correctly, which sometimes resolves inconsistent state that toggling the switch alone doesn’t fix.
Testing Clipboard History in a fresh browser session
Some browser configurations (Privacy-focused browsers, Chrome in Incognito) prevent clipboard operations from being stored in Windows Clipboard History for copied content from secure web forms (password fields, credit card fields). This is intentional — web applications can mark content as “sensitive” through the JavaScript Clipboard API, and Windows respects this marking by not storing it in history.
If content from a specific website never appears in Clipboard History: the website is marking its clipboard content as sensitive. This is by design for security-sensitive fields. Copying from a regular text editor always stores in history and confirms the mechanism works correctly.
Clipboard history not syncing after re-enabling
After disabling and re-enabling Clipboard History: previously copied items don’t appear in the new history session. History starts fresh from the point of re-enabling. This is expected — disabled periods don’t retroactively capture content that was copied while history was off. Copy new content after re-enabling to populate the history.
Win+V shortcut conflict
If Win+V does nothing at all — not even a brief panel flash — a different application may have claimed the Win+V shortcut and is intercepting it. This is relatively rare because Win+key combinations are typically system-reserved, but some keyboard customisation tools and macro software can override them.
Test: close all running third-party applications from the system tray → try Win+V. If it now works: one of the closed applications was intercepting the shortcut. Also: if you use AutoHotkey or a similar scripting tool, check active scripts for Win+V bindings that might override the system function.
Format compatibility in Clipboard History
Not all clipboard formats appear in history. The Clipboard History stores text, links, and images but not all custom application formats. For example: a cell range copied from Excel, a formatted table from Word, or a vector object from design software may not appear in Win+V history even though it’s on the clipboard. Pasting immediately (Ctrl+V) works; Win+V history shows nothing. This is a format limitation — complex application-specific clipboard formats aren’t part of the Clipboard History specification.
For content that doesn’t appear in Clipboard History: use Ctrl+V immediately after copying rather than relying on history. The content is on the clipboard (single-item) just not in the history log.
Understanding what Clipboard History actually captures versus what it intentionally excludes is half the troubleshooting. If Win+V is empty for a specific application’s content: the application is likely marking its clipboard data as sensitive or using a format Clipboard History doesn’t store. If Win+V is empty for all content: the feature is disabled or the service isn’t running. If Win+V shows the panel but content disappears after restart: pinned items are the solution for content that needs to persist.
Clipboard History and Remote Desktop
During Remote Desktop sessions: the clipboard works between local and remote machines (depending on RDP clipboard sharing settings) but the Clipboard History panel (Win+V) shows only the local machine’s history when the panel is opened locally. Content copied in the remote session through RDP clipboard redirection appears in the local clipboard (accessible via Ctrl+V) but may not appear in the local Clipboard History if the RDP clipboard redirection doesn’t flag it as a standard text or image format.
For capturing remote session clipboard content in history: ensure RDP clipboard sharing is enabled in the Remote Desktop connection settings (Show Options → Local Resources → Clipboard → checked). Content shared through RDP clipboard redirection then appears in both the local Ctrl+V clipboard and Win+V history as if it were copied locally.
Clipboard History size management
The Win+V panel accumulates items across sessions. Over time: with heavy use, the history can contain dozens or hundreds of items that slow panel opening. Periodically clearing old items (Win+V → three-dot at the top right of the panel → Clear all) keeps the panel performant. Pinned items are retained through Clear all operations, so important frequently-used text snippets can be pinned and then the rest cleared regularly without losing important content.
There’s no built-in setting to limit the maximum number of history items, but the panel self-limits to approximately 25–30 items by default, dropping the oldest unpinned items as new ones are added. If the panel seems slow: it may have accumulated many pinned items that aren’t being cleared. Unpinning and clearing items that are no longer needed keeps the panel fast. You might also run into Wireless Mouse Not Working on Windows 11.
The practical summary: Win+V does nothing → check the Settings toggle, restart the cbdhsvc service. Win+V shows empty panel → copy something first (the panel starts empty after enabling). Specific content not in history → the application marked it sensitive or used a non-standard format (this is correct behaviour). Third-party clipboard manager conflicts → disable the third-party tool while using Windows’ built-in. Content disappears after restart → pin items you need to persist. These five scenarios cover virtually all Clipboard History “not working” reports, and most resolve in under 2 minutes once the right scenario is identified. Related: Microphone Not Working on Windows 11.
For power users: the Clipboard History API is accessible to applications through the Windows Runtime APIs. Some productivity tools (AutoHotkey scripts, PowerShell scripts, custom utilities) can interact with Clipboard History programmatically — retrieving items, adding items, or clearing history. If you use such tools and Clipboard History behaves unexpectedly: check whether a background script is modifying the history. Win+V showing items appearing and disappearing rapidly, or the panel clearing unexpectedly, points at a running script that’s programmatically managing the clipboard rather than a Windows feature malfunction. If this sounds familiar, Windows 11 Clipboard Not Working is worth a look.







