How to check Windows 11 Wifi password

BSC Insights author

BSC Insights Admin

April 01, 2026

How to check Windows 11 Wifi password

How to Check Your Wi-Fi Password on Windows 11

Checking your Wi-Fi password on Windows 11 is a straightforward process that can be accomplished through several methods, whether you need to retrieve the password for a currently connected network or a previously saved one. This guide will walk you through the most effective ways, ensuring you can quickly find your network security key without hassle.

Why You Might Need to Find Your Wi-Fi Password

There are several common scenarios where you might need to find your saved Wi-Fi password on Windows 11:

  • Connecting a New Device: When setting up a new smartphone, tablet, smart TV, or another computer, you'll need the Wi-Fi password to grant it network access.
  • Sharing with Guests: Visitors often ask for your Wi-Fi details, and it's easier to provide the actual password than looking for it on a router label.
  • Forgotten Password: If you've changed your password recently and forgotten it, or it was initially set up by someone else, retrieving it from your Windows 11 PC can be a lifesaver.
  • Troubleshooting Network Issues: Sometimes, re-entering a password can resolve connectivity problems with a device.
  • Router Replacement: If you get a new router and want to use the same network name (SSID) and password, you might need to confirm the existing credentials.

Thankfully, Windows 11 stores these passwords, allowing for easy retrieval using built-in tools.

Method 1: Using the Network and Sharing Center (GUI Method for Current or Saved Networks)

This is arguably the most common and user-friendly graphical interface method to view your Wi-Fi network security key for a network you are currently connected to, or one that has a saved profile on your system.

Steps to Find Wi-Fi Password via Network and Sharing Center:

  1. Open Control Panel: Search for "Control Panel" in the Windows search bar and open it.
  2. Navigate to Network and Sharing Center: Click on "Network and Internet," then select "Network and Sharing Center."
  3. Access Wi-Fi Status: In the Network and Sharing Center window, locate the "Connections" section. You'll see your active Wi-Fi network name (e.g., "Wi-Fi (YourNetworkName)") as a blue hyperlink. Click on this link.
  4. Open Wireless Properties: A "Wi-Fi Status" dialog box will appear. Click on the "Wireless Properties" button.
  5. Go to Security Tab: In the Wireless Network Properties window, switch to the "Security" tab.
  6. Show Characters: Under the "Security type," "Encryption type," and "Network security key" fields, you will see a password field with dots. Check the box next to "Show characters".

Upon checking "Show characters," your Wi-Fi password will be revealed. This method works perfectly for recovering lost Wi-Fi passwords on Windows 11 if the network profile is still active on your computer.

Method 2: Using Command Prompt (CMD) for All Saved Wi-Fi Passwords

The Command Prompt offers a powerful way to find saved Wi-Fi passwords on Windows 11, especially useful if you need to retrieve passwords for multiple networks that your computer has connected to in the past, even if you are not currently connected to them.

Steps to Find Wi-Fi Password via Command Prompt:

  1. Open Command Prompt as Administrator: Search for "CMD" in the Windows search bar. Right-click on "Command Prompt" from the results and select "Run as administrator." Confirm the UAC prompt if it appears.
  2. List All Saved Wi-Fi Profiles: To see a list of all Wi-Fi networks your computer has ever connected to and saved, type the following command and press Enter:

    netsh wlan show profile

    This will display a list of network profiles under "User Profiles." Identify the name of the Wi-Fi network for which you want to retrieve the password.

  3. Retrieve the Password for a Specific Network: Now, use the following command, replacing "[Wi-Fi Name]" with the exact name of your Wi-Fi network (including spaces and special characters if present) from the list you just generated:

    netsh wlan show profile name="[Wi-Fi Name]" key=clear

After executing this command, scroll down in the Command Prompt window. Under the "Security settings" section, you will find the "Key Content" field, which displays your Wi-Fi password in plain text. This is an excellent method to show current Wi-Fi password or any previously stored ones.

Method 3: Using PowerShell (Advanced Alternative to CMD)

PowerShell provides similar capabilities to Command Prompt but with more advanced scripting features. You can use it to check Windows 11 Wi-Fi passwords with commands that are functionally identical to the `netsh` commands used in CMD.

Steps to Find Wi-Fi Password via PowerShell:

  1. Open PowerShell as Administrator: Search for "PowerShell" in the Windows search bar. Right-click on "Windows PowerShell" (or "Windows Terminal" and choose PowerShell) and select "Run as administrator." Confirm the UAC prompt.
  2. List All Saved Wi-Fi Profiles: Just like with CMD, you can list all saved profiles by typing:

    netsh wlan show profile

    Press Enter to see the list of Wi-Fi networks.

  3. Retrieve the Password for a Specific Network: To get the password for a chosen network, use the same command structure as in CMD:

    netsh wlan show profile name="[Wi-Fi Name]" key=clear

Look for the "Key Content" field under "Security settings" to reveal your password. This method is equally effective for finding saved Wi-Fi passwords Windows 11.

Method 4: Sharing Wi-Fi Password (Quick Share Feature)

Windows 11 also offers a convenient way to share your currently connected Wi-Fi network's password with nearby devices, typically via a QR code or direct sharing options. While not directly showing the password in plain text on your screen, it enables seamless connection for other devices.

Steps to Share Wi-Fi Password:

  1. Open Settings: Press Windows key + I to open the Settings app.
  2. Go to Network & Internet: Click on "Network & internet" in the left-hand pane.
  3. Select Wi-Fi: Click on "Wi-Fi" from the options.
  4. Manage Known Networks (or connected network properties): Scroll down and click on "Manage known networks". Find your currently connected network, or one you wish to share. Click on its name.
  5. Share Network: If the option is available for your network and adapter, you might see a "Share" button. Clicking this can generate a QR code for scanning or offer other direct sharing methods (e.g., Nearby Sharing).

Note: This method is more about enabling connection than explicitly displaying the password on your screen. The direct "Share" option for plain text password isn't universally available and often relies on QR codes or other wireless sharing protocols.

Troubleshooting Common Issues

While the methods above are generally reliable, you might encounter minor issues:

  • "Show characters" is greyed out: This usually means you don't have sufficient administrator privileges. Ensure you are logged in as an administrator or provide administrator credentials when prompted.
  • Network not listed in CMD/PowerShell: If a network doesn't appear when you run netsh wlan show profile, it means Windows 11 has no saved profile for that network. You won't be able to retrieve its password this way.
  • No "Wireless Properties" option: This can occur if you're using an Ethernet connection, or if your Wi-Fi adapter is disabled or malfunctioning. Ensure your Wi-Fi is on and active.
  • Incorrect Wi-Fi Name: When using CMD or PowerShell, ensure the network name (SSID) is typed exactly as it appears in the `netsh wlan show profile` list, including capitalization and spaces.

Security Best Practices for Wi-Fi Passwords

Once you've retrieved your password, consider these security tips:

  • Use Strong, Unique Passwords: Avoid easily guessable passwords. Combine uppercase and lowercase letters, numbers, and symbols.
  • Change Passwords Regularly: Especially for your primary home or office network.
  • Enable WPA3/WPA2-PSK (AES) Encryption: Always use the strongest encryption available on your router. WPA2-PSK (AES) is standard, while WPA3 offers even better security. Avoid WEP or WPA/WPA-PSK (TKIP).
  • Update Router Firmware: Keep your router's firmware updated to patch security vulnerabilities.
  • Limit Network Access: Use MAC address filtering if you need an extra layer of security, though this can be cumbersome to manage.
  • Guest Networks: If your router supports it, enable a guest network with a separate password for visitors to keep your main network isolated. This prevents guests from accessing your private files or devices.
  • Disable WPS: Wi-Fi Protected Setup (WPS) can be a security risk. If you don't use it, disable it in your router settings.

Conclusion

Knowing how to check your Windows 11 Wi-Fi password is a valuable skill that saves time and frustration. Whether you prefer the graphical interface of the Network and Sharing Center or the command-line power of CMD or PowerShell, Windows 11 provides robust tools to recover your lost Wi-Fi password. By following the clear steps outlined in this guide, you can quickly retrieve your network security key and ensure seamless connectivity for all your devices while also maintaining strong security practices for your home network.

Enjoyed this read?

Share it with your friends and colleagues.