The situation when you need to connect a new device to a wireless network, but the password for it is forgotten or lost, is familiar to many smartphone owners. If you have at least one gadget that is already successfully connected to this network, you can restore access to your login information quite quickly. Modern versions of the operating system Android offer built-in tools for solving this problem, making the process as simple and understandable as possible even for inexperienced users.
Previously, access to saved encryption keys was hidden in system files, access to which required obtaining root access and the use of third-party software. However, with the release of Android 10 and subsequent versions, Google redesigned the security policy and settings interface, allowing you to legally view saved networks. In this article, we will analyze in detail all the current methods: from standard interface settings to advanced methods via a computer.
It is important to understand that it is impossible to find out the password from someone else’s network to which you have never connected using legal methods. All the methods described below work exclusively with networks saved in the memory of your device. We will look at the nuances for different OS versions and manufacturers, such as Samsung, Xiaomi and Pixelso that you can choose the best option for your case.
Method for Android 10 and higher: the “Share” function
Starting with the tenth version of the mobile operating system, the developers have introduced a convenient QR code generation function for quickly connecting guests. The same mechanism allows the device owner to see the text version of the password. First, you need to go to the main settings of your smartphone and go to the section responsible for wireless connections. It is usually called Wi-Fi or Network and Internet.
Find the active network in the list, next to which there is a connection icon. Depending on the manufacturer’s shell, the interface may differ: on a “clean” Android you need to click on the gear icon opposite the name of the network, and in a shell One UI from Samsung you just need to tap on the name itself. Your goal is to get to a screen with detailed information about the current connection.
On the screen that opens you will see a button Share or a QR code icon. The system will ask you to confirm your identity using a fingerprint, face scanner, or entering a screen unlock PIN code. This is a necessary measure securityto ensure that only an authorized user has access to confidential network data.
⚠️ Attention: On some smartphone models (for example, older versions of MIUI), the password may be hidden under the QR code asterisks. In this case, take a screenshot of the screen and open it in any QR code reader app or Google Lens - the text will appear above the image.
After successful authentication, a large QR code will appear on the screen, which guests can scan with their camera to automatically connect. The clear text of the password will be displayed directly below or next to this code. You can overwrite it manually or copy it if your firmware interface supports the function of copying text from the clipboard.
If the password text is not displayed under the QR code, try increasing the screen brightness and taking a screenshot. Then open the screenshot via Google Photos or the built-in code scanner - the system will recognize the encrypted data and display it in text.
View through the Settings menu on different shells
Despite the single base Android, each major manufacturer makes its own changes to the visual style and arrangement of controls. This can be confusing for a user accustomed to a standard interface. Below we will look at the specifics of searching for saved passwords on popular devices so that you do not get confused in the menu.
On smartphones Xiaomi, Redmi and Poco with the MIUI or HyperOS shell, the path is as follows: go to Settings, select Wi-Fi and click on the active network. Click on the button Share password. After verifying your fingerprint, you will see a QR code, and below it - a line with the access key. In some firmware versions, the password is hidden and must be generated separately through the “Show” button.
Owners of devices Samsung with the One UI interface should pay attention to the bottom of the network settings screen. After entering the parameters of a specific access point, click the button QR code at the very bottom of the list of options. The security system will require confirmation, after which it will generate an image for scanning and write the password in the text below it. This function works stably on all models released after 2020.
Devices from Google Pixel and smartphones with clean Android (Motorola, Nokia) have the most logical structure. In the Wi-Fi menu, click on the gear next to the network name, then select the option Share. A window with a QR code will appear, where the password will be indicated in explicit text immediately below the graph. If you have custom firmware installed, the path may be slightly different, but the principle remains the same for the entire ecosystem of versions 10+.
How to find the password on Android 9 and below without Root
If your smartphone is based on Android 9 Pie or earlier versions (8.0 Oreo, 7.0 Nougat), there is no standard function for viewing passwords through the settings. The system stores this data in a protected system file wpa_supplicant.conf, access to which is closed to ordinary applications. In this situation, the situation becomes more complicated, but there is still a way out.
The only legal way without obtaining superuser rights is to log into the control panel of the router. To do this, your smartphone must be connected to the problematic network. Open any browser (Chrome, Firefox, Yandex) and enter the gateway IP address in the address bar. Most often this is 192.168.0.1 or 192.168.1.1. The exact address can be found in the Wi-Fi settings in the “Gateway” field.
After going to the address, the router authorization page will open. You will need an administrator login and password. By default, they are often indicated on a sticker on the bottom cover of the device (usually admin/admin). If you changed this data earlier and forgot them, you will have to reset the router to factory settings using the Resetbutton, which will lead to a temporary disconnection of the Internet for all devices.
After entering the control panel, find the Wireless, WLAN or Wireless modesection. Inside there will be a subsection Wireless Security or Wireless protection. It is there that the current password is stored in the PSK Password or Wireless network key field. You can view it by unchecking the “Hide” checkbox, or set a new one and save the changes.
⚠️ Attention: Resetting the router to factory settings will delete all user configurations, including network name (SSID) and port settings. Do this only as a last resort if other methods have not worked.
Using applications from Google Play
There are many utilities in the application store that promise to show saved passwords. However, it is important to understand the technical limitations of modern security systems Android. Applications running without root access do not have direct access to the system key store. Therefore, their functionality is often limited.
Most of these apps work on the principle of generating a QR code based on an already connected network, duplicating the standard function of the system. Some of them may try to brute-force a password, but this is extremely ineffective for complex WPA2/WPA3 encryption keys and can take years. The effectiveness of such tools greatly depends on the OS version and device model.
- 🔑 WiFi Password Viewer: tries to extract data from system files, but on new Androids requires root.
- 📡 WiFi Map: shows passwords from public networks uploaded by other users, not from your home one.
- 🔍 QR Code Reader: a simple scanner that helps read the password from the screen of another phone, if it is displayed as code.
Be careful when installing dubious software. Many apps with big names like "WiFi Hacker" contain excessive advertising or may collect data about your connections. To view the password from your network one time, it is safer to use standard tools or a method with a router than to provide extended permissions to third-party software.
Why do applications not work without Root?
The Android system uses isolated storage (sandbox) for each application. Only the system and applications with superuser rights have access to the wpa_supplicant.conf file, where the passwords are located. Regular apps from the market physically cannot read this file without breaking the security.
Advanced method: viewing via ADB without Root
For technically savvy users, there is a way to extract the password using a debug tool ADB (Android Debug Bridge). This method does not require rooting the smartphone itself, but does require a computer with drivers and platform tools installed. It works on many devices where USB debugging is enabled.
First activate Developer mode on your smartphone. To do this, go to Settings → About phone and quickly click 7 times on the item Build number. Then in the developers menu that appears, enable the option USB Debugging. Connect the phone to the computer with a cable and confirm permission for debugging on the gadget screen.
Open a command prompt or terminal on your computer in the ADB tools folder. Enter the following command to access the configuration file:
adb pull /data/misc/wifi/wpa_supplicant.conf c:/wpa.txt
This command will copy the password file to the C drive of your computer. Open the resulting file wpa.txt with any text editor (Notepad, Notepad++). Find the block with the name of your network (SSID) - the password will be indicated in the line psk="your_password". If the command returns an access error, it means that the device manufacturer has blocked reading this partition even through ADB.
☑️ Preparing to work with ADB
Comparison of recovery methods access
The choice of a specific method depends on the version of your operating system, the presence of a computer at hand and the level of your technical training. To make it easier for you to navigate, we have compiled a summary table showing the pros and cons of each method considered.
| Method | Necessary conditions | Complexity | Risks |
|---|---|---|---|
| QR code (Android 10+) | Connected smartphone | Low | Absent |
| Router panel | Access to admin | Average | Reset settings |
| Applications from Play Market | Software installation | Low | Advertising, viruses |
| ADB Commands | PC, cable, drivers | High | Access blocking |
As can be seen from the table, for most users the best option is to use the built-in QR code function. It does not require additional equipment and guarantees data security. The router method is universal and suitable even for very old devices, but requires knowledge of the administrative password. Using ADB is justified only in cases where other methods are not available and the password is critical.
⚠️ Attention: Settings interfaces and menu item names may differ depending on the firmware version and regional device model. If you do not find the described button, use the search in the settings by entering the word “Wi-Fi” or “Network”.
Frequently asked questions (FAQ)
Can I find out the Wi-Fi password if I have never connected to this network?
No, this cannot be done by legal means with smartphone. The password is stored only in the memory of the router and in the memory of devices that have already successfully passed authentication. To connect a new network, you need to know the key in advance or use the WPS function (if it is supported by the router and is not disabled).
What to do if the password is not written in text under the QR code?
This is a feature of some shells (for example, older versions of MIUI). Take a screenshot of the QR code screen. Then open the Google Lens application or any other QR code scanner and upload a screenshot there. The application will decrypt the code and show the contents, including the password, in plain text.
Is it safe to use Wi-Fi hacking apps?
No, most of these applications on Google Play are fakes. They either show ads or try to collect your personal data. Real security audit utilities (for example, to check the strength of your password) require complex setup and root access, and simple “crackers” do not work with modern WPA2/WPA3 encryption.
How can I view the password on an iPhone if I have Android?
It is impossible to view the password saved in the iPhone’s iCloud keys directly from Android due to differences in ecosystems. However, if you have a Mac synced with an iPhone, you can view the password in macOS Keychain. With Android, the only option is to go to the router settings through a browser if the phone is connected to the network.
The password was reset after updating the phone, what should I do?
A system update rarely deletes saved networks. Most likely, the security settings of the router have changed or the phone has forgotten the network due to a failure. Try “Forget this network” in the Wi-Fi settings and reconnect using the method of viewing the password via a QR code on another connected device or through the router panel.
The fastest and safest way to find out the password on modern Android (version 10+) is to use the built-in QR code generation function in the Wi-Fi settings. This does not require installing unnecessary software and guarantees the safety of your data.