Skip to content
Follow
Browsers Windows

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

Richard
Written by
Richard
Apr 16, 2026 Updated Aug 12, 2026 4 min read
Desktop browser settings page with password toggle
Desktop browser settings page with password toggle

Saving passwords in Microsoft Edge on Windows 11 lets the browser remember your login details so you do not have to type them every time. Edge manages this through a built-in feature that prompts you to store usernames and passwords the moment you sign in to a website.

You can turn this password prompt on or off at any time in the Edge settings menu. Turning it off stops the browser from saving your private details, which keeps your computer more secure if other people share it.

⚡ Quick Answer

To enable or disable password saving, open Edge settings, navigate to Passwords and autofill, then toggle “Ask to save passwords and passkeys” on or off. For all users, use Windows Terminal with administrator privileges to modify the `PasswordManagerEnabled` registry key.

What Happens When You Enable Password Saving

Enabling the prompt causes Edge to query credential storage upon entering new login details. Accepting or declining the prompt dictates browser behavior. Subsequent visits leverage stored credentials for automated form completion.

What Happens When You Disable Password Saving

Disabling the feature terminates prompt generation for unrecorded logins. Manual credential entry remains fully functional. Previously recorded credentials continue working normally.

Option 1Turn Password Saving On or Off for Your Account

You can turn the ‘Ask to save passwords’ feature on or off in Microsoft Edge settings for your personal account.

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

⚠️ Admin Privileges Required — Administrative authentication is mandatory to execute this method.

This approach utilizes a Windows policy designated as 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:

    To always allow password saving in Microsoft Edge for everyone on your computer, you can use a command in Windows Terminal. Right-click the Windows Terminal app and select Run as administrator, then run the command provided. This activates the 'Ask to save passwords' setting for all users.


    ⚠️Warning
    The "Ask to save passwords" setting activates password saving for all users. This setting cannot be turned off within Option One, preventing individual users from disabling password saving on their Microsoft Edge browser.

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:

    To reset Microsoft Edge password saving to default settings, you can use a command in Windows Terminal. Right-click the Windows Terminal app and select Run as administrator, then run the command provided. This removes the policy, allowing users to control password saving in the browser's settings again.


    Removing the policy allows users to control password saving in Microsoft Edge. Users can now turn password saving on or off in the browser's settings. This gives individuals control over how their login details are stored for websites.

Additional Resources

Review procedures for inspecting or modifying credentials stored inside Microsoft Edge.

Summary

Managing password storage in Microsoft Edge involves account-level configurations or administrator commands. Personal accounts work best with Option One for quick toggling. Option Two suits administrators managing shared hardware.

  • 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.

Active states generate prompt displays during authentication workflows. Inactive states suppress prompt generation entirely. Legacy credentials operate independently of current configuration states. Selection criteria should balance security demands against operational convenience.

Why shouldn't you save passwords in the browser?

Browser credential storage introduces distinct security exposures. Hardware compromise or unauthorized physical access exposes recorded authentication tokens to extraction.

How to save Edge passwords to a file?

Exporting Microsoft Edge credentials to external storage requires navigating browser configurations and initiating a comma-separated values file export.

How to get Microsoft Edge to autofill passwords?

Automated credential population relies on activating both the 'Offer to save passwords' and 'Sign in automatically' parameters within browser preferences.

Is it safe to save passwords on Edge?

Microsoft Edge credential retention provides adequate security for general operations, provided underlying host operating systems maintain strict access controls and robust authentication.

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 View Local Group Policies that are Configured in Windows 11
Windows How to View Local Group Policies that are Configured in Windows 11
How to Turn Enhanced Security On or Off with Microsoft Edge
Windows How to Turn Enhanced Security On or Off with Microsoft Edge
How to turn Password Monitor on or off in Microsoft Edge on Windows 11
Browsers How to turn Password Monitor on or off in Microsoft Edge on Windows 11
How to Find and Manage Your Advertising ID Settings in Windows 11
Windows How to Find and Manage Your Advertising ID Settings in Windows 11

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

Leave a Comment

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