Forgetting your home Wi-Fi password is a situation almost everyone has encountered. It's especially frustrating when you urgently need to connect a new device, and standard combinations like 12345678 or admin They don't work. Fortunately, there are several ways to restore access to your network—and most of them don't require extensive technical knowledge.
In this article we will look at all current methodsHow to find out your router password: from simply looking at the sticker on the device to using the command line or resetting the settings. We'll cover the nuances for popular models separately (TP-Link, ASUS, Keenetic, MikroTik) and we'll explain why some methods may not work on routers rented from a provider.
Important: If the router belongs to your Internet service provider (for example, Rostelecom or Beeline), some settings may be blocked. In this case, it's best to contact support immediately—it'll save you time.
1. Look at the password on the router sticker
The easiest way is to check the factory password, which is usually located on the bottom or back of the device. Look for a sticker that says:
- 🔑 SSID (or
Network Name) — the name of your Wi-Fi network; - 🔒 Password/Key/Pin — factory password;
- 📡 MAC-address — may be needed for setup.
If the sticker is worn off or missing, try the standard combinations for your model. For example, TP-Link often used admin as a login and password for entering the control panel, and for Keenetic — a combination of serial number.
⚠️ Attention: The factory password will only work if you haven't changed it manually after the initial setup. If the network has already been reconfigured, this method won't work.
2. Find out the password through the router control panel
If the router is connected to your computer or laptop via cable (or you're already connected to its Wi-Fi from another device), you can access the web interface and view the current password. To do this:
- Open your browser and enter your router's IP address in the address bar. This is usually:
192.168.0.1(For TP-Link, D-Link);192.168.1.1(For ASUS, Zyxel);192.168.8.1(for some models Huawei);my.keenetic.net(For Keenetic).
admin/admin or admin/empty field.Wireless, Wi-Fi or Wireless network).Password, Key or PSK password — the current key will be displayed here.If you don't know your router's IP address, you can find it out using the command line:
ipconfig /all
Look for the line Main gateway (Default Gateway) - this is the required address.
Check your cable or Wi-Fi connection to your router|Try a different browser (Chrome, Firefox, Edge)|Clear your browser cache or use incognito mode|Make sure you entered the IP address correctly (without http:// or www)
-->
⚠️ Attention: On routers from providers (for example, MTS or Third Transport Ring) Access to Wi-Fi settings may be restricted. In this case, the password can only be accessed through the provider's app or by calling support.
3. View saved passwords on connected devices
If your laptop, smartphone, or tablet is already connected to Wi-Fi, you can extract the password from saved networks. Let's look at methods for different devices.
🖥️ On Windows 10/11
- Open
Settings → Network and Internet → Wi-Fi. - Click
Managing known networksand select your network. - Click
Properties, then scroll toNetwork passwordand pressShow symbols.
📱 On Android
Most smartphones will require root rights or special applications like WiFi Password ViewerWithout root, there is no access to the password—this is an Android security limitation.
🍎 On iPhone or Mac
On MacOS open Keychain Access utility (through Spotlight), find the network name and check the box Show passwordOn . iPhone It is impossible to find out the password without jailbreak.
| Device | Is it possible to see the password? | Required actions |
|---|---|---|
| Windows 10/11 | ✅ Yes | Settings → Network → Manage networks |
| MacOS | ✅ Yes | Keychain Access Utility → Network Search |
| Android | ❌ No (without root) | Installing special applications |
| iPhone | ❌ No | Only via Mac or iTunes backup |
| Linux | ✅ Yes | Team sudo cat /etc/NetworkManager/system-connections/{network_name}.nmconnection |
4. Use the command line (for Windows)
If you have access to a computer that was previously connected to this network, you can find out the password through CMDTo do this:
- Run Command Prompt as Administrator (
Win + X → Command Prompt (Administrator)). - Enter the command to view all saved networks:
netsh wlan show profiles - Find your network name in the list and run:
netsh wlan show profile name="NETWORK_NAME" key=clearReplace
NETWORK_NAMEto the actual name of your Wi-Fi. - In the results, look for the line
Key content(Key Content) - this is the password.
⚠️ Attention: This method only works if the computer has previously connected to the network and saved the password. If the network was connected as "public" (without saving), the data may be missing.
What to do if the command doesn't work?
If after entering netsh wlan show profiles the list of networks is empty, which means:
1) The computer has never connected to this network via Wi-Fi (possibly only via cable).
2) The network profile was deleted manually via "Settings".
3) You do not have administrator rights to execute the command.
5. Reset your router to factory settings
If the previous methods did not work, there remains hard reset (hard reset). This will return the router to factory settings, including the default password. Instructions:
- Find the small button on the back of the router.
Reset(usually recessed into the body). - Take a paper clip or a toothpick and press and hold the button 10-15 secondsuntil the indicators start flashing.
- Release the button and wait for the reboot (1-2 minutes).
- Connect to the network with the factory name (indicated on the sticker) and password.
- 🌐 Internet connection settings (PPPoE, L2TP - will have to be configured again);
- 🔄 Port forwarding (for game consoles, cameras, servers);
- 📡 Guest networks and parental controls.
- 📞 Provide your Wi-Fi password (sometimes operators see it in their system);
- 🔄 Reboot the router remotely (sometimes resets the password to the default);
- 📋 Send reset instructions based on your device model.
- 🆔 Router serial number (on the sticker);
- 📄 Contract details (full name, connection address).
- 🔤 In capital and small letters (
AaBbCc); - 🔢 In numbers (
123); - 🔤 Special characters (
!@#$).
⚠️ Attention: Reset will delete all settings, including:
If the router is rented from a provider, after resetting it, you may need to reactivate it through support. Some providers (for example, Dom.ru) the reset is blocked by software.
6. Contact your ISP (if the router is theirs)
If the router was provided by an Internet provider (for example, Rostelecom, MTS, Beeline), the easiest way is to call support and ask:
Support numbers are usually listed on the router sticker or in the contract. To speed up the process, please have the following ready:
⚠️ Attention: Some providers charge a fee to reconfigure your router after a reset (for example, Third Transport Ring or Ufanet). Please clarify this before starting the procedure.
7. Alternative methods (for advanced users)
If standard methods fail, you can try more complex options. These require technical knowledge and aren't always safe.
🖥️ Via router firmware (for enthusiasts)
On some routers (for example, ASUS with firmware Merlin or MikroTik) you can connect via Telnet/SSH and extract the password from the configuration file. The commands vary by model, but typically look like this:
cat /etc/config/wireless
or
nvram show | grep psk
🔧 Via a settings backup
If you previously saved a backup of your router configuration (file with the extension .cfg or .backup), the password can be extracted from it using text editors (for example, Notepad++). Look for lines with WirelessKey or WPA-PSK.
⚠️ Attention: Incorrect commands in Telnet/SSH can disable the router permanentlyWithout experience it's better not to take risks.
Is it possible to hack your router?
Technically yes, but:
1) This violates the terms of service of most providers.
2) Modern routers are protected from brute force attacks.
3) Legal methods (reset, support) are always faster and safer.
Frequently Asked Questions (FAQ)
Is it possible to find out my neighbor's Wi-Fi password?
No, it's illegal. Hacking into other people's networks is prosecuted under Article 272 of the Russian Criminal Code ("Unauthorized access to computer information"). The most you can legally do is ask your neighbor for their password.
I reset my router, but the internet isn't working. What should I do?
After the reset, you'll need to reconfigure your internet connection. The setup details (login, password, connection type) are usually specified in your contract with your provider. If you're unsure, call support.
The password on the sticker doesn't work. Why?
Most likely, the password was changed manually after the initial setup. In this case, try other methods (control panel, command line) or reset the router.
Is it possible to recover the password without resetting the router?
Yes, if you have access to a device previously connected to this network (see methods 2–4). If not, the only solution is to reset the network or contact your provider.
How to create a strong Wi-Fi password?
Use a combination of 12+ characters with:
Example: Green$Tree77!MoonDo not use personal information (dates of birth, names).