Show current wifi password

Show current wifi password

At a Windows Command prompt issue the following command to show the wifi password.

netsh wlan show profile networkname key=clear

Replace “networkname” with the name of the current network the computer you are on is attached too.

In the example below the networkname was JS24G

As you can see in the above example, it shows the info we were looking for. Primarily the SSID name and the Key Content, which is your password. If you needed to know it’s authentication method it is also shown.