How to View Your WiFi Password on Your Phone: Complete Instructions

It's common to need to connect a new device to a wireless network but have long forgotten the password. Modern smartphones can store access keys, but the standard interface often hides them from the user for security reasons. However, there are several proven methods for extracting this information without complex router manipulation.

In this article, we'll cover methods for Android and iOS operating systems in detail, taking into account different shell versions and manufacturer restrictions. You'll learn how to use built-in system features, QR codes, and specialized tools to restore access. It's important to understand that methods may vary depending on how deeply you're willing to delve into the system.

Before you begin, make sure your device is already connected to the desired network or has been connected previously. Without prior pairing It's impossible to find the encryption key using standard tools. Access rights should also be considered: some methods require root access or a computer for debugging.

Recovering access on Android 10 and later

Starting with version 10 of the operating system, Google introduced a convenient QR code sharing feature, which significantly simplifies user experience. Now, there's no need to search for hidden menus or use third-party software; simply access your Wi-Fi settings. This is the safest and fastest method for most modern smartphone owners.

To get started, go to your wireless network settings and select the connection you're interested in. The menu that opens will often include a "Share" button or a QR code icon. The system will ask you to verify your identity using biometrics (fingerprint, Face ID) or screen unlock PIN.

  • 📱 Open SettingsWi-Fi and click on the gear next to the active network.
  • 🔍 Find the button Share or QR code at the bottom of the screen.
  • 🔐 Complete identity verification to confirm access to settings.
  • 📸 Take a screenshot of the screen with the code or just look under it - the password is often written in plain text.

If the text under the QR code doesn't appear, take a screenshot. Then open that screenshot using Google Lens or any similar text recognition service. The camera will read the encoded string and display the password in clear text. This works on almost all devices running stock Android and skins like One UI, MIUI or ColorOS.

⚠️ Attention: On some smartphone models (for example, older versions of Xiaomi or Huawei OS), the password text may be hidden behind asterisks even in the QR code menu. In this case, use the screenshot and Google Lens method.

📊 What version of Android are you using?
Android 10-11
Android 12-13
Android 14+
I don't know

It's worth noting that this method only works if the phone is currently connected to the network or has previously successfully connected to it. Cached data They are stored in a secure area of ​​the system, accessible through the standard sharing interface. This prevents malware from stealing passwords without the user's knowledge.

Using Google Home and Router Settings

If you have a router in your home that supports control via the Google Home app, you can find the password directly from the smart home interface. This works for devices synced with a Google account. This method is convenient because it doesn't require scanning screens or entering commands.

Open the app Google Home On your smartphone. Find your access point (usually named the same as your Wi-Fi network) in the list of devices. Tap the settings icon (gear) in the upper right corner. Select "Wi-Fi Password" from the menu.

The system will display the current access key and offer to copy it to the clipboard. This is especially useful if you need to enter a password on a device without a camera for scanning QR codes, such as game consoles or smart TVs. This feature works reliably if the router hasn't been reset to factory settings since the last synchronization.

An alternative option is to access the router's web interface through your phone's browser. To do this, you'll need to know the gateway's IP address. Enter it in the address bar (often 192.168.0.1 or 192.168.1.1). After entering the administrator login and password (often indicated on a sticker on the bottom of the router), go to the section Wireless or WLAN.

Here in the field WPA Pre-Shared Key or Wireless Password Your password will be displayed. If the field is hidden by dots, try clicking the "Show" button. In some router models (for example, TP-Link or Asus) it works without any additional tricks.

Methods for Android without root access (ADB)

For advanced users who don't want to root their device but need to view saved passwords on older versions of Android (below 10), there's a method using USB debugging. This requires a computer and the ADB (Android Debug Bridge) driver installed.

The method involves requesting a Wi-Fi configuration file from your phone via your computer. This file contains all saved networks and their keys in plaintext. You don't need to be a programmer; just run a few commands in the terminal.

First, enable developer mode on your phone. To do this, go to SettingsAbout the phone and press seven times quickly Build numberAfter this, a new option called "Developer options" will appear in the settings menu. Enable it. USB debugging.

  • 💻 Connect your phone to your computer via USB cable.
  • ⌨️ Open Command Prompt (CMD) or PowerShell on your PC in the ADB folder.
  • 📲 Enter the command adb devices and confirm the connection on the smartphone screen.
  • 📂 Run the command adb pull /data/misc/wifi/wpa_supplicant.conf c:/wifipass.txt.

After executing the command, a text file will appear on the C: drive. wifipass.txtOpen it with any editor. Inside you will find a list of all networks in the format ssid="Network_Name" And psk="Password"This is one of the most reliable ways to access data without violating the warranty.

What to do if ADB doesn't see the device?

Make sure the drivers for your phone model are installed. Try replacing the USB cable or switching ports. Also, check if debugging from this computer is enabled on your phone's screen.

⚠️ Attention: Team adb pull This may not work on some devices with heavily modified file systems without root access. In such cases, the system blocks access to the folder. /data/misc/ even through debugging.

iOS Specifics: iPhone and iPad

Apple device owners weren't as fortunate in terms of direct access to the file system, but with the release of iOS 16, the situation has changed dramatically. Now you can view your Wi-Fi password using standard tools, but only if your device is updated to the latest OS version. On older versions (iOS 15 and below) it is impossible to do this without jailbreak.

If you have the latest iOS, the steps are very simple. Go to SettingsWi-FiFind the network you need to find the password for and click the information icon (blue "i" in a circle) to the right of the name.

In the menu that opens, find the "Password" field. It will be hidden by dots. Tap this field; the system will ask for confirmation via Face ID, Touch ID or a passcode. After successful authentication, the dots will turn into readable text that can be copied.

iOS version Viewing option Necessary conditions
iOS 16 and later Yes (native) Biometrics or passcode
iOS 15 and later No (no jailbreak) Having a Mac with access to Keychain
Any (from Mac) Yes (via iCloud) Keychain sync enabled

For users of older versions of iOS, the only legal option is to use a Mac computer. If you have iCloud Keychain syncing enabled, passwords are stored in the system Keychain Access app. Find the network name there, open its properties, and check "Show password."

Working with root rights and file managers

If your phone has root rights (superuser rights), the process of obtaining the password becomes trivial and does not require a computer. You can use any advanced file manager, for example, Root Explorer, ES File Explorer or Solid Explorer.

After granting the application superuser rights, go to the following path: /data/misc/wifi/Find the file wpa_supplicant.conf (or wpa_supplicant.conf.conf). Open it as a text document. It will contain a complete connection history.

The record structure is as follows:

network={

ssid="MyHomeWiFi"

psk="SuperSecretPassword123"

key_mgmt=WPA-PSK

}

Here ssid — the network name, and psk — the password you're looking for. Be extremely careful when using root privileges: accidentally deleting or modifying system files can lead to instability in the Wi-Fi module or the entire operating system.

  • 🛡️ Make sure you have permission Superuser or Magisk.
  • 📂 Use a file manager with root access support.
  • 📝 Don't edit the file if you're not sure what you're doing, just read it.
  • 💾 Copy the file in case the original gets damaged.

⚠️ Attention: Rooting your device will void your warranty and may interfere with banking apps (Google Pay, Samsung Pay). Only use this method if you understand the risks.

Frequently Asked Questions (FAQ)

Is it possible to find out the Wi-Fi password if the phone has never connected to it?

No, this can't be done using standard tools. The phone doesn't store passwords for networks it hasn't connected to. The only option is to know the password for the router's admin panel and look it up there, or ask the network owner.

Is it safe to use apps like "WiFi Password Viewer"?

Most of these apps on Google Play are simply wrappers that display a QR code (works on Android 10+). Apps that require root access to view files can be dangerous, as they grant full access to your system. It's better to use built-in functions or the ADB method.

What to do if the QR code cannot be read?

Try increasing your screen brightness, cleaning the camera, or using a different scanning app. If that doesn't help, take a screenshot of the code and open it in Google Photos or Google Lens—the built-in image analyzer often does a better job than the cameras.

Where are Wi-Fi passwords stored on a Windows computer?

They are stored in the user profile. To view the password, open the command prompt and enter: netsh wlan show profile name="Network_Name" key=clearThe password will be indicated in the "Key Contents" field.

Can a system update delete saved passwords?

Major Android or iOS updates typically preserve user data, including Wi-Fi settings. However, in rare cases of update failure or when changing the device's region, network settings may be reset. It's recommended to back up important data.