Forgot your home Wi-Fi password, but your device is already connected? This situation is familiar to many: you need to give guests internet access, but the sticker on the router has long since worn off or disappeared. Luckily, password for the saved network You can watch without resetting the settings - directly from your phone, laptop, or through the router control panel.
In this article - 5 proven methods For various devices: from standard Windows tools to hidden Android features. We'll also discuss why some methods may not work (for example, on a non-jailbroken iPhone) and how to bypass restrictions. Important: If your router belongs to your ISP, its settings may be locked. In this case, you'll need to call support or find the password on the equipment box.
The methods in this article are categorized by difficulty: from the simplest (for beginners) to the most technical (for experienced users). Choose the appropriate one based on your device and skill level.
1. How to view your Wi-Fi password on Windows 10/11
Operating systems Windows 10 And Windows 11 Store all saved network passwords in encrypted form. They can be retrieved through Network Control Center or the command line - both methods work without administrator rights if you are already connected to the network.
The fastest way is through the graphical interface:
- Right click on the icon Wi-Fi in the tray (bottom right next to the clock).
- Select
Open Network and Internet settings. - Scroll down and click
Additional network settings→Additional network properties. - In the section Properties find the line
Network password— by default it is hidden by dots. Click the buttonShownear.
If this path doesn't work (for example, due to Windows updates), use command line:
netsh wlan show profile name="NETWORK_NAME" key=clear
Replace NETWORK_NAME the name of your network (with quotation marks!). In the output, find the block Security parameters - there will be a line Key content with a password.
Make sure you are connected to the correct network|Run CMD as administrator (if the password is not displayed)|Check the case of the network name (Windows is character sensitive)|-->
2. Where to find the Wi-Fi password on MacOS (MacBook, iMac)
On MacOS Network passwords are stored in "Keychain" — built-in credentials manager. To view them:
- Open the app
Bunch of keys(throughSpotlightor folderUtilities). - In the left menu, select
System→Passwords. - Find the name of your Wi-Fi network in the list and double-click on it.
- Check the box
Show passwordand enter the password for your account Mac.
If the network is not listed, try updating your keychain: open Terminal and enter:
security find-generic-password -wa "NETWORK_NAME"
Replace NETWORK_NAME The name of your network. The system will ask for the administrator password and display the saved key.
3. How to find out the Wi-Fi password on Android (without rooting)
On Android The situation is more complicated: manufacturers restrict access to passwords for security reasons. However, there are two working methods without superuser rights (root):
Method 1: Through the router settings (if you have access to its control panel)
- Connect to the Wi-Fi network whose password you need to find out.
- Open your browser and type in the address bar
192.168.0.1or192.168.1.1(the address may differ - see the sticker on the router). - Enter your login and password to log in (usually
admin/adminoradmin/empty). - Go to the section
Wireless(orWi-Fi,Wireless network) →Security(Security). There will be a linePasswordorPSK Password.
Method 2: Via configuration file (only for some models)
- Install a file manager with access to system folders (for example, Solid Explorer).
- Follow the path
/data/misc/wifi/and find the fileWifiConfigStore.xml. - Open it with a text editor and find the line
<string name="PreSharedKey">PASSWORD</string>.
Why is the password not visible on some Android devices?
On smartphones Samsung, Xiaomi And Huawei With the latest firmware versions, access to passwords is blocked at the OS level. The only solution is to use a router or another device (PC/Mac).
⚠️ Attention: If the router is rented from a provider (for example, Rostelecom or Beeline), its web interface may be locked. In this case, the password can only be found on the device's sticker or by contacting support.
4. Is it possible to find out the Wi-Fi password on an iPhone or iPad?
On iPhone And iPad With iOS there is no legal way View saved password without jailbreak. Apple deliberately hides this feature for security reasons. However, there is workarounds:
Option 1: Via a MacBook (if it's connected to the same network)
- Connect iPhone To Mac through USB or Wi-Fi Sync.
- Open
A bunch of keyson Mac (see the MacOS section above). - Find the network in the list - the password will be available if Mac ever connected to it.
Option 2: Via a router
- Connect to the network with iPhone.
- Open the router settings from another device (PC, Android) following the instructions in section 3.
Option 3: Reset the router password
If other methods don’t work, the only thing left to do is reset the router to factory settings (using the button Reset on the back panel) and set a new password. This will disconnect all devices from the network, and you will have to set up the connection again.
5. View the password through the router control panel
If you have access to the router's web interface, this the most reliable way Find out the password - it works regardless of the device. The instructions are universal for most models (TP-Link, ASUS, Keenetic, Zyxel):
Step 1: Find your router's IP address
- On Windows: open command prompt and type
ipconfig. Look for the lineMain gateway(usually192.168.0.1or192.168.1.1). - On Mac/Linux: in the terminal, enter
netstat -rn | grep default. - On Android: Open Wi-Fi settings → tap on the network name → view
Gateway.
Step 2: Login to the Control Panel
- Enter the IP address in the address bar of your browser.
- Enter your login and password (by default, see the router sticker or the table below).
| 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 |
| Zyxel | admin | 1234 | 192.168.1.1 |
| Rostelecom | admin | The last 8 characters of the MAC address | 192.168.1.1 |
Step 3: Find the Wi-Fi password
- Go to the section
Wireless,Wi-FiorWireless network. - Open the tab
Security(Security). - The password will be in the field
Password,PSK PasswordorNetwork key.
⚠️ Attention: If the router was provided by the provider (for example, MTS or Third Transport Ring), its web interface may be restricted. In this case, the password can only be found on the device's sticker or through your provider's personal account.
6. Alternative methods (for advanced users)
If standard methods don't work, you can try technical solutionsThey require additional knowledge or administrator rights.
Method 1: Via PowerShell (Windows)
- Open
PowerShellon behalf of the administrator. - Enter the command:
(netsh wlan show profiles) | Select-String "\:(.+)$" | %{$name=$_.Matches.Groups[1].Value.Trim(); $_} | %{(netsh wlan show profile name="$name" key=clear)} | Select-String "Key contents\W+\:(.+)$" | %{$pass=$_.Matches.Groups[1].Value.Trim(); $_} | %{[PSCustomObject]@{PROFILE_NAME=$name;PASSWORD=$pass}} | Format-Table -AutoSize - The output will contain a table with all saved networks and their passwords.
Method 2: Via Terminal (Linux)
- Open terminal and enter:
sudo grep psk= /etc/NetworkManager/system-connections/* - Find the line in the output
psk=PASSWORD.
Method 3: Using third-party programs
For Windows Utilities like these will do WirelessKeyView (from NirSoft), which show all saved passwords. Download them only from official websiteto avoid viruses.
Common mistakes and how to avoid them
When trying to find out a password, users often encounter typical problems. Here the most common and their solutions:
- 🔹 The router panel won't open.: Check that you are connected to its network (not via mobile data). Try a different browser or clear your cache. If the IP address doesn't work, try
192.168.0.0or10.0.0.1. - 🔹 MacOS Keychain Password Not Displayed: Make sure you enter the password for your account. Mac, and not from Apple IDIf that doesn't help, restart your computer.
- 🔹 The command doesn't work in Windows.: Run the command prompt as administrator. Check the case of the network name (e.g.
"MyWiFi"And"mywifi"- different networks). - 🔹 There is no file on Android
WifiConfigStore.xmlThis means the manufacturer has blocked access. Try another method (for example, through a router).
If none of the methods worked, there remains reset the router settings button Reset (press and hold for 10-15 seconds) and set up the network again. The default password will be located on the device's sticker.
FAQ: Answers to Frequently Asked Questions
Is it possible to find out the password for a Wi-Fi connection I connected to before but am not connected to now?
Yes, but only if the password is saved on the device:
- On Windows: use the command
netsh wlan show profile name="NETWORK_NAME" key=clear. - On MacOS: check
A bunch of keys. - On Android/iOS: Without a network connection, the password is not available.
Why is there no password section in the router settings?
Possible reasons:
- The router belongs to the provider, and access to the settings is limited (try logging in through your provider's personal account).
- You are using a guest network - its password may be stored in another section (for example,
Guest Network). - The router has non-standard firmware (for example, OpenWRT) - look for the password in
Network → Wireless.
Is it possible to find out the password for my neighbors' Wi-Fi?
No, it's illegal. Connecting to someone else's network without permission is considered a violation. Article 272 of the Criminal Code of the Russian Federation ("Unauthorized access to computer information"). The maximum penalty is a fine of up to 200,000 rubles.
If you urgently need internet, ask your neighbors to share the password or use a mobile hotspot.
How to protect your Wi-Fi from hacking after you know the password?
Safety recommendations:
- 🔒 Change your password to a complex one (at least 12 characters with numbers and special characters).
- 📡 Turn off
WPSin the router settings - this is a vulnerable protocol. - 🔄 Update your router firmware to the latest version.
- 👥 Set up
MAC filtering(allow connection only to your devices).
What should I do if I forgot my router password?
If you cannot access your router control panel:
- Try standard combinations (
admin/admin,admin/1234). - Look at the login and password on the sticker on the back of the router.
- Reset settings with the button
Reset(the Wi-Fi password will also be reset!). - If you have a router from your ISP, call support—they'll give you the login details.