Forgot your home Wi-Fi password, and is it hidden under a sticker with faded symbols on your router? Or do you need to connect a new gadget but can't remember the combination? Windows 8 There are several ways to retrieve a saved wireless network password—both using standard system tools and third-party utilities. The main advantage: you don't need to reset your router or call your ISP.
In this article we will look at 5 working methods — from simple viewing through a graphical interface to using the command line and specialized programs. Each method has been tested Windows 8/8.1 (including versions Pro And Enterprise) and doesn't require administrator rights if you're already connected to the network. You'll also learn how to avoid common errors and what to do if the system doesn't display saved networks.
Important: If you have never connected to this network on this PC, you will not be able to extract the password - Windows Stores only the keys used for authorization. In this case, you'll need to access your router settings or use alternative methods (discussed at the end of the article).
1. View the password through the Network and Sharing Center
The most obvious and safest way is to use built-in tools Windows 8This works if you are currently connected to the target network or have connected previously (the system saves keys even after disconnecting).
Instructions:
- 🖱️ Right-click on the icon Wi-Fi in the system tray (bottom right of the taskbar) and select
Network and Sharing Center. - 📡 In the window that opens, find the section
Connectionsand click on the name of your wireless network (there will be an inscription next to itWi-Fi). - 🔑 In the new window, select
Wireless network properties→ go to the tabSecurity. - 👁️ Check the box next to
Show entered characters— in the fieldNetwork security keyYour password will appear.
If the point Wireless network properties No, that means you're not connected to the internet right now. Try the methods in the following sections.
⚠️ Attention: In some builds Windows 8 (especially corporate) access to this menu may be restricted by group policy. If the button Show entered characters inactive, use command line.
☑️ What to check before viewing a password
2. Extracting the password via the command line (CMD)
A method for advanced users or when a graphical interface is unavailable. The command line allows you to retrieve the password. any saved network, even if you are not connected to it now.
Step-by-step instructions:
- Launch
Command lineas administrator (clickWin + X→ selectCommand Prompt (Administrator)). - Enter the command to view all saved networks:
netsh wlan show profilesRemember the exact name of the network you need (case is important!).
- Display network information by replacing
NETWORK_NAMEto its real name:netsh wlan show profile name="NETWORK_NAME" key=clear - Find the line
Key content- this is your password.
Example output (password highlighted):
Security settings:
Authentication type: WPA2-Personal
Encryption type: CCMP
Key contents: 12345678Qw!
⚠️ Attention: If a blank field or message is displayed instead of a password The key is missing, this means the network is saved without a password (open) or the key has been deleted from the system. Try connecting to the network again. Windows can remember the password when re-authorizing.
3. Using PowerShell to extract the password
PowerShell — a more powerful tool than CMD, and also allows you to obtain a Wi-Fi password. This method is useful if you need to automate the process or extract data from multiple networks.
Follow these steps:
- 🔧 Launch PowerShell as administrator (
Win + X→Windows PowerShell (Administrator)). - 📜 Enter the command to view all saved profiles:
(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 - 📋 As a result, you will receive a table with all networks and their passwords.
This method is convenient for system administrators, as it allows you to export data to a file. For example, to save a list in passwords.txt on the desktop, add to the end of the command:
| Out-File "$env:USERPROFILE\Desktop\passwords.txt"
What to do if PowerShell complains about the execution policy?
If you see the error "script execution is disabled", enter the command Set-ExecutionPolicy RemoteSigned -Scope CurrentUser and confirm the change.
4. Third-party programs for viewing Wi-Fi passwords
If standard methods don't work or you need to manage a large number of networks, specialized software can help. We tested three reliable utilities compatible with Windows 8:
| Program | Advantages | Flaws | Download link |
|---|---|---|---|
| WirelessKeyView | Portable (no installation required), shows all saved passwords, supports export to .txt |
The interface is in English and has not been updated since 2014. | NirSoft official website |
| WiFi Password Revealer | Russian interface, one-click password copying, works without administrator rights | Shows only networks that have been connected to recently. | Magical Jelly Bean |
| NetSpot | In addition to passwords, it analyzes signal strength and creates Wi-Fi coverage maps. | Paid version for advanced features | NetSpot official website |
How to use WirelessKeyView (for example):
- Download the archive with the program and unzip it.
- Run the file
WirelessKeyView.exe(administrator rights are not required). - In the main window you will see a list of all saved networks with a column
Key (Ascii)— these are passwords. - To copy the password, right-click on the line and select
Copy Key.
⚠️ Attention: Download programs only from official websites! Password viewing utilities are often counterfeited by hackers who add viruses to them. Before running, check the file using VirusTotal.
5. How to find out the password if Windows 8 did not save it
If none of the above methods work, the password isn't saved in the system. In this case, there are three alternative options:
- 📋 View on router: Turn the device over - the sticker usually contains the factory password (field
Wi-Fi PasswordorNetwork Key). If the sticker has worn off, log into the router's web interface (usually at192.168.0.1or192.168.1.1) and check the sectionWirelessorWi-Fi. - 📞 Contact your provider: If your router was provided by your ISP, call support and ask for the default password. Some providers (for example, Rostelecom or Beeline) it is generated according to an algorithm and can be restored by the contract number.
- 🔄 Reset the router: The last resort is to press the button
Reseton the back of the router (hold for 10 seconds). After resetting, use the factory password from the sticker. All personal settings (including port forwarding and parental controls) will be lost!
If you rent or use a corporate network, contact the router owner—resetting your router yourself may violate network usage rules.
6. Common mistakes and how to avoid them
Users often encounter problems when trying to extract a password. We've compiled the most common ones and their solutions:
| Error | Cause | Solution |
|---|---|---|
Could not find profile name in CMD |
Typo in network name or incorrect case | Copy the network name exactly from the command output. netsh wlan show profiles |
Field Security key empty |
The network is open (no password) or the key has been deleted | Reconnect to the network or check your router settings |
Access denied when launching CMD/PowerShell |
Insufficient rights | Run the console as administrator (Win + X → the corresponding item) |
| The program does not show networks | Outdated software version or conflict with antivirus software | Update your antivirus or temporarily disable it. |
If you use Windows 8.1 With the latest updates, some commands may require confirmation via UAC (User Account Control). Please allow the system request, otherwise the data will not be displayed.
FAQ: Frequently Asked Questions About Wi-Fi Passwords in Windows 8
Is it possible to find out the password for a Wi-Fi network I've never connected to?
No, Windows Stores only the keys used to log in to the device. If you haven't connected to the network, it's impossible to retrieve the password using standard tools. In this case, contact your router settings or the network owner.
Why does the command prompt display the wrong password?
You probably entered an incorrect network name (with case errors or spaces). Make sure the name matches the command output. netsh wlan show profilesAlso check if the password has been changed since the last connection—in this case, the system stores an outdated key.
Is it safe to use third-party password viewers?
Yes, if you download them from the official websites of the developers (for example, NirSoft or Magical Jelly Bean). These utilities don't send data over the network and operate locally. However, avoid programs from suspicious resources—they may contain malicious code.
Is it possible to extract a Wi-Fi password from another computer on the network?
Technically yes, but this would require physical access to the device or a remote connection with administrator rights. Without the owner's consent, such an action could violate privacy laws (e.g. Article 272 of the Criminal Code of the Russian Federation — unauthorized access to computer information).
What should I do if the factory password doesn't work after resetting my router?
Your ISP may have changed the default settings. Try:
- Connect to the router via cable and go to the web interface (usually
192.168.0.1). - Check the section
Wireless Security— the current password may be indicated there. - If access is blocked, contact your provider's support team—they can reset the settings remotely.