Did you share the Internet from your smartphone, but forgot the password for your own access point? Or you connected a new guest to your phone, but now you canโ€™t remember the combination for other devices? The situation is familiar to many - especially if the password is generated automatically by the system. Fortunately, on Android there are several ways to retrieve the saved password from the distribution Wi-Fi, and not all of them require superuser rights.

In this article we will look at 5 proven methods from simple viewing through settings to working with system files and third-party utilities. Important: some methods depend on the version Android and shell of the manufacturer (for example, MIUI, One UI or ColorOS). Where this is critical, we will indicate the nuances. You will also find out why on some phones, the password for Wi-Fi distribution cannot be seen without root access, and what to do about it.

1. Standard method: password in the access point settings

The most obvious method is to look at the access point management menu. On most modern smartphones (especially those with Android 10+), the password is displayed directly in the interface, but not always explicitly. Here's how to do it:

  1. Open Settings โ†’ Wireless networks โ†’ Modem mode (or Access point and modem).
  2. Tap on item Mobile hotspot (on Samsung โ€” Mobile hotspot).
  3. Find the line Password โ€”it can be hidden under asterisks (โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข).
  4. Tap the eye icon (๐Ÿ‘๏ธ) or switch Show passwordto reveal the combination.

โš ๏ธ Attention: On some phones (for example, Xiaomi s MIUI 12+) the password is visible only when Wi-Fi is active. If there is an access point. is turned off, the system can hide the field completely. In this case, turn on the distribution for 10-15 seconds and repeat the steps.

๐Ÿ“Š What smartphone do you have?
Samsung
Xiaomi/Redmi
Huawei/Honor
Google Pixel
Other

If your menu does not have the "Show password" option, it means the manufacturer blocked it. Proceed to the next method.

2. Viewing the password through the wpa_supplicant file (without root)

On Android passwords from all saved networks (including distribution) are stored in the system file wpa_supplicant.conf. requires root access, but on some firmware (especially custom ones) it can be read through ADB or a file manager. Let's try to do without root:

Step 1. Install a file manager with access to system folders, for example FX File Explorer or Solid Explorer (turn on display of hidden files in the settings).

Step 2. Go to the path:

/data/misc/wifi/WifiConfigStore

Or (on old versions Android):

/data/misc/wifi/wpa_supplicant.conf

Step 3. Find the file wpa_supplicant.conf and open it with a text editor. Look for blocks like:

network={

ssid="Name_of_your_point"

psk="your_password"

key_mgmt=WPA-PSK

}

โš ๏ธ Attention: On Android 9+ this file is often encrypted or inaccessible without root. If the folder /data/misc/wifi/ is empty or inaccessible, go to the method with ADB.

What to do if there is no file?

On some firmware (for example, on ColorOS from Oppo/Realme) The file wpa_supplicant.conf has been moved to another location or renamed. Try searching for it using ADB the command:

adb shell find /data -name "wpa" 2>/dev/null

If the result is empty, you wonโ€™t be able to extract the password without root access.

3. Using ADB to extract password (without root)

Android Debug Bridge (ADB) is a debugging tool that allows you to execute commands on your smartphone from your computer. With its help, you can read the password for Wi-Fi distribution, even if the file wpa_supplicant.conf is hidden. You will need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB-tools.
  • ๐Ÿ“ฑ Enabled USB debugging on the phone (Settings โ†’ About phone โ†’ Build number โ€” tap 7 times, then return to Settings โ†’ System โ†’ For developers โ†’ USB debugging).
  • ๐Ÿ”Œ USB cable (preferably original).

Instructions:

  1. Connect the phone to the PC and confirm the permission for debugging.
  2. Open the command line (or Terminal on Mac/Linux) and run:
adb shell

su -c "cat /data/misc/wifi/WifiConfigStore/wpa_supplicant.conf"

If the command returns an error Permission deniedtry the alternative path:

adb shell

su -c "cat /data/misc/wifi/wpa_supplicant.conf"

๐Ÿ’ก Useful advice: If ADB gives no such file or directory, which means the file has been moved. Use the command adb shell find /data -name "wpa"to find its new location.

Install ADB-tools on your PC|

Enable USB debugging on your phone|

Connect the phone with the original cable|

Allow debugging in the dialog box on the smartphone-->

4. Applications for viewing Wi-Fi passwords (require root)

If the previous methods did not work, you can only use third-party utilities. Most of them require root accessas they work with system files. The best options:

Application Requires root? Features Link (Play Market)
WiFi Password Viewer โœ… Yes Shows passwords from all saved networks, including distribution Download
Root Browser โœ… Yes File manager with access to wpa_supplicant.conf Download
Network Info II โŒ No (partially) Shows information about the current network, but not always the password Download

โš ๏ธ Attention: Installing applications with root access may violate the phone's warranty and increases the risk of malware infection. Use only proven utilities from Google Play.

If you do not have root access, but have access to ADB, try the application WiFi Password Recovery โ€”it works through debugging and does not require root (however, the functionality is limited).

5. Resetting the access point password (if all else fails)

If none of the methods worked, a radical method remains - reset password and set a new one. This will not help you recognize the old combination, but will allow you to continue using Wi-Fi distribution. How to do this:

  1. Go to Settings โ†’ Wireless networks โ†’ Modem mode โ†’ Mobile hotspot.
  2. Tap on Setting up an access point (or Configuration).
  3. Find the field Password and enter a new combination (minimum 8 characters).
  4. Save the changes and restart the distribution.

๐Ÿ”น Important: After resetting the password, all previously connected devices will be disabled. You will have to re-enter new data on laptops, tablets, etc.

If you use Android 12+, the system may offer to generate a password automatically. In this case, it will be visible in the settings only as long as the access point is active.

๐Ÿ’ก

Resetting the password is the most reliable way if other methods do not work. However, it will not help restore the old combination, but only replace it with a new one.

Common problems and solutions

Not all methods work equally well on different phones. Here are typical difficulties and ways to get around them:

  • ๐Ÿ”„ The password is not displayed in the settings: Check whether the access point is turned on. On some phones (for example Huawei), the password field appears only when distribution is active.
  • ๐Ÿ”’ ADB gives an access error: Try to run the command as a superuser (su), but this requires root. An alternative is to use Magisk to temporarily obtain root access.
  • ๐Ÿ“ฑ File wpa_supplicant.conf empty: On Android 10+ passwords can be stored in encrypted form. Try extracting them via TWRP (custom recovery).
  • ๐Ÿ›‘ Applications do not show the password: Make sure that the utility has access to system files. On some firmware (for example, Flyme from Meizu), additional permission is required in the security settings.

โš ๏ธ Attention: On phones with Android 13+ and the latest security updates (for example, Samsung Knox) retrieving the password without root is almost impossible. In this case, the only option left is to reset.

๐Ÿ’ก

If you often forget passwords, save them in a password manager (for example, Google Password Manager or KeepassDX). To do this, you just need to copy the password from the access point settings once.

Is it possible to find out the password for Wi-Fi distribution without root?

Yes, but only on some phones. Methods:

  • Viewing in the access point settings (works on most Samsung, Google Pixel).
  • Using ADB to read a file wpa_supplicant.conf (on Android 9 and below).

On Xiaomi, Oppo and Realme without root, the password is usually inaccessible.

Why is my network not in the file? wpa_supplicant.conf no network?

Possible reasons:

  • The file has been moved to another location (try searching via ADB).
  • The password is stored in encrypted form (relevant for Android 10+).
  • You have never saved the password (for example, if the access point was created via USB modem).
Is it possible to find out the password from someone else's access point to which my phone was connected?

Technically yes, if:

  • You have root access.
  • The password is saved in system files (not all networks are saved automatically).

However this violates the data privacy law. (Article 272 of the Criminal Code of the Russian Federation). Use such methods only to restore access to yours networks.

How to generate a strong password for Wi-Fi distribution?

Use:

  • Minimum 12 characters.
  • A combination of letters (uppercase and lowercase), numbers and symbols (!@#$%).
  • Random combination (for example, 7x!K9pL$2mQ*).

Avoid simple sequences (12345678, qwerty) - they are easy to pick up.

Why did Android stop displaying after the update password?

Manufacturers are tightening their security policies. For example:

  • Samsung c One UI 5.0 hide the password in the settings if the access point is turned off.
  • Xiaomi v MIUI 14 encrypts wpa_supplicant.conf default.

Solution: use ADB or root applications.