It's common to need to connect a new device to your home network but have forgotten the password. This isn't a reason to panic or reset your router, as the operating systems of modern devices and the routers themselves store the necessary access keys. Password recovery - This is a standard procedure that takes only a few minutes if done correctly.
There are many methods for obtaining this information, and the choice of a specific method directly depends on the device you have at hand. You can use an already connected computer, a smartphone, or the device itself. Wi-Fi routerThe main thing is to act consistently and follow instructions carefully.
In this article, we'll take a detailed look at all the current options for finding a lost security key. We'll cover both software methods through operating system settings and physical hardware inspection methods. This will allow you to restore access to the Internet in the shortest possible time.
Finding a password in Windows settings
If you already have a Windows computer or laptop connected to your wireless network, the solution is extremely simple. The operating system stores the keys of all networks it has ever connected to in its security profile. You won't need any third-party software.
First you need to go to Network and Sharing CenterYou can do this through the Control Panel or by right-clicking the Wi-Fi icon in the system tray. Then, select "Adapter Settings" or "Properties" for the active wireless connection.
In the window that opens, find the "Wireless Network Properties" button and go to the "Security" tab. Here you'll see the "Network Security Key" field, where the characters are hidden behind asterisks. To see them, simply check the "Show entered characters" box.
Sometimes the system may request administrator privileges to perform this action. Make sure you have the appropriate privileges, otherwise, look saved password It won't work. It's also worth noting that on corporate computers, access to these settings may be blocked by security policy.
In newer versions of Windows 10 and 11, the path may be slightly different. You can open Settings (Win+I), go to Network & Internet, select Wi-Fi, and click Manage known networks. Once you've selected the desired network, click the View button next to the key field.
How to find out the password on Android and iPhone
Mobile devices also store connection data, but access to it depends on the operating system version. On modern Android (version 10 and higher) and iOS (version 16 and higher), this feature is built into the standard interface.
On Android, open "Settings," go to "Wi-Fi," and tap the gear icon next to your active network. Select "Share" or "QR code." The password is often written below the graphic code, or you can scan it with another phone.
iPhone users should go to Settings → Wi-Fi. Next to the network name, tap the blue "i" icon. If you have iOS 16 or later, you will see a "Password" field. Tap the hidden dots, and the system will prompt you to pass. Face ID or Touch ID to unlock viewing.
Owners of older versions of Android may need to have root rights to access the system file wpa_supplicant.confWithout superuser rights, it's impossible to view saved keys on Android versions 9 and below using standard tools.
Viewing the key through the router's web interface
The most reliable method, which works regardless of the type of connected devices, is to access the router's settings. To do this, you'll need any browser and access to a local network (either via cable or Wi-Fi). The login address is usually found on a sticker on the bottom of the device.
In the address bar of your browser, enter the IP address of your router, most often it is 192.168.0.1 or 192.168.1.1After entering your login and password (often admin/admin by default), the control panel will open. Find the section related to wireless mode.
Interfaces vary by manufacturer, but the logic is the same. Look for the "Wireless," "WLAN," "Wi-Fi," or "Wireless Network" tabs. Within these sections, you'll find a "Security" subsection, where your key is listed in the "PSK Password" or "WPA Key" field.
If you changed the password for logging into the router and forgot it, you will have to do reset settings (Reset). To do this, press and hold the Reset button on the device for 10-15 seconds. This will reset the router to the factory settings indicated on the sticker.
What to do if the router address has changed?
If the default IP address isn't working, open the command prompt (cmd) and enter ipconfig. Find the "Default Gateway" line—this is your router's address.
Using the command line
For advanced users or in situations where the Windows graphical interface isn't working correctly, the command line is the ideal solution. This method allows you to quickly extract information about any saved network without any unnecessary clicks.
Open Command Prompt as Administrator. Enter the command netsh wlan show profilesto see a list of all networks your computer has ever connected to. Find the exact name of your network in the list.
Then enter the command to display a specific network:
netsh wlan show profile name="Network_Name" key=clear
In the command output, find the "Security Settings" section. The "Key Content" line will contain the password you're looking for in cleartext. This method is universal and works on all versions of Windows, starting with Vista.
☑️ Check before entering a command
Physical inspection on the device
Many modern router models have special features for quick connection. The device may have a WPS (Wi-Fi Protected Setup) button. By pressing it, you can connect a new device without entering a password, if it supports this technology.
There's also often a sticker on the back of the router with the factory PIN or WPS key. In some cases, this code may be the same as the Wi-Fi password if the settings haven't been changed by the user. Look for the words "WPS PIN" or "Wireless Key."
Some providers issue their own routers with unique passwords printed on the customer card or in the contract. Check the documents you received when you signed up for the service from your internet provider. They may indicate individual key access.
Be careful with the WPS button. While it's convenient, leaving it on all the time is considered a potential vulnerability. After using it, it's recommended to disable the WPS function in your router settings to improve network security.
Table of standard addresses and passwords
If you're planning to access your router's settings but don't know the factory settings, the table below will help. It lists the most common combinations for popular equipment manufacturers.
Please note that if you or the previous owner changed this information, the default combinations will no longer work. In this case, the only solution is to remove the sticker on the case or perform a full reset.
| Manufacturer | IP address | Login | Password |
|---|---|---|---|
| TP-Link | 192.168.0.1 | admin | admin |
| Asus | 192.168.1.1 | admin | admin |
| D-Link | 192.168.0.1 | admin | (empty) |
| Keenetic | 192.168.1.1 | admin | 1234 |
| Tenda | 192.168.0.1 | admin | admin |
⚠️ Note: Interfaces and default passwords may vary depending on the router model and firmware version. Always verify the information with the official documentation or the sticker on the bottom of the device.
Frequently Asked Questions (FAQ)
Is it possible to find out someone else's Wi-Fi password?
No, it's impossible to find out the password to someone else's secure network without physical access to the router or one of the authorized devices. Attempts to crack WPA2/WPA3 encryption are illegal and require significant computing power.
What to do if none of the methods helped?
If you can't remember the password and no devices are connected to the network, your only option is to reset the router to factory settings. Afterward, use the password found on the device's sticker.
Where can I find the password file on Android?
On older versions of Android, passwords are stored in a file /data/misc/wifi/wpa_supplicant.confThis file can only be accessed with root privileges. On newer versions, the system hides this file from direct access.
Are password recovery programs safe to use?
Using third-party software carries risks. Many programs contain viruses or transmit data to third parties. It's better to use built-in Windows tools or the command line, which are completely safe.