How to Find Saved Wi-Fi Passwords on Windows 11 & 10

Logeshwaran

Open Command Prompt as administrator, type netsh wlan show profiles, then netsh wlan show profile name="YourNetworkName" key=clear, and look for the line marked Key Content — that is your saved WiFi password, in plain text, on both Windows 11 and Windows 10. Here is the part almost nobody mentions: that command doesn't need you to be connected to the network right now. Windows has been quietly holding onto the plaintext password for every network you've ever told it to remember, whether you're standing next to that router today or you switched ISPs three years ago.

⚡ Quick Answer

Open Command Prompt as adminWin + X, then Terminal (Admin)

List saved networksnetsh wlan show profiles

Reveal one passwordnetsh wlan show profile name="NetworkName" key=clear

This one command works identically on Windows 11 and 10 and even reveals passwords for networks you're not currently on. If you'd rather click through Settings instead of typing, jump to the Windows 11 GUI steps or the full Command Prompt walkthrough.

Jake had a customer standing at the counter with a new smart TV, asking for "the WiFi" — the same password Jake's own laptop had been auto-connecting to for two years without him ever typing it. He didn't know it. Nobody in the shop knew it. The router was in the back office, unlabeled, and the customer was starting to look at his watch.

That's the situation this post solves. Not "how does WiFi security work" — just: the password already exists somewhere on a device that's connected, and you need to see it in plain text, right now, without resetting anything or crawling under a desk to find a sticker on a router.

First, which situation are you actually in?

There are really only two starting points, and they change which method is faster for you:

You're connected to the network right now

Either the point-and-click method or the command works. Clicking through Settings is fine if you only need this once.

You're on a different network, or you need a password you saved months ago

The point-and-click method can't help here — the Wireless Properties screen only shows the security tab for the network your adapter is currently associated with. The Command Prompt method is the only one that reaches every saved profile, connected or not, which is why it's the method worth actually learning.

‍♂️ Jake's Reality Check

"Okay but I'm not on that WiFi right now — my laptop's on the shop's guest network. Am I stuck?"

Not if that laptop has ever connected to the network you need before. The saved profile stays on the machine regardless of what you're connected to today. If it's a network this specific PC has literally never joined, though, nothing in this post can retrieve a password it never had — you'd need the router itself, which we cover further down.

Windows 11: view it by clicking through Settings

Windows 11 moved most everyday network controls into the Settings app, but the actual password field still lives in the older Network Connections screen — Settings will show you the network's properties, but not the key itself.

Step 1. Right-click the network icon in the taskbar. This opens the Quick Settings flyout, not a right-click menu — that's expected, and it's the first Windows 11 trap worth knowing about before you go looking for a menu that isn't there anymore.

Step 2. Open the Run box (Win + R) and type ncpa.cpl, then press Enter. This is the classic "Network Connections" control panel — it never left Windows 11, it's just no longer linked from anywhere obvious.

Step 3. Right-click your WiFi adapter and choose Status, then Wireless Properties, then the Security tab.

Step 4. Check the box labeled Show characters. The password appears in plain text in the Network security key field.

⚠️ What this actually breaks

The Security tab only appears for the network your adapter is currently connected to. If you're on a different WiFi network or on ethernet, Wireless Properties will either be grayed out or missing entirely — this is the single most common reason people think the method "doesn't work" on Windows 11 when really they're just looking at the wrong connection.

Windows 10: the same screen, one click closer

Windows 10 gets you to the same Wireless Properties screen without needing ncpa.cpl as a shortcut, because Network and Sharing Center is still front-and-center rather than tucked behind Control Panel.

Step 1. Right-click the WiFi icon on the taskbar and choose Open Network and Sharing Center.

Step 2. Click the name of your connected network next to "Connections."

Step 3. Click Wireless Properties, then the Security tab, then check Show characters.

 What changed since we first wrote this

  • Then: back when we first covered this in 2016, the WiFi icon's right-click menu led straight to Network and Sharing Center on every version of Windows we tested it on.
  • Now: Windows 11 replaced that right-click menu with the Quick Settings flyout, so the same destination now needs the ncpa.cpl shortcut or a trip through Control Panel instead.
  • What that means for you: the underlying Security tab and Show characters checkbox haven't moved at all — only the path to get there has changed, and only on Windows 11.

Windows 11 vs Windows 10, side by side

If you're jumping between a work laptop on one version and a home PC on the other, here's every place the two operating systems actually diverge for this task — everything not listed below works identically:

Step Windows 11 Windows 10
Taskbar WiFi right-click Opens Quick Settings flyout, no menu Opens a right-click menu with Network and Sharing Center
Fastest way to Wireless Properties Run box → ncpa.cpl Network and Sharing Center → connection name
Security tab / Show characters Identical Identical
netsh wlan commands Identical Identical
Share network via QR code Built into Manage known networks Not available — type the password manually

The Command Prompt method (identical on Windows 11 and 10)

This is the version worth actually memorizing, because it doesn't care whether you're connected to the network in question. It reads directly from the saved profile list, so a password you saved on a trip six months ago is just as retrievable as the one you're using this second.

Step 1: Open Command Prompt as administrator

Press Win + X and choose Terminal (Admin) — this is the same shortcut menu whether the terminal opens into PowerShell or Command Prompt by default, and either shell runs the commands below the same way. The word "Terminal" here just means the window your typed commands run inside; it isn't a separate program from Command Prompt so much as a newer wrapper around it.

Step 2: List every saved network

Type netsh wlan show profiles and press Enter. "Profile" is Microsoft's word for a saved network's settings bundle — name, security type, and the encrypted key, all stored together. You'll get a list of every WiFi network this specific Windows account has ever told the PC to remember.

Step 3: Reveal one network's password

Type netsh wlan show profile name="NetworkName" key=clear, replacing NetworkName with the exact name from the list, quotes included if the name has spaces. Look for the line reading Key Content under the Security settings section — that's the plaintext password.

✅ Why this is the one to use

Ethan puts it bluntly: "The GUI method is a party trick you can only do once, on one network, while you're standing on it. The command works from anywhere, on anything you've ever saved, and takes the same ten seconds either way." If you're only doing this once for the network you're currently on, the clicking method is fine — but the moment you need a second network, or a network you're not on, the command wins outright.

The faster next step: skip typing it entirely (Windows 11)

Once you've found the password, the next thing most people need is to get a phone or a guest's device onto that network — which is where Windows 11 quietly saves you the typing. Open Settings > Network & internet > Wi-Fi > Manage known networks, click the saved network, and it displays a QR code. Scanning that code with a phone's camera joins the network automatically without the password ever being typed, read aloud, or shown on the phone's screen. Windows 10 has no equivalent — it's a Windows 11 addition, so on 10 you're back to typing the Key Content value you just revealed.

When it doesn't work — and what that means

"There is no such wireless interface on the system"

This means Windows can't currently see a WiFi radio to ask. Check that WiFi isn't switched off in Settings or Airplane mode, and that you're not running the command on a desktop PC with no wireless adapter at all. If the adapter has a driver problem, this error shows up even though the saved profiles technically still exist on disk.

The network isn't in the list at all

Either this PC has never actually connected to it, or the profile was deleted — manually forgotten from Settings, wiped by a "Reset network settings" action, or lost entirely in a clean install of Windows. None of these situations can be reversed by any command; the profile has to have existed to be readable.

Key Content shows up blank

Almost always this means you forgot the key=clear flag at the end of the command — without it, Windows lists the profile but deliberately leaves that field empty. If you did include it and the field is still blank, the profile is likely a work or school network pushed by group policy, where the administrator has configured the key to be non-exportable, or a certificate-based network with no simple password to show.

Access denied

The command window wasn't opened as administrator. Reading a saved key is treated the same way Windows treats revealing a saved browser password — a standard account can see that a network is saved, but not the key content behind it.

Edge cases: VMs, docking stations, and dual-band routers

Running Windows inside a virtual machine

A VM almost always connects through a virtual ethernet adapter created by the hypervisor, even if the physical host machine underneath is on WiFi. From the VM's point of view, there's simply no WiFi hardware to ask, so netsh reports no wireless interface regardless of what the host PC has saved. The password has to be pulled on the host operating system, not inside the VM.

Laptops docked with no WiFi in use

A laptop sitting in a docking station on ethernet still has its WiFi profiles saved — the adapter is just idle, not gone. Both the GUI and command methods keep working as long as the WiFi radio itself hasn't been disabled in Settings; ethernet-only doesn't erase anything.

Routers broadcasting separate 2.4GHz and 5GHz names

If your router uses two different network names for its two bands — commonly seen with the 5GHz band suffixed "-5G" — Windows treats them as two entirely separate saved profiles, each with its own Key Content, even if the actual password is identical on both. Run the reveal command against each name individually if you're not sure which band a device saved.

The Windows 11 right-click habit that trips people up

Anyone who learned Windows on 10 or earlier has a habit of right-clicking the taskbar's WiFi icon expecting a text menu with "Open Network and Sharing Center" sitting near the top. On Windows 11 that click opens the Quick Settings flyout instead — a panel of toggles and a WiFi list, with no path to the properties screen at all. It isn't broken; Microsoft genuinely moved that destination behind Settings and the classic Control Panel instead of the taskbar icon. The ncpa.cpl shortcut from earlier in this post sidesteps the whole flyout and drops you straight into the screen you actually want.

If the password was never saved on any device

Neither method here can hand you a password Windows never had. If no device you own has ever connected — or every device that once knew it has since been wiped or replaced — the password lives in exactly two other places.

The router's own admin page, usually reached by typing 192.168.0.1 or 192.168.1.1 into a browser address bar while connected to that network by cable or WiFi, has a wireless security section showing the current password in plain text once you sign in with the router's admin login (which is a separate credential from the WiFi password itself, often printed on a sticker on the router). If the password has never been changed from factory default, that same sticker usually shows it directly, no login required.

‍♂️ Jake's Reality Check

"What if I don't even know the router's admin login either?"

Then you're not getting in through the front door. Every router has a physical reset button that restores it to factory defaults — including the factory admin login and, usually, the factory WiFi password printed on the sticker. The tradeoff is that any custom password already in use stops working the moment you press it, and every device on the network needs reconnecting with the new one.

Different Windows account, different saved list

WiFi profiles in Windows are stored per-machine, but which ones a given sign-in can see and export depends on how the network was originally connected. A network saved as available "only for me" won't show up as a manageable profile under a different account on the same PC, even though the machine itself is technically holding the key. This is the reason a shared family laptop can behave inconsistently between accounts — one login sees the home network in netsh wlan show profiles, another doesn't, and it isn't a bug, it's the "only me" checkbox from whenever the network was first joined.

Third-party WiFi password tools — worth it?

Search "WiFi password recovery" and you'll find utilities like NirSoft's WirelessKeyView, which present the same saved profiles in a scrollable list instead of a command window. It isn't doing anything netsh can't already do — it's reading from the same stored profile data — so the only real question is whether you trust the download and, if you use it, whether you got it from the developer's own site rather than a bundled installer on a random download portal.

Method Needs a download? Use it when
netsh (Command Prompt) No — built into Windows Almost always; it's the built-in tool doing the same job
Wireless Properties (GUI) No — built into Windows A single, one-time lookup for the network you're on right now
WirelessKeyView (NirSoft) Yes You want every saved network listed in one scrollable window rather than typed one at a time

✅ Why this is the one to use

Ethan is unambiguous on this one: "There's no reason to install a stranger's program to do what a built-in command already does for free, with nothing to trust but Microsoft." Reach for a third-party tool only if you specifically want its list view for scanning many networks at once — not because netsh is missing anything.

Exporting every saved password at once

If you're retiring an old laptop, migrating to a new one, or just cataloguing every network your PC has ever known about, typing the name-by-name command over and over gets old fast. A short loop run from an administrator Command Prompt does the repeating for you:

(for /f "tokens=2 delims=:" %i in ('netsh wlan show profiles ^| findstr /c:"All User Profile"') do @echo %i >> wifi_export.txt & @netsh wlan show profile name="%i" key=clear ^| findstr "Key Content" >> wifi_export.txt)

That line looks intimidating but breaks down into three plain-English pieces. for /f is Command Prompt's way of saying "read this text output line by line and let me grab pieces of it" — here, it reads the output of netsh wlan show profiles and pulls out just the network name from each line. The findstr parts are simple text filters: the first one keeps only the lines mentioning "All User Profile" so blank lines and headers get ignored, and the second keeps only the "Key Content" line from each profile's full output. The >> symbol means "add this to the end of a file" rather than overwrite it, which is how every network's result ends up stacked in one file instead of replacing the last one.

Run from the same folder your Command Prompt window opened in, this writes every saved network name followed by its key content into a single wifi_export.txt file. Delete that file the moment you're done with it — it's a plain-text list of every password on the machine, which is exactly as sensitive as it sounds.

Before you share a password you just revealed

Once a password is visible on screen, it's easy to forget how far it reaches. Anyone on the WiFi network can typically see and sometimes reach other devices sharing it — printers, network drives, smart cameras, and any shop equipment sitting on the same network as customer point-of-sale terminals.

⚠️ What this actually breaks

Screen sharing during a video call or a remote support session with a Command Prompt window still open from these steps is a common way passwords leak — the Key Content field doesn't blur itself out. Close the window, or at least scroll it out of frame, before sharing your screen for anything else.

For a genuinely shared network, like guest WiFi in Jake's shop, a separate guest network with its own password — most routers built in the last several years offer one — means the password you hand to customers never touches the network your point-of-sale system and any security cameras sit on.

Frequently asked questions

How do I see my WiFi password without connecting to it?

Use the Command Prompt method. Because it reads the saved profile directly, it works on any network this Windows account has ever connected to and remembered — you don't need to be on it right now.

Can I see a WiFi password if I'm not the admin on the PC?

No. Both methods require administrator rights, since a saved key is protected the same way any stored credential is — a standard account can see that a network is saved, but not its password.

Does the netsh command work on Windows 10 too?

Yes, identically. netsh wlan show profiles and the key=clear reveal command haven't changed between Windows 10 and 11.

Why does it say "there is no such wireless interface on the system"?

Windows can't currently detect a WiFi radio — check that WiFi isn't switched off, that Airplane mode is disabled, and that the adapter driver hasn't failed. This error is unrelated to whether saved profiles exist.

Can I see the password for a hidden network this way?

Yes, as long as you've connected and saved it before — hidden networks are stored as an ordinary profile with a hidden flag, and the reveal command works on them the same way.

Will this work for a network my PC has never connected to?

No. Both methods only reveal what Windows already has stored. Neither can retrieve a password for a network this specific device has never actually joined.

Can I export all my WiFi passwords to a text file at once?

Yes, using the batch loop covered above — it reads the saved profile list and writes every name and key content into one text file instead of running the command separately for each network.

Why does netsh find nothing when I run it inside a virtual machine?

Most VMs connect through a virtual ethernet adapter, not a real WiFi radio, so there's simply no wireless interface for netsh to report on. Run the command on the host machine instead.

Can I connect my phone to the network without typing the password?

On Windows 11, Manage known networks shows a QR code for any saved network — scanning it with a phone's camera joins automatically, no typing or password display needed. Windows 10 has no equivalent feature.

Is it safe to share a WiFi password from my phone's saved networks?

Only with people you'd trust to reach anything else on that network. Treat it like handing over a spare key rather than a throwaway detail.

Why does my saved network show "key content" but no actual key?

You likely left off the key=clear flag — without it Windows shows the profile but intentionally leaves that field blank.

Can I find my WiFi password without a computer, straight from the router?

Yes — the router's admin page shows the current password once you log in, and a sticker on the router usually shows the factory-original password if it's never been changed.

Does this show the password for a work or school WiFi network?

Often not. Organization-managed networks are frequently locked from exporting the key, or use certificate-based sign-in with no simple password at all.

What happened to the Network and Sharing Center screen I used to use?

It's still there in both versions of Windows through Control Panel, but Microsoft moved everyday network settings into the Settings app, so it's no longer the first place either system points you.

Can I recover a WiFi password after reinstalling Windows?

No. A clean install removes saved network profiles entirely — you'd need the password from another device that still has it saved, or from the router itself.

Are third-party WiFi password recovery tools safe to use?

They read the same stored data netsh already can, so they add no new capability — just be selective about trusting an unfamiliar publisher and download only from the developer's own site.

Revision note. Originally published March 17, 2016. Rewritten August 14, 2026 for Windows 11 and Windows 10. The core methods from our original post still work exactly as they did back then — Microsoft has moved the entry points around (the taskbar right-click, the Network and Sharing Center) without touching the underlying Wireless Properties screen or the netsh command itself. If you're the person standing at a counter right now trying to remember a password nobody wrote down, take a breath — it's still saved somewhere on that machine, and you're two minutes from having it back.

Related