How To Find Saved Wi-Fi Passwords on Windows 10

📅
🕑 4 Minuten Lesezeit

Ever needed to connect your phone to Wi-Fi but forgot the password? Or maybe you’ve got a Windows 10 PC already connected to a network, and you want to see that saved password in case you need it somewhere else. Yeah, it’s a common frustration. Luckily, there are a couple of decent ways to pull up that saved Wi-Fi password without resorting to nuke-it-from-orbit solutions—or hacking. Just a heads up: the process isn’t as straightforward as it was in Windows 7, where you just right-clicked, clicked Properties, checked Show characters, and boom. Now, Windows packs more layers of security, which makes it a tad more annoying, but it still can be done.

Basically, you get two routes. One’s through the Network and Sharing Center, which is pretty visual but a little clunky. The other’s with Command Prompt, which relies on some commands but is faster once you get the hang of it. Neither method is exactly ‘click, see password, ’ but they work. And they’re better than guessing or resetting your router every time (not that I’ve ever done that…)

How to Find Your Wi-Fi Password in Windows 10

Viewing Wi-Fi password in Network and Sharing Center

Why it helps: This approach is good if you prefer clicking through menus, and you already have the Network settings window open. It shows the security key (password) in plain sight—kind of weird, but it works. Applies if you’re logged into your PC and connected already.

When it applies: If you like navigating menus and want a visual method rather than digging through commands. Keep in mind, you need admin rights to see the password this way, generally.

What to expect: You’ll end up in the Wireless Properties dialog where you can reveal the password by checking ‘Show characters.’ It’s not a secret anymore, at least on your computer.

Steps:

  • Open the menu: Right-click the wireless icon in your system tray and choose Open Network & Internet settings. Alternatively, type ncpa.cpl into the Start menu search box or Run (Win + R) and hit Enter. That opens the classic Network Connections window.
  • Locate your network: On the Network status page, look for Change adapter options and give it a click.
  • Open wireless properties: Double-click on the Wi-Fi network icon (or right-click it and choose Status) then click Wireless Properties.
  • View security details: Switch to the Security tab, then check the box Show characters. The password will become visible as plain text.

Note: This method won’t let you change the Wi-Fi password—that’s still through your router’s admin panel.

Using Command Prompt to see Wi-Fi passwords

Why it helps: This one’s more direct and powerful. It lists all saved Wi-Fi profiles and lets you drill down to see each password. Great if you’ve connected to multiple networks and want a quick way to ring them out without clicking through menus.

When it applies: When the menu method feels sluggish or if you’re comfortable with command lines. Also, if you want to script or automate retrieving passwords for multiple networks.

What to expect: The command will spit out profile details, including the password next to Key Content. If it doesn’t show up, you might need to run PowerShell or Command Prompt as administrator, but on most setups, regular user rights suffice.

Steps:

  • Open Command Prompt: Type cmd in the Start menu or taskbar search, then press Enter. No admin privileges needed, usually.
  • Get a list of saved Wi-Fi profiles: Enter this command and hit Enter:

    netsh wlan show profiles

    This will display a list of all networks your PC remembers. Find the profile name for the Wi-Fi you want.

  • Show the password for a specific profile: Type:

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

    Replace WiFiprofilename with your actual network name, like Office or HomeNetwork. The password will appear next to Key Content. If it’s not showing, double-check the profile name and that you’re not using quotes in the command unless needed.

Pro tip: Sometimes, Windows doesn’t have the password saved or the profile is corrupted. In that case, these methods won’t work, and you’d have to reset your Wi-Fi password on your router or contact your network admin. Also, some corporate setups might block this info for security reasons.

Because Windows can be a bit tricky about letting you see saved passwords, these aren’t foolproof, but on most personal setups, they should do the trick.

Summary

  • Access the Network & Sharing Center via menu or ncpa.cpl.
  • Open Wireless Properties and check “Show characters” for the password.
  • Or run commands like netsh wlan show profiles and netsh wlan show profile name="NetworkName" key=clear.
  • Most of the time, these work. If not, resetting your router or looking into your router’s admin panel might be needed.

Wrap-up

Finding a saved Wi-Fi password isn’t as simple as clicking a button anymore, but it’s still not impossible. These methods have saved many a facepalm moment when someone’s trying to connect a new device and the password’s lost in the ether. On one setup it worked on the first try, on another, I had to reboot or relog into the menu. Not totally consistent, but they get the job done. Maybe not perfect, but faster than resetting the router, at least.

Fingers crossed this helps someone skip the frustration and get that password back quick. It’s a pain, but it’s doable. Good luck!