Find your wireless password in Windows
Here’s how to easily find your wireless password in Windows 10 and Windows 11. Now you can stop guessing, and finally get back online.
- Open Command Prompt:
- Press Windows Key + X and choose Command Prompt (Admin) or Windows PowerShell (Admin).
- Type the Following Command:
- Enter this command to list all the Wi-Fi networks you’ve connected to:
netsh wlan show profiles
- Enter this command to list all the Wi-Fi networks you’ve connected to:
- Find Your Wi-Fi Profile:
- Find the Wi-Fi network you want the password for in the list of profiles and note down its name.
- Type the Next Command:
- To show the password for a specific network, type:
netsh wlan show profile name=“YourWiFiName” key=clear - Replace YourWiFiName with the name of your Wi-Fi network.
- To show the password for a specific network, type:
- View the Password:
- Scroll through the results and look for Key Content under the Security settings section. This will display your Wi-Fi password.
Related