How to Find Your Wi-Fi Password: A Complete Guide for All Devices

Needing to connect a new device to your home network but forgetting or losing the password is one of the most common problems in the digital world. We often connect automatically from our phone or laptop and simply don't remember the complex combination of characters we entered when first setting up the router. Fortunately, the operating systems of modern devices and the routers themselves store this information readily available if you already have at least one authorized device.

In this article, we'll cover all the legal and secure ways to restore access to your wireless network. You'll learn where to find saved keys in Windows 10 and 11, how to view them on Android and iOS smartphones, and what to do if no devices are connected. We'll cover both software methods through system settings and hardware ones, including a factory reset.

It is important to understand that password recovery This is only possible for networks you own or have official permission to use. Attempting to hack other people's Wi-Fi networks is illegal and beyond the scope of this guide. All methods described below are intended solely for administering your own equipment and restoring access to personal data.

Finding a saved password in the Windows operating system

If a Windows computer or laptop is already connected to your Wi-Fi network, the operating system stores the access key in its records. This is the easiest and fastest method, requiring no additional software installation or access to the router's settings. Administrator rights on the current device are sufficient.

First, you need to open the Network and Sharing Center. Right-click the Wi-Fi icon in the system tray (lower-right corner of the screen) and select "Open network and Internet settings." In the window that opens, find the "Network and Sharing Center" link or go to "Advanced network settings." You'll see your active connection here.

Click on the name of your wireless network (the blue link next to "Connections"). A small status window will open, where you need to click the button Wireless network propertiesIn the new dialog box, go to the "Security" tab. It's here, in the "Network Security Key" field, that the password characters are hidden by asterisks.

To view hidden text, check the box next to "Show entered characters." The system may ask you to confirm your administrator rights—confirm this. Your current password will then appear in the field, which you can copy or rewrite.

An alternative method for experienced users is to use the command line. This method is especially useful if the graphical interface isn't working correctly or if you need information for a script. Open the command prompt (cmd) as administrator and enter the following command:

netsh wlan show profile name="Your_Network_Name" key=clear

After running the command, find the "Key Content" line in the "Security settings" section. The value opposite it is the password you're looking for. Note that the network name in the command must match the actual profile name, including case and spaces.

What to do if the command returns an error?

The error may occur if the network name is specified incorrectly. Enter the command netsh wlan show profilesto see an accurate list of all saved networks on this computer.

How to find out the password on Android and iOS smartphones

Mobile devices also store data about connected networks, but access to this information depends on the operating system version. In modern versions of Android (starting with 10) and iOS 16, Apple has provided users with a convenient visual way to view stored keys without the need for root or jailbreak.

On devices iPhone With the updated iOS, the process is incredibly simplified. Go to "Settings" and select "Wi-Fi." Find the network you need to find the password for and tap the blue information icon (the letter "i" in a circle) to the right of the network name. Tap the "Password" line, hidden by dots. The system will ask you to authenticate using biometrics (Face ID or Touch ID) or enter a screen passcode. Once confirmed, the password will be displayed in plain text, and you can copy it.

On smartphones Android The steps vary slightly depending on the manufacturer (Samsung, Xiaomi, Pixel), but the general principle is the same. Open "Settings" → "Wi-Fi" (or "Connections"). Tap the gear icon next to your active network or select "Share" / QR code. A QR code for connecting guests will appear on the screen. The password is often written directly below this code. If there is no text, take a screenshot of the code and open it with Google Lens or any QR code scanner—the app will recognize it and display the text string containing the key.

  • 📱 iOS: Settings → Wi-Fi → (i) → Tap the passcode dots → Face ID.
  • 🤖 Android 10+: Settings → Wi-Fi → Gear → Share / QR code.
  • 🔍 Scanner: If the password is not written, scan the QR code with your camera or an app.
  • 🔐 Safety: Device unlocking is always required for viewing.

It's worth noting that on older versions of Android (before version 10), it was impossible to view the saved password using system tools without superuser rights (Root). File wpa_supplicant.confThe drive where the data was stored was protected from being read by regular applications. In such cases, the only way out was to log into the router's web interface.

📊 On which device do you most often search for your password?
From a computer (Windows/Mac)
From your phone (Android)
From your phone (iPhone)
From a tablet

Login to the router's web interface: search in the settings

The most reliable source of truth is the router itself. Even if the password was changed manually and not saved anywhere on the devices, it is always stored in the router's configuration. To access this data, you need to log into the device's control panel (web interface) through a browser.

First, make sure your device (computer or phone) is connected to the router. This can be done via Wi-Fi or a LAN cable. Open any browser and enter the router's IP address in the address bar. Most often, this is 192.168.0.1 or 192.168.1.1The exact address, as well as the login and password for entry, are usually indicated on a sticker on the bottom of the device.

After successful authorization (standard data is often admin/admin) the interface may look different depending on the model (TP-Link, Asus, Keenetic, Mikrotik). You need to find the section related to wireless networking. It may be called "Wireless," "Wi-Fi," "Wireless Mode," or "WLAN." Inside, look for a subsection called "Security" or "Wireless Network Settings."

In this section, you'll see a field called "Wireless Password / Pre-Shared Key." If it's marked with a mask of asterisks, look for a "Show" button (the little eye) next to it. If the field is editable, you can simply copy the current value or enter a new password. Be sure to save your changes by clicking "Save" or "Apply," otherwise the settings will be lost after a reboot.

If the default login credentials (admin/admin) don't work, they may have been changed during initial setup. In this case, try to remember if you wrote them down or use the reset method described below. Some providers use unique passwords for logging into the router, which may be specified in the contract or on the customer information card.

Using the Command Prompt and PowerShell for Advanced Users

For system administrators and those who enjoy deep Windows configuration, familiarity with PowerShell is helpful. This tool offers more flexible network profile management options than the classic cmd command line.

Open PowerShell as administrator. The first command will list all saved Wi-Fi profiles:

Get-NetConnectionProfile

However, to see the password itself, it is more convenient to use a combination with netsh Within PowerShell or specific cmdlets. For example, to export a profile to an XML file where the password will be stored in cleartext (in Base64 format, but still readable), you can use the command:

netsh wlan export profile name="Network_Name" key=clear folder="C:\Temp"

After execution in the specified folder (C:\Temp) an XML file will appear. Open it with Notepad and find the tag keyMaterialIt will contain your password. This method is convenient for bulk backup of network settings before reinstalling the system.

Command / Action Function Description Necessary rights
netsh wlan show profiles Shows a list of all saved networks. User
netsh wlan show profile name="SSID" key=clear Displays profile details and password Administrator
Get-NetConnectionProfile Displays the status of active connections (PowerShell) User
netsh wlan export profile.. Saves the profile to a file with a public key Administrator

A syntax error may prevent the command from executing. Always check the spelling of the network name (SSID), as the system is case-sensitive.

Resetting the router to factory settings

If none of the software methods help, the password is irretrievably lost, and logging into the web interface is impossible due to a forgotten administrator password, a radical but effective method remains: a hard reset. This will return the router to its "as-new" state.

⚠️ Attention: After resetting, all provider settings (connection type, PPPoE login/password, VLAN) will be deleted. Your internet will be disabled until you reconfigure your router. Make sure you have your contract with your provider or the necessary login information.

On the back or bottom of the router, look for a small hole labeled Reset or DefaultIt's usually recessed into the body to prevent accidental activation. To activate the function, you'll need a thin object: a paperclip, a toothpick, or a needle.

The algorithm of actions is as follows:

  • 🔌 Plug in the router and wait for it to boot up (the indicators should be on).
  • 📌 Press and hold the Reset button inside the hole for 10-15 seconds.
  • 💡 Watch the indicators: they may all flash at once or go out, which signals the start of the reset process.
  • ⏳ Release the button and wait 2-3 minutes for the device to reboot.

After rebooting, the router will create an open Wi-Fi network with the name indicated on the sticker (for example, TP-LINK_5G_1234). The Wi-Fi password will also become the default (indicated on the sticker) or disappear entirely. You can now connect and set new security settings through the web interface using the default login details (also on the sticker).

☑️ Checklist before resetting your router

Completed: 0 / 4

Common problems and solutions

When recovering a password, users often encounter technical issues that can be confusing. Let's look at the most common situations and how to avoid them.

The computer says "Can't connect to this network." This often happens if the router password has been changed, and Windows is trying to use the old saved key. Solution: Go to "Manage known networks," find your network, and click "Forget." Then try connecting again and enter the current password.

Page 192.168.0.1 does not open. If your browser doesn't load the router interface, check if the IP address is selected correctly. Try 192.168.1.1, 192.168.31.1 (for Xiaomi) or 192.168.0.254Also, make sure that your network card (IPv4) settings are set to automatically obtain an IP address (DHCP), and not a static address from another subnet.

The password doesn't work, even though it was taken from the sticker. Pay attention to the case of letters and similar symbols. Users often confuse numbers. 0 (zero) and the letter O, or a number 1, letter I (ouch) and l (El). Factory stickers may have a unique font. Try variations of these symbols.

⚠️ Attention: If you're using public Wi-Fi (at a cafe or airport), you can't find the password through your device's settings, as authentication often occurs through a browser-based Captive Portal rather than a WPA2 encryption key. In such cases, you'll need to ask the staff for the password.

Another common issue is a wireless adapter driver conflict. If the system detects networks but can't connect to any, try updating the Wi-Fi module driver through Device Manager or the laptop manufacturer's website.

Is it possible to recover a password without access to the router and connected devices?

Technically, this is impossible. The WPA2/WPA3 encryption protocol is designed to prevent key guessing without the presence of at least one system component (the router or an already authorized client).

FAQ: Frequently Asked Questions

Is it possible to find out a neighbor's Wi-Fi password if it is hidden?

No, this is not possible legally. A hidden SSID (network name) doesn't mean there's no encryption, but it also doesn't provide access to the key. To connect to a hidden network, you need to know its name and password. Attempting to hack someone else's network is illegal.

Where can I find the password if the sticker on my router has worn off?

If the sticker is illegible, try the standard combinations: admin/admin, admin/1234, admin/password. You can find the exact details for your model online by entering your router model (indicated on the case) and the phrase "default password." If the standard combinations don't work, the only solution is to reset the router using the Reset button.

Why doesn't Windows let me view my password (the button is grey)?

You most likely don't have administrator rights on this computer. This can also happen if you're trying to view the password for a network the computer is connected to through a guest account, or if the file system is corrupted.

Is it safe to store a password in a text file on my computer?

Store passwords in a file passwords.txt It's bad practice to store it on your desktop. Any virus or hacker who gains access to your PC will find it. It's better to use your browser's built-in password manager or specialized secure storage solutions (e.g., KeePass, Bitwarden).

What should I do if I forgot the password for my router's web interface?

The web interface (admin) password and the Wi-Fi password are different. If you've changed your router's password and forgotten it, it can't be recovered. The only option is to completely reset the device to factory settings using the Reset button, which will reset the password to the default one (found on the sticker).