Skip to content
Computer Health September 12, 2026 9 min read

How to Find All Your Saved Passwords: 7 Places to Look

Avatar photo By John Johnes
Viewing saved passwords in a browser password manager on a laptop

You sit down at a new laptop, open your email — and draw a blank. The password isn’t in your head. It never was. It lives in some browser, on some device, saved by a pop-up you clicked three years ago.

Here’s the good news: those passwords aren’t lost. According to NordPass research, the average person now juggles about 120 personal passwords — and nearly all of them are sitting in one of seven places you can open in under a minute. This guide walks through every one of them, with the exact menu paths and commands that work in 2026.

Where are your passwords actually stored?

Almost every password you’ve ever saved lives in one of these: Google Password Manager (Chrome and Android), Apple’s Passwords app (iPhone, iPad, Mac), Microsoft Edge, Firefox, Windows Credential Manager, your router’s Wi-Fi settings, or a dedicated password manager app. Each keeps its own separate list — which is exactly why finding “all” your passwords means checking more than one spot.

Where What’s saved there Fastest way in
Google Password Manager Everything saved in Chrome or Android passwords.google.com
Apple Passwords app Safari + iPhone/iPad/Mac logins “Passwords” app (iOS 18+, macOS Sequoia+)
Microsoft Edge Edge logins + old Authenticator passwords Edge Settings → Passwords and autofill
Firefox Logins saved in Firefox about:logins in the address bar
Windows Credential Manager Network shares, remote PCs, some apps Search “Credential Manager” in Start
Windows (Wi-Fi) Every Wi-Fi network you’ve joined netsh command (below)
Password manager app Whatever you moved into it The app itself

On service calls we call this a password inventory: before changing anything, check all seven places and see what you actually have. It takes about 15 minutes and usually finds accounts people forgot existed.

How do you see passwords saved in Google Password Manager?

The fastest route on any device: go to passwords.google.com and sign in with your Google account. Every password Chrome ever saved for that account is there — searchable, editable, exportable. On a computer, you can also open Chrome’s menu (⋮) → Passwords and autofillGoogle Password Manager, or type chrome://password-manager/passwords into the address bar.

On your phone:

  • Android: open Chrome → ⋮ → SettingsGoogle Password Manager. Tap any entry and use Show password.
  • iPhone: open the Chrome app → ⋮ → Password Manager.

Chrome will ask for your Windows password, fingerprint, or Face ID before revealing anything — that’s normal and it’s protecting you. The full official walkthrough is in Google’s password manager guide.

Tip most people miss: Google Password Manager works even if you switched to a different browser years ago. Old passwords from your Chrome days are still in your Google account, waiting at passwords.google.com.

Where did Microsoft passwords go? (The 2025 change nobody noticed)

If you ever saved passwords in the Microsoft Authenticator app, this section is for you. In 2025 Microsoft removed password storage from Authenticator entirely: from June 2025 you couldn’t add new ones, in July autofill stopped, and by August saved passwords were no longer accessible in the app. Everything synced to your Microsoft account moved to Edge.

To find them today, open Edge → menu (…) → SettingsPasswords and autofill (or paste edge://settings/profiles into the address bar). One more 2026 twist: Edge’s separate “Wallet” hub was retired too, so if an older guide sends you to edge://wallet, that path is gone — passwords now live directly under Settings, as described in Microsoft’s own note on the change.

The catch: only passwords that were synced to your Microsoft account made the move. Anything stored only on the phone — including Authenticator’s generated-password history — didn’t survive the migration. If a login is missing, check whether you exported a backup before August 2025.

Which passwords is Windows itself hiding?

Windows keeps its own credential store, separate from every browser. It holds logins for network drives, remote desktops, Outlook, and some apps. Three ways in, from simple to IT-pro:

  1. Credential Manager: press Start, type Credential Manager, open it, and look under both Web Credentials and Windows Credentials.
  2. The classic dialog: press Win+R and run rundll32.exe keymgr.dll,KRShowKeyMgr — the old “Stored User Names and Passwords” panel, still alive in Windows 11.
  3. Command line: open Command Prompt and run cmdkey /list to see every stored credential at once.

And the one everyone asks about — Wi-Fi passwords. Windows remembers every network you’ve ever joined. Open Command Prompt as administrator and run:

netsh wlan show profiles
netsh wlan show profile name="YourNetworkName" key=clear

Look for the Key Content line — that’s the Wi-Fi password in plain text. Handy when a guest asks for your Wi-Fi and the sticker on the router is long gone. If you like this kind of thing, we’ve collected more in our guide to CMD commands that fix most Windows problems.

IT technician showing Windows Credential Manager to a client in a home office

How do you find every password on your phone?

On an iPhone, Apple gave passwords their own home: since iOS 18 there’s a dedicated Passwords app (look for the gray icon with a key). It holds everything Safari and iCloud Keychain ever saved, plus verification codes and passkeys. On older iOS versions, the same list is under Settings → Passwords.

On Android, saved passwords live in Google Password Manager: Settings → Passwords, passkeys & accounts (naming varies slightly by brand), or through Chrome as described above. Samsung owners may find a second stash in Samsung Pass — yes, another separate list.

Checking saved passwords in a password manager app on a smartphone

Case study: 120 passwords, one master key — and no way back in

A client in Charlotte’s Ballantyne area called us after upgrading his phone. Every password he owned was safely stored in Google Password Manager — banking, email, insurance, all of it. One problem: signing in to the new phone required his Google account password, and he hadn’t typed it since 2021. His recovery phone number? The old number he’d just given up. Recovery email? An ISP address that no longer existed.

The passwords weren’t gone, but the key to the vault was. It took more than a week of Google’s account recovery process to get back in — some people never do. Diagnosis: nothing was broken except the recovery settings nobody had checked in five years.

The lesson we now repeat on every service call: a password manager means you only need to remember one password — so treat that one differently. Two rules:

  • Make your master password (Google, Apple, or Microsoft account) long, memorable, and used nowhere else — a passphrase like four random words works well.
  • Check your recovery options today: current phone number, a recovery email you actually open. Google’s official page for this is Set up recovery options. It takes two minutes.

Already locked out? Start with our step-by-step guide to resetting a forgotten password the right way.

How do you check which passwords have already leaked?

Both big password managers now audit your logins against known data breaches, free:

  • Google Password Checkup: at passwords.google.com, open Checkup in the left menu. It flags passwords that are leaked, reused, or weak — fix the leaked ones first.
  • Edge: Settings → Passwords and autofill includes a password health / monitor view that does the same for Edge-saved logins.

If a password shows up as compromised, change it on the real site and everywhere you reused it. Not sure whether your accounts themselves were breached? Our email compromise audit guide covers that check in depth.

Should you move everything into a dedicated password manager?

Short answer: browser managers are fine until your life spans more than one ecosystem. The moment you use Chrome at work, an iPhone in your pocket, and Edge on the family PC, you have three disconnected password lists — and that’s exactly how logins get lost.

A dedicated manager (1Password, Bitwarden, and others) puts everything in one encrypted vault that works in every browser and on every device. The security model is genuinely different, too. 1Password’s design, for example, combines your master password with a 128-bit Secret Key stored only on your devices, and everything is end-to-end encrypted with AES-256 — meaning even the company itself cannot read your vault. That’s called zero-knowledge architecture: no employee, hacker, or subpoena on their servers can expose your plain-text passwords.

Practical migration path we use with clients: export from each browser (Chrome: Password Manager → Settings → Export passwords), import into the manager, verify a few logins work, then delete the export file — it’s an unencrypted CSV. Comparing free options first? See our roundup of the best free password managers.

What about passkeys — do passwords even matter anymore?

Passkeys (signing in with your fingerprint or face instead of a typed password) are rolling out fast — Google enables them by default, Microsoft is pushing them across its accounts, and roughly half of the biggest websites now support them. They’re faster and phishing-resistant, and you should turn them on where offered.

But don’t confuse the direction with the destination: the average person’s 120 passwords aren’t disappearing this decade. Banks, utilities, school portals, and that one insurance site from 2019 will keep asking for passwords for years. The winning setup in 2026 is both: passkeys where supported, and every remaining password organized in one manager you control — which, conveniently, is also where your passkeys can live.

Frequently asked questions

Is it safe to let Chrome save my passwords? Safer than reusing one password everywhere, and Google encrypts the data in transit and at rest. The weak spot is your Google account itself — protect it with a strong master password, two-factor authentication, and current recovery options.

What happened to passwords in Microsoft Authenticator? Microsoft removed password storage from Authenticator in mid-2025. Passwords synced to your Microsoft account are now in Edge under Settings → Passwords and autofill; unsynced entries did not migrate.

How do I find my Wi-Fi password on Windows? Open Command Prompt as administrator and run netsh wlan show profile name="YourNetwork" key=clear — the password appears next to “Key Content.”

How do I export all my saved passwords? In Chrome: Google Password Manager → Settings → Export passwords. In Edge: Settings → Passwords and autofill → export. The file is plain-text CSV — import it where needed, then delete it.

I forgot my Google account password. Now what? Go to google.com/accounts/recovery and work through the prompts on a device where you’ve signed in before — it dramatically improves your odds. Then set up proper recovery options so it never happens again.

Do passkeys replace password managers? No. Passkeys replace individual passwords on sites that support them, but you’ll hold passwords for years yet — and modern password managers store your passkeys alongside them.

Drowning in passwords? We untangle this every week

Consolidating four password lists into one manager, recovering a locked Google account, setting up recovery options for the whole family — this is bread-and-butter work for us. IT Carolina helps home users, home offices, and small businesses across Charlotte, NC, usually in a single visit.

Call (704) 520-0809 or book through our IT helpdesk service — we’ll leave you with one master password to remember and a plan for everything else.

John Jones

Senior IT Specialist, IT Carolina

John has 12 years of hands-on experience diagnosing and resolving computer, printer, and network issues for homeowners and small businesses across Charlotte, NC. He has helped hundreds of clients recover from Windows update failures, driver conflicts, and hardware problems — often resolving in a single remote or on-site session.


Call (704) 520-0809 · Same-day local IT