Forgot your home Wi-Fi password and can't connect to a new device? This situation is familiar to many: you've been entering the password automatically for years, but when you need to share it with a guest or reconnect the device, you find the combination has long since been erased from your memory. Luckily, Windows 10 stores all saved Wi-Fi passwords in the system, and they can be extracted without complex manipulations with the router.
Don't rush to reset your router to factory settings—this is a last resort and will require reconfiguring the entire network. In 90% of cases, the password can be recovered directly from a computer or laptop already connected to the network. Even if you don't have administrator rights, some methods will work. The main thing is to follow the instructions and not skip any important steps.
In this article you will find 5 proven methods extract wifi password Windows 10, including methods through command line, Control Panel, PowerShell and even special programsIf none of these options work, we'll tell you how to reset the router password without losing your provider settings.
1. How to view your Wi-Fi password using Windows Settings (the easiest way)
If your computer or laptop is currently connected to a Wi-Fi network whose password you have forgotten, the fastest way is to use the built-in settings Windows 10This method does not require administrator rights and works even on accounts with limited rights.
Open the menu Start and go to Settings → Network & Internet → Status → Network and Sharing CenterIn the window that opens, find the section Connections and click on the name of your Wi-Fi network (it will be highlighted in blue). In the pop-up window, select Wireless network properties, then go to the tab "Safety".
Here you will see a field Network security key — this is your Wi-Fi password. By default, it's hidden behind dots. To see it, check the box next to Show entered charactersDone! Now you can copy the password or write it down.
⚠️ Attention: If the button Show entered characters If the password is inactive, your account doesn't have permission to view passwords. Try the methods in the following sections or log in as an administrator.
- ✅ Works without administrator rights (if the password is already saved in the system).
- ✅ Does not require installation of additional programs.
- ❌ It won't help if your computer has never connected to this network.
- ❌ On some corporate laptops, access may be blocked by security policies.
2. Extracting the password via the command line (CMD)
The command line is a powerful tool. Windows 10, which allows you to access hidden system settings, including saved Wi-Fi passwords. This method is suitable if you have administrator rights or know the password for an account with such rights.
Open Command line as administrator: click Win + X and select Command Prompt (Administrator) or Windows PowerShell (Administrator)Enter the following command to see a list of all saved networks:
netsh wlan show profiles
Find the name of your Wi-Fi network in the list (for example, TP-Link_1234) and enter the command to display the password:
netsh wlan show profile name="NETWORK_NAME" key=clear
In the command output, find the section Security Settings - there will be a line Key contentThis is your Wi-Fi password. Copy it and save it in a safe place.
⚠️ Attention: If you are using a corporate network with WPA2-Enterprise or 802.1X, this method will not reveal the password - it only works for home networks with WPA2-Personal.
| Method | Admin rights required | Works for all networks | Complexity |
|---|---|---|---|
| Windows Settings | ❌ No | ✅ Yes | ⭐ |
| Command line | ✅ Yes | ✅ Yes (except corporate) | ⭐⭐ |
| PowerShell | ✅ Yes | ✅ Yes | ⭐⭐⭐ |
| Third-party programs | ✅ Yes/No (depending on software) | ✅ Yes | ⭐⭐⭐ |
☑️ Preparing to recover your password
3. Using PowerShell to extract the password
PowerShell — a more modern alternative to the command line that also allows you to extract saved Wi-Fi passwords. This method is suitable for experienced users, as it requires working with cmdlets.
Open PowerShell as administrator (similar to the command prompt) and run the following command to list all saved networks:
(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 names of all networks and theirs passwords, displaying them in a table. If you only need the password for one network, you can simplify the query:
$profile = "YOUR_NETWORK_NAME"$password = (netsh wlan show profile name="$profile" key=clear) | Select-String "Key Contents" | %{$_.Matches.Groups[1].Value.Trim()}
Write-Host "Network password $profile : $password"
Copy the received password and use it to connect other devices. Please note that in PowerShell Case is important - enter the network name exactly as it appears in the list.
4. Wi-Fi password recovery software
If standard methods Windows 10 If your passwords don't work (for example, due to security policy restrictions), you can use third-party utilities. These not only display saved passwords but also allow you to export them to a file or manage network profiles.
The most popular programs for this task are:
- 🔐 WirelessKeyView (from NirSoft) is a free utility that doesn't require installation. It displays all saved Wi-Fi passwords, including hidden networks, and allows you to export them to
.txtor.html. - 🛡️ WiFi Password Revealer — a simple program with a minimalist interface. Suitable for beginners.
- 📡 Magical Jelly Bean WiFi Password Revealer — in addition to passwords, it shows additional information about the network (encryption type, router MAC address).
- 🔧 NetSpot — a powerful tool for analyzing Wi-Fi networks, which, among other things, can extract passwords.
To use any of these programs, download it from official website of the developer (avoid third-party sources to prevent viruses), run as administrator, and follow the on-screen instructions. Most utilities automatically scan the system and display a list of networks with passwords.
⚠️ Attention: Some antivirus programs may block programs like WirelessKeyView, as they work with protected system data. If this happens, temporarily disable your antivirus or add the utility to the exceptions list.
What should I do if the program doesn't show the password?
If the utility does not display the password, check:
1. Is it run as administrator?
2. Is the computer connected to the network for which you are looking for the password?
3. Is the program blocked by an antivirus or firewall?
4. Is your network using a non-standard authentication type (e.g. WPA3 or 802.1X).
5. How to reset the password on the router itself (if nothing helps)
If none of the above methods worked (for example, the computer has never connected to this network or you formatted the disk), the last option remains - reset the router to factory settingsThis will remove the current Wi-Fi password, but will also reset all personal settings, including the network name (SSID), parameters IPTV and port settings.
To reset your router:
- Find a small button on the back of your router.
Reset(usually it is recessed into the body to avoid accidental pressing). - Take a paperclip or toothpick and press and hold the button for 10-15 secondsuntil the lights on the router start flashing or turn off.
- Release the button and wait for the device to reboot (usually takes 1-2 minutes).
- Connect to the router via cable or Wi-Fi - the network name and password will be reset to factory defaults (usually indicated on a sticker on the bottom of the device).
After the reset you will need reconfigure your internet connectionTo do this:
- 🌐 Access the router's web interface by entering in your browser
192.168.0.1or192.168.1.1(the exact address is indicated on the sticker). - 🔑 Enter your login and password to log in (usually
admin/adminoradmin/empty password). - 📡 Go to the section
Wi-FiorWireless networkand set a new network name (SSID) and password. - 🔄 Save the settings and reboot the router.
⚠️ Attention: If your internet provider uses tethering MAC addressAfter resetting your router, your connection may not work. In this case, you'll need to call your provider's support team and provide a new MAC address device (it is indicated on the sticker or in the router's web interface).
6. How to avoid losing your Wi-Fi password in the future
To avoid the problem of a forgotten password again, follow these simple tips:
- 📝 Keep your password in a safe place - write it down in a notepad, password manager (KeePass, 1Password) or encrypted cloud storage.
- 🖼️ Take a photo of the sticker on the router — it usually contains the factory password and login information for settings.
- 🔄 Use easy-to-remember combinations - For example,
Moscow2026!WiFiinstead of a random set of characters. - 📋 Export router settings - many models (ASUS, TP-Link) allow you to save the configuration to a file
.cfg, which can be restored after a reset. - 👨👩👧👦 Share your password with family members - this way you won't be left without internet if you forget your data.
If you are using a router from a provider (for example, Rostelecom, Beeline, MTS), the factory password often coincides with the contract number or the last digits MAC addressesCheck the documents or sticker on the device—this will save time.
It is also useful to know that some routers (Keenetic, MikroTik) support remote control via a mobile applicationInstall the official software from the manufacturer—this way you can change or view your Wi-Fi password directly from your smartphone.
FAQ: Frequently asked questions about Wi-Fi password recovery
Is it possible to find out a Wi-Fi password if the computer has never connected to this network?
No, if the device has not been connected to the network before, Windows 10 doesn't store its password. In this case, the only option left is to reset the router or contact the person who set up the network (for example, your ISP).
I entered a command in CMD, but the password isn't displayed. What should I do?
Check:
- The command prompt is run as administrator.
- Network name entered exactly (case-sensitive and spaces-sensitive).
- The network uses standard encryption (WPA2-Personal). For corporate networks (WPA2-Enterprise) the password is not displayed.
If the problem persists, try the method with PowerShell or third-party utilities.
Is it possible to recover a Wi-Fi password on Windows 11?
Yes, all the methods described work in Windows 11, since the system core and password storage mechanisms have not changed. Interface Parameters may differ slightly, but the path to viewing the password remains the same.
What should I do if the internet doesn't work after resetting my router?
Most likely, your ISP connection settings have reset. You need to:
- Check with your provider for the connection type (PPPoE, L2TP, Dynamic IP).
- Enter your login/password to access the Internet (usually specified in the contract).
- Check if binding is required MAC address.
If you're not sure, call your provider's support team and ask for help setting it up.
Are there any mobile apps to recover Wi-Fi passwords?
Yes, but their capabilities are limited. Android with rights root can be used WiFi Password Viewer, but without root access, applications will not be able to extract passwords. iPhone Such programs do not work due to limitations. iOSIt is better to use methods on Windows or macOS.