Browsers

How to Enable or Disable Auto Sign-In on Microsoft Edge

Richard
Written by
Richard
Jan 27, 2025 Updated Apr 6, 2026 4 min read
How to Enable or Disable Auto Sign-In on Microsoft Edge

This article explains how to turn automatic sign-in on or off in Microsoft Edge on Windows 11.

Microsoft Edge is the default web browser in Windows 11. However, users can  switch to their preferred or favorite browser anytime. Edge is based on Chromium, which is the same technology used by Google Chrome and other modern browsers.

When you sign in to Microsoft Edge with a Microsoft account, you can sync your browsing data across all your other devices that use the same account with Edge.

If you’re not already signed in to Microsoft Edge, Microsoft will automatically sign you in using your login information from apps like Outlook or other Microsoft websites. You can turn this feature on or off whenever you want.

Microsoft Edge uses the WebToBrowserSignInEnabled policy to let users sign in to the same account in Microsoft Edge when they sign in to a Microsoft website. Microsoft also uses the SeamlessWebToBrowserSignInEnabled policy to sign you into Edge automatically without requiring you to do anything.

This SeamlessWebToBrowserSignInEnabled policy works when the WebToBrowserSignInEnabled setting is turned on.

Turn on or off automatic sign in to Edge

As mentioned, Microsoft Edge automatically signs users in using their login information from apps like Outlook and other Microsoft websites.

Here’s how to enable or disable it.

Step 1: Open Microsoft Edge.

Step 2: Click the “Setting and more” button (the 3 horizontal dots) in the top right corner and select “Settings”.

micrsoft edge browser more option and settings
micrsoft edge browser more option and settings

Step 3: Select “Profile” on the left side of the Settings page. Click the “Profile preferences” option on the right to expand it.

Microsoft Edge profile settings menu for managing automatic sign-in options

Step 4: Find the “Automatic sign in on Microsoft Edge” option. Toggle the switch button to turn it on or off.

Microsoft Edge profile button

Step 5: Close the Edge settings page when you’re done.

Enable or disable automatic sign in using the Windows Registry

Why do this? The Windows Registry method gives you more control and can be useful if you manage multiple computers.

What happens? You’ll create new settings that control automatic sign-in for all users on your computer.

Step 1: Open the Windows Registry on your computer.

Important: back up your registry before making any changes. You can also create a System Restore point as extra protection.

Step 2: Navigate to this folder path:

💻Code
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge

Step 3: Right-click on “Edge”. Select “New” and then “DWORD (32-bit) Value”. Create two new items with these names:

  • WebToBrowserSignInEnabled
  • SeamlessWebToBrowserSignInEnabled

Step 4: Double-click on each item you just created. Set the value to 1 to turn on automatic sign-in for all users:

💻Code
WebToBrowserSignInEnabled = 1
SeamlessWebToBrowserSignInEnabled = 1

Step 5: To turn off automatic sign-in for all users, set the value to 0 instead:

💻Code
WebToBrowserSignInEnabled = 0
SeamlessWebToBrowserSignInEnabled = 0
Microsoft Edge automatic sign in registry

Step 6: To restore the default behavior and let users choose, delete both items you created:

  • WebToBrowserSignInEnabled
  • SeamlessWebToBrowserSignInEnabled

Note: You may need to restart your computer for the changes to take effect.

Summary

Controlling automatic sign-in on Microsoft Edge in Windows 11 lets you choose how you want to use your browser. Here’s what you need to know:

  • You have choices: You can pick whether you want Edge to sign you in automatically or not.
  • Two ways to do it: You can use Edge settings or the Windows Registry. Pick whichever is easier for you.
  • Syncing across devices: When you use a Microsoft account, your browsing information syncs across all your devices. This makes it easy to pick up where you left off.
  • You’re in control: These settings let you customize your experience based on what you need.
  • Always back up first: Before changing the Windows Registry, create a backup to prevent problems.

Using these options, you can make Microsoft Edge work the way you want it to.

Frequently Asked Questions

How do I enable automatic sign-in on Microsoft Edge?

To enable automatic sign-in on Microsoft Edge, open the browser, click on the three horizontal dots in the top right corner, select 'Settings', then go to 'Profile' and toggle the switch for 'Automatic sign in on Microsoft Edge' to the On position.

Can I disable automatic sign-in on Microsoft Edge?

Yes, you can disable automatic sign-in on Microsoft Edge by going to 'Settings', selecting 'Profile', and toggling the switch for 'Automatic sign in on Microsoft Edge' to the Off position.

What is the WebToBrowserSignInEnabled policy in Edge?

The WebToBrowserSignInEnabled policy allows users to sign in to the same account in Microsoft Edge when they sign in to a Microsoft website, facilitating a seamless sign-in experience across devices.

How can I change automatic sign-in settings using the Windows Registry?

To change automatic sign-in settings using the Windows Registry, navigate to 'ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftEdge', create DWORD items for WebToBrowserSignInEnabled and SeamlessWebToBrowserSignInEnabled, and set their Value data to 1 to enable or 0 to disable.

What should I do before modifying the Windows Registry for Edge?

Before modifying the Windows Registry, it is crucial to back up your registry or create a System Restore point to prevent any potential issues that may arise from incorrect changes.

Was this guide 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.

2469 articles → Twitter

📚 Related Tutorials

How to Re-Sync Microsoft Edge Browser Data
Browsers How to Re-Sync Microsoft Edge Browser Data
How to Manage Browsing Data in Microsoft Edge
Browsers How to Manage Browsing Data in Microsoft Edge
How to sign out of your Microsoft account on all devices
Windows How to sign out of your Microsoft account on all devices
3 Steps to Enable or Disable Microsoft Edge AutoSuggest
Browsers 3 Steps to Enable or Disable Microsoft Edge AutoSuggest

Leave a Reply

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