Forgot your Wi-Fi password after changing it? Or did your network administrator change the security key without warning you? This situation is familiar to many, especially when it comes to corporate networks, guest hotspots, or home routers you connected to months ago. You can restore access without drastic measures like resetting the router to factory settings.
In this article we will look at All possible ways to find out a changed Wi-Fi password — from viewing saved networks on devices to traffic analysis and working with the router console. Important: the methods are divided into legal (if you are the network owner or have access rights) and technical (require specialized knowledge). We'll focus on the former, but we'll also explain the principles of the latter to help you understand the protection mechanisms.
Spoiler alert: If you're not a network administrator, some methods may violate internet usage rules or even local laws. All manipulations are performed by you. at your own risk.
1. View saved passwords on connected devices
The easiest way is to extract the password from a device that's already connected to the network. Operating systems store security keys in encrypted form, but they can be viewed using system tools.
On Windows this is done through Control Panel → Network and Sharing Center → Change adapter settingsFind your active connection, right-click → Status → Wireless Network Properties → Security. Check the box. Show entered characters — the password will become visible.
On macOS open Keychain Access utility (via Spotlight), find the network name in the list, double-click and check the box Show password. The system will ask for your account password.
On Android (starting with version 10) permissions required root or ADB commands. Without them, the password can only be seen if the router supports it. WPS - but that's a separate topic.
- 🖥️ Windows: works on all versions, does not require administrator rights to view.
- 🍎 macOS: passwords are stored in the keychain (Keychain).
- 🤖 Android: without root is available only on older versions (up to and including 9).
- 📱 iOS: Officially impossible - Apple does not provide access to saved passwords.
⚠️ Attention: If the device was connected to the network via guest access (for example, in a cafe or hotel), the password may not be saved or may be temporary. In such cases, this method will not work.
Make sure the device is connected to the correct network
Check for administrator rights (for macOS/Windows)
Update your Wi-Fi adapter drivers (if the password is not displayed)
Try another method if your device doesn't save passwords (iOS, some Android)
-->
2. Using the router's web interface
If you have access to router administrative panelYou can view or change your password in the settings. To do this:
- Find out
Router IP address(usually192.168.0.1,192.168.1.1or192.168.8.1). It can be found in the connection properties or on the device sticker. - Enter the address in the browser, log in (with the login and password from the router, not Wi-Fi!). By default, this is often
admin/adminoradmin/password. - Go to the section
Wireless(orWi-Fi,Wireless network) →Security(Security). There will be a field here.Password,KeyorPassphrase.
On some models (eg, TP-Link Archer C6 or ASUS RT-AX88U) the password may be hidden behind asterisks - in this case, it can be changed to a new one.
| Router manufacturer | Wi-Fi password section | Peculiarities |
|---|---|---|
| TP-Link | Wireless → Wireless Security |
Password in the field Wireless Password |
| ASUS | Wireless → General |
Field WPA Pre-Shared Key |
| MikroTik | Wireless → Security Profiles |
Requires knowledge Winbox or WebFig |
| Zyxel Keenetic | Wi-Fi → Hotspot |
Password in the block Network key |
⚠️ Warning: If you haven't changed your router's default login/password, your network is vulnerable to hacking. Over 60% of home routers use factory-set credentials, allowing attackers to access settings in minutes.
What should you do if you don't know your router password?
If you have forgotten your login details for the web interface, the only option left is to reset to factory settings (button Reset (on the back panel). Note that this will disconnect all users from the network and return the default Wi-Fi name (usually indicated on the router's sticker).
3. Password recovery via WPS (QSS)
Technology Wi-Fi Protected Setup (WPS) allows you to connect to the network without entering a password—just press a button on the router or enter a PIN. If WPS is enabled, you can:
- 🔄 Connect by clicking the button: Press the physical button
WPSon the router, then select the network on the device. A password is not required. - 🔢 Use PIN code: Usually found on the router sticker (8 digits). Enter it when connecting.
- ⚙️ Find out the password through a vulnerability: Some routers allow you to brute force the PIN (for example, Reaver V Kali Linux), but this is illegal without the owner's permission.
Disadvantage of this method: WPS is often disabled by default due to vulnerabilities. Furthermore, after connecting, the password will remain unknown unless you access the router settings (see Section 2).
On Android To connect via WPS, you can use applications like WPS Connect, but they don't work with all routers. iOS WPS support is limited—Apple removed the feature from Settings after iOS 11.
4. Traffic Analysis and Handshake Interception (Advanced Method)
This method is only suitable for technically skilled users and requires special software. The essence of the method: to intercept handshake (handshake) between the device and the router, and then guess the password using a dictionary.
To do this you will need:
- 💻 Computer with Kali Linux or installed tools (Wireshark, Aircrack-ng).
- 📡 Wi-Fi adapter that supports
monitor mode(For example, Alfa AWUS036ACH). - 🔍 Password dictionary (you can generate one or download a ready-made one).
Algorithm (briefly):
- Launch
airodump-ngto scan networks. - Select the target network and start capturing packets.
- Wait for a handshake (or initiate it by deauthentication).
- Use
aircrack-ngto guess a password using a dictionary.
The time it takes to guess depends on the complexity of the password: simple (12345678) will be hacked in seconds, complex (kL9#pQ2!xY) - may take years.
⚠️ Warning: Intercepting traffic without the permission of the network owner is violation of the law In most countries (including Russia, Article 272 of the Russian Criminal Code). The method is provided for educational purposes only.
5. Social engineering and alternative methods
Sometimes it's easier ask for a password, rather than trying to restore it. Especially if it's a corporate network or your neighbors' Wi-Fi. Here are a few legal methods:
- 📞 Contact the administratorOffices usually have an IT department, and residential complexes have a management company.
- 📋 Check the documentation: The password can be specified in the contract with the provider or in the instructions for the router.
- 🔄 Reset the router: The last resort is to press
Resetand configure the network again (you will need access to the device). - 📧 Recover via provider: Some operators (eg. Rostelecom or Beeline) link Wi-Fi to your personal account.
If the network is owned by a neighbor, you can agree on shared usage (for example, splitting the cost of internet). In some countries (for example, Estonia), this is practiced at the housing cooperative level.
An alternative option is to use guest network, if it is configured. Many routers (for example, Keenetic or ASUS) allow you to create a separate access point with limited access.
6. Wi-Fi password recovery software
There is software that automates the search for saved passwords or network analysis. Important: most of these programs require administrator rights and can be recognized by antivirus programs as potentially dangerous.
| Program | Platform | Functions | Restrictions |
|---|---|---|---|
| WirelessKeyView (NirSoft) | Windows | Shows all saved Wi-Fi passwords | Doesn't work on Windows 11 without administrator rights. |
| Wifi Password Revealer | Android (root) | Extracts passwords from system files | Requires root rights |
| Kismet | Linux/macOS | Scans networks, analyzes traffic | Difficult for beginners |
| Wifi Map (application) | Android/iOS | Database of open networks and passwords | Illegal for closed networks |
Example of working with WirelessKeyView:
- Download the program from the official website NirSoft.
- Run as administrator.
- Find the desired network in the list - the password will be in the column
Key (Ascii).
⚠️ Attention: Programs like Wifi Map or Wifi Warden Often contain password databases collected by users. Using such databases to access other people's networks can be considered hacking.
7. Contacting your Internet provider
If the router was issued by the provider (for example, MTS, Beeline, Rostelecom), the Wi-Fi password can be:
- 📄 Specified in the contract or acceptance certificate.
- 🔑 Standard (for example,
MTSPON{contract_number}). - 🌐 Available in personal account on the provider's website.
To find out the password through your provider:
- Call support (the number is usually on the back of the router).
- Please provide the contract details or the owner's full name.
- Ask to reset your Wi-Fi password or remind you of the current one.
Some providers (eg Dom.ru) allow you to manage your router settings through your mobile app—you can also change or view your password there.
FAQ: Frequently asked questions about Wi-Fi password recovery
Is it possible to find out the Wi-Fi password without access to the router?
Yes, but only if:
- You have a device previously connected to this network (see Section 1).
- The network uses an outdated protocol. WEP (will be hacked in minutes).
- You know the WPS PIN (see Section 3).
In all other cases, you will need access to the router or assistance from an administrator.
How to protect your Wi-Fi from hacking?
To make things more difficult for attackers:
- Use WPA3 instead of WPA2.
- Set the password length
12+ characterswith letters, numbers and special characters. - Turn it off WPS in the router settings.
- Change the default login/password for the web interface.
- Update your router firmware (fixes vulnerabilities).
What should I do if I forgot my router password?
The only way is to reset to factory settings:
- Press and hold the button
Reseton the router (10–15 seconds). - Connect to the network with the default name (indicated on the sticker).
- Log in to the web interface at
192.168.0.1or192.168.1.1. - Set up a new network with the original password.
⚠️ All users will be disconnected and settings (including port forwarding) will be reset.
Is it possible to hack Wi-Fi from a phone?
Theoretically yes, but:
- On Android will be required root rights and special applications (Wifi Analyzer, NetCut).
- On iOS This is not possible without jailbreaking due to Apple restrictions.
- Intercepting traffic on a phone is extremely ineffective - it is better to use a PC with Kali Linux.
Remember: attempts to hack other people's networks are punishable by law.
Why doesn't the router accept the correct password?
Possible reasons:
- 🔄 The network is operating in the mode
802.11r(Fast Transition) - disable it in the settings. - 📶 The device does not support the Wi-Fi router standard (for example,
802.11axon an old smartphone). - 🔒 The password contains Cyrillic characters or spaces—some devices don't recognize them.
- ⚡ Router firmware failure - a reboot or reset will help.
Try connecting from another device to isolate the problem.