How to find out wifi password windows 10

Wi-Fi is extensively used to connect to multiple networks at different times and places. Be it a coffee shop, a free Wi-Fi hotspot, office wireless network, or a home network, Wi-Fi is used everywhere. Windows 10 and Windows 11 can remember the settings of multiple Wi-Fi networks, including their network security keys.

Quick fix: How to see Wifi password in Windows

To view the wireless password on Windows, open Network Connections from the Control Panel, right click on the computer’s WiFi adapter, and then select Status > Wireless Properties. Select Show Characters to display the password in plain text.

Over time, it becomes difficult to remember or even save passwords for all the Wi-Fi networks you have connected to and saved in the past. Rather than trying to hunt down passwords from sysadmins, technicians, or using other ways, if you forgot the Wi-Fi password, Windows gives multiple options to see the saved Wi-Fi passwords.

Table of contents

  • Quick fix: How to see Wifi password in Windows
  • View WiFi password on Windows 10/Windows 11
    • View Active WiFi Password From Wireless Properties
  • Find All WiFi Passwords Saved in Windows 10/11
    • View WiFi Passwords Using Command Prompt
    • See Wifi Password For A Specific Network
    • Get a List of Saved WiFi Passwords Using PowerShell
    • View All Saved Wifi Passwords Using WiFi Password Revealer
    • View All Saved WiFi Passwords Using WirelessKeyView
  • How to See WiFi Password on MacOS
  • How to See WiFi Password on Android
  • How to See WiFi Password on iPhone
  • Closing Words

View WiFi password on Windows 10/Windows 11

View Active WiFi Password From Wireless Properties

Windows 10/11 provides a simple way to see the password for your current WiFi connection. Just follow the steps below to see your current WiFi password:

  1. Open the Network Connections page in the Control Panel by typing in ncpa.cpl in Run.
    How to find out wifi password windows 10
  2. Right-click on the Wi-Fi adapter and click Status from the context menu.
    How to find out wifi password windows 10
  3. Click Wireless Properties to open WiFi network properties.
    How to find out wifi password windows 10
  4. Go to the Security tab and check the box next to “Show characters” to reveal your current Wifi password.
    How to find out wifi password windows 10

You will now see the WiFi password in the text field labeled “Network security key.”

This method only works for active connections. That means if you are not connected to a Wi-Fi network, you will not be able to use this method to view the network security key or password. To do this, you will need to follow the steps given in the next section.

What if you want to find all the saved Wifi passwords on your Windows computer? There are five ways to find all the saved Wifi passwords in Windows. Let’s discuss both of them.

View WiFi Passwords Using Command Prompt

To see all the Wifi passwords, you will need to run some commands in the command prompt.

  1. Open Command Prompt with administrative rights.
  2. Run the following command to show all the Wifi profiles saved on your computer:
    netsh wlan show profiles
    How to find out wifi password windows 10

    Note the profile for which you want to see the password.
  3. Now run the following command to reveal the Wifi password content of a profile:
    netsh wlan show profile name=<span style="font-size: inherit; color: rgb(255, 0, 0);"><em>WifiConnectionName</em></span><span style="font-size: inherit;"> key=clear</span>
    Replace WifiConnectionName with Wifi SSID, which you can find from the above mentioned command.

The command above will reveal the password for the selected WiFi SSID in front of “Key content,” as in the image below:

How to find out wifi password windows 10
Password revealed for selected Wi-Fi profile

If you only want to see the password omitting all other details, you can run the following command instead:

netsh wlan show profile name=WifiConnectionName key=clear | find /I "Key Content"
How to find out wifi password windows 10
Reveal only Wi-Fi password

You can check all the WiFi passwords saved on your computer using the same command. Just replace the profile name with a different one.

See Wifi Password For A Specific Network

If you want to find the Wifi password of a specific network only, follow the instructions below:

  1. Open Command Prompt in administrative mode.
  2. Run the following command:
    netsh wlan show profiles
    How to find out wifi password windows 10
    <br>This command will list all the saved Wifi profiles on the computer. Copy the network profile you want the password for.
  3. Run the following command:
    netsh wlan show profile name=<em>NetworkProfileName</em> key=clear<br>Replace NetworkProfileName with your copied network name.
    How to find out wifi password windows 10

This will show the Wifi password in plain text in front of “Key Content.”

Get a List of Saved WiFi Passwords Using PowerShell

The same commands listed above also work in PowerShell. But if you want to list all the passwords in a nice table in PowerShell, you can run the following command.

Open PowerShell as an administrator and run the following command:

(netsh wlan show profiles) | Select-String "\:(.+)$" | %{$name=$_.Matches.Groups[1].Value.Trim(); $_} | %{(netsh wlan show profile name="$name" key=clear)}  | Select-String "Key Content\W+\:(.+)$" | %{$pass=$_.Matches.Groups[1].Value.Trim(); $_} | %{[PSCustomObject]@{ PROFILE_NAME=$name;PASSWORD=$pass }} | Format-Table -AutoSize 
How to find out wifi password windows 10
Reveal all Wi-Fi passwords using PowerShell

You can also download the following PowerShell script and run it on any computer to get a list of saved Wifi passwords.

  Show All Saved WiFi Passwords.ps1 (353 bytes, 1,992 hits)

Once downloaded, right-click the file and click Run with PowerShell.

If you want to use a visual medium, you can check out a few software that can do the job for you.

View All Saved Wifi Passwords Using WiFi Password Revealer

If you are not comfortable with using the Windows command line, you can use third-party software called “Magical JellyBean Wifi Password Revealer” which will retrieve all the Wifi passwords saved in Windows.

How to find out wifi password windows 10
Wi-Fi Password Revealer

You just have to download Wifi password revealer, install and run it. No configuration is required.

You can select any Wifi connection and press Ctrl + Alt + C shortcut keys to copy the password in the clipboard.

View All Saved WiFi Passwords Using WirelessKeyView

WirelessKeyView is a portable application from NirSoft, which displays detailed information about each wireless network saved on the computer. It’s a very small tool and a very handy one, especially for sysadmins.

Download WirelessKeyView from here

Unzip the zip file and run WirelessKeyView.exe. This will run the app without installation.

How to find out wifi password windows 10
WirelessKeyView

Note: Windows Defender detects WirelessKeyView as malware but it is pretty safe. You will need to whitelist the executable before it can be run on your computer.

If you are using Windows Server 2003 or Windows XP, the actual Wifi password will not be shown but it will be shown in HEX form. The same HEX password can be used to activate Wifi on any other device.

How to See WiFi Password on MacOS

You can also check your Wifi password on Apple MacOS. Follow the instructions given below to see it:

  1. Press the Command button + Space bar on your keyboard to open Spotlight and type in “keychain access” to perform a search.
  2. Launch the Keychain Access app.
  3. From the app, search for the WiFi profile from the search bar and then double-click it.
  4. From the pop-up window, check the box next to “Show password.”
    How to find out wifi password windows 10

You will now see the password in the text field in front of the checkbox.

How to See WiFi Password on Android

If you are on an Android device, here is how to view the password for a saved Wi-Fi profile:

  1. Navigate to the following:
    Settings >> Wi-Fi and Network >> Wi-Fi
  2. Here, scroll down and click Saved Networks.
    How to find out wifi password windows 10
  3. On the next page, click on the Wi-Fi profile that you want to see the password for.
    How to find out wifi password windows 10
  4. Here, click Share.
    How to find out wifi password windows 10
  5. You will now be asked to verify yourself through a biometric or a PIN/pattern identification (if applied to your phone).
  6. On the next page, you shall find the password to the Wi-Fi profile below the QR code.
    How to find out wifi password windows 10

How to See WiFi Password on iPhone

Apple’s iPhones are designed to ensure maximum security. That is why, at the time of writing this post, iPhones do not allow you to view your WiFi password in plain text. Rather, they only allow you to share it with other iPhones.

However, if you sync your WiFi passwords with your iCloud Keychain, you can view your saved network password on your MacOS (which also needs to be synced) using the given method above.

Closing Words

With increasing security, all operating system manufacturers are taking the necessary precautions to secure your intellectual property. That is why Android asks you to authenticate yourself before revealing a WiFi password, and Apple does not allow it at all. This is because a device connected to the same wireless network as yours can infiltrate your network and any device on it.

Also see:

Usman Khurshid is a seasoned IT Pro with over 15 years of experience in the IT industry. He has experience in everything from IT support, helpdesk, sysadmin, network admin, and cloud computing. He is also certified in Microsoft Technologies (MCTS and MCSA) and also Cisco Certified Professional in Routing and Switching.

How can I see my Wi

Right click on your PC's WiFi adapter from the options in the list. Select Status and Wireless Properties. Click on the tab marked Security. Click the Show Characters box, which will display your network security key.

Is there a way to see the password of your Wi

If you have Android 10 or anything newer, you can find the wifi password directly on your phone following these steps: Go to “settings” on your phone, then “wifi”. Select “saved networks” and click on your home network. Choose the share option and enter your password.