How to Enable or Disable Save Passwords in Microsoft Edge on Windows 11

Richard
Written byRichardTech Writer, IT Professional
Apr 16, 2026 3 min read

This tutorial shows you how to turn on or off the “Ask to save passwords” feature in Microsoft Edge. You can do this for just your account or for all users on Windows 11.

Why This Matters

Microsoft Edge is a web browser designed for Windows. It has built-in password management. When you enter a password on a website, Edge can ask if you want to save it. This makes logging in faster next time. If you sign in with your Microsoft account, your saved passwords sync across all your devices.

You might want to turn this feature off for security reasons. Or you might want to turn it on to make browsing easier. The choice is yours.

What Happens When You Enable Password Saving

When “Ask to save passwords” is turned on, Edge will prompt you each time you enter a new password. You can choose to save it or skip it. The next time you visit that site, Edge fills in your username and password automatically.

What Happens When You Disable Password Saving

When “Ask to save passwords” is turned off, Edge no longer asks if you want to save passwords. You can still manually add passwords if you want. Any passwords you already saved will still work.

Option One: Turn Password Saving On or Off for Your Account

  1. Open Microsoft Edge.
  2. Click the three dots menu icon in the top right corner. Select Settings.
  3. On the left side, click Passwords and autofill. Then click Microsoft Password Manager on the right side.
  4. Find the option that says Ask to save passwords and passkeys. Toggle it On or Off based on what you want.
  5. Close the Settings tab when finished.
micrsoft edge browser more option and settings
micrsoft edge browser more option and settings
Microsoft Password Manager settings page within the Edge browser interface
Toggle switch to enable or disable Ask to save passwords feature

Option Two: Enable or Disable Password Saving for All Users on the Computer

⚠️ Admin Privileges Required — You must be logged in as an administrator to use this method.

This option uses a Windows policy called PasswordManagerEnabled.

To Always Allow Password Saving

  1. Right-click the Windows Terminal app and select Run as administrator.
  2. Run this command to always enable password saving for all users:

    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge" /v PasswordManagerEnabled /t REG_DWORD /d 1 /f


    This turns on “Ask to save passwords” for everyone. Users cannot turn it off in Option One.

To Always Disable Password Saving

  1. Right-click the Windows Terminal app and select Run as administrator.
  2. Run this command to disable password saving for all users:

    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge" /v "PasswordManagerEnabled" /t REG_DWORD /d 0 /f


    This turns off “Ask to save passwords” for everyone.

To Reset to Default Settings

  1. Right-click the Windows Terminal app and select Run as administrator.
  2. Run this command to return to default settings:

    reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge" /v "PasswordManagerEnabled" /f


    This removes the policy. Users can now turn password saving on or off as they wish in Option One.

Additional Resources

View or edit your passwords in Microsoft Password Manager – Microsoft Support

Learn how to view or edit passwords you have already saved in Microsoft Edge.

Summary

Microsoft Edge offers two ways to manage password saving:

  • Option One lets you turn password saving on or off for just your account. This is the easiest method for most users.
  • Option Two lets administrators control password saving for all users on the computer. This requires admin access and uses Windows Terminal.

When password saving is on, Edge asks if you want to save passwords as you browse. When it is off, Edge stops asking. Either way, passwords you already saved continue to work. Choose the setting that works best for your security and convenience needs.

Richard2457 articles

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

Expertise:Windows 11Ubuntu LinuxCMSApps and Browsers
View all articles by Richard →

Categories:

Leave a Reply

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

Exit mobile version