How to view WiFi passwords using command line?

You can view all your WIFI password using a single line of command on your windows 10 pc. IN order to view all WIFI password on your pc you need to follow these steps:

Step 1: click win+r , then run will be open in your screen . Type cmd and press Enter,
You you press Enter command prompt will be opened.

Step2: Enter the command
>netsh wlan show profiles

wifi password


This command netsh wlan show profiles will display all your user profiles. choose any user whose you want to view the wifi password. Here for example let me choose Messi

Step 3: Enter the command
> netsh wlan show profiles Messi

This command netsh wlan show profiles Messi will show you all the detail about the selected wifi. For wifi password you can see under security setting there you can see security key is present but it doesn’t show the exact password. It only says that the wifi is password protected.

Step 4: Enter the command
>netsh wlan show profiles Messi key=clear

wifi password

This command netsh wlan show profiles Messi key=clear will finally shows the password of the wifi. You can also directly enter this command and get the whole result

Leave a Comment