You press Win+V expecting your recent clipboard items to appear, but the Clipboard History panel shows “No items”. This happens every time you restart or log out of Windows 11. The clipboard history feature is designed to store up to 25 text snippets, images, and HTML content across sessions, but a specific setting or service failure causes it to clear on each login. This article explains why the clipboard history resets and provides four tested methods to restore persistent clipboard history on Windows 11.
Key Takeaways: Fix Clipboard History Reset on Login
- Settings > System > Clipboard > Clipboard history toggle: Turn on the master switch for clipboard history to persist across sessions.
- Settings > System > Clipboard > Clear clipboard data > Don’t clear: Prevents automatic clearing of clipboard history on device restart.
- Win+V shortcut: Opens the clipboard history panel; requires the feature to be enabled and the clipboard service to be running.
Why Clipboard History Resets After Login on Windows 11
Windows 11 stores clipboard history in a system file called %LocalAppData%\Microsoft\Windows\Clipboard\clipboard.dat. This file is managed by the Clipboard User Service (cbdhsvc). When you log in, the service reads this file to populate the Win+V panel. If the service fails to start or the file becomes corrupted, the history appears empty.
Two settings directly control whether clipboard history persists across reboots. The first is the master toggle in Settings > System > Clipboard. The second is the “Clear clipboard data” option, which can be set to clear history automatically on restart. If either setting is off or misconfigured, your clipboard history will be lost after login.
Common Root Causes for Empty Clipboard History
The Clipboard User Service may be set to Manual or Disabled in the Services console. When set to Manual, the service starts on demand, but some system configurations prevent it from launching automatically at login. Group Policy settings from an IT administrator can also disable clipboard history entirely. Third-party clipboard managers often conflict with the built-in feature, causing it to reset.
Steps to Restore Clipboard History Persistence After Login
Method 1: Enable Clipboard History and Disable Auto-Clear
- Open Settings
Press Win+I to open Windows Settings. Navigate to System > Clipboard. - Turn on Clipboard history
Set the toggle under Clipboard history to On. If it is already On, toggle it Off and back On to refresh the setting. - Prevent auto-clear on restart
Under Clear clipboard data, select Don’t clear. This ensures data remains after reboot or login. - Copy a test item
Press Ctrl+C on any text. Then press Win+V to verify the item appears in the history panel. - Restart your PC
Click Start > Power > Restart. After login, press Win+V to confirm the test item is still present.
Method 2: Restart the Clipboard User Service
- Open Services
Press Win+R, typeservices.msc, and press Enter. - Locate Clipboard User Service
Scroll down and find Clipboard User Service (cbdhsvc_xxxxx). The suffix varies by system. - Check service status
Double-click the service. In the General tab, verify Startup type is set to Automatic. If it is Manual or Disabled, change it to Automatic. - Start the service
Click Start under Service status. If the service is already running, click Stop, then Start again. - Apply and close
Click Apply, then OK. Close the Services window and restart your PC.
Method 3: Run the Clipboard Troubleshooter
- Open Settings
Press Win+I and go to System > Troubleshoot > Other troubleshooters. - Find Clipboard troubleshooter
Scroll to Clipboard. Click Run. The troubleshooter scans for common issues and applies fixes automatically. - Follow on-screen prompts
If the troubleshooter finds a problem, it will suggest a fix. Click Apply this fix. Restart your PC after completion.
Method 4: Clear and Rebuild the Clipboard Cache
- Open File Explorer
Press Win+E. In the address bar, paste%LocalAppData%\Microsoft\Windows\Clipboardand press Enter. - Delete the cache file
Select the file namedclipboard.dat. Press Delete. Confirm the deletion if prompted. - Restart the clipboard service
Open Services as described in Method 2. Restart Clipboard User Service. The service will create a fresh clipboard.dat file on next copy action. - Test clipboard history
Copy a new item with Ctrl+C. Press Win+V to confirm the history panel shows the item.
Common Issues and Fixes for Clipboard History Not Persisting
Clipboard History Toggle Is Grayed Out
A grayed-out toggle indicates Group Policy or registry settings are blocking clipboard history. Press Win+R, type gpedit.msc Windows 11 Pro or Enterprise only. Navigate to Computer Configuration > Administrative Templates > System > OS Policies. Double-click Allow Clipboard History, set it to Enabled, and click OK. For Windows 11 Home, use Registry Editor: go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System, create a DWORD named AllowClipboardHistory, set value to 1, and restart.
Clipboard History Stops Working After a Windows Update
A recent update may have changed the Clipboard User Service startup type back to Manual. Open Services and verify the service is set to Automatic. If the service is running but history still fails, run the SFC and DISM tools. Open Command Prompt as administrator, run sfc /scannow, then DISM /Online /Cleanup-Image /RestoreHealth. Restart after completion.
Third-Party Clipboard Manager Conflicts
Applications like Ditto, ClipClip, or 1Clipboard can interfere with the built-in clipboard history. Temporarily disable or uninstall any third-party clipboard manager. Restart your PC and test Win+V. If history works, re-enable the third-party tool one at a time to identify the conflict. Use only one clipboard manager at a time to avoid service collisions.
Clipboard History vs Third-Party Clipboard Managers: Key Differences
| Item | Windows 11 Clipboard History | Third-Party Clipboard Manager |
|---|---|---|
| Storage limit | 25 items | Unlimited or configurable |
| Image support | Yes, up to 4 MB per image | Yes, often with larger size limits |
| Cloud sync | Yes, across Microsoft account devices | Varies by app |
| Search function | No | Often includes text search |
| Persistence across reboots | Requires settings and service to be correct | Usually persistent by default |
| System resource usage | Minimal, built into OS | Varies; may use more RAM |
Windows 11 clipboard history is lightweight and integrated with the operating system. Third-party managers offer more features like search, unlimited storage, and advanced organization. Choose based on whether you need basic persistence or advanced clipboard management.
You can now fix the empty clipboard history issue on Windows 11 by enabling the correct settings and ensuring the Clipboard User Service runs automatically. Verify the fix by copying an item, restarting your PC, and pressing Win+V to confirm the item persists. For advanced users, consider setting up a scheduled task that restarts the clipboard service at login to prevent future resets.