How to view saved WiFi passwords on Android without root access

Many users are familiar with the situation of needing to connect a new gadget to their home network, but the password has long been forgotten and is not written down anywhere. Fortunately, modern versions of the operating system Android Store data about connected networks in a secure storage facility that can be accessed using standard tools. Previously, this required access rights. Root, which was unsafe and difficult for the average user, but with the release of Android 10, the situation changed dramatically.

Now restore access to Wi-Fi This can be done without installing third-party apps or complex programming. The system automatically generates a QR code for quick guest login, and this code contains encrypted access key information. In this article, we'll cover in detail all the current password extraction methods that work on smartphones. Samsung, Xiaomi, Honor and other popular brands.

It's important to understand that the methods may vary slightly depending on the OS version and the year of manufacture of the device. However, the general principle remains the same for all devices running the latest versions. AndroidWe'll cover both the visual method via settings and more advanced options for those who want to get a text string directly.

The standard method is via QR code on Android 10 and above.

Starting with the tenth version of the operating system, engineers Google We've implemented a native QR code generation feature for Wi-Fi sharing. This solution not only makes it easier for friends to connect but also allows smartphone owners to see forgotten passwords. No need to search for hidden folders or use console commands—just open the standard settings menu.

The process is as follows: first you need to go to the section Settings → Wi-Fi or ConnectionsFind the network you're already connected to in the list (or any other saved network if the current one isn't active) and click the gear icon next to its name. In the network settings menu that opens, you should find the button Share or QR code.

After clicking, the system will ask you to confirm your identity using biometrics (fingerprint, face) or PIN code to unlock the screen. This is an important measure security, which prevents data theft if the device is lost. After successful authentication, a QR code will appear on the screen, and on most modern smartphones, the password itself will be displayed in plain text underneath it.

📊 What version of Android are you using?
Android 10
Android 11
Android 12 and above
I don't know

If the text under the code isn't visible, don't panic. This is a common issue with some shells, such as older versions. MIUI or stock Android On certain models, the password is hidden within the QR code structure, and to extract it, you'll need to take a screenshot and scan it with another device or scanner app.

⚠️ Note: The function of displaying a password under a QR code depends on the smartphone manufacturer. On devices Samsung With the One UI shell, the text is visible immediately, while on some models Xiaomi An additional scanning step may be required.

Extracting a password by scanning a screenshot

In cases where the operating system doesn't display the access key text string directly on the generation screen, a trick is required. The method involves converting the QR code image into a text command. To do this, you'll need any other smartphone with a camera or a QR code scanning app installed.

Take a screenshot of your Wi-Fi network's QR code. Then open the screenshot in your gallery or launch a scanner app (e.g., Google Lens (or use the built-in scanner in your camera). Point the camera at the code image on the screen or select a file from your in-app gallery. The scan will produce a string of text.

The string will have the following format: WIFI:T:WPA;S:MyNetwork;P:MyPassword;;We are interested in the part after the symbol P: and up to the next colon or semicolon. This set of characters is the wireless network password you're looking for.

  • 📱 Take a screenshot of the network's QR code.
  • 🔍 Open the Google Lens app or any QR scanner.
  • 🖼️ Select a screenshot image from your gallery.
  • 📝 Copy the value after the label P: in the received text.

This method is universal and works on virtually all devices, as the standard for generating strings for Wi-Fi QR codes is uniform across the industry. You don't need special permissions or access to system files, making this method completely secure.

Using USB Debugging and ADB for Advanced Users

For those who are not afraid of the command line and want to get direct access to system data without graphical interfaces, there is a method using ADB (Android Debug Bridge). This tool allows the computer to interact with the phone at a deep level. However, starting with Android 10, file access wpa_supplicant.conf, where passwords are stored, is closed even for ADB without root rights.

However, on some devices or through special commands, you can query the system for information about the current connection. To get started, you need to enable developer mode. To do this, go to Settings → About phone and quickly press the item seven times Build number.

Then in the menu For developers turn on the toggle switch USB debuggingConnect your smartphone to your computer using a cable. The package must be installed on your computer. Platform-toolsOpen a command prompt in the ADB folder and enter the following command to test the connection:

adb devices

A debugging permission request will appear on the phone's screen, which you must confirm. After this, you can try running a command to retrieve Wi-Fi information, although on newer versions of Android, this often returns only technical data rather than the cleartext password. Nevertheless, this is the only way to interact with the system at a low level without violating the warranty.

⚠️ Note: The "Developer Options" menu interface may differ. Be careful when changing other settings in this section, as incorrect settings may cause system instability.

Syncing passwords via your Google account

One of the most convenient features of the ecosystem Google One feature that's important is the syncing of saved passwords. If this option is enabled on your device, all Wi-Fi access keys are stored in your account's secure cloud storage. This allows you to easily restore access from any other device logged in to the same account.

To check your saved passwords, follow the path Settings → Google → Autofill → Autofill from GoogleIn this menu, select the item Passwords or Saved passwordsHere you will see a list of all services and networks for which the system has saved credentials.

Once you find the desired Wi-Fi network in the list (it may be displayed by SSID), tap it. The system will ask you to confirm your identity. Afterward, you'll see your login (if applicable) and a password field, which you can expand by tapping the eye icon. This method is especially useful if you need to find the password not on your current phone, but on, for example, a tablet or a new smartphone.

Method Necessary rights Complexity Android version
QR code in settings No Low 10+
Screenshot scanner No Average Any
ADB Commands USB debugging High Any
Google account Synchronization Low Any

Third-party applications and their limitations

In the store Google Play You can find hundreds of apps promising to reveal Wi-Fi passwords with one click. However, it's important to understand the security realities of modern mobile operating systems. Apps without root access are technically unable to read the system file where encryption keys are stored.

Most of these programs operate on a hacking principle: they either use the QR code method described above (automating scanning) or require a computer connection. Some simply collect a database of popular passwords (a brute-force method), which is rarely helpful for home users with unique keys.

Using unknown apps to access system data carries risks. They may request excessive permissions, collect data about your connections, or contain advertising modules. Therefore, if standard methods don't work, it's better to use manual verification by scanning a QR code than to install questionable software.

  • ⚠️ Avoid apps that require root access to view passwords unless you know how to set them up correctly.
  • 🛡️ Check the permissions the program requests during installation.
  • 📉 Remember that without Root rights, no program can directly read system files.

Frequently asked questions and troubleshooting

Despite the simplicity of the described methods, users often encounter nuances in the interface implementation on different smartphones. Below are answers to the most common questions that will help resolve the issue if the standard approach fails.

One common issue is the absence of a "Share" or "QR code" button in the network menu. This may be due to the device manufacturer removing this feature from the interface or hiding it. In this case, the only reliable solution is to use a third-party QR code scanner on the screenshot, as the code itself is always generated by the system, even if the button to display it is hidden.

Why doesn't USB debugging work?

If your computer doesn't detect your phone, check the cable (it should support data transfer, not just charging). Also, try installing the drivers for your device or using the original cable. Sometimes, switching the USB mode in the connection notification settings helps.

Another important aspect is security. Never share a QR code or screenshot with a password with anyone else. Anyone who receives this code can instantly connect to your network and access local resources, such as shared folders or printers. Always control who has access to your device's screen when you share the code.

☑️ Check before resetting your router

Completed: 0 / 4
Is it possible to find out the Wi-Fi password on Android 9 and below without rooting?

Unfortunately, on Android versions below 10, the native function for viewing passwords or generating QR codes for Wi-Fi is missing from the standard interface. Without gaining superuser (root) privileges and using specialized file managers (such as Root Explorer), it is impossible to find the saved access key. The only option is to view the password in the router settings if you have access to it via cable or Wi-Fi.

What to do if the QR code does not scan?

Make sure there's no screen protector with glare, and that the screen brightness is set to maximum. Try adjusting the distance between the camera and the screen. If you're using a third-party scanner app, consider replacing it with Google Lens or the default camera, as some apps struggle to recognize inverted colors or the specific fonts used in Android system codes.

Where is the Wi-Fi password file stored on the system?

Technically, all saved networks and passwords are stored in a file /data/misc/wifi/wpa_supplicant.conf. However, access to the folder /data Closed to regular users and apps for security reasons. This file can only be read with root privileges or via special ADB commands on older versions of Android, confirming that easy access is impossible without special measures.

⚠️ Note: Settings interfaces and menu item names may change with firmware updates. If you can't find the described items, search your phone's settings by entering "Wi-Fi" or "QR".