How to show WiFi password in Windows 11 (easy ways)

If you have set a complex password on your network and can’t remember when you want to connect your friend’s device to it. Moreover, if your PC was connected to WiFi, and now you forgot the password and cannot connect again. For such cases, do not worry! Your computer has saved the password, and you can view the saved password easily on Windows 11.

In this session, I will write about how to show WiFi passwords in Windows 11 using PowerShell and Wireless Network Properties.

Related: What is new in Windows 11?

Show the WiFi password using PowerShell.

PowerShell is an easy way to retrieve your previous WiFi network password. You need to follow the below steps.

  1. Search for PowerShell in the search box or Start Menu.
  2. Run it as administrator.
Show WiFi Password in Windows 11
Run PowerShell as Administrator
  1. Write the cmdlet and enter. Netsh wlan show profile “Network_Name” key=clear. Remember to replace the Network_Name with the real network name.
Show WiFi Password in Windows 11
Write the PowerShell Command
  1. All the WiFi profile information appears. Scroll down and find the Key content under the security settings category.

If you want to show only the network password, write Netsh wlan show profile “Network_Name” key = clear | find “Key Content”

Show WiFi Password in Windows 11
Write the PowerShell Command to Show Full Description

Note: This method applies whether you are currently connected to WiFi or not.

If you are unfamiliar with PowerShell, use the Command Prompt or Terminal and follow the above steps.

Display WiFi password in Windows 11 using Wireless Network Properties

Another traditional way to show the WiFi password in Windows 11 is through the Wireless Network Properties. This method only works when you want to see the currently-connected WiFi network password. To do that, follow the steps below.

  1. Press the Windows + R button to open the Run box.
  2. Write the Ncpa.CPL and enter.
Show WiFi Password in Windows 11 through Run
Write the Command and Enter
  1. In the Network Connections window, double-click on the WiFi network adapter you are connected to.
Select the Network Adapter you are connected to from the list
Double-click on the Network Adapter you are connected to.
  1. Click on the Wireless properties on the WiFi status screen.
Click on Wireless Properties button
Click on the Wireless Properties button
  1. Select the security tap from the top.
Select the Security Tab
Select the Security Tab
  1. Check the Show Characters, and you will see the network security key.

That is it! You can see your WiFi password and remember it.

Conclusions

You learned two easy ways to display the WiFi password in Windows 11. However, you can also use third-party software to find your network password.

Finally, I wish you guys all the best, and you can share your thoughts in the comment sections.

You may also want to read: How to set a static IP address on Windows 11