How to Find Your Phone's Wi-Fi Password: 5 Effective Methods

Forgot your home Wi-Fi password, and the sticker on your router has worn off? Or need to connect a new gadget but can't be bothered to find the piece of paper with the code? You can find out your Wi-Fi password directly from your phone. — and this doesn't always require superuser rights or complex manipulations. In this article, we'll look at all the current methods for Android And iPhone, including hidden system menu functions, third-party applications, and even workarounds through router settings.

The main rule: if the phone is already connected to the desired network, the password is stored in its memory — all that remains is to extract it. Android 10+ and iOS 15+ versions do this differently, but there are some nuances in both cases. For example, on non-jailbroken iPhones, you'll have to use a workaround via iCloud Keychain, and on some models Samsung or Xiaomi You can see your password in just two clicks. Below are detailed instructions, taking into account the specifics of different OS versions and brands.

⚠️ Attention: Extracting passwords from other people's devices without the owner's consent may violate data privacy laws (Article 138 of the Russian Criminal Code). All methods in this article are intended for use only with your own networks and devices.

Another important point: if the network uses WPA3-Enterprise For corporate authentication (for example, in offices), standard methods won't work—access to the authentication server is required. Such networks typically issue temporary certificates instead of permanent passwords.

1. How to view Wi-Fi password on Android without root

On modern versions Android (10 and later) Google removed direct access to passwords from the settings interface, supposedly for "security reasons." However, This restriction can be circumvented legally, without rooting. The methods depend on the phone manufacturer and firmware version.

The easiest option is to use built-in "Wi-Fi Sharing" menuIt is available on most smartphones. Samsung, Xiaomi, Realme and other brands with shells on top AndroidHere's how it works:

  • 📱 Open Settings → Wi-Fi and tap on the name of your network (not on the switch!).
  • 🔗 Click the button Share (or QR code, General access).
  • 🔐 The system will ask for confirmation PIN code, imprint or graphic key.
  • 📝 After confirmation, a QR code will appear and text password underneath it.

⚠️ Attention: On some firmware (for example, ColorOS from Oppo) the password in this menu may be hidden by asterisks. In this case, the method with ADB (see section 3).

If you have "clean" Android (for example, on Google Pixel or Nokia), this menu item may not be there. Then try the alternative method via router settings (section 4) or special applications (section 5).

📊 What smartphone do you have?
Android (Samsung, Xiaomi, etc.)
iPhone (iOS)
Another brand
Don't know

2. Specifics for different brands: Samsung, Xiaomi, Huawei

Manufacturers often modify Android to suit your needs, so the path to the password may differ. Here current instructions for popular brands (tested on firmware versions from 2023–2026):

BrandPath to passwordNotes
Samsung (One UI)Settings → Connections → Wi-Fi → [network name] → ShareThe password is visible immediately after biometric confirmation.
Xiaomi (MIUI)Settings → Wi-Fi → [network name] → Show QR codeThe password is displayed below the QR code. On MIUI 14+, you may need to enter a PIN.
Huawei (EMUI)Settings → Wireless & networks → Wi-Fi → [network name] → Share passwordWorks only for networks with WPA2-PSK.
Realme/Oppo (ColorOS)Settings → Wi-Fi → [network name] → SharingThe password may be hidden by asterisks - you will need ADB.
Google PixelThere is no built-in wayUse ADB or applications (section 5).

On phones Sony And Motorola with "clean" Android There are no built-in tools for viewing passwords - you will have to use third-party utilities or ADBAnd here it is Meizu (Flyme OS) The password can be seen in the menu Settings → Wi-Fi → Manage networks → [network name] → Show password.

3. Advanced Method: Extracting Password via ADB

If the built-in methods do not work, A universal method for any Android - usage Android Debug Bridge (ADB)This is an official Google tool that doesn't require root access, but it does require some preparation:

  1. 🖥️ Install ADB drivers to your computer (Windows, macOS or Linux).
  2. 📱 Turn on your phone Developer mode (Tap the build number 7 times in Settings → About phone).
  3. 🔧 Activate it in the developer menu USB debugging.
  4. 🔌 Connect your phone to your PC via cable and trust the device.

Now run in terminal (or Command Prompt) command:

adb shell

su -c "cat /data/misc/wifi/WifiConfigStore.xml | grep 'SSID' -A 2"

In the output, find the block with the name of your network (SSID) - there will be a line next to it PreSharedKey="your_password"If the command doesn't work, try this alternative:

adb pull /data/misc/wifi/WifiConfigStore.xml

Then open the downloaded file in any text editor and find the required network.

⚠️ Attention: On Android 12+ the path to the configuration file may differ (for example, /data/vendor/wifi/WifiConfigStore.xml). If the command returned an error Permission denied, then the manufacturer has blocked access - try the method with applications (section 5).

Install ADB drivers on PC|

Enable developer mode on your phone|

Enable USB debugging|

Connect your phone with the original cable|

Check the connection with the command adb devices-->

4. Alternative method: password in the router settings

If the phone does not want to give out the password, You can connect to the router and see it there.To do this:

  1. 🌐 Find out your router's IP address. This is usually 192.168.0.1 or 192.168.1.1 (look at the device sticker).
  2. 📱 Enter the address in your phone's browser (connected to this network).
  3. 🔑 Enter your login/password to log in (standard ones are admin/admin, if you haven't changed it).
  4. 🔍 Find the section Wi-Fi (or Wireless, Wireless network) → Security.
  5. 📝 Field Password (or PSK, Key) contains the desired combination.

🔹 If you don’t know your router login details:

  • 📄 Look at the sticker on the back of the device (the factory login/password is often indicated there).
  • 🔧 Try resetting the router using the button Reset (hold for 10 seconds), but then the network settings will be reset.
  • 📞 Check with your provider - some operators (for example, Rostelecom, MTS) block access to Wi-Fi settings.

What should I do if my router returns a 404 error when I log in?

This means the router's IP address has changed or the web interface has been disabled. Try:

1. Ping the router with the command ping 192.168.1.1 (replace with your IP).

2. Check your network connection - your phone may be connected to a different access point.

3. Use the provider's application (eg. My MTS or Rostelecom Personal Account) - sometimes there is access to Wi-Fi settings.

5. Apps for viewing Wi-Fi passwords

If the previous methods did not work, you can use third-party utilitiesThey don't require root, but some features may be limited. Here are some proven options:

  • 📲 WiFi Password Viewer (Android) - Shows saved passwords for networks the phone has connected to. Minus: on Android 11+ does not work on all phones.
  • 🔍 WiFi Key Recovery — extracts passwords from system files. Requires ADB for full functionality.
  • 🍎 Keychain Access (iOS) - Built-in app for viewing saved passwords (only on jailbroken devices).
  • 🌐 Router Admin Setup Page — helps find the router's IP address and default logins/passwords.

⚠️ Attention: Applications from Google Play are often removed for "violating privacy policy." If the utility stops working, check if it's up to date at 4PDA or XDA Developers.

🔹 How do I install an app if it's not in the Play Market?

  1. Download the APK from a trusted source (e.g. APKPure).
  2. Allow installation from unknown sources in Settings → Security.
  3. Install the file and run the utility.

6. How to find the Wi-Fi password on iPhone (iOS)

On iPhone And iPad With iOS there is no direct way View your Wi-Fi password without jailbreaking. However, there are two workarounds:

🔹 Method 1: Via iCloud Keychain (if you have a Mac)

  1. 🖥️ On Mac, open Spotlight (⌘ + Space) and enter Keychain Access.
  2. 🔍 Enter the name of your Wi-Fi network in the utility's search bar.
  3. 📋 Double-click on the found entry and check the box Show password.
  4. 🔑 Enter your account password Apple ID — the system will show the Wi-Fi password.

🔹 Method 2: Via a router (universal)

If you don't have a Mac, the only legal way - go to the router settings (see Section 4). On iOS it's done the same way as on Android:

  1. Open Safari and enter the router's IP address.
  2. Log in (login/password is usually on the router sticker).
  3. Find the section Wi-Fi or Wireless Security.

⚠️ Attention: Applications in App Store, promising to "show your Wi-Fi password" are a scam. Apple Blocks access to system passwords without jailbreaking. Do not enter any data. Apple ID into suspicious programs!

7. Common mistakes and how to avoid them

When trying to find out a Wi-Fi password, users often encounter typical problems. Here the most common mistakes and their solutions:

  • 🚫 There's no 'Share' button in Wi-Fi settings. → Your phone is "clean" Android (For example, Pixel or Nokia). Use ADB or applications.
  • 🔒 ADB returns a 'Permission denied' error. → The manufacturer has blocked access. Try another method or check your permissions. su.
  • 📵 "I can't access my router—the page won't open." → Check your IP address (it may not be 192.168.1.1). Use the command ipconfig (Windows) or ifconfig (macOS/Linux).
  • 🍎 "I don't have a Mac on my iPhone—what should I do?" → The only other option left is through the router settings or jailbreak.
  • 🔄 "The password on the router doesn't match the one on the phone." → The network may be using WPS or a temporary key. Try reconnecting.

🔹 If nothing works:

1. Ask the person who set up the router for the password.

2. Reset the router to factory settings (button Reset) and set up Wi-Fi again.

3. Contact your provider - some operators (eg. Beeline) can send the password via SMS.

Why does the password appear as asterisks on some phones?

This is a firmware limitation. Manufacturers (eg. Oppo or Vivo) mask passwords for "security" purposes, when in reality it only creates inconvenience. This can be circumvented through ADB or manual editing of system files (requires root).

FAQ: Answers to frequently asked questions

❓ Is it possible to find out the password for a Wi-Fi network my phone has connected to before but is not connected to now?

Yes, but only if the network is saved in the device's memory. Android use apps like WiFi Password Viewer or ADBOn . iPhone This is impossible without jailbreak. iOS Erases passwords after disconnecting from the network.

❓ Does the QR code method work on all phones?

No. The function of generating a QR code with a password is only available on firmware with shells (MIUI, One UI, EMUI). On the "clean" Android (For example, Pixel) this menu does not exist.

❓ Is it possible to find out someone else's Wi-Fi password from their phone?

No, if you're not connected to this network. All legal methods in the article only work with saved networks. Hacking into other people's networks is illegal (Article 272 of the Russian Criminal Code - "Unauthorized access to computer information").

❓ Why didn't the password work after resetting the router?

After a reset, the router returns to factory settings, including the default password. This is usually a combination like admin or 12345678, indicated on the sticker. If it doesn't work, contact your provider—they may have blocked you from changing the settings.

❓ Is there a way to see the Wi-Fi password on an iPhone without a Mac or jailbreak?

No. Apple Completely blocked access to system passwords without jailbreaking. The only legal options are:

  • Access the router settings via a browser.
  • Use another gadget (Android, Mac, Windows) that is connected to this network.