Forgot Your Wi-Fi Password? Here’s How to Find It on Windows 10
You’re setting up a new smart speaker, a gaming console, or a friend’s laptop. They ask for the Wi-Fi password, and you draw a complete blank. You typed it in once years ago when you first set up your Windows 10 PC, and it’s been connecting automatically ever since. Now, you’re stuck.
This is a surprisingly common tech headache. The good news is that if your Windows 10 computer is currently connected to a network or has connected to it in the past, the password is almost certainly saved securely on your system. You don’t need to be a network administrator to retrieve it. With a few simple steps, you can uncover that elusive string of characters and get all your devices online.
This guide will walk you through every official, built-in method to find your saved Wi-Fi password on Windows 10. We’ll cover the simple graphical methods, powerful command-line tools, and what to do if you run into permission issues. Let’s get your network accessible again.
Why Your Windows PC Remembers Wi-Fi Passwords
Windows uses a secure credential manager to store network security keys. When you first connect to a Wi-Fi network and enter the password, Windows encrypts and saves that key in a protected part of the system. This is what allows for automatic reconnection.
The password isn’t stored as plain text you can easily read in a file. Instead, it’s kept in a vault that requires your current user permissions to access. This is a security feature to prevent unauthorized programs or users from stealing your network credentials. The methods we’ll use simply provide a legitimate, user-approved window into that vault.
Method 1: Using Network Settings (The Easiest Way)
For the network you are currently connected to, this is the most straightforward method. It uses the Windows Settings interface, requiring no commands or advanced knowledge.
Navigate to Your Network Properties
First, ensure you are connected to the Wi-Fi network whose password you need. Click on the Wi-Fi or network icon in your system tray, usually found in the bottom-right corner of your screen. Then, click on “Network & Internet settings.”
Alternatively, you can press the Windows key + I to open Settings directly and select “Network & Internet.”
Access the Wireless Properties
In the Network & Internet settings, click on “Wi-Fi” in the left-hand menu. On the right, you will see your active wireless connection. Click on the name of the network, which should be a clickable link.
This opens a new settings page for that specific network. Scroll down and click on the “Wireless Properties” button. A new, smaller window will pop up.
Reveal the Security Key
In the Wireless Network Properties window, click on the “Security” tab. Here you will see various security settings, including the “Network security key” field. The password is hidden behind bullet points.
To see it, simply check the box that says “Show characters.” The bullet points will instantly transform into the plain text password for your Wi-Fi network. You can now copy it to share or note it down.
This method only works for the network you are actively using. To find passwords for other saved networks, you’ll need a different approach.
Method 2: Using Control Panel Network Status
This is a classic pathway that still works perfectly in Windows 10. It’s useful if you prefer the older Control Panel interface or if the Settings app isn’t cooperating.
Open Network and Sharing Center
Right-click on the network icon in your system tray and select “Open Network & Internet settings.” At the bottom of the new Settings window, click on “Network and Sharing Center.” This opens the familiar Control Panel view of your networks.
You can also get here by typing “Control Panel” in the Start menu, opening it, and navigating to “Network and Internet” > “Network and Sharing Center.”
Manage Your Wireless Networks
In the Network and Sharing Center, you’ll see a section labeled “View your active networks.” Next to your Wi-Fi network name, click on the link that says “Wireless Network Connection” followed by the network name.
This opens the Wi-Fi Status window. Click the “Wireless Properties” button here, just like in the previous method. Then, navigate to the “Security” tab and check the “Show characters” box to reveal the password.
Again, this reveals the password only for the network you are currently connected to through this specific interface.
Method 3: Using Command Prompt (For Any Saved Network)
This is the most powerful method. The Command Prompt allows you to retrieve the password for any Wi-Fi network your PC has ever connected to and saved, not just the current one. It looks technical but involves just a few simple commands.
Open Command Prompt as Administrator
You need elevated privileges for this to work. Type “cmd” or “Command Prompt” into the Windows search bar. When “Command Prompt” appears in the results, right-click on it and select “Run as administrator.” Click “Yes” if prompted by User Account Control.
A black window with a blinking cursor will open. You are now in the command-line interface with system-level access.
List All Saved Wi-Fi Profiles
First, you need to see the exact names of all networks stored on your PC. Type the following command and press Enter:
netsh wlan show profiles
You will see a list under “User profiles.” Each name is a network your computer remembers. Note the exact name of the network you need, including capitalization and spaces.
Display the Password for a Specific Profile
Now, to get the password, use the `show profile` command with the `key=clear` parameter. The syntax is crucial. For a network named “HomeNetwork,” you would type:
netsh wlan show profile name=”HomeNetwork” key=clear
Make sure to include the quotation marks around the profile name, especially if it contains spaces. Press Enter.
Find the Security Key in the Output
The command will output a large amount of information about that network. Scroll through the results until you find a section titled “Security settings.” Look for the line that says “Key Content.” The text to the right of “Key Content” is your Wi-Fi password.
This method is definitive. It bypasses the graphical interface and queries the stored credentials directly, giving you access to every saved password on the machine.
Method 4: Using PowerShell
PowerShell is Windows’s more advanced scripting shell. You can use it to retrieve Wi-Fi passwords with a single, powerful command. Like Command Prompt, it requires administrator rights.
Run the PowerShell Command
Right-click the Start button and select “Windows PowerShell (Admin)” or search for “PowerShell,” right-click it, and choose “Run as administrator.”
To see passwords for all saved networks at once, you can use this command:
(netsh wlan show profiles) | Select-String “\:(.+)$” | %{$name=$_.Matches.Groups[1].Value.Trim(); $_} | %{(netsh wlan show profile name=”$name” key=clear)} | Select-String “Key Content\W+\:(.+)$” | %{$pass=$_.Matches.Groups[1].Value.Trim(); $_} | %{[PSCustomObject]@{ PROFILE_NAME=$name;PASSWORD=$pass }} | Format-Table -AutoSize
This complex command automates the process: it fetches all profile names, then queries each for its key content, and finally presents a neat table with network names and their passwords.
A Simpler PowerShell Alternative
If the above command seems daunting, you can break it down into the same two-step process as Command Prompt. First, get the list of profiles:
netsh wlan show profiles
Then, for a specific profile, use the identical command:
netsh wlan show profile name=”YourNetworkName” key=clear
Look for the “Key Content” line in the output. The result is the same, but you’re using the PowerShell window to run the classic netsh commands.
What If You Don’t Have Administrator Access?
The methods above all require you to be logged in as an administrator or provide admin credentials. This is a Windows security measure. If you are on a work computer, a school laptop, or a shared PC where you are a standard user, you will likely be blocked.
In such cases, your options are limited to the physical router or the person who manages the network.
Check the Physical Router
Most routers have the default Wi-Fi password printed on a sticker on the bottom or back of the device. If the password was never changed, this will work. The sticker usually shows the Network Name (SSID) and the Network Key (Password).
Ask the Network Administrator
For company or school networks, you will need to contact your IT support department. They can provide the correct credentials or connect the device for you. Do not attempt to bypass corporate security policies.
Perform a Router Reset (Last Resort)
If you own the router but have forgotten both the Wi-Fi password and the router’s admin password, you can perform a factory reset. This will erase all custom settings, including the Wi-Fi name and password, reverting them to the defaults on the sticker.
To do this, locate the small reset button on the router (often a pinhole). Use a paperclip to press and hold it for about 10-15 seconds while the router is on. The router will reboot with factory settings. You can then log in with the default admin credentials and set a new Wi-Fi password.
Be aware this will temporarily disconnect all devices from the internet.
Troubleshooting Common Issues
Even with the right steps, you might hit a snag. Here are solutions to common problems.
“Show characters” box is grayed out.
This usually means you are not logged in with an account that has sufficient permissions to view the security key. Try using the Command Prompt method as an administrator. If that also fails, you need administrator credentials.
Command Prompt says “There is no such wireless interface.”
This error typically appears if you run the netsh command without administrator rights. Always ensure you right-clicked Command Prompt or PowerShell and selected “Run as administrator.”
The network profile doesn’t appear in the list.
The `netsh wlan show profiles` command only lists networks saved for the current user profile. If another user account on the same PC connected to the network, it won’t show up. You would need to log into that other Windows user account to retrieve the password.
Also, if the network was saved but the profile was later deleted manually, it is gone and cannot be recovered through these methods.
Key Content field is blank.
If the “Key Content” line is present but empty, it could mean the network uses a different security type like enterprise authentication (WPA2-Enterprise) where the password is not stored locally but handled through certificates or a login. For open networks with no password, this field will also be blank.
Keeping Your Passwords Accessible and Secure
Once you’ve recovered a forgotten password, consider a strategy to avoid this situation again. Writing it down on a physical note kept in a safe place is a simple, offline solution. Using a reputable password manager is even better. You can store your Wi-Fi password there alongside your other credentials, and access it from any of your devices.
For your home network, you might also choose a password that is strong but more memorable—a phrase with numbers and symbols, for instance. Avoid simple dictionary words or sequential numbers.
Remember, the password stored on your Windows 10 PC is protected by your user account security. Maintaining a good login password and keeping your system free of malware helps ensure these saved network keys remain secure.
Your Wi-Fi Password is No Longer Lost
Forgetting a Wi-Fi password is a minor obstacle, not a permanent one. Windows 10 is designed to help you retrieve these credentials through its Settings, Control Panel, or powerful command-line tools. Whether you need the password for your current connection or an old network from your profile list, one of these methods will provide the answer.
Start with the simplest graphical method in Network Settings. If you need more power or want to see all saved networks, open an Administrator Command Prompt and use the `netsh wlan` commands. With your password in hand, you can connect every device in your home and get back to what matters—using your internet, not just searching for it.