Everyone's experienced the situation when guests arrive at your home or office and immediately ask, "What's the WiFi password?" We often forget the complex set of characters we once came up with and then conveniently forgot because our phone connects automatically. At this point, there's a pressing need to quickly find and recite the forgotten combination of characters without access to the sticker on the router itself.
Fortunately, modern operating systems such as Android And iOS, have long since stopped hiding this data from the device owner. If your smartphone has ever successfully connected to the desired access point, the password is saved in memory device. Access to it may be hidden behind several menu levels, but it's quite possible to access it without using third-party software or complex utilities.
In this article, we'll take a detailed look at all the current methods for extracting saved wireless network data. We'll cover native operating system tools, QR code viewing options, and methods for accessing the router's settings if your phone can't display the code directly.
View your password on Android 10 and later
Starting with the tenth version of the operating system AndroidGoogle has implemented a convenient network management mechanism that allows not only access sharing but also visibility of the security key itself. This was made possible by the implementation of the standard WPA3 and improve overall user data security. You don't need root access to perform this operation on most modern smartphones.
First, you need to go to the main settings of the device. Find the section responsible for wireless connections; it may be called "Network and Internet" or "Connections," depending on the manufacturer's shell (Samsung, Xiaomi, Pixel). Next, select "Wi-Fi", which will display a list of available networks and your current connection.
Click the gear icon next to the network you want to get the code for, or simply tap the name of an active network. In the menu that opens, find the "Share" button or icon. QR codeThis code contains encrypted information for quickly connecting other devices.
- 📱 Tap the "Share" icon under the name of the active network in the Wi-Fi menu.
- 🔐 Verify your identity: the system will ask you to enter your screen unlock PIN or fingerprint.
- 👁️ The network password will be written in small print under the graphic QR code.
In some cases, especially on custom skins, the text underneath the code may be hidden by dots. If you only see the graphic, take a screenshot. Then open the screenshot using the app. Google Photos or any other smart gallery and use the function Google Lens (lens). The camera will recognize the text in the image and show you the hidden password in plain text.
⚠️ Note: On smartphones running MIUI (Xiaomi, Redmi, Poco), you may be prompted to log in to your Mi Account when attempting to view a QR code. Make sure you remember your login details, otherwise the feature will be unavailable.
iOS Features: How to View the Code on iPhone
For device owners Apple For a long time, we had to resort to complex workarounds, as the company strictly limited access to system security data. However, with the release of the operating system iOS 16 The situation has changed dramatically. Now you can view your saved password using standard tools, but only if your phone is updated to this version or later.
Here's the process: Open "Settings" and go to the "Wi-Fi" section. Find the network you're interested in and tap the blue information icon. (i) to the right of the name. In the menu that opens, find the "Password" line, where the characters will be hidden by dots.
Tap the line with the dots. The system will ask you to confirm the action using Face ID, Touch ID or a lock screen passcode. After successful authentication, the dots will turn into readable text that can be copied or dictated to guests.
If you have an older version of iOS (15 or earlier), there's no built-in way to view the code. In this case, the only legal method is to access the router's web interface via Safari or Chrome, which we'll cover in the following sections. Attempts to use third-party apps from the App Store to "hack" or view passwords are usually considered scams.
Using the command line and terminal
For more advanced users who are not afraid of the text interface or have devices without a full graphical interface (for example, some tablets or specific versions of Android), there is the option of receiving data via ADB (Android Debug Bridge)This method requires connecting your phone to your computer and having the drivers installed.
The essence of the method is that Android stores the configuration of all ever connected networks in a system file wpa_supplicant.confThis file is closed by default, but with root access or a debugged ADB installation, you can query its contents. The command looks like this:
adb shell cat /data/misc/wifi/wpa_supplicant.conf
In the command output you need to find the block network with the right one ssid (network name) and the string psk, which contains the desired password in cleartext. On devices without root access, this command will return a "Permission denied" error, which is a normal system security feature.
On computers running Windows, to which the phone is connected or which themselves distribute WiFi, you can use the command line CMDThis is especially useful if your phone is dead but your laptop still remembers the network connection. Open the command prompt as administrator and enter:
netsh wlan show profile name="Network_Name" key=clear
In the “Security settings” section there will be a line called “Key Content”, where the required code is indicated.
Accessing router settings via a browser
If none of the phone methods work, the "gold standard" remains: logging into the router's control panel. This method is universal and works for any device with a browser and a connection to the router's local network (even without internet access). You'll need to know the default gateway IP address.
Most often the address is 192.168.0.1 or 192.168.1.1Enter this address in your browser's address bar. The system will ask for your login and password to access the admin panel. If you haven't changed them, they are often found on a sticker on the bottom of the device (standard pairs are: admin/admin, admin/password).
After successful authorization, the interface may look different depending on the model (TP-Link, Asus, Keenetic, D-Link). You need to find the section related to wireless networking. It's usually called "Wireless," "Wi-Fi," or "Wireless Mode." Inside, look for a subsection called "Wireless Security" or "Security."
| Manufacturer | Standard address | Menu section | Standard login |
|---|---|---|---|
| TP-Link | 192.168.0.1 | Wireless -> Wireless Security | admin |
| Asus | 192.168.1.1 | Wireless Network -> General | admin |
| Keenetic | 192.168.1.1 | My Wi-Fi networks | admin |
| D-Link | 192.168.0.1 | Wi-Fi -> Security Settings | admin |
It is in this section that the current encryption type (WPA2-PSK) and the Password field (PSK Password) are displayed, which can be changed or simply copied. Please note: If you change the password in this menu, all connected devices will lose connection and will require you to re-enter the new data.
What should I do if my router admin password has been changed and forgotten?
In this case, the only solution is a full reset of the router to factory settings. There's a small hole on the back panel. Press it with a paperclip for 10-15 seconds while the power is on. The router will reboot with the factory settings (indicated on the sticker), but you'll have to reconfigure your internet settings from your provider.
Access recovery applications
In the store Google Play There are many apps that promise to reveal saved passwords. However, it's important to understand how they work. Apps without root access cannot read Android's system configuration file for security reasons. Therefore, they operate differently.
Most of these utilities (WiFi Password Viewer, Instabridge (and similar apps) either display passwords for networks to which the phone is already connected (using the same mechanisms as a standard QR code) or use user databases. In the latter case, the app attempts to connect you to the network using a password that someone else once entered into their phone and allowed to be shared with the database.
- 🛡️ Use only verified apps with high ratings and lots of reviews.
- 🚫 Beware of apps that require strange permissions to access contacts or SMS.
- 📡 Remember that it is impossible to hack someone else's closed WiFi using an app in 5 seconds.
These apps are most useful for restoring access to forgotten networks on older versions of Android that don't yet have a built-in QR code feature. They can attempt to read the device's configuration if the manufacturer grants specific access rights to the device.
⚠️ Note: Router and mobile operating system settings interfaces are constantly being updated. The location of menu items may differ from those described depending on your device's firmware version. Always consult the manufacturer's official documentation if you have trouble finding the item you need.
Security issues and network protection
The ability to easily find out your phone's WiFi password raises questions about the security of your personal network. If you get your hands on a friend's unlocked phone, they could theoretically learn your home network password and use it for their own purposes, such as eavesdropping on local network traffic.
To minimize risks, it is recommended to use a guest network. Most modern routers support this feature. Guest NetworkThis is a separate access point with its own password that provides internet access but isolates the guest from your personal files, printers, and other devices.
Changing your password regularly is also a good practice, especially if you suspect unauthorized access. Avoid using simple combinations like 12345678 or date of birth. An optimal password should contain at least 12 characters, including uppercase and lowercase letters and numbers.
☑️ Check your network security
Frequently Asked Questions (FAQ)
Is it possible to find out the WiFi password if the phone has never connected to it?
No, if the device has never connected to this access point, it has no stored security key. In this case, the only solution is to know the password, find the sticker on the router, or access the router settings via a cable or other device.
Are password finder apps safe to use?
Using Viewing Apps saved Passwords on your device are safe. However, apps that promise to "guess" or "hack" your neighbor's WiFi password often contain malicious code or are scams. Be careful when installing such software.
What should I do if the QR code does not display the password text?
Take a screenshot of the screen containing the QR code. Then open Google Photos, select the screenshot, and tap the "Lens" button. Artificial intelligence will recognize the text in the image and highlight the password, even if it's hidden in your phone's settings.
Why can't I see the password under the dots on my iPhone?
The ability to view passwords in Wi-Fi settings was introduced only in iOS 16. If you have an older version of the system (iOS 15 and earlier), you won't be able to view the code through your phone's settings. You'll need to use a computer or access your router's settings.