HOW2 LOCATE A FORGOTEN WIFI PASSWORD IN WINDOWS BY AOP3D

HOW2 LOCATE A FORGOTEN WIFI PASSWORD IN WINDOWS BY AOP3D

aop3d tech
πŸ”‘

Find a Forgotten Wi-Fi Password

Retrieve the password for a previously connected network on Windows.

1

Open Settings > Network & Internet.

2

Click on Wi-Fi on the left pane, then select Manage known networks.

3

Select the target Wi-Fi network and click Properties.

4

Scroll down to "Network security key" and check the box that says Show characters to reveal the password.

1

Right-click the Start button and open Command Prompt (Admin) or Windows PowerShell (Admin).

2

Run this command to see all saved networks:

netsh wlan show profiles

Note the exact name of the network you want.

3

Run this command (replace "WiFiNetworkName" with your actual network name):

netsh wlan show profile name="WiFiNetworkName" key=clear

Look for the "Key Content" line in the results to see your password.

Back to blog