It's quite common to need to connect a new device to your home network but have long forgotten the password. Fortunately, modern smartphones store this data, making accessing it easier than ever. While this previously required complex manipulation of system files, it's now Android offers built-in tools for viewing security keys.
In this article, we'll cover in detail all the current methods for recovering lost data without the need for root privileges. You'll learn how to use standard system functions, cloud services, and even the command line to accomplish this task. The key is to have physical access to a device that's already connected to the required network.
It's worth noting that the methods may vary slightly depending on the operating system version and model of your gadget. However, the basic principles remain the same for most devices running Android 10 and newer. Let's look at step-by-step instructions that will help you regain internet access in minutes.
Using a QR code to view a password
The easiest and fastest way, available to users of Android 10 and newer, is to generate a QR code. The system not only allows you to share access with guests but also visually display a text version of the security key. To do this, go to Settings, select a section Network and Internet or Connections, and then find the item Wi-Fi.
Click on the name of the network you're currently connected to, or select the gear icon next to it. In the menu that opens, find the button Share or QR codeAfter confirming your identity (face scan, fingerprint, or PIN entry), a code will appear on the screen.
- 📱 On some smartphones, the password is written in small print directly below the QR code.
- 🔍 If there is no text, take a screenshot of the screen with the code.
- 🖼 Open the screenshot using Google Lens or any QR code reader.
- 📝 In the scan results, you will see a line like this:
WIFI:S:MyNetwork;T:WPA;P:MyPassword;;, where afterP:and there is your password.
⚠️ Note: The interface may differ on Xiaomi and Samsung devices. Look for the "Share Password" button or QR icon at the bottom of the Wi-Fi settings screen.
This method is the most secure, as it doesn't require installing third-party software. However, on some custom shells, manufacturers hide the text version of the key, revealing only the code itself. In this case, using a QR code scanner becomes a mandatory step to extract the information.
Synchronization via Google Account
Google has implemented Wi-Fi password syncing via the cloud. If syncing is enabled on your device, saved keys are automatically copied to your account. This allows you to access your data even from another device, logged in to the same Google account.
To check for saved data, open the Chrome browser or follow the direct link to your Google account settings. Find the section responsible for autofill and passwords. This is where all saved keys that the system considers secure are stored.
Find the name of your wireless network in the list. Click it, and the system will ask you to confirm your identity. Once successfully authenticated, an eye icon will appear next to the hidden characters. Clicking it will reveal the full password.
- 🌐 Open
Settings->Google. - 🔑 Select an item
Autofill->Google Autocomplete. - 💾 Go to
Google Passwordsorpasswords.google.com. - 👁 Find the desired network and click on the view icon.
It's important to understand that this feature only works if syncing was previously enabled. If you just reset your phone or never enabled backup, your data may no longer be in the cloud. In this case, you should use the other methods described below.
Viewing through router settings
If your smartphone is connected to Wi-Fi but can't view the password using standard methods, you can access the router's settings. Since the device is already connected to the network, you can open the router's admin panel directly from your phone.
Open your browser and enter your router's IP address into the address bar. Most often, this is 192.168.0.1 or 192.168.1.1The exact address, as well as the username and password for accessing the control panel, are usually indicated on a sticker on the bottom of the router itself.
| Router brand | Standard IP | Default login | Default password |
|---|---|---|---|
| TP-Link | 192.168.0.1 | admin | admin |
| ASUS | 192.168.1.1 | admin | admin |
| Xiaomi | 192.168.31.1 | - | No (set during setup) |
| Keenetic | 192.168.1.1 | admin | admin |
| Tenda | 192.168.0.1 | admin | admin |
After entering the interface, find the section Wireless or Wireless mode. Inside this menu, in the security subsection (Wireless Security), the current password will be displayed. You can copy it or simply rewrite it.
⚠️ Note: If you changed your router password and forgot it, this method will not work without resetting the device to factory settings, which will temporarily interrupt your internet connection.
This method is universal and works on almost any router, regardless of the Android version on your phone. The main thing is to know the login credentials for the admin panel. If the default combinations don't work, they may have been changed during the initial network setup.
What to do if the router's IP address is not accessible?
Make sure you're connected to this router's Wi-Fi network, not your mobile data plan. Also, check if your ISP uses specific DNS settings.
Using ADB commands without rootp>
For advanced users who are not afraid of working with the command line, there is a method through ADB (Android Debug Bridge)This method allows you to extract system configuration files, but requires the drivers and the ADB utility to be installed on the computer.
First, you need to enable USB debugging mode on your smartphone. Go to Settings, find About the phone and press seven times quickly Build numberAfter this, an item will appear in the developer menu. USB debugging, which needs to be activated.
Connect your phone to your computer via USB cable and open the command prompt on your PC. Enter the following command to test the connection:
adb devices
A debugging permission prompt will appear on your phone's screen. Confirm it. Next, to get the file with saved passwords, use the command to export the Wi-Fi configuration. Please note that access to this file is restricted on Android 10 and above, but in some cases (especially on older versions or specific firmware), this may work:
adb pull /data/misc/wifi/wpa_supplicant.conf c:/wpa.conf
- 💻 The file will be saved on your computer along the path
c:/wpa.conf. - 📄 Open it with any text editor (Notepad, Notepad++).
- 🔍 Find the block
networkwith the name of your network (SSID). - 🔑 Line
psk="YOUR_PASSWORD"contains the required key.
It's worth noting that modern versions of Android block direct access to this file even via ADB without root access. However, if you have a device with an unlocked bootloader or a specific firmware, this method remains one of the most powerful diagnostic tools.
Third-party applications and their limitations
The Play Store offers numerous apps that promise to reveal saved passwords. However, it's important to understand a technical limitation: without root access, no app has the right to read system files. wpa_supplicant.conf, where the keys are stored.
Most of these programs operate as a hack: they attempt to scan a QR code generated by the system itself or use clipboard access. Some simply redirect you to the Wi-Fi settings, simulating useful functionality.
However, there are utilities that can be useful for network management, although they don't always display the password in plain text without additional manipulation. They can scan QR codes or help generate new ones.
- 📡 WiFi Map - more suitable for searching open networks around.
- 🔑 Instabridge — a database of passwords created by users.
- 👁 QR & Barcode Scanner — will help to read the code if the system shows it.
⚠️ Warning: Be extremely careful when installing apps that require suspicious permissions. Many of them may collect data about your connections. Use only trusted, highly rated software.
It's recommended to rely on built-in Android features or router-based methods, as they are guaranteed to be secure and don't require installing additional software. Third-party apps should be considered a last resort when other methods are unavailable.
Common problems and their solutions
Even following the instructions, users may encounter difficulties. Interfaces from different manufacturers (Samsung, Xiaomi, Huawei) are constantly changing, and menu items may have different names. Furthermore, different Android versions introduce their own adjustments to security policies.
If the Share button is grayed out or hidden, try refreshing the Wi-Fi settings page or restarting your device. Clearing the Settings app cache can sometimes help, but only do this if you're confident in your actions.
If none of the software methods work, physical access to the router remains. If it has a WPS button, you can try connecting the device by pressing it, although modern Android smartphones often ignore this protocol for security reasons.
☑️ Pre-reset check
Remember that regularly updating your passwords and storing them securely (such as in a Google or Apple password manager) will prevent similar problems in the future. Don't neglect the digital security tools available in the modern ecosystem.
Is it possible to find out the Wi-Fi password on Android 6 or 7 without root?
On older versions of Android (below 10), the security system was less strict. Theoretically, some file managers with root access could read system folders, but without root access, capabilities were limited even then. Logging into the router remained the primary method.
Are password recovery apps safe to use?
Using unverified apps carries risks. They may request excessive permissions, inject ads, or, in the worst case, steal data. It's better to use built-in QR code features or router settings.
What to do if the QR code does not scan?
Make sure the screen isn't cracked in the code area, the brightness is set to maximum, and the camera is clean. If the issue is software-related, try taking a screenshot and opening it with Google Photos or Google Lens, which often perform better than third-party scanners.
Will resetting network settings on my phone reset the password?
Yes, resetting network settings (not to be confused with a full phone reset) will delete all saved Wi-Fi networks and Bluetooth pairings. You'll have to re-enter your passwords, so make sure you know them or have them written down before doing this.