How to disable password manager in Chrome?Solved

Participant
Discussion
Nov 17, 2025

Hey folks, I’m trying to figure out how to disable the password manager in Chrome using Hexnode on my Windows devices. It’s been auto-saving credentials and I want to turn that off across devices. Any ideas? 

Replies (5)

Marked SolutionPending Review
Participant
Nov 17, 2025
Marked SolutionPending Review

Can’t you do it using Web Content Filtering? Like, if you take the URL of Chrome’s password manager page — chrome://password-manager/passwords maybe you could just block it directly through the filtering rules? I’m not entirely sure if it works with internal browser URLs, but it might be worth trying if your filtering tool supports it.  

Marked SolutionPending Review
Participant
Nov 17, 2025
Marked SolutionPending Review

I would suggest to just disable Chrome altogether or push users to use a different browser, one that doesn’t have password saving built in. That seems to work pretty well in enterprise setups, at least from what I’ve seen.  

Marked SolutionPending Review
Hexnode Expert
Nov 17, 2025
Marked SolutionPending Review

Thank you all for the valuable input. Another way to approach this for Windows is by executing scripts to enforce Chrome policies. For example, to disable the password manager you can use a PowerShell script like the one given below:

Marked SolutionPending Review
Participant
Nov 17, 2025
Marked SolutionPending Review

@ezekiel honestly, if Chrome’s password manager is being a huge pain, just use another browser, man. No point fighting it if it’s messing things up, there are plenty out there that don’t save passwords by default. 

Marked SolutionPending Review
Participant
Nov 18, 2025
Marked SolutionPending Review

Script works well I guess but iyou’re looking to turn off Chrome’s Password Manager directly from your device, here’s how to do it: 

On a Computer:  

Open Google Chrome. 

  1. Click the three vertical dots (⋮) in the top-right corner and select Settings. 

  1. In the left sidebar, click Autofill and passwords, then choose Google Password Manager. 

  1. In the left menu, click Settings. 

  1. Toggle off: 

    • Offer to save passwords and passkeys 

    • Sign in automatically (optional, to prevent auto-login) 

Save