Forgot your home Wi-Fi password, and the sticker on your router has worn off? Or need to connect a new device but can't be bothered to find the piece of paper with the code? On laptops HP — whether it be Pavilion G6, Envy x360 or gaming Omen 15 — the network password is stored in the system and can be easily retrieved. The main thing is to know where to look.
In this article we will analyze 5 proven methodsHow to find out the Wi-Fi password on a laptop HP without resetting the router. The methods work on Windows 10/11, regardless of your laptop model or BIOS version. And if you're worried about breaking something, don't worry: all steps are safe and don't require administrator rights (except for one method).
———
1. View your password through Windows Settings (the easiest way)
If your laptop HP already connected to the desired Wi-Fi network, the password can be viewed 3 clicks - without the command line or third-party programs. This method works on Windows 10/11 and does not require special knowledge.
Instructions:
- Click
Win + Ito open Windows Settings. - Go to the section
Network and Internet → Wi-Fi. - Click
Managing known networks. - Select your network from the list and click
Properties. - Scroll down to the block
Security parametersand check the boxShow entered characters.
Done! The password will be displayed in the field. Network security keyCopy it or write it down.
Is the laptop connected to the correct Wi-Fi network? Do you have administrator rights (required for some networks)? Is Airplane mode disabled? Is the password saved in the system (if connected manually)?
⚠️ Attention: If the button Properties is inactive or the password is not displayed, then the network was added through company profile (for example, in an office or university). In this case, use method #3 or #4.
2. How to find out the password through the Network and Sharing Center (for Windows 7/8/10)
Good old Network and Sharing Center — a universal tool that works even on older versions of Windows. On laptops HP With Windows 7 or 8.1 This is the only way to view the password without third-party programs.
Step-by-step instructions:
- 🖱️ Right-click on the Wi-Fi icon in the tray (bottom right) and select
Open Network and Internet settings. - 🔗 In the window that opens, click
Network and Sharing Center. - 📡 Find the section
Connectionsand click on the name of your network (for example,TP-Link_1234). - 🔐 In the new window, select
Wireless Network Properties → Security. - 👁️ Check the box
Show entered characters— the password will appear in the fieldNetwork security key.
If you have Windows 11, this path will be a little different: after clicking on the Wi-Fi icon, select Network properties → View additional properties → Security parameters.
3. Extracting the password via the command line (for advanced users)
If the graphical interface does not show the password (for example, due to network security policy), this will help command lineThis method works on all versions of Windows and does not require installation of additional software.
Run the following commands in order:
netsh wlan show profiles
This command will list all saved networks. Find the name of your network (for example, Keenetic-123).
Now enter:
netsh wlan show profile name="NETWORK_NAME" key=clear
Replace NETWORK_NAME the name of your network (in quotation marks!). In the results, find the line Key content - this is the password.
Example output:
Profile name: Keenetic-123Security parameters
Authentication type: WPA2-Personal
Encryption type: AES
Key content: 12345678
...
⚠️ Warning: If a blank field or message is displayed instead of a password The key is missing, then the network was connected through WPS or guest accessIn this case, the password can only be found through the router (method #5).
4. Using PowerShell to view all saved passwords
PowerShell — is a more powerful tool than the command line. With it, you can Export all saved Wi-Fi passwords into a convenient list. This is useful if you have multiple networks or frequently connect to different access points.
Open PowerShell as administrator (click Win + X and select Windows PowerShell (Administrator)) and run the command:
(netsh wlan show profiles) | Select-String"\:(.+)$" | %{$name=$_.Matches.Groups[1].Value.Trim; $_} | %{(netsh wlan show profile name="$name" key=clear)} | Select-String"Key contents\W+\:(.+)$" | %{$pass=$_.Matches.Groups[1].Value.Trim; $_} | %{[PSCustomObject]@{PROFILE_NAME=$name;PASSWORD=$pass}} | Format-Table -AutoSize
In a few seconds, you will see a table with all networks and their passwords:
| Network name (SSID) | Password |
|---|---|
| TP-Link_5GHz | qwerty1234 |
| Keenetic-123 | 87654321 |
| Starbucks_WiFi | (empty - guest network) |
This method is especially convenient for system administrators or users who frequently use different networks. For example, if you connected to Wi-Fi at a cafe, hotel, or work, all passwords will be in this list (if they were saved).
Why doesn't PowerShell show all passwords?
Some networks (for example, corporate ones) 802.1X) do not store the password in clear text. Also, Windows may not display keys for networks connected via WPS or QR code.
5. Viewing the password through the router settings (universal method)
If none of the previous methods worked, the only thing left is the last reliable option — Go to your router settings. This is the only method that works. even if the laptop is not connected to the network or the password is not saved in Windows.
Instructions:
- Find out Router IP address. Usually it is
192.168.0.1or192.168.1.1You can check it via the command line:ipconfig | findstr"Default Gateway" - Open your browser and enter this address in the address bar. Click
Enter. - Enter the login and password for the router (usually
admin/adminor indicated on the device sticker). - Go to the section
Wi-Fi(orWireless network,Wireless). - Find the field
Password,Security keyorPSK Password.
The interface may vary across different router models. Here's what it looks like on popular brands:
| Router brand | Path to password | Interface example |
|---|---|---|
| TP-Link | Basic → Wireless |
Field Wireless Password |
| Keenetic | Wi-Fi → Hotspot |
Field Network key |
| ASUS | Wireless → General |
Field WPA Pre-Shared Key |
| MikroTik | Wireless → Security Profiles |
Field WPA2 Pre-Shared Key |
⚠️ Note: If you can't access your router settings, it means someone has changed the default login/password. In this case, you'll have to factory reset (button Reset (on the back panel). But keep in mind: after the reset, all network settings (including the Wi-Fi password) will return to factory settings!
6. Third-party programs for viewing Wi-Fi passwords
If you need save all passwords to a file If you frequently work with different networks, you can use specialized utilities. They automatically extract keys from the system and export them in a convenient format.
Top 3 proven programs:
- 🔓 WirelessKeyView (from NirSoft) - free, portable (no installation required), shows all saved passwords.
- 📊 WiFi Password Revealer - simple interface, export to
.txtor.csv. - 🛡️ Magical Jelly Bean WiFi Password Revealer - supports Windows 11, shows the signal strength.
How to use WirelessKeyView:
- Download the program from NirSoft official website (take it
Download WirelessKeyViewin a ZIP archive). - Unzip the archive and run
WirelessKeyView.exe(administrator rights are not required). - You will see a table with all the networks, their
SSIDand passwords in the columnKey (Ascii). - To save the list, click
File → Save All Items.
The advantage of such programs is that they work. even if the network is not connected at the moment. For example, you might see the password for a Wi-Fi connection you connected to six months ago.
Common problems and solutions
Sometimes users encounter difficulties when trying to view their Wi-Fi password. Let's look at the most common cases and how to solve them.
Problem 1: There is no Properties button for Network in Windows Settings.
- 🔹 You may be connected via guest access (for example, in a cafe or airport). In this case, the password is not saved.
- 🔹 Check if the protocol is disabled WPS on the router - some networks can be connected through it without entering a password.
Problem 2: The command line gives an error Failed to execute command.
- 🔹 Launch the command line as administrator (right click → "Run as administrator").
- 🔹 Make sure the network name is entered no typos (case sensitive!).
Problem 3: I can't access the router settings.
- 🔹 Try a different browser (for example, Firefox or Edge).
- 🔹 Turn it off VPN or proxy - they can block access to the local network.
- 🔹 If you forgot your router login/password, do this reset (button
Resetfor 10 seconds).
Problem 4: The password is displayed as dots or asterisks.
- 🔹 In Windows Settings or Network and Sharing Center, check the box
Show entered characters. - 🔹 If there is no check mark, use command line or PowerShell.
FAQ: Answers to frequently asked questions
Is it possible to find out the Wi-Fi password if the laptop is not connected to the network?
Yes, but only if the password was previously saved on this laptop. Use command line (netsh wlan show profiles) or program WirelessKeyViewIf the network is new, you'll have to reconnect or go into the router settings.
Do these methods work on MacBooks or other brands of laptops?
No, this instruction is for WindowsOn . MacOS the password is viewed through AirPort Utility or TerminalFor laptops Lenovo, Dell, Acer The methods are the same - the main thing is that Windows is installed.
Is it possible to find out the password from my neighbors if their network is visible in the list?
No, if you never connected to their Wi-Fi. Windows only stores passwords for networks you've connected to before. It's impossible to hack into other people's networks without the owner's permission (it's illegal!).
Why did my password stop displaying after a Windows update?
Sometimes big updates (like moving from Windows 10 to 11) reset saved keys. Try connecting to the network again—the system should remember the password. If not, check it through the router.
How can I protect my Wi-Fi so that my password can't be found out through my laptop?
To make password extraction more difficult:
- 🔒 Use WPA3 instead of WPA2 (in the router settings).
- 🔄 Change your password regularly (every 3-6 months).
- 🚫 Turn it off WPS - This is a vulnerable protocol.
- 📱 Set up guest network for friends with a separate password.