Do you want to know the WiFi password to connect your phone or other device to the same WiFi as your Windows PC but can’t remember it? Then, this guide is for you. You can quickly find the WiFi password on your Windows PC by navigating to the Network & Internet settings. Alternatively, you can use cmd.exe to find your WiFi password.
Steps to Check and Find WiFi Password on Windows PC
Based on the Windows version you use, refer to the steps below and find your PC’s WiFi password in seconds.
Windows 8.1
1. Navigate to the Network section on your Windows 8.1 PC.
2. Hit Network and Sharing Center from the menu.
3. Tap your WiFi Network present next to Connections.
4. Under WiFi Status, locate and pick the Wireless Properties option.
5. Navigate to the Security tab and tick the Show characters check box. Now, you can see the WiFi password under the Network security box.
Windows 10
1. Tap the Windows icon at the bottom left and hit the Settings icon.
2. Choose the Network & Internet option and click Status.
3. Tap Network and Sharing Center and choose your WiFi network name.
4. Hit the Wireless Properties option and select Security.
5. Tap the checkbox Show Characters to view the password of your WiFi network.
Windows 11
1. Tap the Start or Windows icon at the bottom.
2. Navigate to the Settings icon and hit Network & Internet.
3. Choose the option Properties and hit the Show button next to the Wi-Fi network password.
Try this Way!
1. Tap the WiFi icon shown in the taskbar.
2. Click Manage Wi-Fi Connections and pick the WiFi network name.
3. Hit Properties and hit Show next to the Wi-Fi network password.
Use Command Prompt to Find Your WiFi Password on Windows PC
1. On your Windows PC, tap the Search bar at the taskbar.
2. Type Command Prompt and select it to run the software.
3. On the CMD window, type the command as shown below.
[Netsh wlan show profile name=”Your WiFi name” key=clear]
4. Hit the Enter button, and you can see the Network information on the screen.
5. Under the Security Settings, you can find the WiFi password next to the title Key Content.
To check all the WiFi passwords you have connected from the beginning, type the command below on the Command Prompt and hit Enter.
[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]
Now, you will see the WiFi passwords of each network to which you have connected the PC.
FAQ
Yes. Go to the Network & Internet section on your Windows PC to find the network password without the administrator.
0 Comments