How to find or recover your Wi-Fi password on Windows 10: all working methods

Forgot your Wi-Fi password and can't connect to a new device? This situation is familiar to many: the router was set up a long time ago, the sticker with the factory data is missing, and entering the asterisk combination on the screen of your smartphone or tablet isn't an option. Luckily, Windows 10 stores all saved Wi-Fi passwords in encrypted form, and they can be retrieved without resetting the router. In this article, we'll look at 5 proven methodsHow to recover a Wi-Fi password – from standard system tools to specialized utilities.

It is important to understand that the methods only work for networks that your computer is connected to. I've already connected beforeIf you're trying to hack someone else's Wi-Fi, it's illegal and technically impossible without specialized equipment (and even then, the chances are minimal on modern routers with WPA3). All instructions below are intended solely for restoring access to his own networks.

Also note: some methods require administrator privileges. If you're using a work laptop with limited privileges, contact your system administrator—trying to do this yourself may violate corporate security policy.

1. View your password through Windows Settings (the easiest way)

This method doesn't require the command line or third-party programs—everything is done through a graphical interface. It's suitable for users who are wary of messing with system files.

Steps:

  • 🖱️ Open the menu Start and select Parameters (gear icon) or click Win + I.
  • 📡 Go to the section Network and Internet → Wi-Fi.
  • 🔍 Scroll down and click Managing known networks.
  • 📋 Select the desired network from the list and click Properties.
  • 👁️ In the field Network password press the button Show symbols (You will be asked to enter your Windows account password if it is protected).

Make sure your computer is connected to the correct Wi-Fi network|Check your administrator rights (if the "Show characters" button is grayed out)|Remember or save the password after viewing it—it will be hidden again when you close the window-->

If the button Show symbols missing or inactive means:

  • ❌ Your account does not have administrator rights.
  • ❌ The network is saved, but the password was not entered manually (for example, connecting via WPS).
  • ❌ The network profile is damaged (resolved by deleting and reconnecting).

2. Using the command line (netsh)

Command Prompt is a universal tool for extracting Wi-Fi passwords, working on all versions of Windows 10. This method is suitable for experienced users and those who prefer text-based commands to a graphical interface.

Instructions:

  1. 🖥️ Run Command Prompt as administrator: click Win + X and select Command Prompt (Administrator) or Windows PowerShell (Administrator).
  2. 📜 Enter the command to display all saved networks:
    netsh wlan show profiles

    In the list, find the name of the desired network (for example, TP-Link_1234).

  3. 🔑 To see your password, follow these steps:
    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).

  4. 📝 In the section Security parameters find the line Key content - this is your password.

Why is this method more reliable than the graphical one? The command line shows the password even for networks to which the computer has been connected for a long time and whose profile is not displayed in Windows settings. Besides, The method works on damaged systems where the graphical interface may not open..

Via Windows Settings (graphical interface)|Via the command line (netsh)|Using third-party programs|Another option-->

3. View the password in the Network and Sharing Center (alternative method)

This method is inherited from older versions of Windows, but still works in Windows 10It's useful if you need to not only see the password but also change the connection settings.

Step-by-step instructions:

  • 📶 Make sure your computer is connected to the correct Wi-Fi network (or was previously connected).
  • 🖱️ Right-click on the Wi-Fi icon in the tray (bottom right) and select Open Network & Internet Settings.
  • 🔧 Scroll down and click Network and Sharing Center.
  • 🌐 In the window that opens, click on the name of your network (next to Connections).
  • 🛠️ Click the button Wireless network properties, then go to the tab Security.
  • 👁️ Check the box Show entered charactersto see the password.
What should I do if the Security tab is missing?

This means the network profile is corrupted or created in a non-standard way (for example, via a script). Try deleting the network and reconnecting: go to Settings → Network & Internet → Wi-Fi → Manage known networks, select the network and press ForgetAfter that, connect to it again by entering the password manually.

Limitation of the method: if the network was configured through WPS (button on the router), the password may not be displayed. In this case, use the command line (netsh) or reset the router to factory settings.

4. Using PowerShell (for advanced users)

PowerShell — a more powerful command-line alternative that allows you to automate tasks. It not only lets you view passwords but also export all saved networks to a file.

Commands for password recovery:

  1. 🛡️ Launch PowerShell as administrator (click Win + X and select the appropriate item).
  2. 📜 To see all saved networks, enter:
    netsh wlan show profiles | Select-String "All user profiles"
  3. 🔑 To display the password for a specific network, run:
    (netsh wlan show profile name="NETWORK_NAME" key=clear) | Select-String "Key Contents"
  4. 📄 To save all passwords to a text file, use:
    netsh wlan export profile key=clear folder="C:\WiFi_Passwords\"

    Files with extension .xml will appear in the specified folder. Open the desired file in Notepad and find the tag <keyMaterial> — there will be a password.

PowerShell Advantage: The ability to bulk export passwords is convenient for administrators managing multiple devices. For example, if you're setting up a hotel or office, you can quickly collect all the keys in one place.

5. Third-party Wi-Fi password recovery programs

If standard methods fail (for example, due to damaged system files), you can use specialized utilities. They are convenient because they display all saved passwords in a single window and often offer additional features, such as generating QR codes for quick connection.

Popular programs:

Program Peculiarities Link (official) Free version
WirelessKeyView (NirSoft) Shows all saved passwords, export to .txt/.html, does not require installation nirsoft.net Yes
WiFi Password Revealer Simple interface, copying password to clipboard, support WPA3 magicaljellybean.com Yes
PassFab WiFi Key Recover passwords from damaged profiles, generate QR codes for connection passfab.com No (paid)
Wifi Password Decryptor Support WEP/WPA/WPA2, export to .csv, working with remote computers securityxploded.com Shareware

Warning: Download programs only from official websites. Many "Wi-Fi hackers" on the internet contain viruses or spyware. Before installing, check the file for VirusTotal.

6. Resetting the router settings (extreme case)

If none of the methods worked (for example, the network profile is damaged, the router was configured a long time ago and the data is lost), the last option remains - resetting the router to factory settingsThis will delete all personal settings, including the network name (SSID) and password.

How to reset a router:

  • 🔄 Find the small button on the back of the router Reset (usually recessed into the body).
  • 📍 Take a paperclip or toothpick, press and hold the button 10-15 secondsuntil the indicators start flashing.
  • 🔌 Disconnect the router from power 30 seconds, then turn it on again.
  • 🌐 Connect to the network with the factory name (usually indicated on the router sticker, for example, TP-Link_XXXX).
  • 🔑 The default password is also indicated on the sticker (for example, admin or 12345678).
⚠️ Attention: After the reset, you will have to configure the router again - specify the provider, connection type (PPPoE, Dynamic IP etc.), network name, and password. If you're unsure, contact your provider—many offer remote setup services.

When should you avoid resetting? If the router is configured by the provider (for example, Rostelecom or Beeline) and uses binding by MAC addressAfter resetting, you may lose internet access. In this case, it's best to call support and find out how to restore the settings.

Security: How to Protect Your Wi-Fi After Recovering Your Password

Once you have recovered your password, do not rush to close the article. Weak or default password makes your network vulnerable to hacking. Follow these tips to avoid problems:

  • 🔐 Change your password to a complex one: use a combination of 12+ characters with capital letters, numbers and special characters (for example, K@t3n0k_2026!WiFi).
  • 🛡️ Turn on WPA3: go to the router settings (192.168.0.1 or 192.168.1.1) and select the encryption type WPA3-Personal (if supported).
  • 🚫 Turn it off WPS: This function is vulnerable to brute-force attacks. In your router settings, find the section WPS and deactivate it.
  • 📡 Hide the network (SSID): Disable the option in your router settings Broadcast SSIDThis won't protect you from experienced hackers, but it will reduce the number of accidental connections.
  • 🔄 Update firmware: Check for updates to your router once a week 3–6 months (in the section System Tools → Firmware Upgrade).
⚠️ Attention: If you use the default password (eg. admin or 12345678), your network can be hacked in minutes using automated tools. According to research, More than 30% of home routers in Russia use standard combinations, making them an easy target for cybercriminals..

Additional protection: set up MAC filtering in your router to allow connections only to trusted devices. However, remember: MAC addresses can be spoofed, so this method does not replace a strong password.

FAQ: Frequently asked questions about Wi-Fi password recovery

Is it possible to recover a Wi-Fi password if the computer has never connected to this network?

No. All of the above methods only work for networks the device has previously connected to. If you're trying to access someone else's network, it's illegal and technically impossible without specialized equipment (and even then, the chances are minimal on modern routers with WPA3).

Why does the command prompt show a blank field instead of a password?

This happens in three cases:

  1. The network was configured via WPS (button on the router), and the password was not saved in the system.
  2. The network profile is corrupted (try deleting the network and connecting again).
  3. Your account does not have administrator rights.
How to recover a password if Windows 10 won't boot?

If the system does not start, but the hard drive is working properly, you can:

  1. Connect the drive to another computer and use programs like Elcomsoft Wireless Security Auditor to extract passwords.
  2. Boot from Live CD (For example, Kali Linux) and manually find files with passwords in the folder C:\ProgramData\Microsoft\Wlansvc\Profiles\Interfaces.
  3. Restore the system via a restore point (if the problem is not hardware related).

Hardware failures (such as a bad sector on a disk) may require specialist assistance.

Is it possible to find out a Wi-Fi password from an Android or iPhone phone?

On Android 10+ And iOS There are no built-in tools for viewing saved Wi-Fi passwords. However:

  • On Android with root rights You can use applications like WiFi Password Viewer.
  • On iPhone passwords are synchronized with iCloud KeychainIf you have Mac, open Bunch of keys (through Spotlight) and find the entry with the network name.
  • On some firmware (for example, MIUI on Xiaomi) The password can be seen in the router settings if the phone is connected to its admin panel.
What should I do if the internet doesn't work after recovering my password?

The problem may be related to:

  • ⚙️ Incorrect IP settings: Check if automatic receipt is enabled IP And DNS in the connection properties.
  • 🔌 Blocking by MAC address: If your provider has linked access to a specific device, add MAC your computer to the list of allowed ones (setting in the provider's personal account).
  • 🔄 Router failure: reboot it (turn it off 1 minute and turn it on again).
  • 📡 By changing your provider settings: Sometimes operators update connection parameters (for example, VLAN ID). Check the current data in your personal account.