Needing to connect a new device to your home network but losing or forgetting the password is one of the most common problems with home internet. Owners often forget the complex combination of characters written on the sticker underneath the router or change the login details for security reasons, then are unable to recover them. In such cases, a complete reset to factory settings may seem like the only solution. However, this is a drastic measure, requiring reconfiguration of all provider settings.
Fortunately, modern operating systems and network protocols allow this problem to be solved in much more elegant ways, without resorting to a hard reset. Saved access keys often remain in the memory of already connected devices, such as laptops or smartphones of friends who have previously successfully logged into the network. Understanding how it works WPA2/WPA3 Encrypting and storing credentials on Windows or Android makes it possible to extract the necessary information in minutes.
In this article, we'll look at proven and secure methods for restoring network access. We'll explore standard operating system tools, QR code scanning capabilities, and the specifics of using router administrative panels. It's important to understand that all of the methods described are only legal for restoring access to your own networks or networks that you have explicit permission from the owner to manage. Using this knowledge to hack other people's networks is a violation of the law.
Using an already connected Windows computer
If you have a laptop or desktop computer that is currently or has previously been successfully connected to the desired Wi-Fi network, password recovery is a trivial task. The Windows operating system automatically saves connection profiles in a secure vault, allowing users to reconnect without re-entering their passwords. Accessing this information requires no third-party software; standard network management tools are sufficient.
The easiest way is to use the Network and Internet Settings graphical interface. However, if you prefer more direct access or the graphical interface is unavailable, you can use the command line. This method works on all current versions of Windows, from Windows 7 to Windows 11, and does not require superuser rights to view already saved keys if you are logged in under your account.
To retrieve data via the console, you need to launch the terminal and enter a specific command. The command syntax requires the exact network name (SSID). If the network name contains spaces, it must be enclosed in quotation marks, otherwise the system will return an error.
netsh wlan show profile name="Your_Network_Name" key=clear
After running the command, scroll to the "Security settings" section. The "Key Content" field will display the password you're looking for in clear text. This method is especially useful if the Windows graphical interface isn't working correctly or is hidden by corporate security policies.
⚠️ Attention: Team
netshShows passwords only for networks the computer has previously connected to. If the network profile was deleted or the system was reinstalled without saving the settings, this method will not work.
There's also an alternative graphical interface, which may be more user-friendly for beginners. It requires going to the Network and Sharing Center, where you'll need to check "Show characters" in the security tab of your wireless connection properties.
Why is the password hidden behind asterisks?
By default, Windows hides password characters in security settings to prevent shoulder surfing. This is a basic security measure, but it can be easily bypassed by anyone with physical access to the device.
Restoring access via an Android smartphone
Owners of smartphones based on Android are in a better position, especially if their device is running version 10 or later. In these versions of the operating system, Google has implemented a convenient QR code sharing feature that effectively allows you to export network settings in a readable format.
To use this method, you don't need root access or special apps. Simply go to your Wi-Fi settings, select the network you're connected to (or one saved to memory), and tap the "Share" button or the gear icon. The system will prompt you to scan a QR code or display one on the screen.
If your device doesn't immediately display the password as text under the QR code, take a screenshot of the code. Then use any built-in QR code scanner (such as Google Lens) that recognizes the data string. The password will appear after the prefix in the recognized text. P:.
- 📱 Open "Settings" → "Wi-Fi" or "Connections".
- 🔗 Click on the name of the current network or the gear icon next to it.
- 📸 Select the "QR code" or "Share" option.
- 👁️ Look at the text below the code or scan it with another device.
It is worth noting that on some shells from manufacturers (for example, MIUI from Xiaomi or OneUI (from Samsung) the layout of elements may vary slightly. In some cases, viewing the password may require identification via fingerprint or Face ID, which is an additional security measure.
How to find the password on iPhone and iPad (iOS)
Ecosystem users Apple For a long time, there were limitations in the ability to view saved Wi-Fi passwords, but with the release of iOS 16 And iPadOS 16 This feature has become standard and easily accessible. Now any iPhone or iPad owner can instantly find their saved passcode when the device is unlocked.
The process is as simple as possible and integrated into the standard settings menu. There's no need to search for hidden menus or jailbreak. The system uses biometric authentication (Face ID or Touch ID) to confirm that the device owner is the one accessing sensitive data.
To view the password, follow these steps: open "Settings" and go to "Wi-Fi." Find the network you want to view the password for and tap the blue information icon (the letter "i" in a circle) to the right of the network name. In the menu that opens, find the "Password" field and tap the hidden dots.
⚠️ Note: The password viewer feature is only available on devices running iOS 16 or later. If you have an older version of the system, this method will not work, and you will need to find a workaround using a macOS computer or synced devices.
After successful authentication, the dots will turn into readable text. Furthermore, the system will offer to copy the password to the clipboard, making it convenient for entering it on other devices. Also worth mentioning is the iCloud Keychain feature, which syncs these passwords across all your Apple devices, allowing you to view them on your Mac via the Keychain app or Safari preferences.
☑️ Pre-reset check
Logging into the router's web interface without resetting
If you have a device already connected to the router via cable or Wi-Fi (even without knowing the password if the connection is automatic), you can try accessing the router's settings. Many users change the Wi-Fi password but forget to change the default password for accessing the admin panel, or it remains the factory default.
First, you need to find out the gateway's IP address. On Windows, this is done with the command ipconfig in the command line (the "Default gateway" parameter), and on Android/iOS - in the connected network. Typically, this is an address of the form 192.168.0.1 or 192.168.1.1.
By entering this address in your browser, you'll see an authorization form. It's important to try standard login and password combinations that users don't often change. Below is a table of the most common factory credentials for popular brands.
| Router brand | Default login | Default password | Note |
|---|---|---|---|
| TP-Link | admin | admin | Often indicated on a sticker at the bottom |
| D-Link | admin | (empty) | The password field is left blank. |
| ASUS | admin | admin | May require change upon first login |
| Zyxel | admin | 1234 | Or the password from the device sticker |
| Keenetic | admin | 1234 | Standard for most models |
If you successfully log in, look for the "Wireless" or "Wi-Fi" section. Your current password will be displayed in the "Password," "Passphrase," or "Security Key" field. You can not only view it but also change it to something easier to remember.
Using third-party programs and utilities
There is a category of software designed to manage wireless connections and recover passwords. The most well-known utility for Windows is WirelessKeyView from NirSoft. This program scans the system registry and extracts all saved Wi-Fi keys.
The main advantage of such utilities is the ability to export all passwords to a text file or HTML report with a single click. This is especially useful for system administrators or in situations where access to multiple networks previously connected to a computer needs to be restored. The program requires no installation and operates in portable mode.
However, caution is required when using such software. Antivirus programs may flag password recovery utilities as Potentially Unwanted Programs (PUPs), as they use the same methods as malware to steal data. Therefore, such tools should only be downloaded from the developers' official websites.
For Android mobile devices, there are QR code scanner apps, which we mentioned earlier, but there are no full-fledged apps for "hacking" or viewing system passwords without root access in official stores (Google Play) due to Google's security policies. Any apps that promise this are likely to contain ads or malware.
⚠️ Warning: Avoid using dubious programs with names like "Wi-Fi Password Hacker" or "Universal Key Finder." They don't work 99% of the time, but they can infect your device with viruses or steal personal data. Use only trusted open-source tools or those from reputable vendors.
Radical method: resetting the router to factory settings
If none of the above methods work, and you don't have any devices that remember the password, there's one last, most effective, but also most labor-intensive option. This is a full factory reset (hard reset). After this procedure, the device will return to the settings it had when it left the factory.
The Wi-Fi password will be reset to the one on the router's sticker (usually a complex combination of letters and numbers or the word "password"). However, when you reset the Wi-Fi password, your ISP connection settings (PPPoE, L2TP, VLAN, etc.) will also be lost, and you'll need to re-enter them.
To reset the router, locate the small hole labeled "Reset" or "RST" on the back of the router. Plug the router into the power outlet and press the hole with a paperclip or toothpick. Hold the button for 10-15 seconds until the LEDs flash simultaneously. This indicates the reset process has begun.
After rebooting you will need to:
- 🔌 Connect to an open network with the factory name (SSID).
- 🌐 Open your browser and go to the settings address (indicated on the sticker).
- 📝 Enter your internet connection details (login/password from your internet provider).
- 🔐 Set a new, convenient password for Wi-Fi.
Before taking this step, make sure you have a contract with your provider or access to your personal account where you can view your connection specifications. Without this information, the router will not be able to provide internet access after the reset, even if Wi-Fi is working.
Frequently Asked Questions (FAQ)
Is it possible to find out my neighbors' Wi-Fi password using special programs?
No, there are no legal ways to find out someone else's network password without their knowledge. Programs that promise this are fraudulent. Connecting to someone else's network without permission can result in legal liability.
What should I do if the password on the router sticker has been erased?
If the sticker is illegible and the default passwords (admin/admin) don't work, the only option is to reset the router. After resetting, the router will revert to the factory passwords, which can be found in the manual or on the manufacturer's website for your device model.
Is it safe to store passwords in the cloud (iCloud/Google)?
Yes, storing passwords in secure cloud storage services (iCloud Keychain, Google Password Manager) is considered safe because the data is encrypted. This is more convenient and secure than writing passwords down on pieces of paper, which can be easily lost.
Why doesn't the router accept the entered password after a reset?
Make sure you're entering the password for your Wi-Fi network, not the web interface (although they're often the same). Also, check your keyboard's capitalization and layout. If the issue persists, try forgetting the network on your device and reconnecting.
Can my ISP tell me the Wi-Fi password?
Your ISP is responsible for routing the signal to your router. They don't know or store your internal Wi-Fi network password, as you set it yourself (or it's randomly generated by the router). Contact your ISP only to obtain authentication information (PPPoE/login/password) for configuring the router itself.