Skip to content

4 Ways to Read Connected WiFi Password on Windows 11

Wifi has become an integral part of our lives. You may connect to different wireless networks throughout the day at your home, office, friend’s place, college, or even a local cafe. At times, you may want to know the password of a Wifi network your Windows laptop is connected to, be it to add another device or share it with other people. Thankfully, it’s quite easy to know passwords for all saved Wifi networks on your laptop. Here’s how you can find the saved Wifi password on your Windows 11 PC.

Related | 3 Ways To Find Out Connected WiFi Password On Android or iPhone

Find Saved Wifi Password On Windows 11 PC

All Wifi routers have a default password. If you’ve forgotten the password, simply check for the password on the back of your modem or in the manual. However, if you have changed it and cannot remember the new password, do not worry.

Like earlier versions of Windows, Windows 11 saves passwords for the networks you connect to. And there are multiple ways you can find these saved Wifi passwords. You can do so either from settings, using command prompt, or PowerShell. All three methods are detailed below.


Method 1- Check Wifi Password in Windows Settings

The very first and the easiest way to check for Wifi passwords on Windows 11 is through system settings, shown below.

  1. Open the Start menu and select Settings. Alternatively, you can press Win + I.
  2. In Settings, select Network & Internet from the sidebar at the left.
  3. Here, click on Advanced network settings.Find Wifi Password on Windows 11
  4. Scroll down to Related Settings and click on More network adapter options.Find Wifi Password on Windows 11
  5. The Network Connections window will show all Wifi adapters.
  6. Right-click your Wifi and select Status.Find Wifi Password on Windows 11
  7. In the Wifi Status box, click on Wireless Properties.Find Wifi Password on Windows 11
  8. Switch to the Security tab.
  9. Check the box for Show Characters below the Network security key.Find Wifi Password on Windows 11
  10. It will now show you the Wifi password in the Network security key field.

Method 2- View All Saved Passwords in Windows 11 Using Powershell

You can use Windows PowerShell to view all saved passwords on your laptop. This could be useful when you want to know passwords for multiple wireless networks in one go.

  1. Open the Start menu, search for, and open Windows PowerShell.
  2. Alternatively, you can press Win + R to open Run, then type and enter powershell.
  3. Copy and paste the following command in the PowerShell window:
    (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

    View All Saved Wifi Passwords on Windows 11

Wait for a few seconds after entering the command. PowerShell will then show you the list of all Wifi connections along with their saved passwords in a table format.

Method 3- Use CMD to Check Wifi Passwords in Windows 11

The other way is to use Command Prompt which lets you find passwords for a specific Wifi network, as shown below.

  1. Open the Start menu, search for, and open CMD.
  2. Alternatively, you can press Win + X and select Windows Terminal or Command Prompt.
  3. In the command prompt window, type and enter the following command:
    netsh wlan show profiles
  4. It will now come up with all the wireless networks saved on your computer.Check Saved Wifi Passwords on Windows 11
  5. Now, to check the password of a particular Wifi connection, run the command below. Replace <Wifi name> with your Wifi network profile name.Check Saved Wifi Passwords on Windows 11
    netsh wlan show profile name=<Wifi Name> key=clear

It will now display the password of the Wifi network in the Key Content field. You can use this method to check the password of any Wifi profile saved on your Windows 11 computer even if it’s currently not connected to the device.

Check Saved Wifi Passwords on Windows 11

That said, if you do not want any unwanted information and want to fetch the password of the Wifi network directly, simply run the following command:

netsh wlan show profile name=<Wifi Name> key=clear | find /I "Key Content"

Again, make sure to replace <Wifi name> with the name of the Wifi profile you want the password for. The above command will directly fetch you the key content without any additional data.

Method 4- Use Third-Party Tool to View Wifi Passwords

Additionally, you can third-party tools to see saved Wifi passwords quickly. If you’re looking for a one-click solution, you can use WirelessKeyView from Nirsoft. It’s a free tool that lets you see all wireless network security keys/passwords stored in your computer.

All you need to do is download the portable zip file from the official website. Extract it and open the application. It will automatically show you the Wifi network names and their password keys without having to do anything.

Alternatively, you can use WiFi Password Revealer from MagicJellyBean.

Wrapping Up

These were some quick, working methods to find passwords for your Wifi network on Windows 11 machine. I hope this helps you find lost Wifi passwords without breaking your head. Anyways, which of the above ways do you prefer? Let me know in the comments below. Stay tuned for more.

You can also follow us for instant tech news at Google News or for tips and tricks, smartphones & gadgets reviews, join GadgetsToUse Telegram Group or for the latest review videos subscribe GadgetsToUse Youtube Channel.

nv-author-image

Ritik Singh

Ritik is the Managing Editor at GadgetsToUse. He manages the website and oversees the content to ensure it's as informative as possible. He also heads the sub-sites in the network. Putting work aside, he has a great interest in personal finance and is also a keen motorcycle enthusiast.