How to Find Wi-Fi Password in Windows 11

Windows 11 lets you view the saved password of a Wi-Fi network you’re currently connected to (or previously connected to). This is useful when you want to share your Wi-Fi with another device, reconnect a phone, or troubleshoot network issues.

In most cases, finding a Wi-Fi password in Windows 11 is straightforward using Control Panel, network settings, or Command Prompt, as long as you’re signed in with an administrator account. Follow the steps below based on your situation.

How to Find Wi-Fi Password in Windows 11

Use the method that best fits whether you are currently connected or looking for a previously saved network.

1. Find Wi-Fi Password of the Currently Connected Network (Easiest)

This method works if your PC is connected to the Wi-Fi network right now.

  1. Press Windows + R, type control, and press Enter
  2. Open Control Panel
  3. Go to Network and Internet > Network and Sharing Center
  4. Click your Wi-Fi network name next to Connections
  5. In the Wi-Fi Status window, click Wireless Properties
  6. Open the Security tab
  7. Check Show characters

Your Wi-Fi password will now be visible in plain text.

2. Find Wi-Fi Password Using Command Prompt (Advanced)

This method works for any saved Wi-Fi network, even if you’re not currently connected.

  1. Right-click Start and open Windows Terminal (Admin)
  2. To see all saved Wi-Fi networks, type:
netsh wlan show profiles
  1. Note the Wi-Fi network name
  2. Run the following command (replace WiFiName):
netsh wlan show profile name="WiFiName" key=clear
  1. Look for Key Content

That value is the Wi-Fi password.

3. Find Wi-Fi Password Using PowerShell

PowerShell provides the same result in a different interface.

  1. Open Windows Terminal (Admin)
  2. Run:
netsh wlan show profile
  1. Then run:
netsh wlan show profile name="WiFiName" key=clear

This is useful for scripting or advanced users.

4. Find Wi-Fi Password From Router (Alternative)

If Windows doesn’t have the network saved:

  1. Open a browser
  2. Enter your router’s IP address (commonly 192.168.1.1)
  3. Log in to the router admin panel
  4. Open Wireless / Wi-Fi settings
  5. View or change the Wi-Fi password

This works even if the PC never connected before.

Final Thoughts

Finding a Wi-Fi password in Windows 11 is simple if the network is already saved on your PC. For most users, the Control Panel method is the easiest, while Command Prompt is ideal for viewing passwords of older or disconnected networks.To avoid needing to look up passwords again, consider saving them securely in a password manager or sharing via QR code from your router.

Posted by Raj Bepari

I’m a digital content creator passionate about everything tech.