It's quite common to need to connect a new device to your home network but lose or forget the access key. Fortunately, modern operating systems allow you to save this information in your phone's memory, making it easy to retrieve if needed. Gadget owners often look for ways to find the WiFi password on their smartphone to share access with guests or set up smart devices.
Depending on your device's operating system version and model, the procedure may vary slightly. On Android 10 and higher, as well as iOS 16+, this feature is built-in and doesn't require root access. However, for older OS versions, you'll need to use alternative methods, including logging into the router's admin panel or using third-party utilities.
The main difficulty is that smartphone manufacturers hide password characters with asterisks by default for security reasons. However, the system stores them in clear text for automatic connection, and our task is to find this hidden parameter in the settings interface. In this article, we will cover all current methods for Android and iOS platforms, as well as universal methods that work on any device.
Before you begin, it's worth clarifying that to view saved data, you'll likely need to verify your identity. This could involve entering a screen unlock PIN, scanning your fingerprint, or using facial recognition. Biometric security is an important barrier that prevents outsiders from accessing your network credentials.
It's also worth noting that if you've never connected to the desired network from this particular smartphone, you won't be able to find the password directly in its memory. In this case, you'll have to search for the data on another device that already has access, or access the router's settings. Below, we'll cover step-by-step procedures for different scenarios.
View your password on Android 10 and later
Starting with Android 10, Google introduced a convenient QR code feature for quickly connecting guests. Notably, this code often also hides a text version of the password, which is easy to read. This method is the simplest and doesn't require installing any additional software.
To begin, open the standard settings menu and go to the section Network and Internet or simply Wi-FiFind the network you're currently connected to or one saved on your device in the list. Click the gear icon next to the network name or simply tap its name to open the detailed menu.
- 🔍 Find the Share button or QR code icon in the network properties menu.
- 👁️ Verify your identity using a fingerprint scanner or Face ID.
- 📱 Look at the QR code that appears: the password is often written in text underneath it.
If the text under the QR code is hidden by asterisks, don't despair. Take a screenshot of the code or simply point another smartphone's camera (without the need for a connection) at the code. Most modern cameras can read the QR code and display the connection string, where the password will be visible in plain text after the prefix. P:.
⚠️ Note: On some skins (such as older versions of MIUI or EMUI), the password text may be completely hidden. In this case, use Google Lens or any third-party QR code scanner to decrypt the data in the screenshot.
How to find the password on an iPhone (iOS 16+)
Apple device owners have long awaited a native way to view saved access keys. This feature only arrived in iOS 16. If your smartphone is updated to this version or later, the process takes just a few seconds and requires no complicated steps.
Open the app Settings and select a section Wi-FiFind the network you're interested in in the list of available networks. A blue "i" icon in a circle will appear next to the name of the network you're connected to, or in the details menu of a saved network. Click it.
On the screen that opens, you'll see the "Password" field, where the characters will be hidden by dots. Tap this field. The system will ask you to confirm the action. Face ID, Touch ID or the device's passcode. After successful authentication, the dots will turn into readable text that can be copied or dictated.
It's important to understand that on devices running iOS 15 and below, viewing saved passwords using standard tools is impossible due to security concerns within Apple's architecture. In such cases, the only options are to access the router settings or use another device running the latest OS.
Using the router settings menu
If your smartphone won't display the password or you want to find the access key for a network it's never connected to, the most secure method is to log in to the router's web interface. This method is universal and works regardless of phone model or OS version.
To do this, your smartphone must be connected to the router's Wi-Fi network (even without internet access) or connected to it via a cable through an OTG adapter. Open any browser and enter the gateway's IP address in the address bar. Most often, this is 192.168.0.1 or 192.168.1.1The exact address is often written on a sticker on the bottom of the device.
| Router brand | Standard IP | Default login | Default password |
|---|---|---|---|
| TP-Link | 192.168.0.1 | admin | admin |
| ASUS | 192.168.1.1 | admin | admin |
| Keenetic | 192.168.1.1 | admin | 1234 |
| D-Link | 192.168.0.1 | admin | (empty) |
After entering your login and password (which are often also located on a sticker on the bottom of the router), you'll be taken to the control panel. Find the section related to the wireless network. It may be called Wireless, Wi-Fi, Wireless network or WLANLook for the subsection inside Wireless Security or Wireless Network Security.
In the field PSK Password, WPA Key or Wireless network password The current settings will be displayed. If there are dots, find the "Show Password" checkbox. After changing the settings, be sure to click "Save" or "Apply" if you made any changes, although this is not required for simple viewing.
⚠️ Note: Router interfaces are constantly being updated. The menu layout may differ from what's described. Look for keywords like Security, Wireless, or WLAN. If you're unsure about what you're doing, it's best not to change any settings to avoid disrupting your connection.
Password recovery apps
There are many apps available in the Google Play Store that help you recover forgotten passwords. However, it's important to understand how they work. Without permissions Root (superuser rights) no application has access to the system file wpa_supplicant.conf, where Android stores encryption keys.
Apps that work without root access usually serve one of two purposes: either they reveal passwords for networks shared via the "Share" feature (by creating a QR code), or they act as databases of public hotspot passwords collected by users. They won't reveal your real home network password without root access.
Why are root rights dangerous?
Obtaining superuser (root) privileges removes Android's software restrictions. This gives you full control over the system, but it also makes your device vulnerable to viruses, voids your warranty, and can brick your device if you modify system files incorrectly.
If you have root access, you can use file managers with access to system folders (for example, Root Explorer or Solid Explorer). You need to go to the path /data/misc/wifi/ and open the file wpa_supplicant.confThe text of the file will list all networks (SSID) and their corresponding passwords (psk) in clear text.
- 📂 The configuration file is located in a hidden system directory.
- 🔑 Look for the line that starts with
psk="your_password". - ⚙️ Administrator rights are required to edit or view.
Command Prompt and ADB (Advanced)
For users who don't want to root their device but have PC skills, there's a debugging method via ADB (Android Debug Bridge). This method allows you to retrieve the network configuration file if USB debugging is enabled on the phone and the appropriate permissions have been granted.
You'll need to connect your smartphone to a computer, install drivers, and install the SDK Tools platform. After connecting via the command line, you can try backing up your Wi-Fi settings. However, starting with Android 10, Google has significantly limited ADB access to this data for security reasons, so this method won't work on all firmware versions.
adb backup -f wifi.backup -noapk com.android.providers.settings
The resulting file wifi.backup It will need to be unpacked and analyzed. This is a complex process that requires technical savvy. For the average user, logging in through the router's web interface will be much faster and more secure. Using third-party scripts from untrusted sources can lead to data leaks.
Resetting your router as a last resort
If none of these methods work, you don't remember the password for your router's admin panel, and you urgently need to connect to the network, there's a radical solution: a full factory reset. This will reset your Wi-Fi login and password to the values on the factory sticker.
On the back of the router, find a small hole labeled Reset or RestoreTake a paperclip or toothpick, press the button inside the hole, and hold it for about 10-15 seconds until the indicators on the case flash. After rebooting, the network will operate with the factory name and key.
⚠️ Warning: After resetting, the router will forget all ISP settings (PPPoE, L2TP, and VLAN logins and passwords). Your internet may stop working until you reconfigure your ISP connection. Make sure you have a valid contract with your service provider.
This method guarantees access, but it requires time to reconfigure the entire home network. Use it only if all other options have been exhausted. After resetting, be sure to change the factory administrator password to a more complex one to secure your network.
Frequently Asked Questions (FAQ)
Is it possible to find out the Wi-Fi password if I've never connected to it?
Without access to the router or another device already connected to the network, it's impossible to find the password. WPA2/WPA3 encryption protocols reliably protect data transmission. The only options are physical access to the router (using a sticker) or hacking (which is illegal and difficult).
Where can I find a password file on Android without root access?
Without superuser rights (Root) access to the system file /data/misc/wifi/wpa_supplicant.conf Closed to regular applications and users. The system blocks reading of this directory for security reasons.
Why isn't the show password button showing on my iPhone?
The Wi-Fi password viewer feature was introduced in iOS 16. If you have an older version of the operating system, this option will be missing. The password will also not be displayed if the device is not connected to the network or iCloud Keychain is not synced.
Are Wi-Fi hacking apps safe to use?
Most of these apps in official stores are either useless or contain ads and malware. Real security auditing tools (such as Aircrack-ng) require complex configuration and knowledge, and using them to access other people's networks is prohibited by law.