Clipboard History is one of those small but powerful features that can make your workflow in Windows 11 a lot smoother. It allows you to copy multiple items and access them later with just a few keystrokes. But if it suddenly stops working — you can’t open it, it doesn’t show copied items, or it keeps resetting — it can be frustrating, especially when you rely on it for multitasking.
In this guide, we’ll walk you through all the effective ways to fix broken Clipboard History in Windows 11. From simple restarts to registry fixes, we’ll cover everything step by step.
1. Restart the Clipboard History Feature
Sometimes, a quick toggle can refresh the Clipboard History service and fix temporary glitches.
- Press Windows + I to open Settings.
- Navigate to System → Clipboard.
- Turn Clipboard history off, wait a few seconds, and then turn it on again.
Now, try copying something and pressing Windows + V to see if it starts working again.
2. Check if Clipboard History Is Enabled
It’s possible that the feature got turned off after a system update or a reset.
- Open Settings (Windows + I).
- Go to System → Clipboard.
- Make sure the Clipboard history toggle is switched on.
If it’s already on, toggle it off and back on again just to refresh it.
3. Restart Windows Explorer
Clipboard History relies on Windows Explorer for its UI elements. Restarting it can resolve most temporary glitches.
- Press Ctrl + Shift + Esc to open Task Manager.
- Under the Processes tab, scroll down and find Windows Explorer.
- Right-click it and choose Restart.
Once restarted, press Windows + V again to check if Clipboard History opens correctly.
4. Clear the Clipboard Data
Corrupted clipboard data can sometimes break the history function. Clearing it might fix the issue.
- Press Windows + I and go to System → Clipboard.
- Scroll down and click Clear under the Clear clipboard data section.
- Restart your PC and check if Clipboard History works.
5. Run the System File Checker (SFC)
Corrupted system files can cause Clipboard History and other features to malfunction. Use the built-in SFC tool to repair them.
- Press Windows + S, type cmd, and choose Run as administrator.
- In the Command Prompt window, type:
sfc /scannow - Wait for the scan to finish. If it finds any corrupt files, it’ll automatically repair them.
- Restart your PC and try using Clipboard History again.
6. Use the DISM Tool
If SFC doesn’t fix it, DISM can help repair Windows system image files.
- Open Command Prompt (Admin) again.
- Type the following commands one by one and press Enter after each:
DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth - Once complete, restart your computer and check Clipboard History.
7. Re-enable Clipboard History via Group Policy Editor
If you’re using Windows 11 Pro or higher, Group Policy settings might be disabling the clipboard feature.
- Press Windows + R, type gpedit.msc, and hit Enter.
- Go to the following path:
Computer Configuration → Administrative Templates → System → OS Policies - On the right, double-click Allow Clipboard History.
- Select Enabled, then click Apply and OK.
- Restart your PC for the changes to take effect.
8. Fix Clipboard History Using Registry Editor
If Group Policy isn’t available (on Windows 11 Home), you can fix it using the Registry Editor.
- Press Windows + R, type regedit, and hit Enter.
- Navigate to this key:
HKEY_CURRENT_USER\Software\Microsoft\Clipboard - On the right, look for a DWORD value named EnableClipboardHistory.
- If it doesn’t exist, right-click the empty space → New → DWORD (32-bit) Value → name it EnableClipboardHistory.
- Double-click it and set its value to 1.
- Restart your computer.
9. Check Windows Updates
Clipboard-related bugs often get fixed through cumulative Windows updates.
- Open Settings → Windows Update.
- Click Check for updates.
- Install all available updates and restart your PC.
10. Reset Windows Clipboard Service (Advanced)
If none of the above methods work, you can reset the Clipboard service using PowerShell.
- Press Windows + S, type PowerShell, and select Run as administrator.
- Type the following command and hit Enter:
Get-Service | Where-Object {$_.Name -like "*clip*"} | Restart-Service - After restarting the service, check if Clipboard History is functional again.
Wrapping Up
Clipboard History is one of Windows 11’s most underrated productivity tools, but when it stops working, it can seriously slow down your workflow. Thankfully, restarting Explorer, clearing clipboard data, or re-enabling the feature through Settings or the Registry usually resolves the issue. If it persists, make sure your Windows installation is up to date and your system files are intact.
Once fixed, you’ll be able to press Windows + V and see your copied items again — just like it should be.