Forgetting your Wi‑Fi password is one of the most common frustrations in modern life, especially when you need to connect a new device or share access with guests. On a Windows PC, the operating system securely stores the network credentials for every network you have previously joined, and you can retrieve this information with just a few commands. This guide walks you through multiple methods to check your Wi‑Fi password on Windows, whether you are currently connected to the network or need the key for a disconnected profile.
View the Wi‑Fi Password While Connected
The quickest way to check your Wi‑Fi password on Windows is to use the built‑in Netsh utility while your computer is already linked to the network. This method displays the security key in plain text, provided you have administrative rights on the machine. Because the wireless profile is stored locally, you do not need to access the router admin page or reset any hardware.
Using the Command Prompt
Open Command Prompt with elevated privileges by searching for "cmd," right-clicking the result, and selecting "Run as administrator." Type the command `netsh wlan show profile name="YourNetworkName" key=clear` and press Enter. In the output, locate the section labeled "Key Content"—the value listed there is the exact Wi‑Fi password required to join that network.
Access Saved Wi‑Fi Credentials in the GUI
If you prefer a visual approach over typing commands, Windows provides a graphical interface to manage wireless networks and view their details. This section shows how to check Wi‑Fi password information using the Control Panel and the Network and Sharing Center.
Network and Sharing Center Method
Navigate to the Control Panel and open the Network and Sharing Center, then click the active network name next to "Connections." In the Wi‑Fi Status window, select "Wireless Properties," switch to the "Security" tab, and check the "Show characters" box. The network security key will appear in the "Network security key" field, confirming the current password without using the command line.
Retrieve Passwords for Disconnected Networks
What happens if you need the Wi‑Fi password for a network that is not currently connected? Windows retains the profile information even after the network is removed from the preferred list, so you can still extract the key. This is useful when setting up a new router or configuring a secondary device without returning to the original setup screen.
Listing All Stored Wi‑Fi Profiles
First, open an elevated Command Prompt and run `netsh wlan show profiles` to see a list of all wireless networks saved on the computer. Once you identify the exact profile name, use the `netsh wlan show profile name="ProfileName" key=clear` command again to display the password details, even if the machine has never been actively connected at this moment.
Share Wi‑Fi Passwords Between Devices
Windows 10 and Windows 11 include a modern feature that allows you to share Wi‑Fi credentials with nearby devices using QR codes or direct sharing. This functionality leverages the operating system’s integration with the Wi‑Fi Alliance’s Wi‑Simple Config protocol, making it convenient to extend access to family members or colleagues without revealing the password in plain text.
Using Smartphone Integration
On compatible devices, open the Wi‑Fi settings, select the network, and choose "Share." You can then generate a QR code or use Near Field Communication (NFC) to send the connection details to a phone or tablet. The recipient can connect automatically without manually typing the password, streamlining the process while maintaining security through encrypted sharing.
Troubleshooting Common Issues
Occasionally, the methods described above may not display the expected results due to profile corruption, group policy restrictions, or outdated network drivers. Understanding these limitations helps you resolve the problem quickly and avoid unnecessary reinstallation or router resets.