Needing to connect a new device to your home network but forgetting the password is a common occurrence. Fortunately, modern smartphones often store data about previously connected networks, making it easy to retrieve the necessary information. Methods may vary depending on the operating system and firmware version, but most don't require advanced technical skills.
There are several proven ways to restore access to security key without having to reset your router. We'll look at options for users. Android And iOS, as well as a universal method via the router's web interface. It's important to understand that some system functions may require administrator rights, but in many cases, standard tools can be used.
Before proceeding, make sure your phone is within range or already connected to the network. If the device was previously paired with the router, the authorization data is stored in the system's secure storage. Below, we'll detail how to access it legally.
View your password on Android using a QR code
Since version Android 10Google has introduced a convenient feature for sharing network data via QR code. This is the easiest way, and doesn't require installing any third-party software. Simply open your Wi-Fi settings, select the desired network, and click the "Share" button or the gear icon. The system will then generate a graphic code.
An image will appear on the screen that can be scanned with another device. However, to see the actual password text, it's often enough to simply look under the QR code or tap the special eye icon, if available in your operating system's interface. In some firmware versions, Samsung or Xiaomi The password is displayed immediately after passing the biometric verification.
- 📱 Open
Settingsand go to the sectionWi-Fi. - 🔗 Click on the name of the active network or the gear icon next to it.
- 👁️ Select an option
ShareorQR codeand confirm your identity. - 📝 Look for the text below the code or use the "Copy" button.
⚠️ Attention: On some smartphones without a screen lock (PIN code, fingerprint), the password display function may be unavailable for security reasons.
If the automatic text reading does not work, you can take a screenshot of the screen with the QR code and open it through Google Lens or any other scanner. The app will recognize the encoded string and display network data, including SSID and a passkey. This works even if you don't have a second phone to scan.
Using router settings
A universal method that works on all devices, including older phone models, is to log into the router's control panel. To do this, your phone must be connected to a Wi-Fi network (even without internet) or connected to the router via LAN cable using an adapter OTGYou will need to find out the gateway IP address, which is usually located on a sticker on the bottom of the device.
Enter the address into the browser's address bar. Standard addresses often look like this: 192.168.0.1 or 192.168.1.1After entering your login and password, the system will ask for your username and password. If you've never changed these details, they'll be found on the factory sticker or are default (e.g., admin/admin).
Once you're in the interface, look for the section related to wireless mode. It might be called Wireless, Wi-Fi or Wireless networkLook for the subsection inside Security (Security). Right there in the field PSK Password or Wireless network key the desired combination of characters is stored.
⚠️ Attention: Interfaces of routers from different manufacturers (TP-Link, Asus, Keenetic, MikroTik) vary greatly. The menu layout may change depending on the firmware version.
| Manufacturer | Standard IP | Default login | Default password |
|---|---|---|---|
| TP-Link | 192.168.0.1 | admin | admin |
| Asus | 192.168.1.1 | admin | admin |
| Keenetic | 192.168.1.1 | admin | 1234 |
| D-Link | 192.168.0.1 | admin | (empty) |
What should I do if my router password has been changed?
If the default password doesn't work and you don't remember it, you'll need to reset the router to factory settings. To do this, press and hold the small button on the device for 10-15 seconds. After this, the router will be reconfigured, and the password will be the same as on the sticker.
iOS Specifics: Apple's Limitations
Users iPhone And iPad Face stricter security policies. iOS doesn't have a built-in feature for viewing saved Wi-Fi passwords in plaintext directly in the network settings, as Android does. However, the Apple ecosystem offers its own syncing mechanisms.
If you have a device Mac, connected to the same account iCloud KeychainYou can find the password there. On your computer, open Keychain, find your network name, and check "Show password," confirming with Touch ID or your account password.
In new versions iOS 16 In iOS and later, password sharing became possible, but viewing the code itself in the phone's settings is still impossible without third-party workarounds or macros. The only native way to view the characters is by using the Shortcuts feature, if it's configured, or by syncing with macOS.
- 🍎 Open
Settingsand click on your name at the top. - ☁️ Go to the section
iCloudand make sure Keychain is enabled. - 💻 Use your Mac to view your saved data via Keychain.
- 📲 On iOS, use AirDrop to share your password with another Apple device.
It is worth noting that trying to install applications from unofficial sources to view passwords on an iPhone without jailbreak (Jailbreak) will likely lead to the installation of adware. Apple is blocking access to system files where encryption keys are stored.
Access recovery applications
In the store Google Play There are many utilities that promise to reveal saved passwords. Most of them work by reading system files, which requires permissions. RootWithout these rights, the application can only show the network name but hide the key itself.
Some of the most popular programs such as WiFi Password Viewer or WiFi Map, can be useful, but require caution. Granting full system access to third-party software carries security risks. Always check the permissions an application requests.
⚠️ Attention: Installing apps with root access may disrupt banking apps and reduce the overall security of your smartphone. Use such methods at your own risk.
There are also apps that don't require root access but only work on older versions of Android (up to 9-10). They exploit system vulnerabilities to export a configuration file. wpa_supplicant.confOn modern smartphones, this file is securely protected, and simple programs cannot read it.
☑️ Security when using third-party applications
Command Prompt and ADB (Advanced)
For users who are not afraid of the command line interface, there is a method via ADB (Android Debug Bridge). This method allows you to extract the password file from a phone connected to a computer if USB debugging is enabled on the device.
You'll need to install ADB drivers on your PC and connect your phone in debug mode. A command is run through the terminal to access the system partition. However, as with apps, on modern versions of Android, without root access (Root) this method will not work, since the system will prohibit reading the configuration file.
adb pull /data/misc/wifi/wpa_supplicant.conf
If the command is successful, a text file will appear on your computer listing all networks and their passwords in plain text. Look for the line psk="YOUR_PASSWORD"This is one of the most reliable technical methods, but it requires preparation and access to a computer.
Problems and their solutions
Users often encounter passwords displayed as asterisks or dots, making it impossible to copy. This is standard security behavior. In such cases, the only solution is the QR code method or logging into the router. Don't try to guess a complex password—it will take too long.
Another common problem is a forgotten password for the router itself used to access the settings. If the default admin/admin they don't fit, and you changed them and forgot about them, only a full reset will help (Reset). This will reset your device to factory settings, but will require you to reconfigure your internet connection with your provider.
Remember that knowing your network password is a matter of digital hygiene. Write it down in a safe place or use a password manager to avoid wasting time recovering access in the future.
Is it possible to find out the Wi-Fi password on a phone without root rights?
Yes, this is possible on Android 10 and higher using the QR code feature. On older versions without root access, you can't view the password in plain text using the built-in tools.
Where is the Wi-Fi password file stored on Android?
Passwords are stored in a system file /data/misc/wifi/wpa_supplicant.confAccess to this directory is protected and requires superuser privileges.
Are password viewer apps safe to use?
Using such applications requires granting them broad access rights. Only verified open-source software can be trusted, but the risk of data leakage always exists.
What should I do if the QR code does not show the password text?
Take a screenshot of the code and open it using Google Photos or Google Lens. These services can recognize text and data within images, even if a standard scanner can't see it.