Forgetting your Wi-Fi password is easier than you think: just enter it once on your smartphone or laptop, and the device will remember the network forever. But when you need to connect a new device or share access with guests, a problem arises: where to find that password? Fortunately, there are several ways to recover it, from checking your router settings to using specialized utilities.
In this article we will look at all current methodsHow to find out your home Wi-Fi network password, depending on your device: Windows, MacOS, Android, iPhone or himself routerYou'll also learn what to do if your ISP has changed your password, how to reset your router to factory settings, and why some methods may not work on modern devices.
Important: All described methods are legal only for your own networkAttempting to hack someone else's Wi-Fi is illegal and may result in liability. If you rent a place or use a corporate network, ask the owner or administrator for the password.
1. How to view the Wi-Fi password on a router (via the web interface)
The most reliable way is to access your router's control panel. This doesn't require any additional software, just access to the device itself and a computer (or smartphone) with a browser. The instructions are universal for most models: TP-Link, ASUS, D-Link, Keenetic, MikroTik and others.
Steps:
- 🔌 Connect to the router via cable (via port)
LAN) or via Wi-Fi (if you are already connected to the network). - 🌐 Open your browser and enter the router's IP address in the address bar. Typically, it's:
192.168.0.1(For D-Link, Zyxel)192.168.1.1(For TP-Link, ASUS)192.168.8.1(for some models Tenda)my.keenetic.net(For Keenetic)
- 🔐 Enter your login and password from the control panel. By default, this is often
admin/adminoradmin/1234If the data has changed, check the sticker on the back of the router. - 🔍 Find the Wi-Fi settings section. It is usually called:
Wireless→Wireless Security(TP-Link)Wireless network→Protection(Keenetic)Wi-Fi→Security(ASUS)
- 📝 Look at the password in the field
Password,KeyorNetwork passwordIt may be hidden behind the dots—click the eye icon (👁️) to reveal it.
⚠️ Attention: If you can't access the control panel, your router's IP address may have changed. You can find it through the command line (ipconfigV Windows orifconfigV Mac/Linux) - look for the lineDefault Gateway.
Check the cable connection to the LAN port (not WAN!)
Reboot the router using the Power button for 10 seconds
Try a different browser (Chrome, Firefox, Edge)
Reset the router to factory settings using the Reset button (hold for 10-15 seconds)
-->
2. How to find the Wi-Fi password on Windows 10/11 without a router
If your computer or laptop is already connected to the network, you can view the password in the settings. Windows Without access to the router. This method only works for networks to which the device has previously connected.
Instructions for Windows 10/11:
- 🖱️ Right-click on the Wi-Fi icon in the tray (bottom right) and select
Open Network & Internet Settings. - 📋 Go to
Network and Sharing Center(or clickWin + R, enterncpa.cpland pressEnter). - 🔗 Click on the name of your Wi-Fi network (link next to
Connections). - 🛡️ In the window that opens, click
Wireless network properties→ go to the tabSecurity. - 👁️ Check the box
Show entered characters— the password will be displayed in the fieldNetwork security key.
Alternative way through command line (if the GUI does not work):
netsh wlan show profile name="NETWORK_NAME" key=clear
Replace NETWORK_NAME the name of your Wi-Fi. The password will be in the line Key content.
⚠️ Attention: If you are using a corporate network with certificates (eg. WPA2-Enterprise), this method will not work - the password is stored in the system differently.
3. How to find your Wi-Fi password on a Mac (macOS Ventura and later)
On computers Apple The Wi-Fi password is stored in the keychain (Keychain Access). To view it, follow these steps:
Steps for macOS:
- 🔍 Open
Spotlight(clickCmd + Space) and enterBunch of keys(Keychain Access). - 📂 In the left menu, select
System→ On the right side, find the name of your Wi-Fi network. - 📋 Double-click on the network and check the box
Show password. - 🔑 Enter your account password Mac (it is needed to confirm access).
- 📝 The password will be displayed in the field
Show password.
If you have macOS Monterey or older, can be used Terminal:
security find-generic-password -wa "NETWORK_NAME"
Replace NETWORK_NAME The name of your Wi-Fi network. The system will ask for your account password; once entered, the network key will be displayed.
| Method | Windows | macOS | Need an account password? |
|---|---|---|---|
| Graphical interface | ✅ Yes | ✅ Yes | ❌ No / ✅ Yes |
| Command Prompt/Terminal | ✅ Yes | ✅ Yes | ❌ No / ✅ Yes |
| Third-party programs | ✅ Yes | ⚠️ Limited | ❌ No |
4. How to view Wi-Fi password on Android (without root)
On smartphones with Android the situation is more complicated: starting with version Android 10Google has blocked apps from accessing Wi-Fi passwords for security reasons. However, there are workarounds.
Method 1: via settings (only for some firmware versions)
- ⚙️ Open
Settings→Wi-Fi. - 📶 Click on your network name →
Share(orShare). - 🔐 The system will request a PIN or fingerprint; after confirmation, a QR code with a password will be displayed.
- 📱 Scan the QR code with another device or examine it carefully: the password itself is often written below the code.
Method 2: Via configuration file (requires a computer)
If you have root access, you can use applications like WiFi Password ViewerWithout root, try this method:
- Connect your phone to PC via
USB(turn onUSB debuggingin the developer settings). - Download ADB Tools and run the command:
adb pull /data/misc/wifi/WifiConfigStore.xml - Open the downloaded file in a text editor and find the line
<string name="PreSharedKey">...— there will be a password between the tags.
⚠️ Attention: Starting from Android 11, file WifiConfigStore.xml encrypted, and this method stops working. Also, some manufacturers (for example, Xiaomi, Samsung) block access to system files even through ADB.
Why does Android hide Wi-Fi passwords?
With Android 10, Google tightened its security policies to prevent data leaks. Previously, apps could easily read passwords from system files, which was used by attackers to build databases of vulnerable networks. Now, only system processes have access to this information.
5. How to find the Wi-Fi password on an iPhone or iPad (iOS)
Apple does not provide a direct way to view the Wi-Fi password on iPhone or iPad — there's simply no such option in iOS settings. However, there are two workarounds: Mac (if it is connected to the same network) or through iTunes backup.
Method 1: via Mac (if you have one)
- 🖥️ Make sure yours Mac connected to the same Wi-Fi network.
- 🔍 Open
Bunch of keys(Keychain Access) and find the network name. - 📋 Double-click on the network and check the box
Show passwordand enter your account password Mac.
Method 2: Using an iTunes Backup (Advanced)
This method requires a computer with iTunes (or Finder on macOS Catalina and newer) and programs for reading backup copies, for example, iExplorer or iMazing.
- 📱 Create a backup iPhone through iTunes/Finder.
- 🖥️ Open the backup in iExplorer and go to the section
System Files→Library→Preferences→SystemConfiguration. - 🔍 Find the file
com.apple.wifi.known-networks.plistand open it in a text editor. - 📝 Search for the line
password— there will be an encrypted password next to it. It needs to be decoded fromBase64(you can use online services).
⚠️ Attention: Passwords in backups iOS are stored in encrypted form. If the copy is password-protected, you will need to know the password to decrypt it. Also Apple may change the file structure in newer versions of iOS, and the method will no longer work.
6. How to recover a Wi-Fi password through your provider
If none of the above methods worked, your ISP may have changed your password. This applies to subscribers who use routers rented from the company (e.g., Rostelecom, Beeline, MTS, Dom.ru).
What to do:
- 📞 Call your provider's support team and check if they've changed your password remotely. They'll ask for your passport information or a passphrase.
- 🌐 Log in
Personal accounton the provider's website - sometimes the current Wi-Fi password is displayed there (sectionMy devicesorRouter settings). - 📄 Check the contract or documents you were given when you signed up—sometimes the password is listed there.
- 🔄 If you rent a router, ask your provider to reset it to factory settings (they will do this remotely). The new password will be on a sticker on the device.
⚠️ Personal account interfaces and provider policies are subject to change. For the latest information, please visit the official website or call support.
7. What to do if nothing helps: reset the router
If you have exhausted all options, there is one last option left - resetting the router to factory settingsThis will erase all your settings, including your Wi-Fi password, but will allow you to set a new one.
How to reset a router:
- 🔌 Find the small button on the back of the router
Reset(usually recessed into the body). - 📍 Take a paperclip or toothpick, press and hold the button
10-15 seconds. - 🔄 The indicators on the router will flash, indicating that the reset was successful.
- 🆕 Connect to the router's network (its name and password will be on the sticker) and set up the internet again (the connection details are usually included in the contract with the provider).
After the reset, all devices will be disconnected from Wi-Fi and will need to be reconnected with a new password.
⚠️ Attention: On some routers (for example, Keenetic) button Reset It may have two functions: a short press (1-3 seconds) reboots the device, while a long press (10+ seconds) resets the settings. Check the instructions for your model.
FAQ: Frequently Asked Questions About Wi-Fi Passwords
Is it possible to find out my neighbor's Wi-Fi password?
No, it's illegal. Hacking into other people's networks violates Article 272 of the Russian Criminal Code ("Unauthorized access to computer information") and can result in a fine or criminal liability. If your signal is weak, it's best to buy a repeater or arrange with your neighbor to legally share the network.
Why doesn't the password show up on Android when I tap "Share"?
This feature does not work on all firmware. Manufacturers like Samsung, Xiaomi or OnePlus may block it by default. Also, make sure you have the latest version of Android installed—older versions (below 10) don't have this option.
What should I do if my router requires a login/password and the sticker has worn off?
Try standard combinations:
admin/adminadmin/1234admin/(empty field)user/user
If it doesn't fit, look up your router model online - on sites like RouterPasswords There are databases of factory logins and passwords. In extreme cases, reset the device using the button. Reset.
Is it possible to change the Wi-Fi password via phone?
Yes, but to do this, you need to access the router's web interface through a browser on your phone. The steps are the same as on a PC:
- Connect to Wi-Fi.
- Open your browser and enter the router's IP address (e.g.
192.168.1.1). - Log in and find the Wi-Fi security settings section.
- Change your password and save your settings.
The main thing is not to disconnect from the network while the change is taking place, otherwise you will lose access!
How to create a strong Wi-Fi password?
Use these rules:
- 🔢 Length not less than
12 characters. - 🔤 Letter combination (
A-Z, a-z), numbers (0-9) and symbols (!@#$%). - 🚫 Avoid obvious words (
qwerty,12345678,password). - 🔄 Do not use personal information (dates of birth, names).
Example of a strong password: Green$Tree7!Moon2026.