A forgotten Wi-Fi password instantly blocks a new device from connecting, but an already authorized smartphone allows you to bypass this problem without resetting the router. Android and iOS operating systems automatically save access keys to known networks in a secure vault, turning your phone into a quick data recovery tool. Instead of searching for documentation or calling your provider, simply access the wireless settings on a device already connected to the network to find or copy the required access code.
Depending on the operating system version and model of your device, the procedure for extracting saved data may vary significantly. On modern devices, this process is simplified as much as possible by developers, while on older models or specific firmware versions, you may need to use hidden features or third-party tools. Understanding how it works authorization in your system will allow you to restore Internet access in minutes.
In this article, we'll take a detailed look at all the current methods for viewing saved security keys for various platforms. We'll cover the system's built-in tools, QR code scanning options, and methods that require a deeper dive into settings.
Restoring access on modern versions of Android
Starting with Android 10, Google introduced a native feature that allows you to share Wi-Fi access via a QR code, which also contains a text version of the password. This was a revolutionary change, as such actions previously required permissions. root or third-party applications. Now any user can see the saved key simply by going to the wireless network settings.
To begin the process, open your smartphone's settings and go to the Wi-Fi section. Here you'll see a list of available networks, with the currently active connection indicated by its status. Tap the gear icon next to the network you're connected to, or tap the network name itself, to expand the detailed menu.
In the menu that opens, look for the "Share" button or a QR code icon. The system may require you to verify your identity using a fingerprint scanner, facial recognition, or a screen unlock PIN. This is a standard measure. biometric protection, preventing unauthorized access to confidential data.
After successful authentication, a QR code for connecting other devices will appear on the screen. Below this image, the password itself is usually written in clear text in small print. If the text doesn't appear immediately, try taking a screenshot and opening it in the Google Lens app or any other QR code scanner—the system will recognize the text and allow you to copy it.
⚠️ Attention: On some skins (e.g., MIUI, OneUI, ColorOS), the layout of interface elements may vary. If you don't see the Share button right away, look for the eye icon or the "More" button.
Using Command Prompt and ADB for Advanced Users
For owners of devices with older versions of Android or for those who prefer technical methods, there is the option of extracting passwords via USB debugging. This method requires connecting the smartphone to a computer and using tools. Android Debug Bridge (ADB)It allows access to system files that store network configurations without requiring full superuser rights on some devices.
The first step is to enable developer mode. To do this, go to "Settings," select "About phone," and quickly tap the build number seven times. A new "Developer options" option will then appear in the settings menu, where you need to enable "USB debugging." Connect your phone to the PC using a cable and confirm debugging permission on the smartphone's screen.
On a computer with ADB installed, open a command prompt and enter the command to list saved networks. The system will display a list of all access points ever connected. However, to see the password, you often need access to the file. wpa_supplicant.conf, which on modern versions of Android is closed for reading without root rights.
adb shell dumpsys wifi | grep -i"mConfigKey"
If your device allows it, you can try to upload the configuration directly. Enter the command adb pull /data/misc/wifi/wpa_supplicant.confThis file contains the SSIDs of the networks and their corresponding passwords in the field pskPlease note that on Android 10 and above, this method may not work without root access due to strict file security policies.
What to do if ADB doesn't see the device?
Make sure the drivers for your smartphone are installed on your computer. Try replacing the USB cable with a genuine one, as some cables only support charging. Also, check that "Always allow from this computer" is selected in debug mode.
How to view your iPhone password (iOS 16 and later)
Apple device owners weren't so lucky with older versions, but with the release of iOS 16, the company introduced the long-awaited feature to view saved Wi-Fi passwords directly in Settings. Until now, the only way to do this was via iCloud Keychain on a Mac or iTunes on Windows, which was extremely inconvenient for a quick check.
Now the process is as follows: open "Settings" and go to the "Wi-Fi" section. In the upper right corner of the screen, find the "Edit" button, or simply tap the blue information icon (the letter "i" in a circle) next to the name of the network whose password you want to know.
In the menu that opens, you'll see a "Password" field, which is hidden by stars by default. Tap this field, and the system will prompt you to authenticate with biometrics via Face ID or Touch ID. Once confirmed, the stars will disappear, revealing a text password that you can copy or speak to another device.
This feature syncs via iCloud Keychain, so if you change the password on one device, it will be updated on all your gadgets linked to the same one. Apple IDThis provides not only convenience but also a high level of security, as access to passwords is protected by two-factor authentication.
Methods for older Android versions (without root)
If your smartphone is running Android 9 or earlier, the built-in tools won't let you easily view your saved password. The settings interface hides this information, and system files are protected. However, there is a workaround using the "Quick Connect" feature or QR codes, if available in your firmware version.
Try searching for the "QR Code" or "Share" button in your Wi-Fi settings. Even if the password isn't written underneath the code, you can scan it with any third-party QR scanner app. Many scanners display raw data encoded in the image, with the password appearing after the tag. P: in the view line WIFI:S:MyNetwork;T:WPA;P:MyPassword;;.
When QR code functionality is unavailable, users often resort to installing Wi-Fi manager apps. However, extreme caution is advised: most such apps on Google Play require root access to display passwords. Without root access, they often simply display asterisks or prompt the user to "guess" the password from a database, which is ineffective.
The only reliable way to access older versions without root access is to log into the router's web interface using a smartphone browser. To do this, you'll need the gateway IP address (usually 192.168.0.1 or 192.168.1.1) and administrator credentials. If you've ever changed your Wi-Fi password using a browser, it may be visible in the router's wireless security settings.
| Method | Necessary rights | Complexity | Efficiency |
|---|---|---|---|
| QR code (Android 10+) | No | Low | 100% |
| iOS Settings 16+ | No | Low | 100% |
| ADB Shell | USB debugging | High | Average |
| Root + File Manager | Root | Average | 100% |
☑️ Check before resetting your router
Using Root Rights for Full Access
Obtaining superuser rights (Root) gives complete control over the Android operating system, allowing you to read and modify any system files. This is a "nuclear" method that allows file access. /data/misc/wifi/wpa_supplicant.conf, where all ever-used Wi-Fi passwords are stored in clear text. However, this step carries serious risks to the device's security and stability.
To implement this method, you need to unlock the bootloader and root your device using tools like Magisk. After that, you'll need a file manager with root access, such as Solid Explorer or Root Explorer. Enable superuser mode in the manager's settings.
Follow the path /data/misc/wifi/ and open the file wpa_supplicant.conf text editor. Inside you'll find blocks of code for each network. Look for the line psk="your_password"This is the security key you're looking for. This method works on absolutely all versions of Android, including the newest ones, if you've successfully rooted your device.
⚠️ Attention: Rooting your device voids the warranty, makes banking apps unusable (without additional steps), and increases the risk of malware infection. Only use this method if you fully understand the consequences.
There are also specialized apps on the Play Market, such as "WiFi Password Viewer," that automatically read this file. But remember: they still require root access. Without it, they're useless. Therefore, installing such apps on a non-rooted phone is a waste of time.
Alternative methods and logging in via a browser
If software methods aren't suitable or seem too complicated, there's always the classic option: logging into the router's control panel. Since your smartphone is already connected to Wi-Fi, it has direct access to the local network and can open the administrator interface. This is a universal method that works regardless of OS version or access rights.
Open any browser on your smartphone (Chrome, Safari, Firefox) and enter the router's IP address in the address bar. Most often, this is 192.168.0.1, 192.168.1.1 or 192.168.31.1You can find the exact address in your phone's Wi-Fi settings by looking in the "Gateway" or "Router" field.
The system will ask for your username and password. If you've never changed them, try the default combinations: admin/admin, admin/password or admin/1234This information is often written on a sticker on the bottom of the router itself. If the password has been changed and forgotten, you will need to reset the router to factory settings (press the Reset button).
After successfully logging in, find the "Wireless" or "Wi-Fi" section. The "Security" or "Protection" subsections will display the network name and password (PSK Key). Here you can also change the password to a more complex one to secure your network from prying eyes.
What to do if default passwords don't work?
If the admin/admin combination doesn't work and you don't remember your password, a physical reset of the router is the only solution. Find the Reset button (often recessed into the router's housing) and press it with a paperclip for 10-15 seconds while the router is turned on. The device will reboot to factory settings.
Is it possible to find out the Wi-Fi password if the phone is not connected to the network, but has remembered it?
Yes, if your smartphone is running Android 10+ or iOS 16+, you can see the password in the Wi-Fi settings, even if the network is currently off or out of range. The system stores connection profiles. On older Android devices, this is virtually impossible without root.
Is it safe to use password recovery apps from the Play Market?
Most of these apps either require root or are useless imitations. Furthermore, some may contain ads or collect data about your networks. It's better to use the native OS features or the QR code method.
What should I do if the QR code does not display the password text?
Some manufacturers hide text behind a QR code. In this case, take a screenshot, open it in Google Photos or the Google Lens app, and tap "Search by image" or "Text." The system will recognize the text within the QR code and allow you to copy it.
Will these methods help if I forgot the password for the router, but not the Wi-Fi?
No, the Wi-Fi password (network key) and the router admin panel password are different. The methods described reveal the network key. Recovering the admin password often requires resetting the router using the Reset button.