Forgot your home Wi-Fi password and can't connect to a new device? This situation is familiar to many, especially if the network was set up a long time ago or the password was entered automatically. Luckily, you can restore access to your network in just a few minutes without resetting your router. In this article, we'll cover the steps. all possible waysHow to find out your Wi-Fi password – from looking at the sticker on your router to extracting data from your devices' system files.
It is important to understand that the methods differ depending on what device already connected to the network (PC, smartphone, tablet) and What model of router is it? you use it. For example, on Windows 10/11 The password can be viewed in the system settings, and on MacOS - via Keychain Access. For Android And iOS There are also some nuances. We'll describe each option in detail so you can choose the most convenient one.
If you're worried about breaking something, don't worry: none of the methods described require technical skills. The main thing is to follow the instructions and not skip any steps. If you still can't recover your password, at the end of the article we'll tell you how to reset your router to factory settings and set a new password.
1. Look at the password on the router sticker
The easiest way is to find the password on the router itself. Almost all manufacturers specify network name (SSID) And default password on the sticker, which is located:
- 📦 On the bottom panel of the router (for models TP-Link Archer C6, ASUS RT-AX55, Keenetic Start).
- 📦 On the back wall (for vertical routers, for example, Xiaomi Mi Router 4A or Zyxel Keenetic Lite).
- 📦 Under the battery (if the router is portable, like Huawei WS5200).
- 📦 In the device box (if the sticker has worn off).
Look for fields that say:
Wi-Fi Password, Network Key, Pre-Shared Key, Security key or Password.
Typically, a password consists of 8–12 characters (numbers, Latin letters, and sometimes hyphens).
⚠️ Attention: If you have ever changed the password in the router settings, the data on the sticker outdated and they won't fit. In this case, proceed to the next methods.
If the sticker is missing or the text on it is illegible, try searching for your router model online—manufacturers often publish standard passwords for their devices. For example, Rostelecom routers The default password is often the last 8 characters. MAC addresses, indicated on the box.
2. Find out the password through Windows settings
If your computer or laptop is already connected to Wi-Fi, you can find the password in the settings. Windows 10 or Windows 11This method works even if you have long forgotten the combination.
Instructions for Windows 10/11:
- Click the Wi-Fi icon in the lower right corner of the taskbar (next to the clock).
- Select "Network parameters" (or "Network and Internet Settings").
- Scroll down to the "Additional network settings" and press "Additional network properties».
- In the window that opens, find the line “Wireless network properties" and go to it.
- Open the "Security" - here in the field "Network security key" the password will be displayed, but it will be hidden by dots.
- Check the box "Show entered characters" - the password will become visible.
Alternative way through Command line (if the Windows interface does not open):
netsh wlan show profile name="YOUR_NETWORK_NAME" key=clear
Replace YOUR_NETWORK_NAME to the name of your Wi-Fi (for example, TP-Link_1234). In the command results, look for the line Key content - this is the password.
⚠️ Attention: If you are using a corporate network with WPA2-Enterprise, this method it won't work — the password is stored on the authentication server, not on the device.
3. Find the password in macOS settings
On MacBook or iMac The Wi-Fi password is stored in the system storage.Bunch of keys" To watch it:
- Open the app "Spotlight» (keyboard shortcut
Command + Space). - Enter "Bunch of keys» and select the application.
- In the left menu, select "System", then "Passwords».
- Find the name of your Wi-Fi network in the list and double-click on it.
- Check the box "Show password" - the system will ask for your account password. Mac.
- After entering your account password, you will see the Wi-Fi key.
If you don't remember your account password Mac, you can restore it through Apple ID (instructions on the Apple website). You can also view the password through Terminal, by entering the command:
security find-generic-password -wa "YOUR_NETWORK_NAME"
This method works on iPhone/iPad, if the device is connected to the network but requires jailbreak or special utilities like iMazingWithout hacking the system, the password on iOS You can't view it - this is a security restriction Apple.
4. Extract password from Android smartphone
On Android There is no built-in way to view the password for the current network, but there are workarounds. If you have root rights, you can use a file manager (for example, Root Explorer) and open the file:
/data/misc/wifi/WifiConfigStore.xml
Look for the line in it <string name="PreSharedKey">...</string> — there will be a password between the tags.
If no root rights, try these methods:
- 📱 Use apps like WiFi Password Viewer (requires Android 10 and below).
- 📱 Connect your smartphone to your PC and use ADB (instructions below).
- 📱 View the password in the router settings via a browser (method #5).
To extract the password through ADB:
- Turn on USB debugging in the developer settings (
Settings → About phone → Build number- tap 7 times). - Connect your phone to your PC and enter
Command line:
adb pull /data/misc/wifi/WifiConfigStore.xml
Open the downloaded file in any text editor.
⚠️ Attention: On Android 11+ access to files with passwords is blocked even through ADBIn this case, the only solution is to reset the router or view the settings through the web interface.
Make sure your phone is connected to the correct network
Enable USB debugging (if using ADB)
Download drivers for your phone model
Use a reliable cable (not all USB cables support data transfer)-->
5. Log in to the router's web interface
The most universal way is to access your router settings through a browser. To do this:
- Find out Router IP address. Usually it is:
192.168.0.1,192.168.1.1or10.0.0.1.You can find the address in the network settings on your PC or on the router sticker.
- Open your browser (Chrome, Edge, Firefox) and enter the IP in the address bar.
- Enter your username and password to log in. By default, this is often:
admin/admin,admin/passwordoruser/user.For routers Rostelecom login can be
admin, and the password is the last 8 digitsMAC addresses. - Go to the Wi-Fi settings section (the names are different):
Wireless → Security(TP-Link),Wireless Network → Security(Keenetic),Wi-Fi → Security Settings(ASUS). - Find the field
Password,KeyorPSK— the current network key will be here.
If you don't remember your router login details, try the standard combinations for your model:
| Manufacturer | Login | Password | IP address |
|---|---|---|---|
| TP-Link | admin |
admin |
192.168.0.1 |
| ASUS | admin |
admin |
192.168.1.1 |
| Keenetic | admin |
1234 or empty |
192.168.1.1 |
| D-Link | admin |
admin or empty |
192.168.0.1 |
| Rostelecom | admin |
Last 8 characters of MAC | 192.168.1.1 |
If the standard data doesn't fit, it means someone has changed it. In this case, the only option is reset the router to factory settings (button Reset on the back panel) and configure it again.
6. Use specialized programs
If manual methods fail, you can use password recovery programs. They scan saved networks on your device and extract keys. Popular utilities include:
- 💻 WirelessKeyView (For Windows) - shows all saved Wi-Fi passwords.
- 💻 WiFi Password Revealer - simple interface, works without installation.
- 📱 WiFi Password Recovery (For Android (from root) - extracts passwords from system files.
- 🍎 Keychain Access (built in macOS) - an analogue of "Keychain".
Example of working with WirelessKeyView:
- Download the program from the official website NirSoft (for free).
- Unzip the archive and run
WirelessKeyView.exe(no installation required). - In the program window, find your network in the column
Network Name (SSID). - The password will be displayed in the column
Key (Ascii).
For Linux you can use the command:
sudo grep psk= /etc/NetworkManager/system-connections/*
⚠️ Attention: Download programs only from official websitesMany "Wi-Fi hackers" on the internet contain viruses or require payment for a supposedly "premium" version.
7. Reset the router and set a new password
If none of the methods worked, there remains hard reset router. This will reset all settings to factory defaults, including the Wi-Fi password. Instructions:
- Find the small button on the back of the router.
Reset(sometimes it is recessed into the body). - Take a paper clip or a toothpick and press and hold the button 10-15 seconds.
- Release the button when the lights on the router start flashing or turn off.
- Connect to your router via cable or Wi-Fi standard password (see sticker).
- Set a new password in the web interface (section
WirelessorWi-Fi).
After the reset you will have to reconfigure:
- 🔧 Internet connection (login/password from the provider).
- 🔧 Network name (
SSID) and password. - 🔧 Guest network (if there was one).
- 🔧 Port forwarding (
Port Forwarding) for games or cameras.
If your router is rented from a provider (e.g., Rostelecom, Beeline, or MTS), resetting it may block internet access. In this case, you'll need to call support and request reactivation.
FAQ: Frequently Asked Questions About Wi-Fi Passwords
Is it possible to find out someone else's Wi-Fi password?
No, it is illegallyHacking into other people's networks is prosecuted under Article 272 of the Russian Criminal Code ("Unauthorized access to computer information"). The most legal action you can take is to ask the network owner for the password.
Why doesn't the password on the router sticker work?
Most likely, you or someone else changed the password in the router settings after initial setup. In this case, the information on the sticker is out of date, and you'll need to use other methods (for example, viewing the password in Windows settings or through the web interface).
How to create a strong Wi-Fi password?
Use a combination of:
- 🔢 12–16 characters (the longer, the better).
- 🔢 Uppercase and lowercase letters (
AaBbCc). - 🔢 Numbers (
123). - 🔢 Symbols (
!@#$%).
Example: Green@Tree2026!WiFi. Do not use personal information (name, date of birth) or simple sequences like 12345678.
What should I do if the internet doesn't work after resetting my router?
Most likely, your connection to your ISP isn't configured. You need to:
- Check with your provider connection type (
PPPoE,DHCP,L2TP) and login details (login/password). - Go to the router settings and enter them in the section
InternetorWAN. - Save settings and reboot the router.
If you're unsure, call your provider's support team; they'll help you set it up remotely.
Is it possible to recover a Wi-Fi password without accessing the router?
Yes, if you have a device that already connected to this network. Use methods to:
- 🖥️ Windows (via "Network Settings").
- 🍎 MacOS (via Keychain).
- 📱 Android (with root rights or through
ADB).
Recover your password without a connected device or access to the router. impossible.