How to Enable or Disable Clipboard Sync Across Devices in Windows 11
Clipboard sync in Windows 11 lets you copy text, images, and more on one PC and paste it on another. This feature extends your copy-paste ability across different computers, as long as both are signed into the same Microsoft account.
Windows 11 stores up to 25 recently copied items in your clipboard history, not just the last thing you copied. This means you can access a selection of previous copies on any connected device, saving you time and effort.
You can enable or disable this useful syncing feature directly within Windows 11’s Settings app.
Open Settings by pressing ⊞ Win+I. Navigate to System, then Clipboard. Toggle “Clipboard history across your devices” to On or Off to enable or disable sync.
How to Turn On or Off Clipboard Sync (Easy Way)
- Press ⊞ Win+I on your keyboard to open Settings .
- Click System on the left menu, then click Clipboard on the right.
- Find the option Clipboard history across your devices.
- Turn it On or Off as you want.
- If you turn it on, choose between:
- Automatically sync text that I copy – your clipboard copies sync right away.
- Manually sync text that I copy – you pick which clipboard items to sync.
- Close Settings when done.
Windows 11 clipboard sync can be easily turned on or off through the Settings app. Press the Windows key and ‘I’ together to open Settings, then go to System, and click on Clipboard. From there, you can find the ‘Clipboard history across your devices’ option and switch it on or off.


Using Clipboard History
More Advanced Options
Change Clipboard Sync Using Registry Files
For users who prefer more granular control, Windows 11 clipboard sync settings can be adjusted using the Registry Editor. This advanced method allows for direct management of how your clipboard history is shared. For automatic syncing, add a specific command to the registry under the 'HKEY_CURRENT_USER\Software\Microsoft\Clipboard' path.
To enable automatic clipboard syncing:
reg add "HKEY_CURRENT_USER\Software\Microsoft\Clipboard" /v CloudClipboardAutomaticUpload /t REG_DWORD /d 1 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Clipboard" /v EnableCloudClipboard /t REG_DWORD /d 1 /fTo enable clipboard syncing with manual selection:
reg add "HKEY_CURRENT_USER\Software\Microsoft\Clipboard" /v CloudClipboardAutomaticUpload /t REG_DWORD /d 0 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Clipboard" /v EnableCloudClipboard /t REG_DWORD /d 1 /fTo disable clipboard syncing (default setting):
reg add "HKEY_CURRENT_USER\Software\Microsoft\Clipboard" /v EnableCloudClipboard /t REG_DWORD /d 0 /fChange Clipboard Sync for All Users via Group Policy (For 🪟 Windows 11 Pro, Enterprise, or Education)
If you have Windows 11 Pro, Enterprise, or Education, you can manage Windows 11 clipboard sync for everyone on your PC using the Group Policy Editor. To do this, open the editor by pressing Windows key + R, typing 'gpedit.msc', and hitting Enter. Then, go to 'Computer Configuration' > 'Administrative Templates' > 'System' > 'OS Policies' to find the sync setting.
- Press Windows + R, type
gpedit.msc, and press Enter to open Local Group Policy Editor. - Go to: Computer Configuration Administrative Templates System OS Policies
- Double click on Allow Clipboard synchronization across devices.
- To enable syncing, select Not Configured. To disable syncing, select Disabled.
- Click Apply and then OK.
- Close the Group Policy Editor.


Change Clipboard Sync for All Users via Registry (Administrator access needed)
⚠️ ADMIN PRIVILEGES REQUIRED
To enable clipboard sync for all users:
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v AllowCrossDeviceClipboard /fTo disable clipboard sync for all users:
Windows 11 clipboard sync lets you copy items on one device and paste them on another. This clipboard sync feature keeps a history of up to 25 items and supports text, images, and HTML. You can pin important items, and choose to sync automatically or manually. Clipboard sync works when you are signed in with your Microsoft or work account.
How do I sync clipboard history in 🪟 Windows 11?
To sync clipboard items to your PC, you'll need to make sure the sync feature is turned on. Select Start Settings System Clipboard. Set the Sync across devices toggle to On. Then, select Automatically sync text that I copy.
How do I turn off clipboard sync?
Press Win + I to open Settings. Navigate to System Clipboard At the top of the page, toggle Clipboard history On to enable it or Off to disable it. Under Clipboard history across your devices, toggle On to allow syncing or Off to keep clipboard data local.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!