Operating System

Lost Your Wi-Fi Password on Windows 11? Here’s How to Retrieve It

A good feature of a PC is that it saves all the passwords of all Wi-Fi networks that were previously connected. Therefore, it will be easy to reconnect to different networks without reentering the password. Sometimes, you may forget these passwords, so you need to know how to see Wi-Fi Password in Windows 11?. We will show you how to do that using some methods.

How to View Wi-Fi Password in Windows 11 from Control Panel?

To view your Wi-Fi password through Control Panel, follow the steps below:

  • Go to Start Menu.
  • In the search box, type Control Panel and select it.
  • Click on Network and Internet.
  • Choose Network and Sharing Center.
How to View Wi-Fi Password in Windows 11 from Control Panel

Note: To view the Control Panel applets with less confusion, change the view. You can change View by: Category to View by: Large icons.

  • Click on Wi-Fi network name in the Network and Sharing Center, next to Connections.
How to View Wi-Fi Password in Windows 11 from Control Panel
  • Click on Wireless Properties in Wi-Fi Status.
  • Click on the Security tab in the Wireless Network Properties.
  • Hit the Show Character check box.
  • Your Wi-Fi password is viewed in the Network Security key box.

How to View Wi-Fi Password in Windows 11 from Settings?

Another way to view Wi-Fi passwords in Windows 11 is through the Settings app. Follow the steps below to view Wi-Fi Password in Windows 11:

  1. Go to Start Menu.
  2. Select Settings OR use Windows + I instead.
  3. From the left side bar, click on Network and Internet.
  4. Scroll down to the bottom of the screen.
  5. Choose Advanced Network Settings.
  6. Choose More Network Adapter options under Related Settings.
  7. You can see the Network connections in the opened window.
  8. Click on Wi-Fi network name in the Network and Sharing Center, next to Connections.
  9. Click on Wireless Properties in Wi-Fi Status.
  10. Click on the Security tab in the Wireless Network Properties.
  11. Hit the Show Character check box.
  12. Your Wi-Fi password is viewed in the Network Security key box.

Note: Another way to open the Network Connections window is entering ncpa.cpl in the Run dialog box of the Control Panel.

How to View Wi-Fi Password in Windows 11 with Command Prompt?

To find the Wi-Fi password with Command Prompt, follow the steps below:

  1. Go to the Start Menu.
  2. Search for Command Prompt.
  3. Choose Run as Administrator.
  4. At the command prompt, type netsh wlan show profiles to see all Wi-Fi connections used by Windows.
  5. Select the Wi-Fi connection name which you would like to view the password.
  6. Input netsh wlan show profile name=WifiConnectionName key=clear at the command prompt. Write the name of the Wi-Fi instead of WifiConnectionName.
  7. Hit Enter.
  8. Write down the value next to Key Content which is the Wi-Fi network password
How to View Wi-Fi Password in Windows 11 with Command Prompt

How to View Wi-Fi Password in Windows 11 with PowerShell?

To see the password for the specified profile, you can use the Command Prompt. But, if you want to see the password for all the user profiles, you should use PowerShell. Follow the steps below to use it:

  1. Hold Windows + X to enter the WinX Menu.
  2. Select Windows Terminal.
  3. Ensure that PowerShell tab is open in the Terminal Window.
  4. If it is not open, select the drop-down in the toolbar and choose Windows PowerShell.
  5. Copy and paste the following command in the PowerShel window:

(netsh wlan show profiles) | Select-String “\:(.+)$” | %{$network=$_.Matches.Groups[1].Value.Trim(); $_} | %{(netsh wlan show profile name=”$network” key=clear)} | Select-String “Key Content\W+\:(.+)$” | %{$password=$_.Matches.Groups[1].Value.Trim(); $_} | %{[PSCustomObject]@{ NETWORK_NAME=$network;PASSWORD=$password }} | Format-Table -AutoSize

  • Hit Enter to perform the command.
  • It will view all the Wi-Fi networks and their password.

How to View Wi-Fi Password in Windows 11 Windows Terminal?

If you once entered the network before, you can enter the Windows Terminal to get the password. This is perfect whenever you forget your password and need to log back into the network. To use it, follow the steps below:

  • Right-click the Windows icon in the taskbar.
  • Select Windows Terminal in the power-user menu to enter Windows Terminal.
How to View Wi-Fi Password in Windows 11 Windows Terminal
  • Run the following command: netsh wlan show profile “[Wi-Fi name]” key=clear , replace the name of the network with the Wi-Fi name.
How to View Wi-Fi Password in Windows 11 Windows Terminal
  • Some information about your Wi-Fi network can be returned that one of them is password which you can find it next to Key Content.
How to View Wi-Fi Password in Windows 11 Windows Terminal

How to View Wi-Fi Password in Windows 11 Using WirelessKeyView App?

If it is hard for you to find a password through the system, you can use the WirelessKeyView app. This application is practical for finding Wi-Fi network passwords. You just need to download and run the program to see the list of networks and their password. If you would like to save the password, hit File and choose Export All Items. It will give you all the passwords in a text file.

Conclusion

Finding a Wi-Fi password is an easy task in Windows 11. Here, we presented some methods to view Wi-Fi passwords in Windows 11. Which method above have you used before? To find a Wi-Fi password, which method would you prefer to use?

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button