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
- Open Microsoft Edge.
- Click the three dots menu icon in the top right corner. Select Settings.
- On the left side, click Passwords and autofill. Then click Microsoft Password Manager on the right side.
- Find the option that says Ask to save passwords and passkeys. Toggle it On or Off based on what you want.
- Close the Settings tab when finished.



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
- Right-click the Windows Terminal app and select Run as administrator.
- 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 /fThis turns on “Ask to save passwords” for everyone. Users cannot turn it off in Option One.
To Always Disable Password Saving
- Right-click the Windows Terminal app and select Run as administrator.
- 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 /fThis turns off “Ask to save passwords” for everyone.
To Reset to Default Settings
- Right-click the Windows Terminal app and select Run as administrator.
- Run this command to return to default settings:
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge" /v "PasswordManagerEnabled" /fThis 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.




Leave a Reply