Forgot your home Wi-Fi password and there's no sticker with the connection details on your router? Or do you need to share your network with a guest but don't have time to fiddle with the router's settings? Windows 10 offers several built-in ways to find the saved password for your current or previously connected network—without installing additional software or hacking. The key requirement is that your computer or laptop has successfully connected to this access point at least once before.
In this article, we will look at all the current methods - from simply viewing through "Windows Settings" to using command line And PowerShellYou'll also learn how to export all saved Wi-Fi passwords to a text file (in case you need to reinstall the system) and what to do if standard methods don't work. Important: These instructions only work for networks you've previously connected to. This method can be used to hack someone else's secure Wi-Fi. impossible — this would require specialized tools and skills, which is beyond the scope of legal use.
1. View your password through Windows Settings (the easiest way)
This is the fastest and most intuitive method, requiring no command knowledge or software installation. It's suitable for your current network or any previously saved one.
Steps:
- 🖱️ Open the menu
Start→ selectParameters(gear icon) → go to the sectionNetwork and Internet. - 📡 In the left menu, click on
Wi-Fi→ in the right block, clickManaging known networks. - 🔍 Find the desired network in the list and click on it → select
Properties. - 🔑 Scroll down to the item
Network password→ click the buttonShow symbolsunder the field with dots.
Done! The password will be displayed in a readable format. If the button Show symbols is inactive, then your Windows account does not have administrator rights - you will need to enter the administrator password or use another method.
2. Using the Command Prompt (CMD)
This method is universal and works even if the Windows graphical interface crashes. The command line not only allows you to view the password but also export all saved networks to a file.
Instructions:
- Launch
Command lineas administrator (find via search → right click →Run as administrator). - Enter the command to view all saved networks:
netsh wlan show profilesIn the list, find the name of the desired network (for example,
TP-Link_1234). - Display the details of a specific network by replacing
NETWORK_NAMEto its real name:netsh wlan show profile name="NETWORK_NAME" key=clear - In the block
Security parametersfind the lineKey content- this is the password.
If the command returns an error Failed to execute command, check:
- 🔹 Correct spelling of the network name (case is important!).
- 🔹 Is the command prompt running with administrator rights?
- 🔹 Have you connected to this network before (if not, the password is not saved in the system).
How to export all Wi-Fi passwords to a file?
To save a list of all networks and passwords to a text file, run the following in CMD:
for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do @echo %j | findstr -v -i "C:\Windows" & netsh wlan show profile name="%j" key=clear | findstr "SSID name Key contents" >> WiFi_passwords.txt
File WiFi_passwords.txt will appear in the folder C:\Windows\system32Move it to a convenient location and delete the original (the system folder is not for storing user files!).
3. Alternative: PowerShell for Advanced Users
PowerShell — a more powerful tool than the classic command line. It can be used to retrieve a Wi-Fi password in a single line and automate the process for multiple networks.
How to find out the password:
- Launch PowerShell as administrator (via search → right click →
Run as administrator). - Enter the command, replacing
NETWORK_NAME:(netsh wlan show profile name="NETWORK_NAME" key=clear).Split(`n) | Select-String "Key Contents" | ForEach-Object { $_ -replace ".*: ", "" }
Advantages of the method:
- 🔹 Outputs password only, without unnecessary information.
- 🔹 Can be embedded into a script for automatic data collection.
- 🔹 Works on modern versions of Windows (including 11).
4. View the password in the Network and Sharing Center (for Windows 10 older than 1809)
In older builds of Windows 10 (before the update October 2018 Update) There was an alternative path through the classic Control Panel. It still works, but may be absent in newer OS versions.
Step-by-step instructions:
- 📋 Click
Win + R, enterncpa.cpland pressEnter(a list of network connections will open). - 🔗 Find your active wireless connection → right-click on it →
State. - 🛜 In the window that opens, click
Wireless network properties→ go to the tabSecurity. - 🔐 Check the box
Show entered characters— the password will become visible.
⚠️ Attention: If the tab Security If the password field is missing or empty, the network uses enterprise authentication (for example, in offices or universities). In this case, the password is stored on the radius server and cannot be retrieved using standard Windows tools.
5. Third-party programs for viewing Wi-Fi passwords
If Windows' built-in tools don't help (for example, due to security policy restrictions), you can use specialized utilities. These not only reveal passwords but also allow you to manage saved networks.
Top 3 proven programs:
| Program | Peculiarities | Download link |
|---|---|---|
| WirelessKeyView (NirSoft) | Portable, no installation required. Shows all saved Wi-Fi passwords, including hidden networks. | NirSoft official website |
| WiFi Password Revealer | Simple interface, password export to CSV. Supports Windows 7–11. | Magical Jelly Bean |
| NetSpot | In addition to passwords, it analyzes the Wi-Fi signal strength and creates a network heat map. | NetSpot official website |
Warnings when using third-party software:
- 🛡️ Download programs only from official websites — Many "hacked" versions of Wi-Fi utilities contain viruses.
- 🔍 Before installation, check the file on VirusTotal.
- 🚫 Avoid programs that promise to "hack any Wi-Fi" - this is a scam or a violation of the law.
☑️ Safe installation of Wi-Fi software
6. What to do if none of the methods worked?
If you've tried all the methods but still can't find the password, there may be a few reasons:
- The network uses enterprise authentication. (For example,
WPA2-Enterprise). In this case, the password is stored on the server (radius server) and cannot be retrieved locally. - The password is not saved in the system.You may have connected via WPS (button on the router) or use Windows To Go.
- Group Policy LimitationsIn enterprise versions of Windows (for example, Windows 10 Pro/Enterprise) The administrator can block access to Wi-Fi passwords.
Solutions:
- 🔄 Reset the password on your routerTo do this, click the button
Reseton the back of the router (hold for 10-15 seconds). After the reset, use the login information from the sticker on the router. - 📡 Connect to the router via cable and go to its web interface (usually at
192.168.0.1or192.168.1.1). The Wi-Fi password can be found in the sectionWirelessorSecurity. - 📞 Contact your providerIf the router was issued by an internet company, they can recover login details using the contract number.
⚠️ Note: Resetting your router will return it to factory settings. This means all personal settings (including network name, password, and linked devices) will be erased. After the reset, you will need to reconfigure your internet connection (the details for this are usually included in your contract with your provider).
FAQ: Frequently Asked Questions About Wi-Fi Passwords in Windows 10
Is it possible to find out the password for a Wi-Fi connection that another user connected to on the same PC?
Yes, if his Windows profile has saved network data. Use Command line (method 2) or programs like WirelessKeyView — they will display all passwords stored in the system, regardless of the current user. However, this requires administrator rights.
Why is there no "Show Characters" button in Windows Settings?
This means that:
- Your account does not have administrator rights.
- The network uses enterprise authentication (the password is stored on the server).
- The password was not saved when connecting (for example, if you used WPS).
Try methods with CMD or PowerShell.
Is it possible to find out the Wi-Fi password on Windows 10 without administrator rights?
Not using standard tools. All methods (including the command line) require administrative privileges. However, if you have access to another administrator account on this PC, you can:
- Launch
CMDon his behalf (throughRun as a different user). - Use portable utilities (eg. WirelessKeyView), unless they are blocked by security policies.
How can you protect your Wi-Fi from this type of "hack"?
To prevent password extraction from devices connected to your network:
- 🔒 Use WPA3 instead of
WPA2(if the router supports it). - 🔄 Change your Wi-Fi password regularly (every 3-6 months).
- 🚫 Turn it off WPS in the router settings - this protocol is vulnerable to brute-force attacks.
- 📱 Set up guest network for temporary users.
Do these methods work on Windows 11?
Yes, all the methods described (except for section 4 about the Network and Sharing Center) are fully compatible with Windows 11The "Options" interface has changed slightly, but the path remains the same: Network & Internet → Wi-Fi → Manage known networks.