How to check wifi password in command prompt?

3 answer(s)
Answer # 1 #

To check saved Wi-Fi password using Command Prompt on Windows: 1. Open cmd as administrator. 2. Type:

netsh wlan show profiles
This lists all saved networks. 3. To see the password for a specific network:
netsh wlan show profile name="NETWORK_NAME" key=clear
Scroll to Key Content for the password.

[13 Day]
Answer # 2 #

For security reasons, this only shows passwords of networks your PC has already connected to.

[2 Day]
Answer # 3 #

Make sure you have admin rights to see the saved passwords.

[4 Day]