How to Recover Lost/Forgotten WiFi Passwords in Windows

by rnikolich in Circuits > Computers

836 Views, 9 Favorites, 0 Comments

How to Recover Lost/Forgotten WiFi Passwords in Windows

wifiimage.jpg

This tutorial will show you how to find the password to previously used WiFi networks on your own personal machine in Windows.

Steps 1-3 are used to find the password on a Windows machine.

Open Command Prompt or PowerShell (Windows)

Step1.PNG

Locate the Start Menu on your desktop, click on the search bar, and type "cmd". Open the Command Prompt.

Note: If you cannot find the start menu, press the Windows key and R key at the same time, then type “cmd” and press Enter instead. Windows PowerShell can also be used with the following steps.

Find Remembered Networks (Windows)

Step2.1.PNG
Step2.2.PNG

In the Command Prompt, type “netsh wlan show profiles” and then press Enter. You will retrieve a list of known and previously connected network names. You can right click in Command Prompt or PowerShell to paste the command from your clipboard.

Get Network Password (Windows)

Step3.1.PNG
Step3.2.PNG

Type “netsh wlan show profiles name=”NETWORK” key=clear” and press Enter.

The password for the chosen network will now be shown under “Security Settings” next to “Key Content”. You can right click in Command Prompt or PowerShell to paste the command from your clipboard.

HINT: replace NETWORK above with the name of chosen network from your list in the previous step.