News & Updates

How to View Your WiFi Password on Windows 10: Easy Step-by-Step Guide

By Ava Sinclair 97 Views
how to view my wifi passwordon windows 10
How to View Your WiFi Password on Windows 10: Easy Step-by-Step Guide

For many Windows 10 users, knowing the Wi‑Fi password is only necessary when a new device joins the network or the internet stops working. Yet, the password you use to connect is stored securely on your PC, hidden behind the security settings of the operating system. Windows does not display the password in clear text by default, but with built-in tools and a few command line steps, you can retrieve it safely if you have local administrator rights.

Understanding how Windows stores Wi‑Fi profiles

Windows 10 maintains a list of wireless networks you have connected to, saved as wireless profiles in the system. These profiles contain the network name, or SSID, and the security settings, but the passphrase is encrypted with a layer of Data Protection API (DPAPI). This means the password is tied to your user account and protected by the system’s security architecture, so retrieving it requires using the same trusted channels Windows uses for other credentials.

Using the Settings app to check the Wi‑Fi password

The most straightforward method for everyday users is through the modern Settings interface, which provides a clear option to share the network details. This approach avoids the command line and is ideal for those who prefer a graphical experience. Note that you must be connected to the target Wi‑Fi network for this to work, as Windows needs to access the specific profile information.

Step by step instructions in Settings

Open the Start menu and click the Settings gear icon, or press Windows key + I.

Navigate to Network & Internet, then select Wi‑Fi from the left sidebar.

Click on Manage known networks, find your target network, and select Properties.

Scroll down and toggle the Show characters switch under Share my Wi‑Fi password with other devices.

On a second device, open the Wi‑Fi settings, select the same network, and use the QR code or the revealed password to connect.

Retrieving the password with Command Prompt

For users who work primarily in the command line or need to export the password for documentation, the Command Prompt offers a precise set of commands. This method displays the key content of the wireless profile, including the security key, in a single line of output. It is especially useful when you need to verify the exact characters or troubleshoot connection issues on multiple machines.

Command line procedure

First, open Command Prompt as administrator by searching for cmd, right-clicking Windows Command Prompt, and selecting Run as administrator. Then, list all saved wireless profiles by typing netsh wlan show profiles and pressing Enter. To see the detailed settings of a specific network, replace NameOfNetwork with the exact profile name in the command netsh wlan show profile name="NameOfNetwork" key=clear . In the output, locate the section labeled Security settings, where the Key Content field reveals the Wi‑Fi password in plain text.

Managing multiple profiles and exporting data

If you manage several networks or support multiple machines, exporting the profile details can save time and reduce errors from manual typing. Windows allows you to save a complete profile to an XML file, which includes all settings and the encrypted password. While the password remains protected by DPAPI in the exported file, this method is excellent for backups or transferring configurations between devices.

How to export a wireless profile

Run Command Prompt as administrator again and use the command netsh wlan export profile name="NameOfNetwork" folder="C:\Temp" key=clear . This creates an XML file in the specified folder containing the network configuration. You can later import it on another computer using netsh wlan add profile filename="C:\Temp\NameOfNetwork.xml" , which is particularly helpful in enterprise environments or for recurring setups.

A

Written by Ava Sinclair

Ava Sinclair is a Senior Editor covering culture, travel, and premium experiences. She focuses on clear reporting and practical takeaways.