Needing to connect a new device to a wireless network but losing or forgetting the access key is a common occurrence in home equipment use. Users often change default settings for security reasons, only to later forget the password they used. In some cases, it's necessary to know the key to share access with guests without allowing them direct access to the router interface.
Fortunately, modern operating systems and networking equipment provide many ways to recover this information without the need for a complete reset. Wi-Fi password It may be stored in the registry of already connected computers, in the configuration files of mobile devices, or printed on a physical sticker on the router's casing. Knowing where to look for this data will save you time and frustration.
In this article, we'll take a detailed look at all available methods for finding a forgotten security key. We'll cover options for various versions of Windows operating systems, Android and iOS mobile platforms, as well as methods for accessing the router's web interface to view WAN and LAN settings. Regardless of the model of your equipment, one of the described methods will definitely help solve the problem.
Find the password on the router case and in the documentation
The first and most obvious step, often overlooked in the heat of searching for complex solutions, is a physical inspection of the device itself. On the bottom or back panel of most modern routers, such as TP-Link, Asus, Keenetic or MikroTik, there is an information sticker. On it, the manufacturer indicates the factory data required for initial setup, including the network name (SSID) and a security key.
Typically, the field is labeled "Wireless Password," "WPA Key," "PIN," or simply "Password." If you've never changed your wireless network settings since purchasing the device, this character combination is correct. However, if the router was configured by a provider or you previously configured it and the data was changed, the information on the sticker will be out of date, and you'll need to search the system for the saved data.
⚠️ Note: If the sticker contains a PIN code rather than a password, try entering it. On some router models, especially older versions TP-Link And D-Link, the PIN code can be used as the default password when connecting for the first time or after a reset.
It's also worth checking the original packaging or instructions, if you still have them. Sometimes manufacturers include separate cards with unique data for each unit. If the sticker on the router is worn or damaged, and the packaging is missing, try using software to search for it through connected devices.
How to find your Wi-Fi password in Windows 10 and 11
If you already have a Windows computer or laptop connected to your wireless network, the operating system stores access keys in its security profile. This allows you to automatically connect to known networks without re-entering your credentials. To view the hidden keys, you will need administrator rights and access to the Network and Sharing Center.
The fastest way is to use the command line. Open a terminal as administrator and enter the command to display all saved profiles. Then, use the command to display the specific network's key in plaintext. This is a reliable method that works even if the network's GUI doesn't display a password field.
netsh wlan show profile name="Your_Network_Name" key=clear
In the window that opens, find the "Key Content" line. This is where the password you're looking for will be located. If you prefer a graphical interface, go to Control Panel → Network and Internet → Network and Sharing CenterClick on the name of your wireless network, select "Wireless Network Properties," go to the "Security" tab, and check the "Show characters" box.
It's worth noting that the process is simplified in Windows 11. You can open Settings → Network & Internet → Wi-Fi → Manage known networksSelect the desired network and click the "View" button. The system will ask for confirmation via Windows login PIN or biometrics, after which it will display the password. This is the most safe method for modern devices, eliminating the need to use the command line.
Restoring access on Android and iOS
Mobile device owners can also find saved passwords, although the process varies slightly depending on the operating system version. Android 10 and later adds the ability to view a QR code with network information. To do this, go to Wi-Fi settings, tap the gear icon next to the active network, and select "Share" or "QR code."
After verifying your identity (fingerprint or pattern), a QR code will appear on the screen. A text password is often written underneath it, or sometimes directly on the image of the code. If there is no text, you can scan this code with any other phone or scanner app, and the device will display the connection details. On devices Samsung And Xiaomi This functionality is built in natively.
- 📱 Open Wi-Fi settings on your phone.
- 🔑 Click on the network name or the gear icon.
- 👁️ Select the "Share" or "QR code" option.
- 🔍 Scan the code with another device to see the password in text format.
iOS users (iPhone, iPad) can only find out their password if their device is already connected to the network and synced with iCloud Keychain, or if they need to transfer the password to another Apple device. Directly displaying the password as text in Settings became available only in iOS 16. Go to Settings → Wi-Fi, tap the blue information icon (i) next to the network, and tap the hidden "Password" field. Face ID or Touch ID will unlock the field for viewing.
⚠️ Note: On older versions of Android (below 10) and iOS (below 16), it's impossible to view the saved password in plain text using standard tools without root access or jailbreak. In such cases, the only solution is to access the router settings.
Login to the router's web interface to view settings
The most universal method that works for any device is to log into the router's control panel. To do this, you need the gateway IP address (usually 192.168.0.1 or 192.168.1.1) and the administrator password. This information is often also found on the device's sticker. If you changed the administrator password and forgot it, you'll have to perform a factory reset.
After logging in (via a browser), the interface will vary depending on the manufacturer. Find the section related to wireless mode. It may be labeled "Wireless," "Wi-Fi," "Wireless Network," or "WLAN." Within this section, look for the "Wireless Security" subsection. This is where the current encryption type (WPA2-PSK, WPA3) and the password itself are displayed in a text field.
☑️ Check before logging into the router
The table below shows standard addresses and menu sections for popular brands to help you navigate the interface more quickly:
| Router brand | Entrance address | Menu section | Subsection |
|---|---|---|---|
| TP-Link | 192.168.0.1 | Wireless | Wireless Security |
| Asus | 192.168.1.1 | Wireless network | General |
| Keenetic | 192.168.1.1 | My Wi-Fi networks | Home network |
| D-Link | 192.168.0.1 | Wi-Fi | Security settings |
| Tenda | tendawifi.com | Wireless Settings | Wireless Security |
It's important to understand the difference between the router settings password (admin) and the Wi-Fi password. Users often confuse these concepts. If you forget the administrator password, you can't recover it without resetting it, as it's a critical security point. However, if the router is connected to a PC via a cable, some providers allow you to change settings through their proprietary app or personal account.
Using third-party programs and utilities
There are many software solutions that automate the process of extracting saved passwords from the Windows registry. One of the most well-known and proven tools is the utility WirelessKeyView from NirSoft. It requires no installation, is portable, and lists all networks ever saved with their keys in cleartext.
Another popular option is - WiFi Password Decoder or WiFi Password ShowThese programs scan system profiles and display information in a user-friendly format. However, caution should be exercised when using third-party software. Download such programs only from the official developers' websites to avoid infecting your system with malicious code disguised as useful software.
Are password recovery programs safe to use?
Using trusted utilities from reputable developers (NirSoft, Lazesoft) is safe. However, antivirus programs may flag them as "HackTools" because they extract sensitive data. If you downloaded a program from a trusted source, you can add an exception. Avoid dubious cracked versions.
For advanced Linux users, there are console utilities such as nmcli. Team nmcli -s -g 802-11-wireless-security.wpa-psk connection show "Network_Name" allows you to instantly obtain a key. In macOS, Keychain Access is used for this purpose, where you can find the airport entry and request the password through a system dialog.
What to do if your password is nowhere to be found
If no device remembers the password, the sticker has worn off, and access to the router is blocked, the only drastic but effective solution is a full reset. Each router has a small hole marked "Reset" or "RST" on the body. To activate this function, press it with a thin object (like a paperclip) and hold it for about 10-15 seconds until the indicator lights blink.
After this procedure, the router will return to its factory settings. The Wi-Fi password will be reset to the one on the sticker, or the network will become open. However, the internet will stop working, as the provider settings (PPPoE, L2TP, VLAN) will also be reset. You will need to reconfigure your internet connection, which will require the information from your contract with your provider.
If you don't have a contract, try finding it online in your provider's personal account or calling technical support. Operators may prompt you for authorization information after verifying your identity. This will prevent a situation where Wi-Fi is available but you still have no access to the global network.
How to secure your network after access is restored
After you've successfully found or recovered your password, it's recommended to audit your network security. Default passwords found on stickers often have a predictable structure and can be easily guessed by attackers. It's best to set a unique one. security key, consisting of letters, numbers and special characters.
It's also worth paying attention to the encryption protocol. Make sure the standard is selected in your router settings. WPA2-PSK (AES) or more modern WPA3Avoid using outdated WEP or WPA (TKIP) encryption, as they are easily cracked even by non-professionals using simple scripts.
- 🔒 Use a password that is at least 12 characters long.
- 🔄 Change your access keys at least once a year.
- 🚫 Disable the WPS function as it is a vulnerability.
- 👥 Create a guest network for visitors to avoid accessing your main devices.
Remember that knowing the Wi-Fi password is just the first step. Proper access control and regular audits of connected devices through the router interface will help keep your network clean and secure. Monitor your client list and block unknown MAC addresses.
Is it possible to find out the Wi-Fi password if I'm not connected to the network?
No, if the device has never connected to this network before and hasn't saved a profile, it's impossible to find the password programmatically. You can only find it on the router's sticker or in the settings of a device that already has an active connection.
What should I do if the router requires a password and I don’t remember it?
If it's the administrator password used to access settings (192.168.xx), only resetting it with the Reset button will help. If it's the password for the Wi-Fi network itself, try the methods described above for Windows or Android.
Is it safe to use apps like "WiFi Master Key"?
Using such apps is highly discouraged. They rely on password sharing between users, meaning your password could become available to other people using the app. This creates a huge security hole.
Where can I find my Wi-Fi password on a Mac?
Open Keychain Access using Spotlight. Find your network name in the list, double-click it, check "Show password," and enter your Mac account password.
Can my ISP give me my Wi-Fi password?
No, your ISP is responsible for delivering the internet signal to your router. The wireless network password is created and stored only on your equipment. Your ISP does not have remote access to these settings.