How to View Internet Passwords Saved on Your Device

Forgetting a Wi-Fi password or needing to retrieve a saved login credential is one of those everyday tech frustrations that feels harder than it should be. The good news: your devices almost certainly already have that password stored somewhere — you just need to know where to look. The catch is that the process varies significantly depending on your operating system, browser, and how the password was originally saved.

Where Passwords Are Actually Stored

When you connect to a Wi-Fi network or log into a website, your device doesn't just remember that you were there — it saves the actual credential in a password vault or credential store. These are secure, system-level locations designed to hold sensitive data encrypted at rest.

There are generally three types of storage you'll encounter:

  • Operating system credential managers (Windows Credential Manager, macOS Keychain)
  • Browser-based password managers (Chrome, Firefox, Safari, Edge each have their own)
  • Router-side storage — the password lives on the router itself, not your device

Understanding which one holds the password you're looking for is the first step.

How to View Wi-Fi Passwords by Operating System 📶

Windows

Windows stores Wi-Fi credentials in the Network and Sharing Center and through the command line.

Via Settings (Windows 10/11):

  1. Go to Settings → Network & Internet → Wi-Fi → Manage known networks
  2. Select the network, then click Properties
  3. Check Show characters next to the password field (only works if you're currently connected)

Via Command Prompt (for any saved network): Open Command Prompt as Administrator and run:

netsh wlan show profile name="NetworkName" key=clear 

Replace NetworkName with the actual SSID. Look for the Key Content field in the output — that's your password.

macOS

macOS stores network passwords in the Keychain Access app.

  1. Open Keychain Access (search in Spotlight)
  2. Search for the Wi-Fi network name
  3. Double-click the entry and check Show password
  4. You'll be prompted to enter your Mac login credentials to confirm

Android

Android doesn't expose saved Wi-Fi passwords through a simple menu on most versions. On Android 10 and later, you can:

  1. Go to Settings → Wi-Fi → tap the connected network
  2. Tap the Share or QR code icon
  3. The QR code encodes the password — you can scan it with another device or use a QR reader app to decode the text

Older Android versions typically require root access to retrieve plaintext passwords.

iOS / iPadOS

On iOS 16 and later, Apple added direct password visibility:

  1. Go to Settings → Wi-Fi
  2. Tap the info (ⓘ) icon next to a saved network
  3. Tap Password — Face ID or Touch ID will confirm your identity, then the password appears

On earlier iOS versions, this option doesn't exist natively. You'd need to use macOS Keychain if your devices share the same Apple ID, or check your router directly.

How to View Saved Website Passwords in Browsers 🔐

Browsers are often the most accessible vault for website login credentials.

BrowserPath to Saved Passwords
Google ChromeSettings → Autofill → Password Manager
Mozilla FirefoxSettings → Privacy & Security → Saved Logins
Microsoft EdgeSettings → Passwords
SafariSettings → Passwords (iOS) or Preferences → Passwords (macOS)

In each case, you'll see a list of saved usernames and domains. Clicking on an entry and selecting Show or the eye icon will reveal the password, usually after a biometric or system authentication check.

Important distinction: Passwords stored in a browser are tied to that browser profile, not the operating system. If you use Chrome on Windows, those credentials won't appear in Windows Credential Manager — they live inside Chrome's own encrypted store, synced to your Google account if sync is enabled.

Checking Your Router's Admin Panel

If you need to find the Wi-Fi password but don't have a device already connected, the router itself is the source of truth.

  1. Access the router admin interface — typically at 192.168.1.1 or 192.168.0.1 in a browser
  2. Log in with admin credentials (often printed on the router's label)
  3. Navigate to Wireless Settings or Wi-Fi Settings
  4. The network password (sometimes called the Pre-Shared Key or WPA Key) will be listed, often hidden behind a reveal toggle

This method works regardless of which devices have previously connected.

Variables That Affect How This Works

The steps above cover common scenarios, but several factors change what's actually possible:

  • OS version — Older Android and iOS versions lack the built-in reveal features added in recent updates
  • Admin privileges — Viewing some stored passwords (especially via command line on Windows) requires administrator-level access
  • Browser profile and sync settings — If passwords are synced to a cloud account (Google, Apple, Microsoft), you may be able to access them from another device entirely
  • Third-party password managers — If you use 1Password, Bitwarden, LastPass, or similar tools, those credentials are stored in the app's own vault, not the OS or browser
  • Encryption and authentication requirements — Most systems require you to verify your identity before revealing a plaintext password, which is by design

Whether retrieving a Wi-Fi password, digging up a forgotten login, or simply auditing what's saved across your devices, the right path depends on which combination of OS, browser, and credential manager is in play for your specific setup.