A complete step-by-step guide on how to block Microsoft Edge from signing in automatically by applying system policies through the Windows Registry.
Full guide for Windows 10/11 — using Registry policies to block account sync, disable Windows account SSO, and force Edge to operate as a local-only browser.
⚠ This guide is for system administrators and technical users. It shows how to disable BrowserSignin, Sync, SSO, and Web Account Manager integration in Microsoft Edge.
Even if Windows is logged into a Microsoft Account, Edge can be forced to stay fully local — no auto sign-in, no sync, no profile linking. This method uses Registry-based policies identical to enterprise deployments.
This article disables:
After applying the policies, Edge behaves like:
Microsoft Edge uses Windows services such as WAM (Web Account Manager) and SSO APIs to retrieve your Microsoft credentials even if:
By default, Edge tries to “pull” your Windows login using:
SeamlessWebToBrowserSignInEnabledWebToBrowserSignInEnabledBrowserSigninThe fix below disables all three layers.
reg export "HKLM\SOFTWARE\Policies\Microsoft\Edge" "%USERPROFILE%\Desktop\edge_backup_HKLM.reg" /y
reg export "HKCU\SOFTWARE\Policies\Microsoft\Edge" "%USERPROFILE%\Desktop\edge_backup_HKCU.reg" /y