Skip to content
Follow
Browsers

How to Force Users to Sign Into Microsoft Edge on Windows 11

Richard
Written by
Richard
Jan 11, 2025 Updated Aug 13, 2026 2 min read
How to Force Users to Sign Into Microsoft Edge on Windows 11
How to Force Users to Sign Into Microsoft Edge on Windows 11

The BrowserSignin policy on Windows 11 forces anyone who opens Microsoft Edge to sign in with a Microsoft account before browsing the web. This system rule locks down the browser so no one can surf the internet anonymously.

IT administrators set up this requirement on school and office computers to keep track of user accounts and block guest access. You need administrative rights on your PC to put this rule into action.

⚡ Quick Answer

Configure the BrowserSignin policy in the Windows Registry. Navigate to ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftEdge, create a DWORD value named BrowserSignin, and set its value data to 2. This forces users to sign in to Microsoft Edge.

Force users to sign into Microsoft Edge

Microsoft Edge can enforce user sign-ins on Windows 11 through the Registry Editor (the database for core Windows settings ). This configuration mandates Microsoft account authentication upon the initial browser launch.

The configuration process requires a few precise steps.

Open the Registry Editor to begin.

Creating a registry backup or a System Restore point first protects the system against accidental mistakes.

💻Code
ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftEdge

Navigate to the target registry key, right-click the white space, and select New DWORD (32-bit) Value. Name this new entry BrowserSignin.

Double-click BrowserSignin and change its value data to 2 to require a sign-in.

Sigin into Microsoft Edge value
Sigin into Microsoft Edge value

Delete the "BrowserSignin" name created above to restore the default behavior and stop forcing users to sign into Microsoft Edge with their Microsoft account.

💻Code
BrowserSignin

A computer reboot may be required to apply the changes.

Sigin into Microsoft Edge
Sigin into Microsoft Edge

Configuration complete.

Examining the motivation behind this configuration clarifies its purpose.

Requiring users to sign into Microsoft Edge delivers a structured browsing experience paired with reliable data syncing. Authentication adds an extra security layer by verifying user identity before browsing starts.

  • Increased Security: Requires users to authenticate, adding a layer of security to browsing activities.
  • Data Synchronization: Ensures browsing data is seamlessly synced across devices.
  • Policy Control: Offers system administrators the ability to manage user access effectively.
  • Simple Implementation: The process involves making straightforward changes to the Windows Registry.
  • Easily Reversible: The enforcement can be undone by deleting the policy entry if needed.

Implementing this policy benefits organizations aiming to streamline user experiences while maintaining oversight of browser activity.

Was this guide helpful?

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 Change Copy-Paste Settings in Microsoft Edge
Browsers How to Change Copy-Paste Settings in Microsoft Edge
How To Fix Microsoft Edge Not Opening On Windows 11
Browsers How To Fix Microsoft Edge Not Opening On Windows 11
How To Fix Microsoft Edge High CPU Usage On Windows 11
Windows How To Fix Microsoft Edge High CPU Usage On Windows 11
How to Manage Browsing Data in Microsoft Edge
Browsers How to Manage Browsing Data in Microsoft Edge

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

Leave a Comment

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