Memorizing Wi-Fi passwords can be difficult. Often you have to search for technicians and system administrators to gain access to a network that you have previously connected to. Luckily, Windows gives you several options for viewing saved Wi-Fi passwords on your PC.
If you drew a space when prompted for a password to access a Wi-Fi connection in Windows, these methods should help.
advertising
1. Use the Control Panel
One way to view saved Wi-Fi passwords on your PC is to use the Control Panel. This method only works for active Wi-Fi networks.
- Hurry up Win + R to open the Run application.
- go in
control
in the text field and press go in. The Control Panel window opens.
- Click on the “Network and Internet” option.

- In the pane on the right of your screen, click on “Network and Sharing Center”.

- From the View your active network menu, click Wi-Fi on your active connection.
How to legally download a Windows virtual machine

- In the new window, click on “Wireless Properties”.

- Open the Security tab. Check the “Show Characters” box under “Network Security Key” to view your WiFi password.

2. With command prompt
Command Prompt is a powerful tool for handling various tasks in Windows. If you want to see the password for a specific network, you can use Command Prompt to find it. Here’s how:
- Hurry up Win + R to open the Run application.
- go in
cmd
in the text field and press go in to open the command prompt.

- Enter the following command in the command prompt:

- Make a note of the name of the wireless network you are interested in (in this case it is Kim) and enter the following command:
netsh wlan show profile name=Wi-Fi name key=clear
Note: Replace “Wi-Fi name” in the command with the name of the Wi-Fi network you want to access (in this example, it’s Kim).
- You will receive a list of information and settings for the WiFi network in question.
- In the output, look for “Key Content” under “Security Settings” to get the password.

What is Windows 11 for ARM and who is it for?
3. Try PowerShell
Windows PowerShell is an enhanced version of the command prompt. This task-based command line interface is basically a scripting language used to simplify administrative tasks.
You can use PowerShell to view a list of all Wi-Fi passwords stored on your PC. Here’s how:
- Tap the magnifying mirror icon next to the Windows button in the taskbar.
- In the search box, type Windows PowerShell.
- Click “Run as administrator” to start PowerShell. In the User Account Control window, click Yes to continue when prompted.

- Copy and paste the following command into Windows PowerShell.
(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
- blow go in to run the command. You will get a list of Wi-Fi profiles and their passwords.

6 ways to stop Windows updates
4. Use Wi-Fi Password Revealer
You can also use third-party software to access saved Wi-Fi passwords on your Windows PC. One such tool is Magical JellyBean Wi-Fi Password Revealer. Here’s how:
- Go to the Magical Jelly Wi-Fi Password Revealer website.
- Click the Download button to download the software. Once the download is complete, run the file to install Wi-Fi Password Revealer.

- Launch Wi-Fi Password Revealer. All Wi-Fi profiles and passwords will be displayed.
- You can copy the required password to the clipboard directly from the software by clicking and pressing on it CTRL + vs.

5. Use WirelessKeyView
Another third-party software for viewing saved passwords is WirelessKeyView. The difference with Wi-Fi Password Revealer is that WirelessKeyView is a portable application. That means you don’t need to install the app to use it, so it’s very popular with system administrators.
To use WirelessKeyView:
- Go to the NirSoft website, navigate to the bottom of the page and download WirelessKeyView.

Note: The password of the zip file is Wkey4567#as indicated on the download page.
- Unzip the file and double click on the Wirelesskeyview.exe file to run the application. At this point you must enter the password.

- The WirelessKeyView app will launch and display all saved Wi-Fi passwords on your PC.

Although Windows Security may detect WirelessKeyView as malware, it is completely safe. Whitelist the app to run uninterrupted.
How to Fix Unexpected Memory Exception Error in Windows
Alternative: Check the router
Another option is to verify that the password used is the default password that comes with the router. You can usually find the password listed on the actual router. The default password should appear after “WLAN password”, “WPA passphrase”, “Wireless Security Key”, “Default Password” or a combination of these words. If that fails, you have another option – check the admin panel of the Wi-Fi router.
Note: You need permission from the owner of the router. Also, the method uses the router’s default password, so it might not work if the owner changed it.
- Click on Win + R to open Run.
- Type
cmd
in the input field and press go in.

- go in
ipconfig
in cmd to find your router’s default gateway IP address.

- Look for the IP address of the router under “Wi-Fi Wireless LAN Adapter”. Common IP addresses are 192.168.1.1, 192.168.2.1 and 192.168.0.1.

- Open your browser (any browser will do) and enter the IP address in the address bar. You will be redirected to the router login page.

- Sign in by entering the default username and password. The default router passwords can be found at www.routerpasswords.com.
There you will find the WiFi password in the WiFi settings of the router. The process varies depending on the router model. Consult the router’s user manual if you have trouble.
Settings app not working on Windows? Here are the fixes
frequently asked Questions
Can I Hack My Own WiFi Password?
It is possible for you or someone else to crack your WiFi password using a brute force attack. It relies on trial and error to crack the passwords. You need the right software, the right hardware, and a little patience.
What is a good password for my Wi-Fi network?
Opinions vary, but according to Avast experts, a good password should be no less than 15 characters, including a mix of lowercase and uppercase letters, special characters, and numbers. Also, try to avoid memorable keyboard paths. The stronger the password resulting from the password, the more difficult it is to crack.
How often should I change my WiFi password?
Get in the habit of changing your WiFi password every three months. This is a good rule of thumb for any sensitive tech you use.
Photo credit: Pixabay | All screenshots by Richard Kanyoro.
Was this article helpful?
Subscribe to our newsletter!
Our latest tutorials delivered straight to your inbox