Forgot your home Wi-Fi password, and the sticker on your router has worn off? Or need to connect a new device, but haven't saved the password on your phone? Windows 8 There are several ways to extract a saved wireless network password, both using standard system tools and third-party tools. The main thing is that you must have access to a computer that is already connected to this network.
Unlike Windows 10 And Windows 11, where the password viewing interface has become a little more intuitive, in the “eight” you will have to dig into the settings or use command lineBut don't worry: all the methods in this article work without administrator rights (unless you're trying to change your password), don't require installing any additional software, and take no more than 2-3 minutes.
If you are looking for a way to hack someone else's Wi-Fi, it's illegalThis article is only for extracting passwords from already saved networks on your device. All actions are performed at your own risk.
Let's take a closer look 5 working methods — from the simplest to the most advanced — and we'll also tell you what to do if none of them work.
1. View the password through the Network and Sharing Center (GUI method)
The most visual way is to use a graphical interface Windows 8It doesn't require any knowledge of commands and is suitable for users who are afraid of the console.
Here are the step-by-step instructions:
- Right click on the icon Wi-Fi in the tray (bottom right on the taskbar) and select
Network and Sharing Center. - In the window that opens, click on the name of your wireless network (next to the inscription
Connections). - In the new window, click the button
Wireless network properties. - Go to the tab
Security. - Check the box next to
Show entered characters— in the fieldNetwork security keyYour password will appear.
⚠️ Attention: If the button Wireless network properties is inactive or missing, then your network is managed through Windows Mobility Center (on some laptops) or the network profile is corrupted. In this case, try the following method.
Make sure your computer is connected to the correct Wi-Fi network|
Check that you have permission to view network settings|
If you use a VPN, temporarily disable it|
Close programs that block network connections (antiviruses, firewalls) -->
2. How to find out the password via the command line (CMD)
This method is universal and works even if the graphical interface is glitchy. You will need command line with administrator rights.
Follow the instructions:
- Click
Win + Xand selectCommand Prompt (Administrator). - Enter the command to view all saved networks:
netsh wlan show profilesRemember the exact name of your network (case is important!).
- Enter the command to extract the password (replace
NETWORK_NAMEto yours):netsh wlan show profile name="NETWORK_NAME" key=clear - Find the line
Key content- this is your password.
💡 Example: If your network is called MyWiFi_5G, the command will look like this:
netsh wlan show profile name="MyWiFi_5G" key=clear
If the command line gives an error Failed to execute command, check:
- 🔹 Is the network name spelled correctly (including spaces and case).
- 🔹 Is CMD running as administrator?
- 🔹 Has the computer been connected to this network at least once?
3. Using PowerShell to extract the password
PowerShell — a more powerful tool than the standard command line. It allows you to retrieve the password in a more convenient format, especially if you have multiple saved networks.
Follow these steps:
- Click
Win + R, enterpowershelland pressCtrl + Shift + Enter(to run with administrator rights). - Enter the command to view all Wi-Fi 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
This command will automatically extract all saved passwords and display them in a table:
| Network name (PROFILE_NAME) | Password |
|---|---|
| MyWiFi_2.4G | 12345678 |
| Office_Net | qwerty!@# |
| Guest_House | password123 |
⚠️ Attention: If PowerShell blocked script execution, first allow local scripts with the command:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
(After retrieving the password, please return the settings back: Set-ExecutionPolicy Restricted).
4. View the password in the Windows registry
All Wi-Fi passwords are stored in Windows registry in encrypted form. They can be extracted manually, but the process is a bit more complicated than with the previous methods.
Instructions:
- Click
Win + R, enterregeditand pressEnter. - Follow the path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wlansvc\Interfaces\{GUID}\Profiles(Where{GUID}— unique interface identifier). - In the folder
ProfilesFind the subfolder with the name of your network (it will be in the format{Hex-identifier}). - Open the parameter
ProfileXML- there will be a line in it<keyMaterial>YOUR_PASSWORD</keyMaterial>.
🔍 How to find the required GUID?
- 🔹 Open
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wlansvc\Interfaces. - 🔹 Check every folder
{GUID}— in the parameterDescriptionwill be the name of your Wi-Fi adapter (for example, Intel Wi-Fi 6).
Important: The password in the registry is stored in encrypted form, but it can be decrypted using a utility WirelessKeyView (see next section).
What if there is no ProfileXML parameter?
This means the network profile is corrupted or not saved in the registry. Try connecting to the network again or use the alternative methods in this article.
5. Third-party programs for viewing Wi-Fi passwords
If standard methods don't work, help will come free utilitiesThey automate the process and often display passwords in a more convenient form.
Top 3 programs for Windows 8:
- 🔧 WirelessKeyView (from NirSoft) - shows all saved passwords in a table, supports export to
.txt. - 🔧 WiFi Password Revealer — a minimalistic utility with the ability to copy a password to the clipboard.
- 🔧 Magical Jelly Bean WiFi Password Revealer — displays passwords with the ability to filter by network name.
📌 How to use WirelessKeyView:
- Download the program from official website (portable version does not require installation).
- Launch
WirelessKeyView.exeon behalf of the administrator. - Find your network in the table - the password will be in the column
Key (Ascii). - Export data via if necessary
File → Save All Items.
⚠️ Note: Some antivirus programs may block utilities from NirSoft as "potentially dangerous." This is a false positive—the programs don't contain viruses, but they handle sensitive data. If in doubt, check the file for VirusTotal.
Via the Network and Sharing Center|
Command Prompt (CMD)|
PowerShell|
Third-party programs (WirelessKeyView, etc.)|
Another way-->
6. What to do if none of the methods worked?
If you have tried all the methods and still cannot extract the password, check the following:
- 🔄 The network is not saved in profiles - connect to it again and enter the password manually.
- 🛠 The Wi-Fi profile is corrupted. - delete the network in the settings and connect again.
- 🔒 The password has been changed on the router. — If the password has been recently changed, the old methods won't work. Look for it on the router's sticker or in the web interface (usually
192.168.0.1or192.168.1.1). - 👤 No administrator rights - some methods require elevated privileges.
If the problem is with the router and not the computer:
⚠️ Attention: On some router models (for example, TP-Link Archer C6 or ASUS RT-AX88U) the default password is indicated on the bottom sticker in the fieldWi-Fi PasswordorWireless KeyIf the sticker has worn off, reset the router to factory settings using the buttonReset(hold for 10-15 seconds).
🔧 Last chance: If you have access to another device connected to this network (phone, tablet, another PC), retrieve the password from there. For example, on Android you can use the app WiFi Password Viewer (root rights required).
FAQ: Frequently asked questions about viewing Wi-Fi passwords in Windows 8
Is it possible to find out the password for a Wi-Fi network to which the computer is not connected?
No. Windows 8 Stores passwords only for networks that have been connected to at least once. If the network isn't on the list netsh wlan show profiles, it's impossible to extract the password using standard tools. In this case, the only option is:
- View the password on the router (sticker or web interface).
- Ask your network administrator.
- Reset your router (if you have physical access).
Why does the command prompt show a blank field instead of a password?
This happens in three cases:
- The password was never saved (for example, connecting via WPS).
- The network profile is corrupted (try deleting and connecting again).
- The network uses Enterprise authentication (for example, in offices or universities), where the password is stored on the server, not locally.
Is it possible to extract a Wi-Fi password from someone else's computer without administrator rights?
Technically yes, but:
- Without administrator rights you will not be able to run
CMDor PowerShell with the necessary privileges. - Third party programs (eg WirelessKeyView) also require administrator rights.
- If you have physical access to the computer, you can boot from Live USB (For example, Kali Linux) and extract passwords from system files, but this is difficult and illegal without the owner's consent.
Conclusion: Without administrator rights or the consent of the computer owner, it is impossible to extract the password.
How to protect your Wi-Fi passwords from being extracted?
If you're worried someone might extract your passwords from your computer:
- 🔐 Use an account without administrator rights for everyday work.
- 🛡 Set a password to log in BIOS/UEFIto disable loading from external media.
- 🔄 Change your Wi-Fi password regularly (especially if other devices have connected to the network).
- 🖥 Disable saving passwords in Windows: When connecting to a new network, uncheck the box
Connect automatically.
Do these methods work on Windows 8.1?
Yes, all the methods described are fully compatible with Windows 8.1, since the system core and the Wi-Fi password storage mechanisms have not changed. The only difference is in Windows 8.1 The interface has been slightly updated Network Operations Center, but the path to the settings remained the same.