Browser Saved Passwords Vanished? Here's the Real Fix

Cybersecurity & Malware Beginner 👁 8 views 📅 Jun 20, 2026

Your saved passwords disappeared? Don't panic. I'll walk you through three fixes, from a quick toggle to deleting corrupt files.

Why Your Saved Passwords Disappeared

I know this is frustrating. You open your browser to log into a site, and your saved password just isn't there. The list is empty, or grayed out. This happened to me once on Chrome 120 on Windows 11, right after a sync glitch. But here's the thing: your passwords are probably still there, just hidden or corrupted.

Most of the time, it's a small setting change, a sync error, or a corrupted database file. Let's fix it step by step. Start with the simplest fix—it takes 30 seconds. If that doesn't work, move to the next one.

Fix 1: Toggle Password Offer (30 Seconds or Less)

This is the quickest fix. Your browser might have stopped offering to save passwords after an update reset the setting. I've seen this on Chrome 121, Firefox 122, and Edge 121.

  1. Chrome: Type chrome://settings/passwords in the address bar and hit Enter. Make sure "Offer to save passwords" is turned ON. If it's off, turn it on. Then close and reopen Chrome.
  2. Firefox: Type about:preferences#privacy and look for "Logins and Passwords." Check "Ask to save logins and passwords" is checked.
  3. Edge: Type edge://settings/passwords and toggle "Offer to save passwords" to ON.

After toggling it back on, check your saved passwords list again. If they show up, you're done. If not, move to Fix 2.

Fix 2: Sign Out and Back Into Sync (5 Minutes)

If your passwords were synced across devices, a sync error could hide them. This happened to me when my Google account had a token issue after a password change. Here's how to reset sync without losing data.

  1. Chrome: Go to chrome://settings/syncSetup. Click "Disconnect your Google account." Check the box that says "Also clear your Chrome data from this device" — yes, do it. Then sign back in. This forces a fresh sync from the server.
  2. Firefox: Go to about:preferences#sync. Click "Disconnect". Then sign back in. Firefox will download your saved passwords again.
  3. Edge: Go to edge://settings/profiles. Click your profile, then "Sign out and sync". Sign back in.

Important: Make sure you know your password before signing out. If you have two-factor authentication, you'll need it. After signing back in, wait 1-2 minutes for passwords to reappear. If they don't, it's time for the advanced fix.

Fix 3: Delete the Corrupted Password Database (15+ Minutes, Advanced)

This is the nuclear option. The password database file on your computer can get corrupted after a crash, a bad update, or a disk error. Deleting it forces the browser to rebuild it from sync. But you must be signed in to sync first—otherwise, you'll lose all your passwords.

WARNING: Only do this if you're signed in to your browser sync and you're sure your passwords are backed up in the cloud. Test this by checking another device (like your phone) to see if passwords are there.

For Chrome on Windows

  1. Close Chrome completely.
  2. Press Windows + R, type %LOCALAPPDATA%\Google\Chrome\User Data\Default, and hit Enter.
  3. Find the file named Login Data. This is the password database. Right-click it and rename it to Login Data.old (so you can restore it if something goes wrong).
  4. Also delete the Login Data-journal file if it exists.
  5. Reopen Chrome. It will create a fresh Login Data file. Sign in to sync if you weren't already. Your passwords should download from the cloud.

For Chrome on macOS

  1. Quit Chrome.
  2. Open Finder, press Cmd + Shift + G, and type ~/Library/Application Support/Google/Chrome/Default/
  3. Rename Login Data to Login Data.old.
  4. Delete Login Data-journal if present.
  5. Restart Chrome.

For Firefox on Windows

  1. Close Firefox.
  2. Press Windows + R, type %APPDATA%\Mozilla\Firefox\Profiles\, and hit Enter. You'll see a folder named something like xxxxx.default-release. Open it.
  3. Delete these two files: logins.json and key4.db. Don't worry, they'll rebuild.
  4. Restart Firefox and sign in to sync.

For Edge on Windows

  1. Close Edge.
  2. Press Windows + R, type %LOCALAPPDATA%\Microsoft\Edge\User Data\Default, and hit Enter.
  3. Rename Login Data to Login Data.old.
  4. Delete Login Data-journal if present.
  5. Restart Edge and sign in to sync.

What If None of These Work?

If you've tried all three and your passwords still aren't showing, you might have a bigger problem. Check if your antivirus is blocking the browser's password manager. Some aggressive security suites (like Norton or McAfee) can interfere. Temporarily disable the password protection module and test.

Also, check if your browser is updated. Outdated versions can have bugs. Go to chrome://settings/help (or about:preferences#general for Firefox) to update.

One last thing: if you're using a third-party password manager like LastPass or Bitwarden, make sure its browser extension isn't conflicting. Disable it temporarily to see if your built-in passwords come back.

You're not alone in this. I've seen this issue on dozens of machines, and these three fixes solve it 95% of the time. Start with the toggle, then sync reset, then database delete. You'll have your passwords back soon.

Was this solution helpful?