It's common to need to connect a new device to an existing network but have forgotten or lost the password. Fortunately, modern smartphones store connection data, allowing you to retrieve the necessary information if you have physical access to an already authorized device. Previously, this required superuser privileges, but system updates Android significantly simplified the task.
In this material we will analyze current methods that allow find out the WiFi password Without rooting or flashing your device. We'll cover the operating system's built-in features, cloud service capabilities, and specific commands for advanced users. It's important to understand that the availability of some features directly depends on the operating system version and the manufacturer's shell.
Before you begin, it's worth noting that all of the methods described are only legal if you own the network or have administrator permission. Starting with Android 10, the system encrypts network configuration files, making old methods of accessing wpa_supplicant.conf useless without root access. Therefore, we will focus primarily on standard tools and cloud synchronization.
Using the QR code feature in Android settings
The easiest and most reliable method, available on most modern smartphones, is to use the built-in QR code generation function. Starting with Android 10, developers have implemented the ability to share network settings via visual code, which often includes a text password string. This method requires no additional software and works instantly.
To begin the process, you need to go to your wireless settings. Typically, the path looks like this: Settings → Connections → Wi-FiFind the network you're currently connected to in the list, or click the gear icon next to the active network's name. In the menu that opens, look for the "QR code," "Share," or square code icon.
Once the feature is activated, the system will ask you to verify your identity using biometrics (fingerprint, Face ID) or a screen unlock PIN. This is a security measure to prevent password theft by intruders who gain access to an unlocked phone. After confirmation, a QR code will appear on the screen.
Depending on the model of your smartphone (Samsung, Xiaomi, Pixel), the password text string may be immediately visible under the code. If the text is hidden, take a screenshot or use a second phone with a camera and Google Lens to scan the image. The scan results often show a string like WIFI:S:MyNetwork;T:WPA;P:MyPassword;;, where the symbols after P: and there is the password we are looking for.
⚠️ Note: On some custom skins (such as older versions of MIUI or EMUI), the password may not be displayed in plain text below the code. In this case, use a QR code scanner on another device to view the contents.
Synchronizing passwords via Google Account
The Google ecosystem offers a powerful tool for saving and syncing WiFi passwords across devices. If you've ever connected your smartphone to a network using a Google account, the password may have been automatically saved in the cloud. This is especially useful if you need to find the password combination on a device where it isn't directly visible.
You can check your saved data through your browser or system settings. You need to follow this path: Settings → Google → Autofill → Autofill from GoogleNext, select the "Passwords" or "Password Manager" tab. In the list of websites and apps, find the Wi-Fi section, or search for your network name.
An alternative way is to use the web version of your account. Go to the website passwords.google.com From any device where you're signed in to your account. This is where all your synced data is stored. Find the desired network in the list, tap it, and confirm your identity. The password will be displayed in plain text after tapping the eye icon.
This method works regardless of Android version, as the data is stored on Google servers. The main requirement is that syncing was enabled on the device from which the password was saved. If you just reset your phone and didn't restore a backup, this method may not work, as the local copy of passwords hasn't yet been updated.
What should I do if my password isn't syncing?
Make sure syncing is enabled for "Passwords" in your Google Account settings on the source device. Also, make sure you have an active internet connection when connecting to the network.
Viewing via the developer menu and ADB debugging
For advanced users who are not afraid of the command line, there is a method to obtain the password through the debug protocol ADB (Android Debug Bridge)This method doesn't require root access, but it does require a computer (Windows, macOS, or Linux) and developer mode enabled on the smartphone. The method is universal and works on many versions of Android, although Google restricts access to some files in recent security updates.
The first step is to enable developer mode. Go to Settings → About phone Tap the build number seven times quickly. A new "Developer options" option will appear in the Settings menu. Inside, find and enable the "USB debugging" toggle. Connect your phone to your computer using a cable.
You need to install the drivers for your device and the ADB platform on your computer. Once connected, enter the following command in the command line (terminal) to test the connection: adb devicesA debugging permission request will appear on your phone's screen, which you'll need to confirm. Next, you can try extracting the network configuration file, although direct access to it is not possible on Android 10+. /data/misc/wifi/wpa_supplicant.conf closed.
However, there are workarounds using shell commands. Try running the following command, which queries saved networks:
adb shell dumpsys wifi | grep "mConfiguredNetworks"
This command can list configurations, but often hides the passwords themselves for security reasons. A more effective method on some firmware versions is to use the export settings command:
adb backup -noapk com.android.providers.settings
The resulting file backup.ab It's then converted to tar, unpacked, and searched for the settings file inside. This is a complex process that requires careful attention, but it allows for deeper insight into the system without violating any warranties.
☑️ Getting Started with ADB
Using WiFi scanner apps
In the store Google Play There are many apps that promise to reveal passwords. It's important to understand how they work: they don't "hack" the network, but rather read data already stored in the system. On Android 10 and above, access to this data is blocked for third-party apps, so many apps only display a QR code (using the system API) or only work on older OS versions.
Popular apps such as WiFi Password Viewer or WiFi Map, can be useful on devices running Android 9 and below. They request access to the file system and attempt to read configuration files. If root access is not available, the app can show you the same QR code available in Settings, but in a more user-friendly interface.
Some utilities use cloud databases. Users of these apps share passwords for public networks (cafes, airports). If you're looking for someone else's network password in a crowded place, such an app can help, but it won't reveal your home network password unless someone has previously shared it through the database.
Be careful when installing such software. Many free apps are overloaded with ads or collect metadata. Always check the permissions the program requests. If a simple password viewer requires access to contacts and the microphone, don't install it.
⚠️ Please note: App interfaces and features may change after updates. What worked on the app version six months ago may require root access today. Always check the latest reviews on Google Play.
Login to the router's web interface
If you have network access (via WiFi or cable) but don't know the password, you can view or change it through the router's settings. To do this, you'll need the gateway IP address and your admin panel login information. This method is the most universal, as it doesn't depend on your Android version or whether you have root access.
You can find your router's IP address in your phone's WiFi settings. Tap the network name and look for the "Gateway" or "Router" option. This address usually looks like this: 192.168.0.1 or 192.168.1.1Enter this address into the address bar of your browser (Chrome, Firefox).
The router's login page will open. Default logins and passwords are often found on a sticker on the bottom of the device (e.g., admin/admin or user/user). If you changed them earlier and forgot, you will have to reset the router to factory settings (Reset button).
After logging into the interface, find the "Wireless" or "WiFi" section. Under "Security," you'll find a "Password/Key" field. Passwords are often hidden behind asterisks, but many modern interfaces have a "Show" button (an eye) or the ability to copy the password.
Table of standard addresses and credentials for popular manufacturers:
| Manufacturer | IP address | Login | Password |
|---|---|---|---|
| TP-Link | 192.168.0.1 | admin | admin |
| ASUS | 192.168.1.1 | admin | admin |
| D-Link | 192.168.0.1 | admin | (empty) |
| Xiaomi | 192.168.31.1 | admin | admin |
| Zyxel | 192.168.1.1 | admin | 1234 |
Frequently Asked Questions (FAQ)
Below are answers to the most common questions users have when trying to restore network access.
Is it possible to find out the WiFi password on Android 13 and 14 without root?
Yes, it's possible. In newer versions of Android, the primary method remains generating a QR code through network settings. The system allows network sharing, and while the actual password may be hidden in the interface, scanning the code with Google Lens or another phone often reveals it in text format.
Why doesn't the WiFi Password Show app show passwords?
Your device is most likely running Android 10 or higher. Starting with this version, Google changed its security policy and blocked app access to the file. wpa_supplicant.conf, where passwords are stored. Without root access, the app simply can't read this file. Use a QR code or log in to your router.
What should I do if I forgot my router password to access the settings?
If the default combinations (admin/admin) don't work and you've changed them but now forgotten them, a full reset of the router is the only solution. Find the small hole marked "Reset" on the router's case. Press it with a paperclip for 10-15 seconds until the indicators blink. The router will return to factory settings, and the password will be the one written on the sticker.
Is it safe to use third-party password viewer apps?
While reputable apps from Google Play are generally safe to use, they're often useless on newer Android devices. Apps that require strange permissions or offer to hack your neighbor's WiFi are dangerous—these programs often contain malware. It's better to use the system's built-in tools.