If you have ever forgotten your wireless network key on a Windows 10 PC, you know how stressful it can be to get back online. This guide shows exactly how to view your Wi-Fi password using built-in tools, the Control Panel, and the Command Prompt so you can recover or share the details quickly.
Whether you are troubleshooting a connection issue, helping a guest connect, or documenting your home network, knowing how to retrieve the saved Wi-Fi credential is a practical skill for any Windows user.
| Method | Where to find it | When to use it | Admin rights needed |
|---|---|---|---|
| Control Panel | Network and Sharing Center | View profile and show characters | Standard user |
| Command Prompt | netsh wlan show profile | Quick script, export, batch use | Administrator |
| PowerShell | Get-WlanProfile | Detailed key extraction> | Administrator |
| Settings App | Known networks list | Quick overview, no show key | Standard user |
Use the Network and Sharing Center to Reveal the Password
Open the Control Panel and go to the Network and Sharing Center to locate the wireless profile assigned to your active connection. From there, you can view the network properties and choose to show characters for the security key when you need it.
This path is the most visual and beginner friendly way to see your Wi-Fi password on Windows 10, and it works even if you are not comfortable with the command line.
Remember that you must have local administrator rights or know an admin password to change advanced settings, but viewing the saved credential is allowed for the user who is currently connected.
Command Prompt and netsh wlan show profile
Open Command Prompt as administrator and use the netsh wlan show profile command to list every Wi-Fi profile your PC has stored. By adding key=clear you can display the actual network security key alongside detailed connection settings.
This method is helpful when you want to copy the password quickly, check it against a router label, or run it from a script that documents multiple profiles at once.
Always be careful with the output, because anyone with access to your machine can run the same command and see the password in plain text on the screen.
PowerShell as an Alternative to Command Prompt
PowerShell offers structured objects when you query Wi-Fi profiles, making it easier to parse the results if you need to automate audits or inventory many devices. The key material is still presented in plain text when you request the profile key.
Using PowerShell is especially useful in enterprise environments where logging and more detailed filtering might be required alongside the simple retrieval of the password.
As with Command Prompt, running these cmdlets requires elevated privileges, so confirm your account has admin access before executing the commands.
Settings App Limitations and What You Can See
The Settings app in Windows 10 lets you manage known networks, forget unused ones, and see basic signal and connection status, but it does not show the actual security key.
If your goal is only to verify which network you are on or to remove a saved profile, the Settings interface is safe and sufficient without exposing sensitive credentials.
Treat this limitation as a design choice that keeps passwords hidden by default, reducing the chance that onlookers can glance at your screen and capture the key.
Final Recommendations for Managing Your Wi-Fi Credential
- Use the Control Panel method for quick, one time viewing in a familiar interface.
- Use Command Prompt or PowerShell when scripting, auditing, or working across multiple machines.
- Only show the password when necessary and avoid displaying it on shared screens.
- Store complex Wi-Fi keys in a secure password manager instead of writing them on paper.
- Reconnect devices after changing the router Wi-Fi password to keep your network and credentials up to date.
FAQ
Reader questions
How do I see the Wi-Fi password for the network I am currently using on Windows 10?
Connect to the network, open the Control Panel, go to Network and Sharing Center, click the active Wi-Fi name, select Wireless Properties, switch to the Security tab, and check Show characters to reveal the password.
What if I do not have administrator rights on the Windows 10 PC?
You can still view the password if you are already connected and have standard user rights, using the Network and Sharing Center path, but running Command Prompt or PowerShell with key=clear requires an administrator account.
Can I find the Wi-Fi password without typing commands on Windows 10?
Yes, use the Control Panel route through the Network and Sharing Center and the Wireless Properties Security tab, which provides a graphical way to show characters without touching the command line.
Will changing the router admin password also change the Wi-Fi password on my Windows 10 PC?
No, the Wi-Fi password saved on your PC stays the same until you remove and reconnect to the network, even if you update the router administrative password or web interface login.