Skip to content

If you forgot the Wi-Fi password of existing networks on your computer, this article describes two methods to check the password.

Notifications You must be signed in to change notification settings

ensaronal/How-to-check-the-Wi-Fi-password-on-your-computer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 

Repository files navigation

[Windows 11/10] How to check the Wi-Fi password on your computer

In the Command Prompt window, type the command ( click windows key+r and then write cmd and then click enter )

[Netsh wlan show profile name=”Wi-F name” key=clear]

and then press Enter key.

Fox example: Netsh wlan show profile name=”WLAN2_5G2” key=clear , WLAN2_5G2 is a Wi-Fi name that has been connected currently.

image

You can find the Wi-Fi password in the [Key Content] field of Security settings.

image

If you want to check all Wi-Fi passwords the computer has ever connected, you can use the following command. Press Enter key after typing this command, you will find the passwords for each Wi-Fi. [for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do @echo %j | findstr -i -v echo | netsh wlan show profiles %j key=clear]

image

About

If you forgot the Wi-Fi password of existing networks on your computer, this article describes two methods to check the password.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published