Windows 11 automatically remembers Wi-Fi passwords for networks that you connect to regularly. This feature allows your computer to reconnect to trusted wireless networks without requiring you to enter the password every time. While this is convenient, there may be situations where you need to view a saved Wi-Fi password. For example, you might want to connect a new phone, tablet, smart TV, or another computer to the same network but no longer remember the password.
Fortunately, Windows 11 includes several ways to view saved Wi-Fi passwords for networks stored on your computer. You can use the Control Panel, Command Prompt, PowerShell, and various network settings to access this information. These methods are especially useful when troubleshooting network issues, setting up new devices, or sharing your Wi-Fi credentials with family members.
It is important to note that these methods only work for Wi-Fi networks that are already saved on your Windows 11 device. They cannot be used to view passwords for networks that your computer has never connected to. In addition, some methods require administrator privileges.
This guide explains multiple ways to find saved Wi-Fi passwords in Windows 11 using simple step-by-step instructions.
Why You Might Need to View a Saved Wi-Fi Password
There are many legitimate reasons for viewing a saved wireless password.
Common examples include:
- Connecting a new device to your network.
- Sharing Wi-Fi credentials with family members.
- Recovering a forgotten password.
- Troubleshooting network issues.
- Recording passwords for future use.
- Reconfiguring a router or access point.
- Managing multiple wireless networks.
Since Windows stores this information securely, you can often retrieve it without logging into the router.
Method 1: View the Current Wi-Fi Password Using Control Panel
This is the easiest method for viewing the password of the Wi-Fi network you are currently connected to.
Follow these steps:
- Press Windows + R.
- Type control and press Enter.
- Click Network and Internet.
- Select Network and Sharing Center.
- Click your Wi-Fi connection name.
A Wi-Fi Status window appears.
Next:
- Click Wireless Properties.
- Open the Security tab.
- Check Show Characters.
The password appears in the Network Security Key field.
This method works only for the network that is currently connected.
Method 2: View Saved Wi-Fi Passwords Using Command Prompt
Command Prompt can display passwords for saved wireless profiles.
First, open Command Prompt:
- Press Windows + S.
- Type Command Prompt.
- Select Run as Administrator.
To view saved network names:
netsh wlan show profiles
Windows displays all saved Wi-Fi profiles.
To view the password of a specific network:
netsh wlan show profile name="WiFiName" key=clear
Replace:
WiFiName
with the actual network name.
Example:
netsh wlan show profile name="HomeWiFi" key=clear
Look for:
Key Content
The value beside Key Content is the saved Wi-Fi password.
This method is one of the most useful because it works even when the network is not currently connected.
Method 3: View Passwords for All Saved Networks
If your computer contains several saved Wi-Fi profiles, you can review them one at a time.
First, list all profiles:
netsh wlan show profiles
Then run:
netsh wlan show profile name="ProfileName" key=clear
for each profile.
This allows you to retrieve passwords for:
- Home networks
- Office networks
- Guest networks
- Mobile hotspots
- Previously connected wireless networks
As long as Windows still stores the profile, the password can usually be viewed.
Method 4: Use PowerShell to Access Saved Wi-Fi Information
PowerShell can also display saved Wi-Fi profiles.
Open PowerShell as Administrator.
Run:
netsh wlan show profiles
To display password information:
netsh wlan show profile name="WiFiName" key=clear
The output includes:
- Network name
- Authentication method
- Security type
- Stored password
PowerShell uses the same networking tools as Command Prompt but is often preferred by IT professionals.
Method 5: Find Wi-Fi Passwords Through Windows Terminal
Windows Terminal combines Command Prompt and PowerShell functionality.
To use it:
- Right-click the Start button.
- Select Terminal (Admin).
Run:
netsh wlan show profiles
Then:
netsh wlan show profile name="WiFiName" key=clear
Look for the Key Content field.
This method provides the same results as Command Prompt while using Microsoft’s modern terminal interface.
Method 6: View Saved Passwords Through Router Settings
If Windows no longer stores the password but your computer is connected to the network, you may be able to view the Wi-Fi password through the router’s settings.
Generally, the process involves:
- Opening a web browser.
- Accessing the router administration page.
- Signing in with administrator credentials.
- Navigating to Wireless Settings.
The password is usually listed under:
- Wi-Fi Password
- Wireless Key
- Security Key
- WPA/WPA2 Password
The exact location depends on the router manufacturer.
This method can be useful if the password is no longer saved in Windows.
Method 7: Export a Wireless Profile
Windows allows wireless profiles to be exported for backup purposes.
Open Command Prompt as Administrator.
Use:
netsh wlan export profile name="WiFiName" key=clear folder=C:\WiFiBackup
Windows creates an XML file containing the network information.
When viewed in a text editor, the file may contain the saved password.
This method is often used by administrators who need to back up wireless settings.
Understanding Wi-Fi Security Keys
When viewing Wi-Fi information, you may encounter several terms.
Network Security Key
This is simply another name for the Wi-Fi password.
WPA2 Password
Most home networks use WPA2 security and store a WPA2 password.
WPA3 Password
Newer routers may use WPA3 security.
Key Content
In Windows command output, the actual password appears next to “Key Content.”
Understanding these terms makes it easier to locate the correct information.
How to Change a Wi-Fi Password
If you successfully retrieve the password but want to change it:
- Log into the router.
- Open Wireless Settings.
- Enter a new password.
- Save the changes.
After changing the password:
- Reconnect devices using the new credentials.
- Update saved passwords on all connected devices.
Changing passwords periodically can improve network security.
Common Problems and Solutions
Key Content Does Not Appear
Possible reasons include:
- Administrator privileges are missing.
- The profile was saved without storing credentials.
- The network uses enterprise authentication.
Run Command Prompt as Administrator and try again.
Wi-Fi Profile Is Missing
If Windows does not show the profile:
- The network may have been forgotten.
- Network settings may have been reset.
- The profile may have been removed manually.
Reconnect to the network to create a new profile.
Show Characters Option Is Unavailable
This typically occurs when:
- You are not connected to Wi-Fi.
- The connection uses different authentication methods.
Use Command Prompt instead.
Password Is Incorrect
If the displayed password no longer works:
- The router password may have changed.
- Windows may be storing an outdated profile.
Forget the network and reconnect using the latest password.
Security Considerations
Because saved Wi-Fi passwords provide access to your network, handle them carefully.
Good practices include:
- Do not share passwords publicly.
- Use strong WPA2 or WPA3 passwords.
- Limit access to trusted users.
- Change passwords periodically.
- Keep your router firmware updated.
Protecting wireless credentials helps prevent unauthorized access to your network.
Frequently Asked Questions
Can Windows 11 show saved Wi-Fi passwords?
Yes. Windows 11 can display passwords for networks that are already saved on your computer.
Can I view the password of a network I am not currently connected to?
Yes. As long as the network profile is still saved, Command Prompt can display the password.
What is the easiest way to see my Wi-Fi password?
For the currently connected network, the Control Panel method is usually the simplest.
Why can’t I see Key Content?
You may need administrator privileges, or the profile may not contain stored credentials.
Does viewing a Wi-Fi password require internet access?
No. The password is stored locally on your computer.
Can I recover a password after forgetting a network?
Generally no. Once the profile is deleted, Windows no longer stores the password.
Is it safe to view saved Wi-Fi passwords?
Yes, provided you are accessing passwords for networks you own or are authorized to manage.
Will these methods work on Windows 10?
Most of the methods described also work on Windows 10.
Final Thoughts
Windows 11 provides several convenient ways to view saved Wi-Fi passwords, making it easier to reconnect devices, recover forgotten credentials, and manage wireless networks. Whether you use the Control Panel for the currently connected network or Command Prompt to view passwords for saved profiles, the process is straightforward and requires only a few minutes.
For most users, the Command Prompt method is the most versatile because it can display passwords for both current and previously connected networks. Meanwhile, the Control Panel method remains the easiest option for quickly checking the password of an active Wi-Fi connection.
By understanding how Windows stores wireless profiles and how to access them when needed, you can manage your home or office network more effectively while ensuring that your devices stay connected. Always remember to protect your Wi-Fi credentials and share them only with trusted individuals to maintain the security of your network.


