Find Wi-Fi Network Security Key Password in Windows 11 Tutorial | Windows 11 Forum

Wi-Fi_banner.png

When you security key (password), and security type information used to connect to this specific Wi-Fi network.

If you forgot your Wi-Fi network password, you can

This tutorial will show you how to find and see the security key password of your Wi-Fi network connection in Windows 10 and Windows 11.

Contents

  • Option One: Find Wi-Fi Network Security Key Password in PowerShell
  • Option Two: Find Wi-Fi Network Security Key Password in Command Prompt
  • Option Three: Find Wi-Fi Network Security Key Password in Network and Sharing Center
  • Option Four: Find Wi-Fi Network Security Key Password from Wireless Router
  • Option Five: Find Wi-Fi Network Security Key Password in Settings

Option One

Find Wi-Fi Network Security Key Password in PowerShell

1

Open Windows PowerShell.

2

Copy and paste (click on command to copy) the command below you want to use into PowerShell, and press Enter. (see screenshots below)

(output inside 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 -Wrap

OR​

(output to text file on your desktop)

(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 -Wrap | Out-File "$env:userprofile\Desktop\Wi-Fi_network_passwords.txt"

3

You will now see a list of all your Wi-Fi network profiles with their SSID name and security key password.

Wi-Fi_network_profile_password_PowerShell.png

Wi-Fi_network_profile_password_PowerShell_to_text_file.png

Option Two

Find Wi-Fi Network Security Key Password in Command Prompt

1

Open Command Prompt.

2

Copy and paste the command below into Windows Terminal, and press Enter to see a list of all Wi-Fi network profiles on each

netsh wlan show profiles

3

Make note of the Wi-Fi network profile name (ex: “Brink-Router2”) you want to see the security key password for, and which

Wi-Fi_network_profile_password_command-1.png

4

Type the command below you want to use into the command prompt, and press Enter. (see screenshot below step 5)

netsh wlan show profile name="

Profile Name

" interface="

Interface Name

" key=clear

Wi-Fi is a wireless local area network ( WLAN ) technology and standard that uses high-frequency radio waves to provide wireless Internet and network connections to your Windows device.When you connect to a Wi-Fi network for the first time, Windows will automatically add a profile for the Wi-Fi network. The saved profile contains the SSID (network name),(password), and security type information used to connect to this specific Wi-Fi network.If you forgot your Wi-Fi network password, you can find it on a Windows PC that has a profile for the Wi-Fi network on it, or is currently connected to the Wi-Fi network. After you find your password, you can use it on a PC or device to connect to your Wi-Fi network.This tutorial will show you how to find and see the security key password of your Wi-Fi network connection in Windows 10 and Windows 11.Open Windows Terminal, and selectCopy and paste (click on command to copy) the command below you want to use into PowerShell, and press. (see screenshots below)You will now see a list of all your Wi-Fi network profiles with their SSID name and security key password.Open Windows Terminal, and selectCopy and paste the command below into Windows Terminal, and pressto see a list of all Wi-Fi network profiles on each interface on your PC. (see screenshot below step 3)Make note of the Wi-Fi network profile name (ex: “Brink-Router2”) you want to see the security key password for, and which interface (ex: “Wi-Fi”) the profile is on.Type the command below you want to use into the command prompt, and press. (see screenshot below step 5)

Substitute Profile Name (SSID) in the command above with the actual Wi-Fi network profile name (ex: “Brink-Router2”) from step 3.

Substitute Interface Name in the command above with the actual name of the interface (ex: “Wi-Fi”) the Wi-Fi network profile is on from step 3.

For example: netsh wlan show profile name="Brink-Router2" interface="Wi-Fi" key=clear

5

You will see this Wi-Fi network’s security key password to the right of Key Content under the Security settings section. (see screenshot below)

Wi-Fi_network_profile_password_command.png

Option Three

Find Wi-Fi Network Security Key Password in Network and Sharing Center

You will see this Wi-Fi network’s security key password to the right ofunder thesection. (see screenshot below)

This option is only available if you are currently connected to the Wi-Fi network.

1

Open the Network and Sharing Center icon.

2

In Network and Sharing Center, click/tap on the Wi-Fi network name (ex: “Brink-Router2”) link next to Connections. (see screenshot below)

Wi-Fi_network_profile_password_Network_and_Sharing_Center-1.png

3

In Wi-Fi Status, click/tap on the Wireless Properties button. (see screenshot below)

Wi-Fi_network_profile_password_Network_and_Sharing_Center-2.png

4

In Wireless Network Properties, click/tap on the Security tab, and check Show characters to see the Network security key. (see screenshot below)

Wi-Fi_network_profile_password_Network_and_Sharing_Center-3.png

Option Four

Find Wi-Fi Network Security Key Password from Wireless Router

Open the Control Panel (icons view), and click/tap on theicon.In Network and Sharing Center, click/tap on the Wi-Fi network name (ex: “Brink-Router2”) link next to. (see screenshot below)In Wi-Fi Status, click/tap on thebutton. (see screenshot below)In Wireless Network Properties, click/tap on thetab, and checkto see the. (see screenshot below)

You will need to read the manual for the brand and model of your wireless router for more specific details on how to do the steps below since they will vary per router.

1

Log in to your wireless router.

2

Open the Wi-Fi or Wireless settings page.

3

Look to see what the security key password is for the Wi-Fi network you want.

Log in to your wireless router.Open the Wi-Fi or Wireless settings page.Look to see what the security key password is for the Wi-Fi network you want.

If you have not changed the security key in your router’s wireless settings, or have reset your router back to default, then some wireless router manufacturers set a default security key or password which may be on the bottom of your router or in the router’s documentation.

Wi-Fi_network_profile_password_router.png

Option Five

Find Wi-Fi Network Security Key Password in Settings

This option only applies to Windows 11.

1

Open

2

Click/tap on Network & internet on the left side, and click/tap on Wi-Fi on the right side. (see screenshot below)

Wi-Fi-security_key_Settings-1.png

3

Click/tap on Manage known networks on the right side. (see screenshot below)

Wi-Fi-security_key_Settings-2.png

4

Click/tap on the known Wi-Fi network (ex: “Brink-Router2”) you want to view the Wi-Fi security key for. (see screenshot below)

Wi-Fi-security_key_Settings-3.png

5

Click/tap on the View button to the right of View Wi-Fi security key. (see screenshot below)

Wi-Fi-security_key_Settings-4.png

6

You will now see the security key for the selected known Wi-Fi network (ex: “Brink-Router2”). (see screenshot below)

Wi-Fi-security_key_Settings-5.png

That’s it,
Shawn Brink

Open Settings (Win+I).Click/tap onon the left side, and click/tap onon the right side. (see screenshot below)Click/tap onon the right side. (see screenshot below)Click/tap on the known Wi-Fi network (ex: “Brink-Router2”) you want to view the Wi-Fi security key for. (see screenshot below)Click/tap on thebutton to the right of. (see screenshot below)You will now see the security key for the selected known Wi-Fi network (ex: “Brink-Router2”). (see screenshot below)That’s it,Shawn Brink