How to Enable or Disable Clipboard Sync Across Devices in Windows 11
You enable or disable clipboard sync across devices in Windows 11 through the system’s Settings app.
Clipboard sync lets you copy content on one Windows 11 device and paste it right onto another. You just need to make sure both devices are signed in with the same Microsoft account.
Windows 11's clipboard sync feature stores up to 25 recent copy entries, not just the last item copied. This allows users to recall and paste multiple pieces of information across connected devices, improving productivity by providing a wider selection of previously copied content.
Clipboard syncing moves text, pictures, and other information between computers for Windows 11 users. This feature saves time by letting users avoid retyping or re-downloading content.
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.
Why Use Clipboard Sync?
- Keep multiple copied items: Clipboard history saves up to 25 things you copy, like text or pictures.
- Pin important items: You can “pin” items so they don’t get deleted, even when you restart your PC.
- Sync across devices: Copy on one PC, paste on another automatically or choose what to sync.
- Support for different formats: Works for text, images, and HTML content.
Windows 11 clipboard sync lets you copy something on one computer and paste it on another without extra steps. It keeps a history of up to 25 items, like text or pictures, and you can even pin important ones so they don’t disappear. This feature supports various formats, making it easy to move content between your devices.
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.
You can easily turn Windows 11 clipboard sync on or off through the Settings app. Just press Windows key + I to open Settings, then go to System, and select Clipboard. Here you’ll find the ‘Clipboard history across your devices’ option to toggle sync on or off, with choices for automatic or manual syncing.


Using Clipboard History
More Advanced Options
Change Clipboard Sync Using Registry Files
For advanced users, you can change Windows 11 clipboard sync settings using the Registry Editor. This method offers direct control over how your clipboard history is shared across devices. To enable automatic syncing, you’ll need to 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 but let you choose what to sync manually:
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 use Windows 11 Pro, Enterprise, or Education, you can manage Windows 11 clipboard sync for all users on a computer with the Group Policy Editor. Open it by pressing Windows key + R, typing ‘gpedit.msc’, and pressing Enter. Then, navigate to ‘Computer Configuration’ > ‘Administrative Templates’ > ‘System’ > ‘OS Policies’ to find the sync setting.
- 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:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v AllowCrossDeviceClipboard /t REG_DWORD /d 0 /fSummary
- Clipboard history helps you save and manage many copied items at once.
- You can sync clipboard items across your Windows devices using your Microsoft or work account.
- Choose to sync automatically or manually.
- Pinned items stay saved even after you restart your PC.
- Clipboard supports text, images, and HTML formats.
- If you’re not signed in with a Microsoft or work account, clipboard syncing won’t work across devices.
Windows 11 clipboard sync lets you save and manage many copied items, supporting text, images, and HTML. You can sync these items across your Windows devices using your Microsoft account, choosing between automatic or manual syncing. Pinned items remain saved even after restarting your PC, providing a convenient way to transfer content.
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!