Skip to content
Follow
Windows

How to Enable or Disable Clipboard Sync Across Devices in Windows 11

Richard
Written by
Richard
Mar 6, 2026 Updated Jul 12, 2026 4 min read
How to Enable or Disable Clipboard Sync Across Devices in Windows 11
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.

⚡ Quick Answer

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)

  1. Press ⊞ Win+I on your keyboard to open Settings .
  2. Click System on the left menu, then click Clipboard on the right.
  3. Find the option Clipboard history across your devices.
  4. Turn it On or Off as you want.
  5. 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.
  6. 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.

Windows 11 Clipboard settings interface
Windows 11 clipboard settings tile for history

Clipboard history sync across Windows devices
Clipboard history sync across Windows devices

Using Clipboard History

💡Tip
Press Windows + V to open your clipboard history. You can see everything you copied. You can pin items or delete them.

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:

🗝️Registry
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 /f

To enable clipboard syncing with manual selection:

🗝️Registry
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 /f

To disable clipboard syncing (default setting):

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Clipboard" /v EnableCloudClipboard /t REG_DWORD /d 0 /f

Change 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.

  1. Press Windows + R, type gpedit.msc, and press Enter to open Local Group Policy Editor.
  2. Go to: Computer Configuration Administrative Templates System OS Policies
  3. Double click on Allow Clipboard synchronization across devices.
  4. To enable syncing, select Not Configured. To disable syncing, select Disabled.
  5. Click Apply and then OK.
  6. Close the Group Policy Editor.
Clipboard history across devices gpo
Clipboard history across devices gpo

Clipboard history across devices gpo options
Clipboard history across devices gpo options

Change Clipboard Sync for All Users via Registry (Administrator access needed)

⚠️ ADMIN PRIVILEGES REQUIRED

To enable clipboard sync for all users:

🗝️Registry
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v AllowCrossDeviceClipboard /f

To 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?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Enable or Disable Clipboard History in Windows 11
Windows How to Enable or Disable Clipboard History in Windows 11
How to See Devices Connected to Your Microsoft Account in Windows 11
Windows How to See Devices Connected to Your Microsoft Account in Windows 11
How to Remove a Device from Your Microsoft Account
Windows How to Remove a Device from Your Microsoft Account
How to Enable or Disable Regedit in Windows 11
Windows How to Enable or Disable Regedit in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *