Forgot your home Wi-Fi password and need to connect a new device urgently? Don't rush to reset your router to factory settings or call your provider—in 90% of cases, the password can be found in the settings of your router, phone, or computer already connected to the network. The key is knowing where to look.
In this article, we will look at all the possible ways to view a saved Wi-Fi password: through router web interface, Windows/macOS/Linux system settings, mobile devices on Android and iOS, as well as using specialized utilities. We will describe step-by-step instructions for popular router models (TP-Link, Asus, Keenetic, Xiaomi, Zyxel) and explain why some methods may not work.
If you have never changed the password after setting up the router, there is a high probability that it is the same as the factory one - it can be found on the sticker on the bottom panel of the device (field Wi-Fi Password or Key). But if the password has changed, read on.
1. How to find out your Wi-Fi password through your router settings
The most reliable way is to log in router web interface and view the current password in the wireless network section. You don't need to be an IT specialist to do this: all you need is the router's IP address, login, and password (usually admin/admin or indicated on the sticker).
The instructions are universal for most models, but the path to the password menu may vary slightly. Below are the exact paths for popular brands.
General algorithm for all routers:
- Find out your router's IP address: usually it is
192.168.0.1,192.168.1.1or192.168.8.1The exact address can be found on the sticker or via the command line (enteripconfigin Windows orifconfigon macOS/Linux and find the lineDefault Gateway). - Enter the IP address in the browser address bar (Chrome, Edge, Firefox) and click
Enter. - Log in using login and password (often by default)
admin/admin). - Find the Wi-Fi settings section (usually
Wireless,Wireless networkorWi-Fi). - Look at the password in the field
Password,KeyorPSK passwordIt may be hidden behind the stars - click on the eye icon or check the boxShow Password.
If you can't access your router settings, check:
- 🔌 Is your computer/phone connected to the router via cable or Wi-Fi (to access the web interface, the device must be on the same network).
- 🔒 Have you changed your login/password for accessing the settings? (If so, and you forgot them, you'll have to reset them to factory settings.)
- 🌐 Is your browser blocking access to your IP address? (Try a different browser or clear your cache.)
Connect your device to the router via cable or Wi-Fi|
Find out the router's IP address (on a sticker or via the command line)|
Prepare your login and password (default admin/admin)|
Open your browser in incognito mode (to avoid cache issues)
-->
Table: Wi-Fi password paths for different router brands
| Router brand | Path to Wi-Fi settings | Password field |
|---|---|---|
| TP-Link | Basic → Wireless or Advanced settings → Wireless mode |
Wireless Password or Password |
| Asus | Wireless Network → General |
WPA Pre-Shared Key |
| Keenetic | Wi-Fi Network → Access Point |
Network key |
| Xiaomi | Wi-Fi → Wi-Fi Settings |
Password (you need to click on the eye icon) |
| Zyxel | Wi-Fi Network → Access Point |
Network Key (PSK) |
⚠️ Attention: If the router is provided by the provider (for example, Rostelecom, Beeline, MTS), access to some sections may be restricted. In this case, the password can only be retrieved through support or a factory reset.
2. How to view your Wi-Fi password on Windows 10 and 11
If your computer or laptop is already connected to Wi-Fi, you can retrieve the password from the system settings. without access to the routerIn Windows this is done through Control Panel or command line.
Method 1: Via "Network Settings"
- Open
Start → Settings → Network & Internet → Wi-Fi. - Click on
Managing known networks. - Select your Wi-Fi network and click
Properties. - Scroll down to the section
Security parametersand check the checkboxShow entered characters— the password will become visible.
Method 2: Via the command line (for advanced users)
This method works even if you are not a system administrator:
netsh wlan show profile name="YOUR_NETWORK_NAME" key=clear
In the command results, find the line Key content - this is the password.
If the network name contains spaces, enclose it in quotation marks:
netsh wlan show profile name="My WiFi Network" key=clear
- ✅ Powered by Windows 7/8/10/11.
- ❌ It won't show the password if the computer is connected to the network via a cable, not Wi-Fi.
- 🔐 Requires administrator rights for some networks.
3. How to find the Wi-Fi password on macOS (MacBook, iMac)
On computers Apple The password for a saved Wi-Fi network can be found in "Keychain" — built-in password manager. This method works on all versions of macOS, including Ventura And Sonoma.
Step-by-step instructions:
- Open Spotlight (keyboard shortcut
Command + Space) and enterBunch of keys, then pressEnter. - In the left menu, select
System→Passwords. - In the search bar, enter the name of your Wi-Fi network.
- Double-click on the found network and check the box.
Show passwordand enter the password for your account Mac.
If the password is not displayed:
- 🔑 Make sure you are logged in to an account with administrator rights.
- 🔄 Try updating A bunch of keys (on the menu
Edit → Update). - 🛠️ If the network is not listed, your Mac may be connected to the router via a cable.
⚠️ Attention: On some corporate laptops MacBook Access to Wi-Fi passwords may be blocked by company security policies. In this case, contact your IT department.
4. How to find the Wi-Fi password on an Android smartphone
On phones with Android There is no built-in way to view the password for the current Wi-Fi network (for security reasons), but there are workarounds:
Method 1: Through the router settings (if the phone is connected)
If your smartphone is connected to Wi-Fi, you can access the router settings via a browser (as described in first section) and find out the password there.
Method 2: Using Apps (Requires Root)
Apps like WiFi Password Viewer or Root Browser can show saved passwords, but only on rooted devices. These methods won't work without root access.
- 📱 Without root: There are no legal ways (except logging into the router).
- 🔧 From root: Install WiFi Password Viewer from Google Play and follow the instructions.
- ⚠️ Risk: Rooting your smartphone will void your warranty and may compromise security.
Method 3: Using a backup (for advanced users)
If you have a backup of your Android settings (made via adb backup), you can extract a file from it wpa_supplicant.conf, where Wi-Fi passwords are stored. However, this method requires knowledge of working with ADB and is not suitable for beginners.
How to extract password from ADB backup
1. Connect your phone to PC and enable USB debugging.
2. Run the command: adb backup -f wifi.ab -noapk com.android.providers.settings
3. Unzip the archive wifi.ab by using Android Backup Extractor.
4. Find the file wpa_supplicant.conf — it will contain networks and passwords in clear text.
5. How to view your Wi-Fi password on an iPhone or iPad
On devices Apple With iOS or iPadOS There's no built-in way to view the password for the current Wi-Fi network—this is a security limitation. However, there are two workarounds:
Method 1: Via Mac (if it's connected to the same network)
If you have MacBook or iMac, connected to the same Wi-Fi, follow the instructions from macOS section — the password can be found out through A bunch of keys.
Method 2: Via a router
Access your router settings via your iPhone's browser (as described in first section) and look at the password there.
Method 3: Using Shortcuts (for iOS 12+)
You can create an automation that will reveal the password, but this requires some setup:
- Open the app Shortcuts (if you don't have it, download it from App Store).
- Create a new shortcut with an action
Get Wi-Fi Details. - Add an action
Show Result. - Launch the shortcut - it will show information about the network, including the password (if the iPhone "knows" it).
⚠️ Attention: Starting from iOS 16, Apple Tightened restrictions on accessing Wi-Fi passwords through third-party apps. If the shortcut doesn't work, use methods 1 or 2.
6. Alternative methods: if nothing helps
If none of the above methods work, there are radical measures left:
Resetting the router to factory settings
Press and hold the button Reset on the back of the router (usually 10-15 seconds) until the indicators start flashing. After the reset:
- 🔄 Wi-Fi settings will be reset to factory defaults (the password will be on the router sticker).
- ⚠️ All personal settings (including
PPPoE,IPTV,Port forwarding) will be erased. - 📡 You'll have to reconfigure your router (your login and password for accessing the internet are usually specified in your contract with your provider).
Contact your provider
If the router is rented from a provider (Rostelecom, Beeline, MGTS etc.), call support and ask:
- 🔐 Send the Wi-Fi password to the linked phone number.
- 🔧 Remotely reset your router (sometimes this is done for free).
- 📄 Send instructions on how to restore access (if the router is blocked).
Use specialized utilities
For Windows There are programs like WirelessKeyView (from NirSoft), which show all saved Wi-Fi passwords. You can download it from official website (beware of fakes!).
For Linux run the command:
sudo cat /etc/NetworkManager/system-connections/NETWORK_NAME | grep psk=
7. Common mistakes and how to avoid them
When trying to find a Wi-Fi password, users often encounter common problems. Here's how to solve them:
| Problem | Cause | Solution |
|---|---|---|
I can't access my router settings (192.168.1.1 doesn't open) |
Invalid IP address or device is offline | Check IP via ipconfig, connect via cable, try a different browser |
| The password in the router settings is displayed as asterisks, and there is no "Show" button. | Outdated router firmware | Update the firmware via the section System Tools → Firmware Upgrade |
| I can't see the password on Android even with root. | The password is stored in encrypted form. | Use WiFi Password Viewer or extract wpa_supplicant.conf |
| The shortcut for showing the password doesn't work on the iPhone. | Restrictions iOS 16+ | Use Mac or router settings |
| After resetting the router, the internet does not work. | Connection to the provider is not configured | Enter the data from the contract (login/password) PPPoE or DHCP) |
Important: If your router was issued by your ISP, you may need to re-link it to your account after resetting it. Check with support before resetting.
FAQ: Answers to Frequently Asked Questions
Is it possible to find out the password for the Wi-Fi that someone else's phone is connected to?
No, unless you have physical access to the device or router. Android without root this is impossible, iPhone — even more so. The only legal way is to ask the owner of the network or router.
I reset my router, but the password on the sticker doesn't work. What should I do?
Perhaps the sticker contains the password for admin panels router, not from Wi-Fi. After the reset, the network may be unsecured (without a password) or use a standard key like 12345678 or passwordCheck your router settings.
My provider says they can't share my Wi-Fi password. Is this legal?
Yes, your ISP isn't required to know or store your local network passwords. They're only responsible for your internet connection (login/password). PPPoE), and Wi-Fi settings are your responsibility. The exception is if the router is rented and managed remotely by the provider.
Is it possible to hack your Wi-Fi if you forgot your password?
Technically yes, but it's illegal (Article 272 of the Russian Criminal Code—unauthorized access to computer information). Instead, use legal methods: resetting the router, contacting your ISP, or extracting the password from saved devices.
Why don't old devices connect after changing the router password?
Because they save the old password. You need to:
- On each device, “forget” the network (in the Wi-Fi settings).
- Reconnect by entering a new password.
On Android: Settings → Wi-Fi → Tap on the network → Forget.
On iPhone: Settings → Wi-Fi → Tap the "i" next to the network → Forget this network.