It's common to need to connect a new device or a guest to your home wireless network but forget the password. Mobile device owners often wonder if it's possible to find saved data directly on the phone without having to resort to complex router manipulation. Modern Android and iOS operating systems have built-in security mechanisms that hide access keys from direct viewing in the standard menu, but workarounds exist.
Depending on the software version and file system access rights, recovery methods may vary significantly. If older versions of Android required access rights root, newer versions of the system (starting with Android 10) have expanded their functionality, allowing access sharing via QR code, where the password can sometimes be decrypted. On Apple devices, this is strictly regulated by security policies, but even there, authorized users of the ecosystem have access to these features.
Before proceeding with any technical steps, you need to determine your device type and operating system version. This is critical, as the settings interface and available administrative tools change with each major update. Understanding these nuances will save time and avoid errors when attempting to reset your router.
Finding a password on Android 10 and later
Modern versions of Google's mobile operating system have a convenient network sharing mechanism. If your smartphone is already connected to the desired Wi-Fi, you can generate a QR code to connect another device. In some operating systems (for example, MIUI from Xiaomi or One UI (from Samsung) a text string containing a security key may be displayed below this code.
To implement this method, you need to go to your wireless network settings. Typically, the path looks like this: Settings → Wi-Fi → Tap the name of the active networkHere you'll see a "Share" button or a QR code icon. After authentication (face or fingerprint scan), a graphic code will appear on the screen.
⚠️ Note: On stock Android devices (Pixel, Motorola), the password text is often hidden under the QR code. In this case, you'll need to take a screenshot and recognize the text using Google Lens or a third-party QR reader if the system doesn't display it explicitly.
If the text string isn't displayed, you can use third-party QR code scanners that can read images from your gallery. Upload a screenshot of the code to the app, and it will display a connection string with the following prefix: P: The password you're looking for will be displayed. This is the most secure method, as it doesn't require any modifications to system files.
It's worth noting that some sharing features may require Bluetooth and geolocation to be enabled. This is a standard requirement for proximity discovery protocols. Make sure these modules are enabled if the password isn't automatically transferred to another Android device.
Restoring access on older versions of Android
Devices running Android 9 and earlier store network configuration files in a system directory that is not accessible to regular apps. File wpa_supplicant.conf contains a list of all networks ever used and their passwords in clear text, but superuser rights are required to read it (root).
If your smartphone has an unlocked bootloader and root rights installed, you can use a file manager with support for system partitions, for example, Root Explorer or ES File Explorer. Follow the path /data/misc/wifi/ and open the configuration file with any text editor. In the block network look for the field psk - this is your password.
What are Root rights?
Root (superuser) privileges are the equivalent of administrator privileges in Windows. Obtaining them grants complete control over the system, but voids the warranty and can lead to device instability if used improperly.
The lack of root access makes this method unavailable to most users. Attempts to gain advanced privileges on modern devices often result in blocking banking apps and highly secure services, such as Google Pay. Therefore, this method is recommended only for experienced users using older backup devices.
An alternative is to use password manager apps that were pre-installed on the device and had the appropriate permissions. However, if the app wasn't installed before the password was lost, it won't be able to recover data already stored on the system due to Android's sandbox.
How to find out the password on an iPhone (iOS)
Apple's ecosystem has a strict security policy, so direct access to Wi-Fi configuration files on an iPhone is impossible without jailbreaking. However, starting with iOS 16, a native password viewer was introduced. If your device has been updated to this version, the recovery process is significantly simplified.
To view the saved key, you need to go to the menu Settings → Wi-FiClick on the blue information icon (i) next to the name of the network you're connected to or saved to memory. In the "Password" field, tap the hidden dots—the system will request biometric authentication (Face ID or Touch ID), after which the password will be displayed in plain text and copied to the clipboard.
For devices running iOS versions earlier than 16, the only legal way to find out the password is to use a Mac computer signed in with the same Apple ID. On macOS, passwords are stored in iCloud Keychain. Open Keychain Access, find your network name in the list, double-click it, and check "Show password" by entering your Mac account password.
It's important to understand that without a computer or an iOS update, owners of older iPhones cannot view the saved password on the smartphone itself. This is to prevent data theft if the device is lost or stolen.
Resetting the router and logging into the admin panel
If none of the software methods help, there remains a universal but radical solution: reset the router to factory settings and log into its web interface. This method works for any type of device, whether TP-Link, Asus, Keenetic or MikroTik.
First, you need to perform a reset. On the back of the router, find the recessed button. Reset or a hole with the same name. With the power on, press the button with a thin object (like a paperclip) and hold for 10-15 seconds until the indicators blink simultaneously. After this, the router will reboot and the Wi-Fi settings will be restored to factory defaults.
⚠️ Note: After resetting, your router will lose your provider settings (PPPoE, L2TP, static IP). Make sure you have your contract with your provider or login information to reconfigure your internet access.
After rebooting, connect to the router's Wi-Fi network. The password now matches the one written on the sticker on the bottom of the device (often labeled as Wireless Key or WPA Password). Next, open your browser and enter the control panel address. Most often, this is 192.168.0.1 or 192.168.1.1.
☑️ Preparing to reset your router
In the control panel, under the Wireless Mode or WLAN section, you can not only view the current password but also set a new one, one that's more complex and memorable. Be sure to save your changes by clicking "Save" or "Apply," after which the router may reboot.
Using the Command Prompt on a PC
If you have access to a Windows computer that has previously connected to the desired Wi-Fi network, you can find the password using the command prompt. This method doesn't require administrator privileges beyond the standard user level, but it does require precision in command entry.
Open Command Prompt (cmd) or PowerShell. First, enter the following command to display all saved profiles:
netsh wlan show profiles Find your network name in the list. Then use the command to display details of a specific profile by adding the key key=clear:
netsh wlan show profile name="Network_Name" key=clear
In the command output, find the "Security settings" section. The "Key Content" line will contain the password in cleartext. This method is secure and works on all versions of Windows starting with Vista.
For macOS users, there is also a similar method via Terminal, but it requires entering the computer's administrator password to access the system keychain. Command security show-generic-password allows you to extract data if you know the exact name of the service (Service), which often coincides with the network name.
Table of standard passwords for popular routers
Users often leave factory settings unchanged, and network access is possible with the default settings for a specific device model. Below is a table of the most common combinations.
| Router brand | Login IP address | Default login | Default password |
|---|---|---|---|
| TP-Link | 192.168.0.1 | admin | admin |
| Asus | 192.168.1.1 | admin | admin |
| D-Link | 192.168.0.1 | admin | (empty) |
| Keenetic | 192.168.1.1 | admin | 1234 |
| Tenda | 192.168.0.1 | admin | admin |
Please note that on modern devices, the Wi-Fi password is often unique to each device and printed on a sticker. Standard logins such as admin relate specifically to entering the router settings, and not always to the wireless network.
⚠️ Note: Interfaces and default passwords may vary depending on the firmware version and region. Always check the official sticker on the device.
Frequently Asked Questions (FAQ)
Is it possible to find out someone else's Wi-Fi password without accessing the router?
No, this is not possible using legal methods. Hacking someone else's wireless network is illegal. All the methods described only work with networks to which your device has previously connected or has physical access to the settings.
What should I do if the reset button on my router doesn't work?
If the mechanical button is faulty, power off the router, hold down the button, and power on the router for 20-30 seconds. In extreme cases, disassembling the case and shorting the contacts on the board is required, which is best left to professionals.
Where can I find the password if it is written on a sticker, but the sticker has worn off?
If the password has been erased and you don't want to reset it (or can't because you don't have the data from your ISP), try connecting to the router via a LAN cable from a previously configured computer. Sometimes, your browser may automatically log you into the control panel without entering a password if cookies are saved.
Is it safe to use Wi-Fi hacking apps from the Play Store?
Most of these apps either don't work on newer versions of Android due to system limitations or contain malicious code. They often collect data about your networks and transmit it to third parties. Use only official OS tools or router settings.