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 10, 2026 5 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

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.

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

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)

  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.

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.

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 ⊞ Win+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 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:

🗝️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 but let you choose what to sync manually:

🗝️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 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.

  1. Press ⊞ Win+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:

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v AllowCrossDeviceClipboard /t REG_DWORD /d 0 /f

Summary

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

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 *