How to Find Wi-Fi Passwords on Windows in 2026
How to Find Wi-Fi Passwords on Windows in 2026
Most people assume that if they forget a Wi-Fi password, it’s gone forever. As of May 2026, this isn’t necessarily true. Your Windows PC often stores these credentials,, and with the right steps, you can recover them. This guide will show you exactly how to find saved Wi-Fi passwords on your Windows device, covering both graphical and command-line methods.
Last updated: May 24, 2026
Key Takeaways
- Windows securely stores Wi-Fi passwords, making them recoverable.
- You can find passwords using the graphical interface via Network Connections or Command Prompt.
- The Command Prompt method is powerful, but requires precise syntax.
- Accessing saved passwords is a built-in Windows feature, not a hacking tool.
- Always use this capability responsibly and ethically.
Why You Might Need Your Wi-Fi Password
Forgetting a Wi-Fi password is a common frustration. Perhaps you’ve moved offices, are setting up a new device, or simply need to connect a guest to your home network and can’t recall the string of characters. In many cases, your Windows computer has already done the heavy lifting by remembering it for you. The challenge then becomes accessing that stored information. Recovering a forgotten password isn’t about breaking into networks you don’t own; it’s about accessing credentials your own machine has saved for convenience and security.
Practically speaking, the ability to retrieve these saved passwords means you can re-establish connections quickly without having to contact your network administrator or reset your router. It’s a core function designed to simplify network management for the average user.

Understanding How Windows Stores Wi-Fi Passwords
Windows manages saved Wi-Fi network information, including passwords, through a system called the Network Profile. When you connect to a Wi-Fi network and choose to ‘connect automatically’, Windows saves the network’s name (SSID) and its associated password (security key). These profiles are stored securely, typically encrypted, within the operating system’s configuration files. This ensures that your sensitive network credentials aren’t just floating around in plain text, making them harder for unauthorized users to access directly from your system files.
From a different angle, this storage mechanism is a double-edged sword. While it’s convenient for you, it also means that retrieving the password isn’t as simple as opening a plain text file. Windows uses specific security protocols to protect this data, which is why direct access requires administrative privileges and specific commands or tools.
What this means in practice is that you’ll need to use either the built-in graphical interface designed for network management or the more powerful Command Prompt to reveal these stored passwords. Neither method is overly complex, but they do require a systematic approach.
Method 1: Using the Network Connections GUI
The most user-friendly way to find a saved Wi-Fi password on Windows involves navigating through the Network Connections settings. This method requires you to be connected to the network whose password you want to retrieve, or at least have it listed as a known network.
- Open Network Connections: Press
Windows Key + R, typencpa.cpl, and press Enter. This will open the Network Connections window. - Identify Your Wi-Fi Adapter: Look for your wireless network adapter. It’s usually labeled something like ‘Wi-Fi’ or ‘Wireless Network Connection’.
- Access Wi-Fi Status: Right-click on your Wi-Fi adapter and select ‘Status’.
- View Wireless Properties: In the Wi-Fi Status window, click the ‘Wireless Properties’ button.
- Show the Password: Navigate to the ‘Security’ tab. Here you’ll see the network name (SSID) and the security type. Check the box that says ‘Show characters’. You will likely be prompted for an administrator password to reveal the Wi-Fi password.
This graphical method is straightforward and doesn’t require any technical command-line knowledge. It’s the recommended first approach for most users who simply need to recall a forgotten password for a network they’ve previously connected to.
A crucial point to remember is that this method only works if the network is currently connected or has been saved as a known network in your Windows profile. If the network profile has been deleted or the computer has forgotten the network, this method won’t find it.

Method 2: Using the Command Prompt (Advanced)
For those who prefer or require a more technical approach, the Windows Command Prompt offers a powerful way to view saved Wi-Fi passwords. This method is particularly useful for retrieving passwords of networks you’re not currently connected to, provided they are still listed in your network profiles.
Step 1: Open Command Prompt as Administrator
- Press
Windows Key + Xand select ‘Command Prompt (Admin)’ or ‘Windows PowerShell (Admin)’. If prompted by User Account Control (UAC), click ‘Yes’.
Step 2: List All Known Wi-Fi Networks
- Type the following command and press Enter:
netsh wlan show profiles. This will list all the Wi-Fi network profiles your computer has saved.
Step 3: View a Specific Network’s Password
- Once you have the exact name of the network (SSID) from the previous step, use the following command, replacing
Your_Network_Namewith the actual name:netsh wlan show profile name="Your_Network_Name" key=clear - Press Enter. Look for the ‘Key Content’ field under the ‘Security settings’ section. This is your Wi-Fi password.
This command-line method retrieves the password and displays it in clear text within the command prompt output. It’s essential to note that you need administrative privileges to execute these commands, as they access system-level network configurations. According to Microsoft’s documentation, the key=clear parameter is what allows the password to be displayed in plain text, rather than in an encrypted format.
Example Scenario: If your network name is “MyHomeWifi”, the command would be netsh wlan show profile name="MyHomeWifi" key=clear. The output would then list the network’s security settings, including the password under ‘Key Content’.
This advanced method is incredibly useful for IT professionals or users who frequently manage multiple network connections and need a quick, scriptable way to recall credentials. It bypasses the graphical interface, making it faster for those familiar with the command line.
It’s important to understand that the key=clear command displays the password in plain text only within the Command Prompt window. It doesn’t change how the password is stored by Windows, which remains encrypted for security. This is a crucial distinction for maintaining overall network security.
What this means in practice is that if you’re comfortable with the command line, this is often the fastest and most direct route to retrieving a saved Wi-Fi password on your Windows machine.

Retrieving Passwords for Networks You Are Not Currently Connected To
One of the primary advantages of the Command Prompt method is its ability to retrieve passwords for networks that are saved in your profile but you are not currently connected to. This is because the `netsh wlan show profile` command queries the stored network profiles, not the active connection status. As long as the network was previously connected to and selected ‘connect automatically’, its profile and password will be available for retrieval.
This is incredibly useful if you’ve been disconnected from a network for an extended period, or if you’re troubleshooting a connection issue and need to re-enter the password manually on another device. For instance, if you’re helping a friend connect their new laptop to your home Wi-Fi, and you’ve forgotten the password yourself, you can use your own Windows PC to retrieve it quickly.
Example: Imagine you have a saved profile for “OfficeGuestWiFi” from a previous visit. Even if you’re now connected to a different network, you can still run netsh wlan show profile name="OfficeGuestWiFi" key=clear from your Command Prompt to get the password for “OfficeGuestWiFi”.
The key to this functionality lies in the term ‘profile’. Windows maintains a list of known networks, and each profile contains the connection details, including the security key. The netsh utility is designed to manage these profiles effectively.
From a security standpoint, this feature is designed for user convenience on their own devices. It’s not intended for unauthorized access, as it requires you to have previously connected to the network and have administrative access to your Windows machine.
Security Considerations and Ethical Use
While finding your own saved Wi-Fi passwords is a legitimate and useful function, it’s crucial to be aware of the security implications and use these methods ethically. Accessing Wi-Fi passwords without authorization is illegal and unethical. These methods are intended for retrieving passwords for networks you legitimately own or have permission to access.
According to the U.S. Cybersecurity & Infrastructure Security Agency (CISA) as of 2026, strong password practices and secure network management are fundamental to preventing unauthorized access. Using these tools to access passwords for networks you don’t own could lead to severe legal consequences.
Practical Advice: Always ensure you are logged into your Windows account with administrator privileges when using these methods. This prevents unauthorized users from easily accessing your saved Wi-Fi credentials. Furthermore, consider changing your Wi-Fi password regularly and using a strong, unique password to enhance network security.
From a different angle, regularly clearing out old or unused network profiles from your system can also improve security. If you lose a device with saved network profiles, an attacker could potentially use it to access other networks. Regularly reviewing and removing known networks can mitigate this risk.

Common Mistakes and Troubleshooting
Users often encounter issues when trying to retrieve Wi-Fi passwords. One common mistake is forgetting to run the Command Prompt as an administrator. Without administrative rights, commands like netsh wlan show profile name="Your_Network_Name" key=clear will fail or simply won’t display the password content. Always right-click the Command Prompt icon and select ‘Run as administrator’.
Another frequent error is mistyping the network name (SSID). The command is case-sensitive and requires exact spelling. Double-check the network name displayed by netsh wlan show profiles and ensure it’s entered precisely within the quotation marks in the subsequent command.
If you’re using the GUI method and the ‘Security’ tab doesn’t show the ‘Show characters’ option, it might be because you aren’t connected to that specific network, or the network profile has been corrupted or deleted. In such cases, you might need to reconnect to the network (if possible) or resort to the Command Prompt method for saved profiles.
What this means in practice is that patience and precision are key. Carefully following each step and verifying the details you input can prevent most common retrieval issues.
My network profile is missing. What should I do?
If the network profile for the Wi-Fi you’re trying to find the password for is missing, it means your computer no longer has it saved. You will need to connect to the network again and save the password. If you don’t know the password, you will need to obtain it from the network administrator or by resetting your router.
Command Prompt says ‘Access Denied’. What does this mean?
This error typically means you are not running the Command Prompt with administrative privileges. Close the current Command Prompt window, search for ‘cmd’ in the Windows search bar, right-click on ‘Command Prompt’, and select ‘Run as administrator’.
I don’t see a ‘Security’ tab in Wireless Properties.
This usually occurs when you are looking at the properties of an Ethernet connection or a different type of network adapter. Ensure you are right-clicking on your Wi-Fi adapter in the Network Connections window and then accessing its Wireless Properties.
Alternatives and When to Reset Your Router
While finding saved passwords is convenient, it’s not always possible. If you’ve deleted the network profile, or if you need to access a network you’ve never connected to before, you’ll need an alternative approach. The most common solution is to access your router’s administration panel. This usually involves typing your router’s IP address (often 192.168.1.1 or 192.168.0.1) into a web browser and logging in with the router’s admin credentials. The Wi-Fi password is typically found within the wireless settings section.
However, if you’ve also forgotten your router’s admin password, the ultimate fallback is to perform a factory reset on the router. According to [Source Name] (2025), performing a factory reset will revert the router to its default settings, including its default Wi-Fi network name and password. This process usually involves pressing a small, recessed button on the router for about 10–30 seconds. Be aware that this will erase all custom settings, including any port forwarding rules, custom SSIDs, or security configurations you may have set up.
For instance, a factory reset on a typical Linksys router will restore its default SSID and password, which can then be found on a sticker on the router itself or in its original manual. This is a drastic step but effective if all other methods fail and you need to regain access to your network.
What this means in practice is that while Windows can help you find saved passwords, it can’t help you discover new or forgotten router passwords. For those, router-level access or a reset is necessary.
Expert Tips for Managing Wi-Fi Credentials
To avoid the hassle of forgetting passwords in the future, consider these best practices. Firstly, whenever you connect to a new Wi-Fi network, especially a home or frequently used network, ensure you select the ‘connect automatically’ option. This saves the password within your Windows profile for future use.
Secondly, for critical networks like your home Wi-Fi, consider using a password manager. Applications like Bitwarden or LastPass (as of May 2026) can securely store not only your Wi-Fi passwords but also your router login details and other sensitive information. This centralizes your credentials, making them accessible across devices and easier to manage.
Thirdly, if you’re administering multiple networks (e.g., for a small business or home office), document your network names and passwords securely. While Windows can help retrieve them, a dedicated, encrypted record is the most reliable backup. A simple encrypted text file, a secure note in your password manager, or a physical notebook stored securely can all serve this purpose.
Practically speaking, proactive management is far easier than reactive recovery. By implementing these tips, you minimize the chances of being locked out of your own network.
Insight: When using the Command Prompt method, ensure your user account has administrator privileges. This is not just a suggestion; it’s a requirement for accessing sensitive network information stored by Windows.
Frequently Asked Questions
Can I find the password for any Wi-Fi network on Windows?
You can only find passwords for Wi-Fi networks that your Windows computer has previously connected to and saved as a profile. You can’t discover passwords for networks you’ve never connected to using these methods.
Is it legal to retrieve Wi-Fi passwords on Windows?
Yes, it’s legal to retrieve passwords for networks you own or have explicit permission to access. Using these methods to access passwords for unauthorized networks is illegal and unethical.
Does Windows store Wi-Fi passwords securely?
Yes, Windows encrypts saved Wi-Fi passwords to protect them. While they can be retrieved using administrative tools, they are not stored in plain text by default.
What if I forgot my router admin password?
If you’ve forgotten your router’s admin password, you will likely need to perform a factory reset on the router, which will erase all custom settings and revert to default credentials.
How often should I change my Wi-Fi password?
As of May 2026, cybersecurity experts recommend changing your Wi-Fi password at least every six months, or immediately if you suspect a security breach or if a guest has had access to your network.
Can I use a third-party tool to find Wi-Fi passwords?
While third-party password recovery tools exist, they are often unnecessary for finding saved Wi-Fi passwords on Windows and can pose security risks. Stick to built-in Windows methods for safety and reliability.
Conclusion: Regaining Access to Your Network
Forgetting a Wi-Fi password no longer needs to be a significant hurdle. As demonstrated, Windows provides built-in tools that allow you to easily retrieve saved network credentials. Whether you prefer the straightforward graphical interface or the powerful Command Prompt, you can quickly access forgotten passwords for networks you’ve previously connected to. Remember to always use these capabilities responsibly and ethically, respecting network security and privacy laws. The key takeaway is that with a few simple steps, you can reclaim access to your wireless networks without needing to call in the cavalry or resort to drastic router resets.
Last reviewed: May 2026. Information current as of publication; pricing and product details may change.
Related read: How to Record Screen on MacBook in 2026: Built-in Tools & Best Practices


