How to View Forgotten WiFi Passwords on Windows 8.1

How to View Forgotten WiFi Passwords on Windows 8.1
Page content

Windows 7 had a useful Manage Wireless Networks utility that displayed saved passwords for every network to which you are configured to connect automatically. Unlike Windows 8.1, which only displays the password for the current connection (as explained in the article “Viewing Current Wireless Network Password in Windows 8.1), it didn’t matter if you were currently connected to the network or not. You can, however, obtain the same results by using the Command Prompt to enter textual commands.

1. Right-click the Windows icon and select Command Prompt. Alternatively, search for and select Command Prompt from the Windows search screen or enter cmd in the Run dialog.

2. Type the following command at the prompt and press Enter:**

netsh wlan show profiles**

This command displays a list of profiles configured on your computer and helps you locate the exact profile name needed in the next step.

 
3. Type the following command at the prompt and press Enter:

netsh wlan show profile name=”ProfileName” key=clear

Replace ProfileName with the profile name you found earlier, but keep the surrounding quotation marks. Look for the password next to Key Content in the Security Settings section.

Note: You can delete unwanted profiles by entering the following command at the prompt:

netsh wlan delete profile name=”ProfileName”