How to find your Wi-Fi password on an Android phone

A situation when you need to connect a new gadget to your home network, but Wi-Fi password forgotten, and it's too lazy to re-enter it, is common. Fortunately, the operating system Android The latest versions provide built-in tools for viewing saved access keys without resetting the router. This solution is especially useful for users who haven't changed the default data in a while and simply don't remember the complex character combination.

Previously, access to stored data required root rights, which was unsafe and complicated for the average user. Now Google has implemented a quick sharing feature via QR code, which allows you to not only grant access to guests but also view the password in plain text. We'll cover all current methods, from the system's built-in tools to more advanced options via the router's web interface.

It is important to understand that methods may vary slightly depending on shells your smartphone. Interfaces MIUI, OneUI or ColorOS Each has its own menu display features, but the general operating principle of the security system remains the same across the entire platform. Below, we'll detail the step-by-step algorithms.

View your password via QR code in Android settings

The easiest and most accessible method that works on Android 10 and newer, is to use the sharing feature. You don't need to be connected to the network right now; it's enough that the device has previously successfully logged in. Open Settings and go to the section Wi-Fi or Connections.

Find the desired network in the list, next to which the status is "Connected" or "Saved." Click the gear icon or simply tap the network name to expand its options. In the menu that opens, look for the button. Share, "QR code"** or an icon that resembles a square with dots inside.

⚠️ Attention: To view the password using this method, the system may require biometric authentication (fingerprint, face scan) or entering a screen unlock PIN. This is a standard security measure. confidential data.

After successful identity verification, a QR code will appear on the screen for scanning. Below the code image, the password itself is usually written in small print. If there is no text string, take a screenshot and open it using Google Lens or any other text recognizer - the system reads the code from the image.

📊 What brand of smartphone do you have?
Samsung
Xiaomi
Pixel
Huawei/Honor
Another

Using Google Nearby Share

An alternative option for devices with installed services Google — this is data transfer via the built-in communication module. This method is convenient because it allows you not only to view the password but also to immediately transfer it to another device. Go to the wireless network settings and select the access point whose details you want to obtain.

Click on the button "Share"** (three-dot icon or the transfer icon). From the list of devices that appears, select the second phone or tablet you want to send the data to. A notification about the transfer request will appear on the receiving device, which must be confirmed.

  • 📲 A notification will open on the receiving device asking you to connect to the network.
  • 🔓 After confirmation, the password will be displayed in the text input field on the screen.
  • 📝 You can copy it or just look at it to remember.

This method is especially effective if you need to enter a password on a device that does not have a keyboard or screen, such as some models Smart TV or printers where input is done via a mobile app. The system uses a secure communication channel, making data interception impossible.

Receiving data via the router's web interface

If your phone doesn't display the password or you have an older Android device, the only reliable way is to access the router's settings. To do this, your device must be connected to the router (even without internet access, just via the local network). Open any browser and enter the gateway IP address in the address bar.

192.168.0.1

Or an alternative option:

192.168.1.1

The address is often found on a sticker on the bottom of the router, along with the login and password for accessing the admin panel. The default credentials are usually admin/admin or admin/passwordIf you changed them earlier and forgot, you will have to reset the router using the button Reset.

After authorization, go to the section Wireless, Wi-Fi or Wireless networkThere in the subsections Wireless Security or Protection there will be a field WPA-PSK Key or Wireless network passwordIn some firmware versions, the password is hidden behind asterisks, but there's often a "Show password" checkbox next to it.

Router brand Path to the menu Field name
TP-Link Wireless -> Wireless Security Wireless Password
ASUS Additional settings -> Wireless network Authentication Method / Pre-Shared Key
D-Link Wi-Fi -> Security Settings PSK encryption key
Keenetic My Networks and Wi-Fi -> Home Network Password

⚠️ Attention: Router firmware interfaces are constantly updated. The layout of menu items may differ from the table. Look for sections with the words Security, WLAN or Security.

Verification via Google Account Sync

Starting from Android 12Google has implemented Wi-Fi password syncing via the cloud. This means that if you've ever connected to a network and enabled syncing, your access key could be saved in your Google profile. This works similarly to a website password manager.

To check this, go to Settings -> Google -> Autofill -> Google Autofill. Select an item PasswordsIn the list that opens, look for the address that matches the name of your Wi-Fi network or the IP address of your router.

The system will ask you to confirm your identity. Afterward, you'll see your login (usually the network name) and password. This method is useful because it allows you to restore access even from another device, as long as you sign in to the same Google account. However, this only works if syncing was previously enabled.

What should I do if I don't have a password for my Google Account?

If the desired network isn't in Google's list of saved passwords, it means Wi-Fi sync wasn't enabled when you connected. In this case, the only methods that can help are the QR code on your phone or logging into your router.

Using ADB for Advanced Users

For owners of smartphones with enabled USB debugging There is a method for obtaining a password through a computer and console commands. ADB (Android Debug Bridge). This method doesn't require root access on modern versions of Android, but it does require a PC and installed drivers.

Connect your phone to your computer via a USB cable. Make sure that the menu on your phone For developers the item is activated USB debuggingOpen a command prompt on your PC in the ADB folder and enter the following command to test the connection:

adb devices

A debugging permission prompt will appear on your phone. Tap "Allow." Then run the command to retrieve the Wi-Fi configuration. Note that on Android 10+, direct paths to system files may be blocked, but the configuration request command often works:

adb shell cmd wifi list-networks

This command will list known networks with their SSIDs. However, obtaining the password (PreSharedKey) via ADB without root access is significantly more difficult on newer versions of Android for security reasons. If the command returns only the network ID but not the key, the system is blocking access to the network. cryptographic keys.

☑️ Getting Started with ADB

Completed: 0 / 4

Third-party applications and file managers

There are many applications in Google Play, which promise to reveal saved passwords. Most of them (WiFi Password Viewer, WiFi Key Recovery) require the presence of root rightsWithout root access, these apps are often useless because the Android system doesn't allow them to read the file. wpa_supplicant.conf, where the keys are stored.

If your phone is rooted, you can use a file manager with root permissions (eg. Root Explorer or Solid Explorer). Follow the path:

/data/misc/wifi/wpa_supplicant.conf

Open this file with a text editor. Inside you will find lines like ssid="Network_Name" And psk="Your_Password"This is the most reliable method for older devices or custom firmware.

Without root access, you can try apps that access settings via special APIs (Accessibility Service), but their effectiveness varies depending on the model. Be careful: installing apps with a dubious reputation can lead to the leaking of your personal data.

Frequently Asked Questions (FAQ)

Is it possible to find out the Wi-Fi password if I have never connected to this network?

No, this is impossible. The phone doesn't store information about networks it hasn't connected to. You can only find out the password if the device has previously successfully logged into that network, or if you have physical access to the router to reset it.

Are password recovery apps safe to use?

Using such apps requires caution. Many of them request excessive permissions. If an app requires root access, it may indeed be able to read system files, but you should trust the developer. It's better to use native Android tools.

What should I do if the QR code does not show the password text?

Some skins (such as older versions of MIUI or EMUI) may not have a text string underneath the 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 hidden in the code.

Where can I find a password file on Android without root?

Direct folder without root access /data/misc/wifi/ It's unreadable even by file managers. The only legal way to view the contents without root access is through system settings (QR code) or a Google account if sync is enabled.