Google Chrome ERR_INVALID_AUTH_CREDENTIALS: How to Fix It
Easy 5-20 minutes Medium Severity
Verified June 2026
- Error Code
- ERR_INVALID_AUTH_CREDENTIALS
- Brand
- Google Chrome
- Product Type
- browser
- Severity
- Medium
- DIY Difficulty
- Easy
- Estimated Fix Time
- 5-20 minutes
Ad
Tools You'll Need
- Google Chrome browser
- Access to Chrome Settings
- Access to chrome://net-internals (Chrome internal page)
- Administrator access to your computer (for network reset steps)
- Command Prompt or Terminal (optional, for network reset)
How to Fix Error Code ERR_INVALID_AUTH_CREDENTIALS
-
Double-Check Your Username and Password
-
Clear Saved Credentials from Chrome
Clearing saved passwords will remove all stored login data from Chrome. Make sure you know your passwords before proceeding, or export them first via Settings > Autofill > Password Manager > Export. -
Check and Correct Proxy Server Settings
Do not disable a proxy if you are on a corporate or school network — doing so may violate network policies or block your internet access. Check with your IT administrator first. -
Clear Chrome's DNS Cache and Reset Socket Pools
-
Disable Chrome Extensions Temporarily
-
Try an Incognito Window
-
Reset Chrome Network Settings
Running network reset commands requires administrator privileges. Only do this if you are comfortable using the command line and understand that it will reset all network adapters to default settings. -
Create a New Chrome Profile
-
Update or Reinstall Google Chrome
Before reinstalling, sign in to your Google account in Chrome and enable sync so your bookmarks, passwords, and settings are backed up to your Google account.
Ad
When to Call a Professional
If this error occurs exclusively on a corporate or workplace network and your IT team has not been able to resolve it, the issue may lie with server-side authentication configuration, Active Directory or LDAP credentials, or a proxy server that needs reconfiguration. In that case, escalate the issue to your IT administrator or the web server owner. Similarly, if the website itself is returning the error to all users — not just you — it is a server-side problem that only the site owner can fix.Frequently Asked Questions
What does ERR_INVALID_AUTH_CREDENTIALS mean in Chrome?
It means Chrome tried to authenticate with a website or proxy server using HTTP Basic or Digest authentication, but the server rejected the credentials as incorrect. This can happen due to a wrong username or password, outdated saved credentials in Chrome, or a misconfigured proxy server.
Why do I keep getting ERR_INVALID_AUTH_CREDENTIALS even with the correct password?
Chrome may be auto-submitting old, incorrect saved credentials before you can type the correct ones. Try clearing Chrome's saved passwords and autofill data via Settings > Privacy and security > Clear browsing data, then attempt to log in again. Also check if an extension such as a password manager or VPN is intercepting the authentication dialog.
Does ERR_INVALID_AUTH_CREDENTIALS mean my account is locked or hacked?
Not necessarily. In most cases it simply means the credentials being sent do not match what the server expects — often because of cached outdated data in Chrome. However, if you are certain your credentials are correct and the error persists, it is worth checking your account security on the website directly to rule out any unauthorized access.
Can a VPN or proxy cause ERR_INVALID_AUTH_CREDENTIALS?
Yes. If your VPN or proxy server requires authentication and those credentials have changed or expired, Chrome will show this error. Check your VPN app or proxy settings and ensure the username and password are current. You can also temporarily disable the VPN or proxy to confirm whether it is the source of the problem.
Does this error only happen in Chrome, or in all browsers?
This specific error message is Chrome-specific, but the underlying authentication issue can affect all browsers. If you test the same URL in Firefox or Edge and it works fine, the problem is isolated to Chrome's stored credentials or settings. If it fails in all browsers, the issue is with your network, proxy, or the website's server itself.