Windows Fixes

How Do I Fix Windows 11 Clipboard History Not Working?

Pressing Win + V in Windows 11 shows nothing, or clipboard history stopped working after an update? This guide covers enabling the feature, fixing the service, and resolving policy blocks with exact steps.

Issue type: Windows system — clipboard history not responding to Win + V, showing empty, or not saving copied items

SEO focus: If you are looking for windows 11 clipboard history not working, this guide starts with the fastest diagnosis, then moves to the exact fix that matches the symptom.

Short answer: Clipboard history in Windows 11 is disabled by default and must be manually turned on in Settings. If Win + V shows nothing at all, the feature is almost certainly just off. If it was working and stopped, either an update reset the setting, the clipboard service crashed, or a Group Policy on a managed device is blocking it. Check Settings first — the fix is usually a single toggle.

Windows 11 Clipboard History Not Working: Quick Diagnosis

Three different failure states require three different fixes:

Pressing Win + V shows a panel saying “Turn on clipboard history to see your history here”: The feature is simply disabled. Enable it in Settings (step 1 below) or click the “Turn on” button that appears directly in that panel. This takes 5 seconds.

Pressing Win + V shows an empty clipboard history panel even though you’ve copied multiple things: The feature is enabled but the clipboard service stopped saving entries. This happens when the service crashes, when a clipboard manager app is intercepting clipboard content before Windows saves it, or when the clipboard database file becomes corrupted. Restarting the service and clearing the corrupted history file resolves it.

Pressing Win + V does absolutely nothing — no panel, no sound, no response: Either the feature is disabled, the keyboard shortcut has been remapped or blocked by another app, or a Group Policy on a managed (work or school) device is preventing clipboard history entirely. If you’re on a personal PC and the shortcut does nothing, start with Settings to confirm the feature is enabled.

What to do first

  1. Enable clipboard history if it’s off. Go to Settings > System > Clipboard > toggle on Clipboard history. Immediately press Win + V and copy a piece of text. The panel should appear and show the copied item. If this was the fix, you’re done. Note: clipboard history is off by default on every new Windows 11 installation and resets to off after some major Windows Updates — this is the most common reason it “stops working.”
  2. If the toggle is already on and Win + V shows an empty panel, restart the Clipboard User Service. Press Win + R, type services.msc, and press Enter. Find Clipboard User Service (it may appear as “Clipboard User Service_[number]” with a suffix). Right-click > Restart. If it shows Stopped, right-click > Start. Copy some text and press Win + V to check whether items are now being saved.
  3. Clear the corrupted clipboard history database to force a fresh start. Press Win + V to open the clipboard history panel. At the top-right of the panel, click the three dots (…) > Clear all. This deletes all stored entries. Then copy several different items (text, then something else) and press Win + V to confirm new entries are being saved. If items now appear, the panel was stuck on a corrupted entry it couldn’t display.
  4. Check for a Group Policy blocking clipboard history. This is relevant if you’re on a work or school device, or if you’ve applied any privacy-hardening tweaks. Press Win + R, type gpedit.msc, and press Enter. Navigate to: Computer Configuration > Administrative Templates > System > OS Policies. Find the setting “Allow Clipboard History”. If it’s set to Disabled, that’s why the feature won’t enable — it’s being blocked at the policy level. Change it to Enabled or Not Configured, then restart Windows and toggle clipboard history on in Settings again.
  5. Check whether a third-party clipboard manager app (Ditto, CopyQ, ClipboardFusion, etc.) is running and intercepting clipboard events. Some clipboard managers take exclusive control of the clipboard, which prevents Windows from saving its own history. Temporarily close any clipboard manager from the system tray and test whether Win + V starts saving items. If it does, configure your clipboard manager to work alongside Windows clipboard history rather than replace it, or choose one and disable the other.
  6. Run SFC to check for corrupted clipboard components:
    sfc /scannow
    Restart after it completes, re-enable clipboard history in Settings, and test.

Common mistake

Assuming clipboard history is broken because Win + V doesn’t respond, and spending time on advanced fixes, when the feature was never enabled in the first place. Clipboard history is off by default in Windows 11. It also silently resets to off after certain cumulative updates and after major version upgrades. Before running any commands or editing any settings, open Settings > System > Clipboard and confirm the toggle is actually on. The majority of “clipboard history not working” reports come from the feature being off, not from a technical failure.

Best next step

If clipboard history is enabled, the Clipboard User Service is running, no Group Policy is blocking it, and items still won’t save, the issue may be a corrupted system file underlying the clipboard infrastructure. Run DISM /Online /Cleanup-Image /RestoreHealth followed by sfc /scannow, restart, and re-enable clipboard history. If the problem persists on a work or school device after all software fixes, confirm with your IT administrator whether clipboard history has been explicitly disabled through Intune, MDM, or Active Directory Group Policy — these remote policies can’t be overridden locally regardless of what you change in Settings or gpedit.msc.

Official reference: For official update guidance, check Microsoft’s Windows Update FAQ before using advanced repair steps.

Quick Q&A

Clipboard history works for text but doesn’t save images I copy. Is that expected?

Partially. Windows 11 clipboard history saves text, HTML, and small images by default. Very large images (high-resolution screenshots, large PNG files) may not be stored because Windows limits the clipboard history storage size. If screenshots are consistently not being saved, check whether the image size is above a few MB. For reliable image saving across sessions, a dedicated clipboard manager like Ditto or CopyQ handles larger files and keeps longer history than Windows’ built-in feature.

Clipboard history clears every time I restart Windows. Can I make it persist?

By design, Windows 11 clipboard history does not persist between restarts unless Sync across devices is enabled with a Microsoft account. When the PC shuts down, the in-memory clipboard history is cleared. To keep clipboard items across restarts, go to Settings > System > Clipboard > enable “Sync across your devices” and sign into a Microsoft account. Pinned items (items you pin by clicking the pin icon in the Win + V panel) do persist across restarts even without sync — pin items you need to keep long-term.

Win + V works but only shows the current clipboard item, not history. The list never has more than one entry.

This means clipboard history is enabled but items aren’t being accumulated. Check whether the Clipboard User Service restarts correctly after you copy multiple items. Also check whether an app you commonly use is calling the clipboard clear API after each paste — some office and productivity apps clear the clipboard automatically after pasting for security reasons, which empties the history. Try copying several items without pasting in between, then press Win + V. If multiple items now appear, the app’s post-paste clipboard clear is removing history entries as you work.