How To See Wi-Fi Passwords In Windows 11

How To See Wi-Fi Passwords In 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.

 

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 4 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. You can press Win + I.

2. In Settings, select Network & Internet from the sidebar at the left.

3. Here, click on Advanced network settings.

4. Scroll down to Related Settings and click on More network adapter options.

5. The Network Connections window will show all Wifi adapters.

6. Right-click your Wifi and select Status.

7. In the Wifi Status box, click on Wireless Properties.

8. Switch to the Security tab.

9. Check the box for Show Characters below the Network security key.

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

 

 

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.

5. Now, to check the password of a particular Wifi connection, run the command below. Replace with your Wifi network profile name.

netsh wlan show profile 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.

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= key=clear | find /I "Key Content"

Again, make sure to replace 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.

Conclusion

These were some quick, working methods to find passwords for your Wifi network on Windows 11 machine. We hope this helps you find lost Wifi passwords without breaking your head.

Also Read:

Fix: Kernel Security Check Failure BSOD Windows 11

Can’t Change Display Resolution In Windows 11? Here’s What To Do

Appraiserres.dll Not Working In Windows 11? Try These Fixes

Fix: Windows 11 Displays A Black Wallpaper

Windows 11’s HDMI port not working? Here’s what to do

How to Open Task Manager In Windows 11

How to Reinstall The Mail App In Windows 11

How to Remove Widgets in Windows 11

How To Delete Cortana from Windows 11 [Permanently]

How To Reset Windows 11 PC Without Losing Data?

How to Show More Apps on Windows 11 Start Menu?

How To Enable Dark Mode In Notepad In Windows 11

How to Turn On or Off Mobile Hotspot in Windows 11

How To Add New Settings To Quick Settings In Windows 11?

How to Save Spotlight Collection Desktop Picture in Windows 11?

How To Uninstall Windows Updates In Windows 11

How To Change Sound Output Device In Windows 11

How To See Wi-Fi Passwords In Windows 11

Related Articles

Leave a Reply

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