How to Completely Disable ‘Sync your settings’ via Group Policy in Windows 11

The “Sync your settings” feature in Windows 11 allows users who log in with a Microsoft Account to automatically synchronize their preferences—including desktop themes, passwords, language preferences, and accessibility settings—across all devices tied to that account. While convenient for consumers, this cloud synchronization is a massive data leakage risk in corporate or highly secure environments. An organization must guarantee that the configuration of a hardened endpoint remains strictly local and cannot be overridden by a user syncing a custom theme or unauthorized settings from their personal home PC.

This guide explains how to completely disable the “Sync your settings” feature system-wide using the Group Policy Editor in Windows 11, isolating the endpoint’s configuration to the local hardware.

Disable Settings Synchronization via Group Policy

To enforce a strict block that severs the connection between the local configuration and the Microsoft cloud, we must deploy an administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions.

  1. Log into Windows 11 with an Administrator account.
  2. Press the Windows Key + R to open the Run dialogue box.
  3. Type gpedit.msc and press Enter to launch the Local Group Policy Editor.
  4. In the left-hand navigation pane, strictly follow this exact path:
    Computer Configuration > Administrative Templates > Windows Components > Sync your settings
  5. In the right-hand pane, locate the policy named Do not sync.
  6. Double-click the policy to open its configuration window.
  7. Select the radio button next to Enabled. (Note the double-negative: Enabling “Do not sync” turns the feature off).
  8. Click Apply, then click OK.

Verify the Synchronization Lockdown

To enforce the change immediately across the system, open an elevated Command Prompt and execute gpupdate /force. A system reboot is recommended to ensure all active cloud handshakes are terminated.

To verify the restriction is active, open the Windows Settings app (Win+I) and navigate to Accounts > Windows backup. Look at the section labeled “Remember my preferences”. The toggle switches for passwords, language preferences, and other settings will be completely greyed out and unclickable. A banner may also appear stating “Some of these settings are managed by your organization.” Your endpoint’s configuration is now entirely immune to cloud-based synchronization.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.