UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows 11 laptop on desk showing clipboard history empty screen with Win V shortcut keys highlighted, soft desk lamp lighting from side, focused troubleshooting atmosphere
Fix It Yourself · Troubleshooting

Windows 11 Clipboard history not working or saving

Updated 7 June 202611 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

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.

⏱️ 14 min read ✅ 87% success rate 📅 Updated May 2026

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

1

Enable Clipboard History and Restart Services Easy

  1. 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.
  2. 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.
  3. Restart the Clipboard User Service
    Press Win + R, type services.msc and 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).
  4. 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.
  5. 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).
Success: If clipboard history now displays your copied items, you've solved the issue. The feature should continue working until you intentionally turn it off or the next system update causes it to reset again.

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.

2

Clear Clipboard Cache and Identify Third-Party Conflicts Medium

  1. 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 type echo off | clip and press Enter. This command sends an empty value to the clipboard and clears the history buffer.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. Alternative: Run Clean Boot
    If you want a more thorough test, press Win + R, type msconfig and 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.
Success: If clipboard works in Safe Mode or Clean Boot but fails normally, you've identified third-party interference. Uninstalling or updating the conflicting app should restore full functionality.

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.

3

Repair System Files with DISM and SFC Hard

  1. 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.
  2. Run DISM scan and repair
    Type the command DISM /Online /Cleanup-Image /ScanHealth and 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, type DISM /Online /Cleanup-Image /RestoreHealth and 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.
  3. Run System File Checker scan
    After DISM completes, type SFC /scannow and 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.
  4. Restart and test clipboard history
    Once SFC finishes, type exit to 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.
  5. 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 type net user TestUser /add then press Enter. Next, type net localgroup administrators TestUser /add and 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.
  6. 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.
Success: DISM and SFC repairs resolve system file corruption in most cases. If clipboard works after these repairs, your system files are now clean and the feature should remain stable.
Note on Microsoft Word and clipboard history: If you use Microsoft Word frequently, be aware that Word maintains its own separate clipboard system. Items you copy within Word won't automatically appear in Windows clipboard history. To add Word content to Windows clipboard history, press Ctrl + C twice with a slight delay between presses. This ensures the content gets stored in both Word's clipboard and Windows system clipboard. See our file history backup guide for related file management issues if you're working with large document workflows.

Preventing 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.

Frequently Asked Questions

Windows 11 clipboard history has a built-in limit of 25 items to manage memory usage efficiently. When this limit is reached, the oldest unpinned items are automatically removed. To preserve important items indefinitely, click the three-dot menu next to any item in your clipboard history and select Pin. Pinned items won't be removed even when you exceed the 25-item limit.

Microsoft Word uses its own separate clipboard system that can override Windows clipboard history. Items copied within Word stay in Word's clipboard but don't automatically sync to Windows system clipboard history. To add Word content to Windows clipboard history, press Ctrl + C twice with a slight delay between presses. This copies the content to both Word's clipboard and Windows system clipboard.

Yes, you can enable Sync across devices in Settings > System > Clipboard. Ensure all your devices use the same Microsoft account and have clipboard sync enabled. Keep in mind that only text content syncs between devices, not images or other formats. This feature requires an active internet connection.

Windows 11 clipboard history supports text, HTML content, and bitmap images. Each individual item is limited to 4 MB in size. Unsupported formats or files exceeding this limit will not be saved to clipboard history, though they can still be pasted immediately after copying from the temporary clipboard.

Some Windows updates, particularly version 24H2, introduced bugs affecting clipboard functionality. Check your Windows Update history for recent updates and consider rolling back the problematic update via Settings > Windows Update > Update history > Uninstall updates. Report clipboard issues through Feedback Hub (Win + F) to help Microsoft identify and fix update-related bugs quickly.