How to Enable Clipboard History and Sync in Regedit
Windows provides built-in tools to store multiple copied items and synchronize them across your Microsoft devices using the cloud. While these options are available in the standard Settings menu, you can also configure and enforce them directly through the Windows Registry. This guide walks you through enabling Clipboard History and Cloud Clipboard synchronization using the Registry Editor (Regedit).
Step 1: Open the Registry Editor
- Press Win + R to open the Run dialog box.
- Type
regeditand press Enter (or click OK). - If prompted by User Account Control (UAC), click Yes.
Step 2: Navigate to the Clipboard Registry Key
Paste the following path into the address bar at the top of the Registry Editor and press Enter:
HKEY_CURRENT_USER\Software\Microsoft\Clipboard
Note: If the Clipboard key does not exist under
Microsoft, right-click the Microsoft folder,
select New > Key, and name it
Clipboard.
Step 3: Enable Clipboard History
- Inside the
Clipboardkey, look for a DWORD (32-bit) Value namedEnableClipboardHistory.- If it does not exist, right-click an empty space in the right pane,
select New > DWORD (32-bit) Value, and name it
EnableClipboardHistory.
- If it does not exist, right-click an empty space in the right pane,
select New > DWORD (32-bit) Value, and name it
- Double-click
EnableClipboardHistory. - Set the Value data to
1. - Click OK.
Step 4: Enable Cloud Clipboard Synchronization
- In the same
Clipboardkey, look for a DWORD (32-bit) Value namedEnableCloudClipboard.- If it does not exist, right-click an empty space, select New
> DWORD (32-bit) Value, and name it
EnableCloudClipboard.
- If it does not exist, right-click an empty space, select New
> DWORD (32-bit) Value, and name it
- Double-click
EnableCloudClipboard. - Set the Value data to
1. - Click OK.
Step 5: Enable System-Wide Policies (Optional)
If your device is managed or you want to ensure the features are not blocked at the system policy level:
- Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System - Create or modify the following DWORD (32-bit) values:
AllowClipboardHistory: Set value data to1AllowCrossDeviceClipboard: Set value data to1
- Click OK for each value.
Step 6: Apply the Changes
- Close the Registry Editor.
- Restart your computer or sign out and sign back into your Windows account.
- Press Win + V to open and verify the Clipboard History interface. Cloud synchronization will automatically link to the active Microsoft account on the system.