Google Chrome provides a built-in feature to save passwords and passkeys, making it easier to manage your login credentials. However, in some cases, this option may be disabled and set to read-only, preventing users from enabling it through Chrome’s settings. This restriction is often applied by system administrators or through certain group policies. If you’re an administrator or have proper access, you can enable this feature by modifying the Windows Registry.
Here’s a step-by-step guide:
Warning: Backup Your Registry
Before making changes to the Registry Editor, create a backup. Modifying the registry incorrectly can cause system instability.
- Press
Windows + R
, typeregedit
, and press Enter to open the Registry Editor. - Click on File > Export and save a backup of your registry.
Steps to Enable “Offer to Save Passwords and Passkeys”
- Open the Registry Editor
- Press
Windows + R
, typeregedit
, and press Enter.
- Press
- Navigate to the Chrome Policies Path
- Go to the following registry key:Copy code
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
- Go to the following registry key:Copy code
- Locate the Parameter:
PasswordManagerEnabled
- In the right-hand pane, look for a DWORD value named
PasswordManagerEnabled
.
- In the right-hand pane, look for a DWORD value named
- Modify or Create the Parameter
- If the parameter exists and is set to
0
(disabled), double-click it and change its value to1
(enabled).- Value:
0
= Disabled1
= Enabled
- Value:
- If the parameter does not exist:
- Right-click on an empty space in the right-hand pane.
- Select New > DWORD (32-bit) Value.
- Name it
PasswordManagerEnabled
. - Set its value to
1
.
- If the parameter exists and is set to
- Restart Google Chrome
- Close all instances of Google Chrome.
- Open Chrome again and navigate to Settings > Autofill > Password Manager.
- The “Offer to Save Passwords and Passkeys” option should now be enabled.
Additional Notes
- Policy Overriding: If the setting reverts or remains read-only, check if a Group Policy is enforcing the restriction.
- Open the Group Policy Editor (
gpedit.msc
) and navigate to:Copy codeComputer Configuration > Administrative Templates > Google > Google Chrome
- Ensure the policy “Enable saving passwords to the password manager” is set to Enabled or Not Configured.
- Open the Group Policy Editor (
- For Non-Administrators: If you’re on a managed device, contact your system administrator to enable this feature.
By modifying the PasswordManagerEnabled
parameter in the Windows Registry, you can regain access to Chrome’s password-saving feature. This solution is particularly useful for IT administrators or advanced users who need control over Chrome policies. Always exercise caution when editing the registry and consult an expert if unsure.
Discover more from Let's Simplify
Subscribe to get the latest posts sent to your email.