How to view saved WiFi passwords of all WiFi networks
You need another trick to view the WiFi password when you are not actively connected to the Wi-Fi network. Thankfully, it’s not that hard. All you have to do is execute a couple of commands, and you are done. The only requirement is you should have connected to it previously. If you’ve never connected to it
- Open the Start menu.
- Search for “Command Prompt.”
- Right-click on Command Prompt
- Choose “Run as administrator.”
- Run the below command to get WiFi SSIDs.
netsh wlan show profiles
- Note down the profile name of the WiFi network.
- Run the below command while replacing “ProfileName” with the actual profile name you got earlier.
netsh wlan show profile name="ProfileName" key=clear
- You will see the saved WiFi password next to “Key Content” under “Security Settings.”
- With that, you’ve successfully viewed the saved WiFi password.
- Close the Command Prompt window.
reference: https://windowsloop.com/view-saved-wifi-passwords-windows/