UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Clipboard History Not Working: 7 Fixes for Windows 11
Troubleshooting

Clipboard History Not Working: 7 Fixes for Windows 11

Last updated: 3 May 202613 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

TL;DR

Clipboard history not working in Windows 11 is typically caused by the feature being disabled, service failures, or cache overflow. Enable clipboard history in Settings > System > Clipboard, restart the Clipboard User Service via services.msc, and clear the cache using Win + V > Clear all. If issues persist, restart Windows Explorer, test in Safe Mode for third-party conflicts, or run system file repairs using DISM and SFC commands.

Difficulty
Easy to Intermediate
Time
5-45 mins
Success rate
85% of users
Tools
Windows Settings, Services, Command Prompt

Clipboard History Not Working: 7 Fixes for Windows 11 (2025)

Clipboard history not working on your Windows 11 PC? You’re not alone. When the clipboard history feature stops saving copied items or fails to open with Win + V, it disrupts your workflow and forces you to recopy content repeatedly. This comprehensive guide provides seven proven solutions to fix clipboard history not working issues, from simple toggles to advanced system repairs.

⏱️ 11 min read
✅ 85% success rate
📅 Updated November 2025

Key Takeaways

  • Clipboard history not working is usually resolved by enabling the feature in Windows Settings and restarting the Clipboard User Service
  • Cache overflow (25-item limit) and third-party clipboard managers commonly interfere with Windows native clipboard history
  • System file corruption requires DISM and SFC scans to repair clipboard functionality
  • Microsoft Word uses a separate clipboard system that requires pressing Ctrl + C twice to sync with Windows clipboard history
  • Windows 11 update 24H2 introduced bugs affecting clipboard history for some users

What Causes Clipboard History Not Working in Windows 11?

Understanding why clipboard history not working occurs helps you choose the right solution. The Windows 11 clipboard history feature relies on multiple system components working together, and several factors can disrupt this functionality.

The most common cause is simply having the feature disabled in Windows Settings. Many users don’t realise clipboard history must be manually enabled, as Windows 11 ships with it turned off by default. The Clipboard User Service, which manages clipboard data storage and retrieval, can also crash or stop responding, preventing items from being saved.

Clipboard history has technical limitations that cause problems: a maximum of 25 items and 4 MB per item. When these limits are exceeded, the system may fail to save new content properly. Third-party clipboard managers, security software, and even Microsoft Office applications can conflict with Windows native clipboard history, overriding its functionality.

System file corruption, Windows Explorer glitches, and bugs introduced by Windows updates (particularly version 24H2) also contribute to clipboard history not working. These issues require more advanced troubleshooting approaches involving system repairs and diagnostic testing.

Clipboard History Not Working: Quick Fix

1

Enable Clipboard History and Restart Service Easy

Time Required: 2-5 minutes | Success Rate: High

This solution addresses the most common causes of clipboard history not working by ensuring the feature is enabled and the underlying service is functioning properly.

  1. Enable clipboard history in Windows Settings
    Press Win + I to open Settings, navigate to System > Clipboard, then toggle Clipboard history to On. If you use multiple Windows devices with the same Microsoft account, enable Sync across devices to share clipboard content between them.
  2. Test clipboard history functionality
    Copy some text by selecting it and pressing Ctrl + C, then press Win + V to open clipboard history. If the copied item appears in the list, the issue is resolved. If the clipboard history window doesn’t open or shows no items, proceed 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 for the service to restart completely before closing the window.
  4. Restart Windows Explorer process
    Press Ctrl + Shift + Esc to open Task Manager. Click the Details tab, locate explorer.exe in the list, right-click it, and select Restart. Your taskbar and desktop icons will briefly disappear and reappear as Explorer restarts.
  5. Verify clipboard history is working
    Copy several different items (text snippets, URLs, or other content), then press Win + V to confirm all items appear in your clipboard history. You should see a list of recently copied items that you can click to paste.
✓ Clipboard history should now function correctly, displaying all recently copied items when you press Win + V.
Warning: Restarting Windows Explorer will briefly hide your taskbar and desktop icons. Complete any unsaved work in File Explorer windows before proceeding.

More Clipboard History Not Working Solutions

2

Clear Clipboard Cache Easy

Time Required: 2-3 minutes | Success Rate: Medium to High

When clipboard history not working stems from cache overflow or corrupted cached data, clearing the clipboard resolves the issue. Windows 11 limits clipboard history to 25 items, and clearing this cache frees space for new content.

  1. Clear clipboard history via Settings
    Press Win + V to open clipboard history, then click Clear all at the top right corner. This removes all stored clipboard items except pinned ones.
  2. Alternative: Clear via Command Prompt
    Open Command Prompt as administrator by right-clicking the Start button and selecting Terminal (Admin). Type echo off | clip and press Enter. This command clears the clipboard completely.
  3. Test clipboard functionality
    Copy several different items and press Win + V to verify they’re being saved to clipboard history. If items now appear, the cache overflow was causing your clipboard history not working issue.
✓ All stored clipboard items are removed, freeing cache space and clearing potentially corrupted data.
3

Test for Third-Party Software Conflicts Intermediate

Time Required: 15-20 minutes | Success Rate: Medium

Third-party clipboard managers, security software, and other applications can interfere with Windows native clipboard history. Testing in Safe Mode identifies whether external software is causing clipboard history not working problems.

  1. Boot into Safe Mode
    Hold Shift whilst clicking Restart in the Start menu. Select Troubleshoot > Advanced options > Startup Settings > Restart. When the computer restarts, press 4 to select Safe Mode.
  2. Test clipboard in Safe Mode
    In Safe Mode, copy several items using Ctrl + C and test clipboard history with Win + V. If clipboard history works properly in Safe Mode, a third-party application is causing the conflict.
  3. Perform Clean Boot to identify culprit
    Restart normally, then press Win + R, type msconfig and press Enter. Go to the Services tab, tick Hide all Microsoft services, then click Disable all. Go to the Startup tab, click Open Task Manager, and disable all startup items. Restart your computer.
  4. Re-enable services systematically
    Test clipboard history after the Clean Boot. If working, re-enable services and startup items one by one (restarting each time) until you identify the conflicting application. Once found, uninstall or update that software.
✓ The specific application causing clipboard interference is identified and can be removed or reconfigured.
Warning: Safe Mode and Clean Boot disable security software temporarily. Avoid risky online activities during testing. Remember to re-enable all services and startup items after troubleshooting.
4

Fix Microsoft Word Clipboard Conflict Easy

Time Required: 1-2 minutes | Success Rate: High for Word users

Microsoft Word maintains its own separate clipboard system that can prevent content from appearing in Windows clipboard history. This specific issue affects users who frequently copy content from Word documents.

  1. Use double-copy technique in Word
    When copying text from Microsoft Word, press Ctrl + C twice with a brief delay (about one second) between presses. This ensures the content is copied to both Word’s internal clipboard and Windows system clipboard history.
  2. Disable Word clipboard if necessary
    In Word, go to File > Options > Advanced. Scroll to the Cut, copy and paste section and adjust settings to prioritise system clipboard over Word’s clipboard.
  3. Verify content appears in Windows clipboard
    After copying from Word, press Win + V to confirm the text appears in Windows clipboard history alongside other copied items.
✓ Content copied from Microsoft Word now appears in Windows clipboard history and can be accessed with Win + V.
Note: This issue is specific to Microsoft Office applications. Other programmes typically integrate properly with Windows clipboard history without requiring special techniques.

Advanced Clipboard History Not Working Fixes

5

Repair System Files with DISM and SFC Advanced

Time Required: 45-60 minutes | Success Rate: Medium

When clipboard history not working persists despite other solutions, corrupted system files may be the cause. Windows includes built-in repair tools that can restore clipboard functionality by fixing damaged system components.

  1. Run DISM scan to check Windows image
    Open Command Prompt as administrator by right-clicking the Start button and selecting Terminal (Admin). Type DISM /Online /Cleanup-Image /ScanHealth and press Enter. Wait for the scan to complete (typically 10-20 minutes). DISM checks the Windows image for corruption and reports any issues found.
  2. Repair Windows image with DISM
    In the same Command Prompt window, type DISM /Online /Cleanup-Image /RestoreHealth and press Enter. This downloads and replaces corrupted files from Windows Update servers. The process may take 20-40 minutes depending on your internet connection and system speed.
  3. Run System File Checker
    After DISM completes successfully, type SFC /scannow and press Enter. Wait for the scan and repair process to finish (typically 15-30 minutes). SFC verifies and repairs protected system files, including clipboard components.
  4. Restart and verify clipboard functionality
    Restart your computer after both scans complete. Test clipboard history by copying multiple items and pressing Win + V to verify all items are saved and displayed correctly.
✓ Corrupted system files are repaired, restoring proper clipboard history functionality.
Warning: DISM and SFC scans are time-intensive and require an active internet connection for DISM. Do not interrupt these processes as this may cause further system corruption. Ensure your laptop is plugged in if running on battery power.
For detailed information about system file repair, visit Microsoft’s official SFC documentation.
6

Create New User Profile Advanced

Time Required: 20-30 minutes | Success Rate: High if profile corruption is the cause

If clipboard history not working only affects your user account, profile corruption may be the culprit. Creating a new user profile provides a fresh environment without inherited corruption.

  1. Create new administrator account
    Open Command Prompt as administrator. Type net user TestUser /add and press Enter, then type net localgroup administrators TestUser /add and press Enter. This creates a new user account with administrator privileges.
  2. Sign into the new account
    Sign out of your current account by clicking the Start button, selecting your user icon, and choosing Sign out. On the login screen, select the TestUser account and sign in.
  3. Test clipboard history in new profile
    In the new user account, enable clipboard history in Settings > System > Clipboard, then test functionality by copying items and pressing Win + V. If clipboard history works properly, your original user profile is corrupted.
  4. Transfer data if necessary
    If clipboard works in the new profile, transfer your files from C:\Users\[OldUsername] to C:\Users\TestUser. Copy Documents, Pictures, Downloads, and other personal folders. You’ll need to reinstall applications or reconfigure settings in the new profile.
✓ A fresh user profile without corruption provides full clipboard history functionality.
Warning: Creating a new user profile requires transferring all personal files and reconfiguring applications. Ensure you have a backup of important data before proceeding. Consider this a last resort before reinstalling Windows.
7

Roll Back Windows Update Intermediate

Time Required: 10-15 minutes | Success Rate: High if update caused the issue

Windows 11 update 24H2 and other recent updates have introduced bugs causing clipboard history not working for some users. Rolling back problematic updates can restore functionality.

  1. Check Windows Update history
    Press Win + I to open Settings, navigate to Windows Update > Update history. Review recently installed updates and note the dates when clipboard issues began.
  2. Uninstall recent updates
    In Update history, click Uninstall updates. Find the update installed around the time clipboard history stopped working (particularly KB updates from the 24H2 release). Select the update and click Uninstall.
  3. Restart and test clipboard
    Restart your computer after uninstalling the update. Test clipboard history to verify functionality is restored. If successful, you can temporarily pause Windows updates to prevent reinstallation.
  4. Report the issue to Microsoft
    Press Win + F to open Feedback Hub. Report the clipboard issue with details about which update caused problems. This helps Microsoft identify and fix bugs in future updates.
✓ Problematic Windows update is removed, restoring clipboard history functionality.
Check Windows 11 update history for known issues with specific updates before uninstalling.

Preventing Clipboard History Not Working Issues

Preventing clipboard history not working problems is easier than fixing them. Regular maintenance and awareness of clipboard limitations help maintain consistent functionality.

Keep clipboard history enabled at all times via Settings > System > Clipboard to ensure the feature remains active. Windows doesn’t automatically re-enable it after certain system changes, so verify the toggle periodically. Pin frequently used clipboard items using the three-dot menu in clipboard history to prevent them being removed when the 25-item limit is reached.

Regularly clear clipboard history (Win + V > Clear all) to prevent cache overflow, especially if you copy large files or many items throughout the day. When copying from Microsoft Word, remember to press Ctrl + C twice with a brief delay to ensure items are added to both Word’s clipboard and Windows clipboard history.

If you use multiple Windows devices, enable ‘Sync across devices’ in clipboard settings with the same Microsoft account for consistent cross-device functionality. Be aware that only text content syncs across devices, not images or other formats.

Avoid copying unsupported formats or files larger than 4 MB, as these may not be stored in clipboard history even though they can be pasted immediately. Run SFC /scannow in Command Prompt as administrator monthly to detect and repair system file corruption before it causes clipboard history not working issues.

Keep Windows 11 updated via Windows Update, but monitor the Feedback Hub for known clipboard issues after major updates. If widespread problems are reported, consider delaying the update until Microsoft releases a fix. Review third-party clipboard managers and security software for conflicts, disable or uninstall if they interfere with Windows native clipboard.

Create regular system restore points before major Windows updates to enable quick rollback if clipboard functionality breaks. This provides an easy recovery option without requiring complete system repairs or reinstallation.

Understanding Clipboard History Limitations

Windows 11 clipboard history has built-in limitations that users should understand to avoid clipboard history not working confusion. The feature stores a maximum of 25 items, and when this limit is reached, the oldest unpinned items are automatically removed. To preserve important items permanently, click the three-dot menu next to any item and select ‘Pin’.

Each clipboard item is limited to 4 MB in size. Larger files or images won’t be saved to clipboard history, though they can still be pasted immediately after copying. This limitation prevents clipboard cache from consuming excessive memory and storage space.

Clipboard history supports text, HTML, and bitmap images, but some formats aren’t compatible. Complex data types, proprietary formats, or encrypted content may not appear in clipboard history even when the feature is working correctly. For users who need to manage clipboard content across different devices, consider that cloud synchronisation features only work with text content, not images or other formats.

Clipboard History Not Working Summary

Fixing clipboard history not working in Windows 11 typically involves enabling the feature in Settings, restarting the Clipboard User Service, and clearing cache overflow. Most users resolve the issue within minutes using the basic solutions provided in this guide.

For persistent clipboard history not working problems, advanced solutions including system file repairs with DISM and SFC, testing for third-party software conflicts in Safe Mode, and creating new user profiles address deeper system issues. Windows 11 update 24H2 introduced bugs for some users, making update rollback a viable solution when clipboard problems coincide with recent system updates.

Understanding clipboard history limitations, the 25-item maximum, 4 MB per item size limit, and format restrictions, helps prevent future issues. Regular maintenance including cache clearing, system file checks, and monitoring for software conflicts keeps clipboard history functioning reliably.

If all solutions fail to resolve clipboard history not working, consider performing an in-place Windows upgrade (repair install) using the Windows 11 Installation Assistant, or as a last resort, a clean Windows installation. Most users find success with the basic and intermediate solutions, avoiding the need for drastic system changes.

For related Windows 11 issues, explore our guides on Start menu problems and taskbar functionality issues, which often share similar troubleshooting approaches.

Frequently Asked Questions

Windows 11 clipboard history has a built-in limit of 25 items to manage memory usage. When this limit is reached, the oldest unpinned items are automatically removed. To preserve important items, click the three-dot menu next to any item and select 'Pin' to prevent it from being removed when new items are added.

Microsoft Word uses its own separate clipboard system that can override Windows 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 internal clipboard and Windows system clipboard, making it accessible via Win + V.

Yes, enable 'Sync across devices' in Settings > System > Clipboard. Ensure all devices use the same Microsoft account and have clipboard sync enabled. Note that only text content syncs across devices, not images or other formats. The sync feature requires an active internet connection on all devices.

Windows 11 clipboard history supports text, HTML, and bitmap images. Each 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. Complex data types and proprietary formats may not be compatible.

Press Win + V to open clipboard history, then click 'Clear all' at the top right. Alternatively, open Command Prompt as administrator and run 'echo off | clip'. For individual items, click the three-dot menu next to any item and select 'Delete'. Pinned items must be unpinned before they can be deleted from clipboard history.