Your clipboard history stops responding when you press Win + V, or items you copy simply vanish from the history panel. It's frustrating, especially when you're juggling multiple copied items across a busy workflow. The good news? This is usually fixable in under an hour, and most users solve it with the first or second solution.
TL;DR
Enable clipboard history in Settings > System > Clipboard, restart the Clipboard User Service via services.msc, and restart Windows Explorer. If that doesn't work, clear your clipboard cache and test in Safe Mode to check for third-party software conflicts. Most clipboard history issues resolve within 15 minutes using these basic fixes.
Key Takeaways
- Clipboard history not working usually stems from the feature being disabled or a service crash
- The Clipboard User Service and Windows Explorer process directly control clipboard functionality
- Cache overflow happens when you hit 25 items or 4 MB per item limits, causing older entries to vanish
- Third-party clipboard managers or security software frequently interfere with Windows native clipboard
- Corrupted system files require DISM and SFC scans to repair properly
- Testing in Safe Mode instantly reveals whether third-party apps are the culprit
What Causes Clipboard History Not Working?
When clipboard history stops working, the issue almost always falls into one of a few distinct categories. The feature itself might simply be toggled off in Windows Settings, which is the single most common reason you'll see this problem. Users enable it once after a fresh Windows install and then forget it's there, so an accidental toggle or a system update re-disabling it feels like the feature broke completely.
The Clipboard User Service is a background Windows process that handles storing and retrieving your copied items. If this service crashes, hangs, or stops responding, your entire clipboard history becomes inaccessible even though the feature is technically enabled. You'll see this happen after a Windows update, a system crash, or when your system runs out of memory and kills non-critical services to free resources.
Cache overflow is another silent killer. Your clipboard history only stores 25 items maximum, and each item can't exceed 4 MB in size. When you hit these limits, Windows automatically purges the oldest unpinned items. If you're copying large files, high-resolution screenshots, or working with formatted content from Word or spreadsheets, you can hit these limits faster than you'd expect. Once the cache fills up, new items may fail to save, leaving you with an apparently broken feature.
Third-party clipboard managers or security software sometimes hijack Windows clipboard functions for their own purposes. Malwarebytes, some antivirus tools, and dedicated clipboard manager apps can suppress or override Windows native clipboard history. When these tools are active, Win + V either won't open at all or displays an empty history despite you actively copying items.
Corrupted system files affect clipboard less commonly but cause the most persistent headaches. If critical Windows components managing clipboard get corrupted (often from a bad update, sudden power loss, or hardware fault), even restarting services won't help because the underlying system code is broken. These require a system file repair using DISM and SFC command-line tools.
Clipboard History Not Working: Quick Fix
Enable Clipboard History and Restart Services Easy
- Open Windows Settings and navigate to clipboard options
Press Win + I to open Settings, then go to System > Clipboard. Check if the toggle for Clipboard history is turned On. If it's Off, click it to enable. You'll see a confirmation that clipboard history is now active. - Test basic functionality
Copy some text (Ctrl + C), then press Win + V. If the clipboard history panel opens and shows your copied item, the feature is working. If not, continue to the next step. - Restart the Clipboard User Service
Press Win + R, typeservices.mscand press Enter. In the Services window, scroll down to find Clipboard User Service. Right-click it and select Restart. Wait about 10 seconds for the service to fully restart (you'll see the status change). - Restart Windows Explorer
Press Ctrl + Shift + Esc to open Task Manager. Click the Details tab, then locate explorer.exe in the list. Right-click it and select Restart. Your taskbar will disappear momentarily and then reappear with a refreshed connection to clipboard services. - Verify the fix
Copy several items (text, URLs, snippets from different apps) and press Win + V. You should see all of them in the clipboard history panel in reverse chronological order (most recent at the top).
More Clipboard History Not Working Solutions
If the quick fix didn't fully resolve your issue, the problem likely involves cache overflow or third-party software interfering. The solutions in this section dig deeper into identifying what's actually preventing clipboard history from storing items properly.
Clear Clipboard Cache and Identify Third-Party Conflicts Medium
- Clear your clipboard history cache completely
Press Win + V to open clipboard history. Click the Clear all button at the top right of the panel. If that doesn't work, open Command Prompt as administrator (right-click Command Prompt and select Run as administrator), then typeecho off | clipand press Enter. This command sends an empty value to the clipboard and clears the history buffer. - Test clipboard after clearing cache
Copy several items one at a time and press Win + V after each copy. Do they appear in the history? If yes, the issue was cache overflow. If no, continue to the next step to check for third-party software interference. - Boot into Safe Mode to test third-party conflicts
Hold Shift and click the Restart button in your Start menu. When Windows restarts, select Troubleshoot > Advanced options > Startup Settings, then click Restart. When you see the startup menu, press 4 to boot into Safe Mode. Wait for Windows to fully load with minimal drivers and background services running. - Test clipboard history in Safe Mode
In Safe Mode, copy several items and press Win + V. If clipboard history works perfectly in Safe Mode, a third-party application running on your system is definitely causing the conflict. If it fails even in Safe Mode, skip to the system file repair solution. - Identify the conflicting application
Restart your computer normally. Open Settings > Apps > Startup. Disable all third-party applications from startup (leave Microsoft apps enabled). Restart and test clipboard history again. If it works, systematically re-enable startup apps one at a time, restarting each time, until clipboard breaks. The app that breaks it is your culprit. Uninstall, update, or configure that application to stop intercepting clipboard operations. - Alternative: Run Clean Boot
If you want a more thorough test, press Win + R, typemsconfigand press Enter. Go to the Services tab, check Hide all Microsoft services, then click Disable all. Go to the Startup tab, click Open Task Manager, and disable all startup programs. Restart your computer. Test clipboard history. If working, re-enable services and startup apps one at a time to identify the conflict.
Advanced Clipboard History Not Working Fixes
The advanced solutions here tackle system-level corruption and deep service issues that require administrative command-line tools. These fixes are thorough but time-intensive, taking 45 minutes to over an hour in some cases. Use these only if the previous solutions didn't resolve the issue, or if you suspect your system files were damaged by a crash or corrupted update.
Repair System Files with DISM and SFC Hard
- Open Command Prompt as administrator
Right-click Command Prompt in your Start menu search and select Run as administrator. You'll see a User Account Control prompt; click Yes to grant administrative privileges. This is required for DISM and SFC to access protected system files. - Run DISM scan and repair
Type the commandDISM /Online /Cleanup-Image /ScanHealthand press Enter. This scans your Windows image for corruption without repairing anything yet (takes 10-20 minutes). Once the scan completes, you'll see a report of any corruption found. Next, typeDISM /Online /Cleanup-Image /RestoreHealthand press Enter. This downloads clean versions of corrupted files from Microsoft servers and replaces them (takes 20-40 minutes). Do NOT close Command Prompt or restart your computer during this process. - Run System File Checker scan
After DISM completes, typeSFC /scannowand press Enter in the same Command Prompt window. SFC verifies every protected system file and repairs corrupted ones (takes 15-30 minutes). You'll see a progress bar and a log message at the end. If it says Violations found and fixed, system files have been repaired. If it says No integrity violations were found, your system files are clean. - Restart and test clipboard history
Once SFC finishes, typeexitto close Command Prompt. Restart your computer. After Windows fully loads, test clipboard history by copying several items and pressing Win + V. If items now appear and persist, system file corruption has been resolved. - Create a new user profile if clipboard still fails
If clipboard history still doesn't work after DISM and SFC repairs, user profile corruption might be the culprit. Open Command Prompt as administrator again and typenet user TestUser /addthen press Enter. Next, typenet localgroup administrators TestUser /addand press Enter. Sign out of your current account and sign into TestUser. Enable clipboard history in Settings and test Win + V. If it works in the new profile, your original user profile is corrupted. Either migrate your files to TestUser or delete TestUser and create a fresh version of your original account. - If issues began after a specific Windows update
If you recall clipboard breaking right after a Windows update, roll back that update. Open Settings > Windows Update > Update history > Uninstall updates. Find the problematic update (often version 24H2 for clipboard issues) and click Uninstall. Restart your computer. Check Feedback Hub (Win + F) to report the issue to Microsoft so they can fix it in future updates.
Clipboard history issues can often be resolved remotely by restarting services, clearing cache, and identifying software conflicts. If you've tried the solutions above and clipboard history still won't work, our technicians can remote into your system, diagnose the root cause using the Safe Mode and Clean Boot tests, and apply the appropriate fix without you leaving your desk.
Get remote helpPreventing Clipboard History Not Working
Keep clipboard history enabled permanently. This is the single biggest prevention measure. Many users enable it once and then forget about it, so check Settings > System > Clipboard monthly to confirm the toggle is still On. Windows updates occasionally reset this toggle, so a quick monthly verification prevents unexpected clipboard failures.
Pin important items that you need to preserve long-term. When you copy something you know you'll reference later, press Win + V to open clipboard history, find the item, click the three-tls" class="vae-glossary-link" data-term="dns-over-tls">dot menu next to it, and select Pin. Pinned items won't be removed even when you exceed the 25-item limit. This is especially useful if you copy content that takes time to recreate or formulate.
Clear your clipboard history regularly, especially if you work with large files or copy many items in a session. When your clipboard reaches the 25-item limit or when individual items exceed 4 MB, new items may fail to save. Press Win + V and click Clear all once a week if you're a heavy clipboard user. This prevents cache overflow from silently breaking the feature.
When copying from Microsoft Word repeatedly, get in the habit of pressing Ctrl + C twice with a brief delay. Word's clipboard system doesn't always sync perfectly with Windows clipboard history. This double-copy ensures your Word content is captured in both systems. If you notice Word content disappearing from clipboard history, this technique will fix it immediately.
Monitor Windows Update and check Feedback Hub if you suspect a recent update broke clipboard. Version 24H2 introduced known clipboard issues for some users. If you identify a problematic update, roll it back via Settings > Windows Update > Update history > Uninstall updates, then report the issue to Microsoft via Feedback Hub (Win + F). This helps Microsoft prioritize fixes for future patches.
Run SFC /scannow from Command Prompt as administrator once a month to catch system file corruption before it causes widespread issues. This proactive scan takes 15-30 minutes but prevents clipboard failures from silent file corruption. It's one of the most preventative system maintenance tasks you can perform on Windows 11.
Clipboard History Not Working: Summary
Clipboard history not working usually boils down to a disabled feature, crashed service, or third-party interference. Start with the quick fix of enabling clipboard history in Settings, restarting the Clipboard User Service, and restarting Windows Explorer. If that doesn't work, clear your cache and test in Safe Mode to identify third-party software conflicts. For persistent issues, run DISM and SFC to repair system file corruption. Most users solve clipboard history problems within 15-30 minutes using these solutions. If you're still experiencing issues after trying all steps above, contact your IT support or use our remote support service to diagnose the root cause on your specific system.


