Forgotten your wireless network name or password? It's a familiar situation: the router was set up a long time ago, the sticker with the data has disappeared, and you urgently need to connect a new device. Luckily, on a computer running Windows 10 or 11 There are several ways to find out this data - without access to the router and even without administrator rights (in some cases).
In this article, we'll cover all the working methods—from standard system tools to little-known tricks. You'll learn how to view network name (SSID) And password via graphical interface, command line, PowerShell and specialized utilities. And also, why this data may sometimes not be displayed and what to do about it.
Important: If you are connected to the network via cable (Ethernet), some methods won't work. In this case, you'll have to check your router settings or use alternative methods (we'll cover those too).
1. How to find out your Wi-Fi name (SSID) on your computer
Before you look for a password, you need to know it for sure network name (SSID) to which your PC is connected. This will be useful for further actions, especially if you use the command line or third-party programs.
The easiest way:
- Look at Wi-Fi icon in the lower right corner of the taskbar (next to the clock).
- Left-click on it to open a list of available networks.
- At the top of the list will be the name of the current network with a note
Connected.
If the icon is hidden or you are not sure that you are connected to your network, use an alternative method:
- 🖥️ Open
Windows Settings(Win + I) →Network and Internet→Wi-Fi. - 📡 In the section
Network propertieswill be indicated name (SSID) and the type of security (usually WPA2-Personal or WPA3-Personal).
2. Method 1: View the password through Windows Settings (without commands)
This is the most visual method that works in Windows 10 And Windows 11Suitable if you have administrator rights on the computer.
Instructions:
- Open
Parameters(Win + I) →Network and Internet→Wi-Fi. - Click on the link
Managing known networks. - Select your network from the list and click
Properties. - Scroll down to the section
Security parameters. - Check the box next to
Show entered characters— the password will become visible.
If the button Properties inactive or item Managing known networks no, then:
- 🔒 You don't have administrator rights (you need to enter your account password).
- 🖧 The computer is connected to the network via cable, not Wi-Fi.
- 📵 The network is saved, but is currently inactive (for example, the router is turned off).
What should I do if the Security Settings section is missing?
This means that Windows didn't save the password for this network (for example, if the connection was configured using WPS or a third-party utility). In this case, try the other methods in this article.
3. Method 2: Find out the password through the Network and Sharing Center (classic panel)
A good old method that has been working since the times Windows 7Suitable for those who prefer the classic network management menu.
Step-by-step instructions:
- Right click on Wi-Fi icon in the tray (next to the clock) →
Open Network & Internet Settings. - In the window that opens, scroll down and click
Network and Sharing Center. - Next to the name of your network, click on
Wireless network (network name)(blue link). - In the new window, select the tab
Security. - Check the box
Show entered characters— the password will appear in the fieldNetwork security key.
If the tab Security is missing or the password field is empty, this may mean:
- 🔐 The network uses WPS or another authentication method (no password required).
- 🛠️ The connection was configured through a third-party program (for example, a utility from the router manufacturer).
- 📴 The computer is connected to the network via Ethernet, not Wi-Fi.
The network name is displayed in the system tray|The computer is connected via Wi-Fi, not a cable|You have administrator rights|The router is turned on and distributing the network-->
4. Method 3: Command Prompt - a universal method for all versions of Windows
If the graphical interface does not show the password, help will come command lineThis method works even in older versions of Windows and does not require installing additional programs.
Run the following commands in order:
- Open command prompt as administrator:
- Click Win + X →
Terminal (administrator)orCommand Prompt (Administrator). - IN Windows 11 confirmation may be required via UAC.
- Click Win + X →
netsh wlan show profiles
Remember the exact name of your network (case is important!).
netsh wlan show profile name="NETWORK_NAME" key=clear
Replace NETWORK_NAME to the real name (for example, netsh wlan show profile name="TP-Link_1234" key=clear).
Key content - this is your password.If you see a blank field or message instead of a password Key content is missing, it means:
- 🔄 The network is connected, but the password is not saved in the system (for example, if you used WPS or roaming).
- 🖧 You are connected via cable, not Wi-Fi.
- 🛡️ You do not have administrator rights to view the password.
5. Method 4: PowerShell - an alternative to the command line
PowerShell — a more powerful tool than the standard command line. It can not only reveal passwords but also export all saved networks to a file.
Instructions:
- Open PowerShell as administrator:
- Click Win + S, enter
PowerShell, then selectRun as administrator.
- Click Win + S, enter
(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
This command will automatically extract network names And passwords in the form of a table.
If you need to save a list of networks and passwords to a file, use:
(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}} | Export-Csv -Path "C:\WiFi_Passwords.csv" -NoTypeInformation -Encoding UTF8
File WiFi_Passwords.csv will appear on the disk C:.
⚠️ Attention: Saving passwords to a text file on disk C: Unsafe. After use, delete the file or move it to a secure location.
6. Method 5: Third-party programs for viewing Wi-Fi passwords
If standard methods don't work, you can use specialized utilities. They're convenient because they display passwords in a convenient format and often offer additional features (such as exporting to a file or generating a QR code for quick connection).
Popular programs:
| Program | Supported OS | Functions | Link (official) |
|---|---|---|---|
| WirelessKeyView (NirSoft) | Windows 7/8/10/11 | Shows all saved Wi-Fi passwords, exports to text/HTML | nirsoft.net |
| WiFi Password Revealer | Windows 10/11 | Simple interface, copying password to clipboard | magicaljellybean.com |
| NetSpot | Windows, macOS | Network analysis + password viewing (in the paid version) | netspotapp.com |
| Wifi Password Decryptor | Windows 7-11 | Recovering passwords from system files | securityxploded.com |
How to use WirelessKeyView (for example):
- Download the program from NirSoft official website (free version).
- Unzip and run
WirelessKeyView.exe(no installation required). - In the program window, you will see a list of all saved networks with speakers:
Network Name (SSID)— network name,Key (Ascii)- password.
Copy Key.⚠️ Attention: Programs like WirelessKeyView They may be blocked by your antivirus software because they read system data. This is a false positive—the utility does not contain viruses, but use it only from official sources.
7. What to do if none of the methods worked?
If you've tried all the methods but still can't find your password, there may be a few reasons:
- 🔌 The computer is connected to the router via cable, and not via Wi-Fi (try connecting wirelessly or look in your router settings).
- 🔐 The network uses WPS or Enterprise authentication (the password is not saved in the system).
- 🛡️ You don't have administrator rights (contact the PC owner).
- 📵 The router has been reset to factory settings (the password will return to the default one indicated on the sticker).
In these cases, there are two options left:
- Look into the router settings:
- Open your browser and enter the router's address (usually
192.168.0.1or192.168.1.1). - Log in (default logins:
admin/adminoradmin/empty password). - Go to the section
Wi-FiorWireless→Security— there will be a password.
- Open your browser and enter the router's address (usually
- Press and hold the button
Reseton the router 10-15 seconds. - The network name and password will be reset to the default values (indicated on the sticker on the case).
⚠️ Attention: Resetting your router will delete ALL settings, including Internet connection passwords, forwarded ports And guest networksUse this method only as a last resort.
8. How to protect your Wi-Fi from hacking after password recovery
If you were able to find out the password for your network, this is a good reason to check its security. Here 5 stepsTo protect your Wi-Fi from unauthorized access:
- 🔒 Change the default router password: Many people leave
admin/admin, which allows hackers to easily break into the network. - 📡 Use WPA3 instead of WPA2: New encryption standard that is harder to crack (available on modern routers).
- 🔄 Turn it off WPS: This feature is vulnerable to brute force attacks even if you have a strong password.
- 📵 Hide your SSID (not always effective, but will make things more difficult): Disable the option in your router settings.
Broadcast SSID. - 🛡️ Update your router firmware: Manufacturers regularly patch vulnerabilities in new versions of software.
If your router supports the "Guest Network" feature, set it up to allow guest connections—this will protect your main network from data leaks.
FAQ: Frequently asked questions about Wi-Fi passwords on your computer
Is it possible to find out the Wi-Fi password if the computer is connected via cable?
No, if the PC is connected only via Ethernet, Wi-Fi network information (including the password) is not saved in the system. In this case, you need to check the router settings or reset it to factory settings.
Why is there an empty field instead of a password in the command line?
This means the password is not saved in the system. Possible causes:
- The connection was set up via WPS (button on the router).
- The network uses Enterprise authentication (for example, in offices or universities).
- The computer is connected to the network via a third-party utility (for example, from a provider).
Try looking into your router settings or contact your network administrator.
How to find the Wi-Fi password on a Mac?
On macOS this is done through Keychain Access utility:
- Open
Spotlight(Cmd + Space) and enterBunch of keys. - Find your network in the list and double-click on it.
- Check the box
Show passwordand enter your Mac account password.
Is it possible to find out someone else's Wi-Fi password using a computer?
Technically, yes, if the computer is already connected to this network and the password is saved in the system. But illegal connection to other people's networks is being prosecuted under the article Article 272 of the Criminal Code of the Russian Federation ("Unauthorized access to computer information"). Use this knowledge only to restore access to his own networks.
How to generate a strong Wi-Fi password?
A good password should:
- Contain no less than 12 characters.
- Include uppercase and lowercase letters, numbers And special characters (For example,
!@#$%). - Not be a dictionary word or an easily guessed combination (e.g.
qwerty123).
Example of a strong password: 7x#Kp9$Lm2!vF5*.
You can use password generators, such as the one built into Google Chrome or KeePass.