Needing to connect a new device to a wireless network but having forgotten the password is a common occurrence. Fortunately, modern smartphones often save this information, allowing you to retrieve it if needed. Restoring access Accessing the network becomes a simple process if you know where exactly the operating system hides the security keys.
Search methods depend on the operating system version and the model of your gadget. Android And iOS The algorithms for doing this vary significantly, and in some cases, access to the password text may be restricted by security policies. However, there are proven methods for legally bypassing these restrictions.
In this article, we'll cover all the current methods for obtaining network information, from standard interface settings to using special commands. Digital hygiene requires careful handling of such data, so make sure you are only restoring access to your own networks.
Finding a password on Android 10 and later
Starting with the tenth version of the operating system AndroidGoogle has implemented a convenient feature for viewing saved networks directly in the settings menu. This is the easiest and most secure way, requiring no third-party software or root access. All you need is access to your device's lock screen.
To get started, open the menu Settings and go to the section Network and Internet or Connections. Find the item Wi-Fi and tap it. If you're already connected to the desired network, tap the gear icon next to its name. If the network is saved but you're not currently connected, look for the "Saved Networks" button or similar option in the menu.
⚠️ Attention: To view the password, the system will require unlocking the screen with a PIN, pattern, or fingerprint. This is a standard user data security measure.
On the About Network screen, you will see a Share button or icon QR codeBy clicking on it, the system will generate a graphic code. A text password is often (but not always) written in small print beneath the square containing the code. If there is no text, the password can be read by scanning the code with another device.
- 📱 Open Wi-Fi settings on your smartphone.
- 🔗 Select the desired network or click "Saved networks".
- 👁️ Click the Share button or the eye/QR code icon.
- 🔓 Complete biometric or digital authentication.
It is important to note that on some shells, such as MIUI from Xiaomi or One UI If you're using a Samsung device, the interface may differ slightly. In these cases, look for a "View" button or an eye icon next to the password entry field. System limitations can hide the password on corporate devices with installed security profiles.
Using a QR code to gain access
The QR code method is universal for most modern smartphones. Even if the password text isn't displayed under the image, you can still read the code on another phone that already has network access or can simply read data from pattern locks. This allows bypass visual hiding symbols.
The generated code contains a format string WIFI:S:MyNetwork;T:WPA;P:MyPassword;;. Here MyPassword — this is the password you're looking for. To read it, you can use any third-party QR code scanner or even another smartphone's camera, if it can display the link's contents before clicking.
You can also take a screenshot of the screen containing the QR code and open it using the Google Lens app or the built-in image analyzer in the gallery. The system will recognize the code and prompt you to connect to the network, and in some cases, display a text explanation of the connection parameters.
- 📸 Take a screenshot of the screen with the QR code.
- 🔍 Open the image through Google Lens or similar.
- 📄 Copy the parameter value
P:from the recognized text.
This method is especially useful when you need to connect a device without a screen, such as a smart light bulb or printer, and entering the password manually is difficult. Graphic keys become a bridge between devices, allowing complex character combinations to be transmitted without the risk of input errors.
Recovering access to iPhone (iOS 16+)
For device owners Apple I was less lucky in terms of directly viewing passwords on older versions of the system, but starting with iOS 16The company has added the long-awaited feature to view saved access keys. This is made possible by improved security and data encryption in iCloud Keychain.
To find your password, go to Settings → Wi-FiClick on the blue information icon (i) next to the name of the network you're connected to or saved. In the menu that opens, find the "Password" field. It will initially be hidden by dots.
Tap the password field. The system will ask you to confirm your identity via Face ID, Touch ID or the device's passcode. After successful authentication, the dots will turn into readable text that can be copied to the clipboard. This is the most secure method currently available in the Apple ecosystem.
⚠️ Attention: On devices with iOS versions below 16, directly viewing the password through settings is not possible without using a computer and iTunes or Finder to synchronize keys.
If you have an older version of the operating system, the only legal option is to use a Mac computer with the same Apple ID account, where the password can be stored in the keychain. On an unjailbroken iPhone, you can find the character combination for older software versions. technically impossible.
- 🍏 Go to Wireless Networks settings on your iPhone.
- ℹ️ Click the "i" icon next to the desired network name.
- 🔑 Tap the hidden password field and confirm your identity.
- 📋 Copy the opened text for further use.
Viewing via the router's web interface
A universal method that works on any phone, regardless of OS version, is to access the router's settings. If you've ever configured a wireless network or changed the password, this information is stored in the device's configuration. You'll need a browser and access to the local network.
Open your browser and enter the gateway IP address in the address bar. This is usually 192.168.0.1 or 192.168.1.1The exact address is often written on a sticker on the bottom of the router. You will be asked to enter the administrator login and password. By default, this is often admin/admin, if you haven't changed them before.
After logging into the control panel, find the section Wireless, Wi-Fi or Wireless modeIn the Security or Network Protection subsections there will be a field Wireless Password, PSK Password or "Security Key." There, the password is displayed in clear text.
| Router brand | Standard address | Menu section | Password field |
|---|---|---|---|
| TP-Link | 192.168.0.1 | Wireless -> Security | Wireless Password |
| Asus | 192.168.1.1 | Wireless network | Verification method |
| D-Link | 192.168.0.1 | Wi-Fi -> Security Settings | PSK encryption key |
| Xiaomi | 192.168.31.1 | Wi-Fi settings | Wi-Fi password |
This method is good because it allows you not only to find out, but also change password A more complex one if you suspect that someone has connected to your network. Interfaces may vary between manufacturers, but the logic behind the security settings remains the same.
☑️ Checking access to the router
Using Command Prompt and ADB (Advanced)
For users who aren't afraid of technical jargon and have a computer at hand, there's a USB debugging method. This method requires enabling developer mode on the phone and installing drivers. ADB (Android Debug Bridge) on a PC. It allows you to extract the system file where all saved networks are stored.
The method involves executing a command via the console that copies the Wi-Fi configuration file to an accessible location. The file is usually called wpa_supplicant.confIt stores network names (SSID) and keys (PSK) in clear text (or hashed, depending on the Android version).
adb pull /data/misc/wifi/wpa_supplicant.conf c:/wifi.txt
After executing the command, a text file will open on your computer, in which you can find lines like ssid="Name" And psk="Password". This the deepest level access to data, which is possible without root rights on some versions of Android, although on newer versions (Android 10+) access to this folder is often closed even for ADB without root rights.
⚠️ Attention: Enabling USB debugging gives you extensive access to your device. Avoid connecting your phone to other computers with debugging enabled, as this can lead to data leakage.
It's worth keeping in mind that modern versions of Android have stricter security. Simply copying a file may not work if the device doesn't have root access. In this case, the system will return an access error (Permission denied). Then you can only rely on standard methods via QR codes.
What to do if ADB doesn't see the device?
Make sure USB debugging is enabled on your phone. When you first connect to the PC, a debugging permission prompt will appear on your phone's screen. Tap "Allow." You may also need drivers for your phone model.
Password recovery apps
In app stores Google Play And App Store You can find many utilities that promise to reveal saved passwords. However, there's an important caveat: without permissions Root (on Android) these apps cannot read the system password file directly due to OS security limitations.
Most of these programs work like "QR code generators" or connection managers. They don't "hack" the password, but simply read what's already available to the system and present it to the user. Some of them can even display the password if it's saved in a Google cloud account.
Using third-party software requires caution. By requesting access to your Wi-Fi configuration, the app gains the ability to track your movements and lists of available networks. Privacy In this case, it may be at risk, so use only proven utilities with a high rating.
- 🛡️ Check the permissions the app requests.
- 📉 Don't trust programs that promise to "hack" any password.
- ☁️ Use Google's cloud features to sync your keys.
If you have root access, then applications like WiFi Password Viewer They can instantly display a list of all networks with passwords in plain text. This is convenient for system administrators, but for the average user, gaining superuser rights can void the device's warranty.
Is it possible to find out the password if the phone has never connected to this network?
No, a phone physically can't store the password for a network it's never connected to and for which the password hasn't been entered manually. In this case, the only solution is a sticker on the router, a contract with the provider, or accessing the router settings via a cable.
Where are Wi-Fi passwords stored in my Google account?
On devices with Android 10 and higher, passwords can sync with your Google account. You can check this by going to passwords.google.com or in Google Settings -> Autofill. There you can find saved data for different networks.
What should I do if I forgot my router password to access the settings?
If the default admin/admin keys aren't working, and you've changed them and forgotten, resetting the router to factory settings will help. To do this, press and hold the button Reset On the device's body for about 10-15 seconds. After that, the router will be as good as new, and the Wi-Fi password will be the one written on the sticker.