How to Find the Wi-Fi Password using cmd in Windows

Windows + X > Windows PowerShell (Administrator)

I will tell you 2 methods that I know of.

Methods 1:

1. We have to check if the wifi adapter is available.

netsh wlan show profile

2. We write the name of the profile that we want to learn the Wi-Fi password.

netsh wlan show profile profilename key=clear

Methods 1

Methods 2:

1. We have to check if the wifi adapter is available.

netsh wlan show profile

2. We can also learn the passwords of other Wi-Fi networks that we are connected to in the environment.

Note: I am connected to only one network. We can also print the password wherever we want.

Methods 1: netsh wlan export profile folder=c:\ key=clear

Methods 2: netsh wlan export profile name=“profilename” folder =d:\ key=clear

Methods 2
wifi_pass

I hope I was able to explain it well. If there is a missing or wrong place, do not forget to comment and indicate.

Thank you :)

--

--

System & Network Specialist • Linux •

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store