You find yourself in a situation where you urgently need to connect to password-protected Wi-Fi, but don't have your password handy? Or forgot it after resetting your phone? This article will help you figure out how to legally and securely access a secure network from a device on Android - without breaking the law or risking safety.
We will consider 7 proven methods: from simple (if you have access rights) to technical (for experienced users). Important: this article does not contain instructions on hacking other people's networks - only legal ways to restore access to his own network or a network you have permission to connect to.
Before you proceed with the instructions, remember: Connecting to someone else's Wi-Fi network without the owner's permission violates Article 272 of the Russian Criminal Code ("Unauthorized access to computer information") and may result in a fine of up to 200,000 rubles.All methods in this article assume you have permission to access the network (for example, your home router or a corporate network with your login).
1. Check saved passwords on other devices
If you previously connected to this Wi-Fi network from another device (smartphone, tablet, laptop), the password may have been saved in the system. Here's how to find it on different devices:
- 📱 Android (up to version 10): Go to
Settings → Wi-Fi, type on the network name and select "Share password" (you will need to confirm with a fingerprint or PIN code). - 💻 Windows 10/11: Open
Settings → Network & Internet → Wi-Fi → Manage known networks, select the network and click "Properties" - the password will be displayed in the "Network security key" field. - 🍎 MacOS: IN
Programs → Utilities → KeychainFind the network name in the "Passwords" category. - 🖥️ Router: The default password is often located on the device's sticker (field
Wi-Fi PasswordorNetwork Key).
On Android 11+ And iOS The system settings do not show the password in clear text, but it can be copied through the "Share" function (on iPhone - hold the network name in the Wi-Fi settings and select "Copy password").
⚠️ Caution: If the device belongs to an organization (work laptop, company phone), copying passwords may violate the company's security policy. Check with your network administrator for specific rules.
2. Use the QR code to connect (Android 10+)
Modern versions Android support Wi-Fi connection via QR code, if the network is already configured on another device. This is the official method from Google, which does not require manual password entry.
Instructions:
- On a device that is already connected to Wi-Fi, open
Settings → Wi-Fi. - Type the name of the desired network and select "Share" (or "QR code").
- A QR code will appear on the screen. Scan it with the phone you want to connect (via the standard camera app or
Google Lens). - Confirm the connection on both devices.
The method works on Android 10 and later, and also on iOS 11+ (Use the "Share Password" feature in Wi-Fi settings). If the QR code is not readable, check:
- 🔦 Screen brightness (the code must be clear).
- 📶 Distance between devices (no more than 30 cm).
- 🔄 System updates (may not work on older versions of Android).
Turn on Wi-Fi on both devices|
Update Android to the latest version|
Clean the camera from dirt|
Make sure the QR code is not damaged-->
3. Password recovery through router settings
If you have physical or remote access to router, you can view or change your Wi-Fi password through the device's web interface. This method is suitable for home networks, where you are the administrator.
Step-by-step instructions:
- Connect to the router via cable (Ethernet) or via Wi-Fi from another device.
- Open your browser and type in the address bar
192.168.0.1or192.168.1.1(the address is indicated on the router sticker). - Enter your login and password to log in (by default, it is often
admin/adminoradmin/password, see sticker). - Go to the section
Wireless(or "Wireless network", "Wi-Fi") and find the fieldPassword,KeyorPre-Shared Key.
If you don't remember your router login details, follow these steps: reset settings (button Reset on the back panel, hold for 10 seconds). After the reset, use the default login/password from the sticker.
| Router manufacturer | Standard IP address | Default login/password |
|---|---|---|
| TP-Link | 192.168.0.1 or 192.168.1.1 |
admin/admin |
| ASUS | 192.168.1.1 |
admin/admin |
| D-Link | 192.168.0.1 |
admin/empty or admin/admin |
| Zyxel Keenetic | 192.168.1.1 |
admin/1234 |
| MikroTik | 192.168.88.1 |
admin/empty |
⚠️ Warning: Resetting your router will delete all settings, including Wi-Fi passwords, port forwarding And guest networksAfter the reset, you will need to reconfigure your connection to your internet provider (the details are usually specified in your contract).
4. Connecting via WPS (if the function is enabled)
WPS (Wi-Fi Protected Setup) — is a technology for quickly connecting to Wi-Fi without entering a password. It works on most routers, but is often disabled by default due to security vulnerabilities.
How to connect:
- Make sure your router supports WPS (the button labeled
WPSor the 🔄 icon on the body). - On Android open
Settings → Wi-Fi → Advanced → WPS(the path may differ depending on the version). - Click "Connect via WPS" and press the WPS button on the router within 2 minutes.
- Wait for automatic connection (usually takes 10-30 seconds).
If there is no WPS button on the router, the function can be enabled in the web interface (section Wireless → WPS). Please note:
- 🔒 WPS is vulnerable to brute-force attacks, so many ISPs disable it by default.
- ⏱️ The WPS session duration is usually 2 minutes.
- 📱 Not all smartphone manufacturers support WPS (for example, Samsung And Xiaomi This feature is often removed).
5. Using password management apps
If you've ever saved your Wi-Fi password, password manager (For example, Google Password Manager, 1Password, KeePass), it can be restored from there. Some applications also allow you to export passwords from system storage. Android.
Popular solutions:
- 🔑 WiFi Password Viewer (requires root rights) - shows all saved network passwords.
- 📱 Google Password Manager (built in Chrome And Android) - stores passwords if you have synchronized your account.
- 🔐 KeePassDX — an open-source password manager with database support
.kdbx.
How to check passwords in Google Password Manager:
- Open passwords.google.com (in a browser or through an application) Google).
- Enter the name of the Wi-Fi network in the search.
- If the password is saved, it will be displayed on the network card (you will need to confirm it with a fingerprint or PIN code).
⚠️ Warning: Apps like WiFi Password Viewer require root access, which voids your device's warranty and increases security risks. Avoid installing such programs from untrusted sources.
What should I do if my password manager doesn't show Wi-Fi passwords?
If your password doesn't appear in Google Password Manager, check:
1. Was password synchronization enabled in your Google account settings (Settings → Google → Manage Google Account → Security → Passwords).
2. Have you connected to this network from a device linked to this Google account?
3. Was the phone reset after connecting to the network (in this case, the password might not have been saved).
6. Technical methods for advanced users (ADB, root)
If you have root access on Android or are you ready to use ADB (Android Debug Bridge), you can extract the password from system files. These methods are only suitable for your devices and require technical skills.
Method 1: Via ADB (without root)
- Connect your phone to your PC and turn it on
USB debugging(Settings → About phone → Build number- type 7 times, then return toSettings → System → Developer Options). - Install ADB Tools on your PC and run the command:
adb pull /data/misc/wifi/WifiConfigStore.xml - Open the downloaded file in a text editor and find the line
<string name="PreSharedKey">...</string>- this is the password.
Method 2: Via root access
With root rights you can use a file manager (for example, Root Explorer) and open the file:
/data/misc/wifi/WifiConfigStore.xml
or run the command in Terminal Emulator:
su
cat /data/misc/wifi/WifiConfigStore.xml | grep "PreSharedKey"
⚠️ Warning: Using ADB and root access may result in loss of warranty, unstable system operation or device blocking (for example, on Samsung Knox). These methods are for advanced users only.
7. Alternative methods (if nothing helps)
If none of the methods work, consider alternative options:
- 📡 Guest network: Ask your network administrator to create temporary access via guest Wi-Fi (limited in speed or time).
- 📶 Mobile Internet: Use access point on another phone or USB modem.
- 🔌 Ethernet adapter: Connect to the router via cable USB-C/OTG adapter (For example, Anker USB-C to Ethernet).
- ☎️ Contacting your provider: If it is a provider network (for example, Rostelecom, MTS), the password can be found in your personal account or by calling the hotline.
For corporate networks (for example, in an office or university), authentication via 802.1X port (account login/password). In this case:
- Check with your network administrator for connection information (often this is your corporate email and password).
- In the Wi-Fi settings on Android select
Advanced → IP Settings → Staticand enter the parameters manually (if required).
FAQ: Frequently Asked Questions
Is it possible to connect to Wi-Fi without a password if you know the MAC address?
No, MAC address By itself, it doesn't provide network access. Some routers allow you to whitelist devices by MAC address, but this still requires access to the router's settings. MAC address filtering is easily bypassed (MAC addresses can be spoofed), so this method is not considered reliable protection.
Why can't I scan the QR code when I try to connect?
Problems with QR code may be related to:
- Outdated version Android (update the system).
- Code corruption (try regenerating it on the original device).
- Lack of support for the function on your phone (check on another device).
If the QR code is generated through third-party applications (not system settings), it may not work.
What should I do if my router doesn't open the web interface on 192.168.0.1?
Possible causes and solutions:
- 🔌 The router is not connected to power or the network - check the indicators.
- 🌐 IP address changed - try again
192.168.1.1,192.168.8.1or10.0.0.1. - 🖥️ Problems with your PC's network adapter - try connecting from another device.
- 🔒 Your firewall is blocking access - please disable it temporarily.
To find out the exact IP of the router, Windows run in command line:
ipconfig
Look for the line "Default gateway" - this is the router's IP.
Is it possible to hack Wi-Fi using apps from the Play Market?
No, legal Wi-Fi hacking apps in Google Play It doesn't exist. All programs that promise "hacks in 5 minutes" are either scams (they steal data) or contain malicious code. Google actively blocks such applications.
The only working hacking methods (such as handshake interception and brute force) require:
- Deep knowledge in the field of network security.
- Special equipment (eg Wi-Fi adapter with monitor mode).
- A lot of time (modern WPA3 passwords are almost impossible to brute force).
Using such methods illegally and is punishable under Article 272 of the Criminal Code of the Russian Federation.
How to protect your Wi-Fi from unauthorized connections?
To prevent outsiders from accessing your network:
- 🔐 Use WPA3 (or at least WPA2-AES) instead of the outdated one
WEPorWPA-TKIP. - 🔑 Set a complex password (at least 12 characters with letters, numbers, and special characters).
- 📛 Turn off WPS And UPnP in the router settings.
- 🔄 Update your router firmware regularly (vulnerabilities are often exploited for hacking).
- 👤 Enable filtering by MAC addresses (although this is not a panacea).
- 🕶️ Create guest network for temporary users with limited rights.