Forgot your home Wi-Fi password, and your router is sitting on the attic behind boxes of Christmas decorations? Or need to connect a new device, but the password sticker has long since worn off? This situation is familiar to many. Luckily, Find out the Wi-Fi password using a laptop It's possible in just a few minutes—without hacking, software, or contacting your ISP. The main requirement is that your laptop must already be connected to the network (or have been connected before).
In this article we will analyze 5 legal waysHow to view saved Wi-Fi password on laptops with Windows 10/11, MacOS and even LinuxWe'll also explain why some methods no longer work in newer OS versions, and what to do if your laptop never connected to the desired network. Important: All of the described actions are only legal for networks you have permission to access (e.g., your home or work Wi-Fi). Unauthorized access to other people's networks is punishable by law.
1. How to view your Wi-Fi password using the Network and Sharing Center (Windows)
The easiest way for users Windows 10/11 — use the system's built-in tools. This method works if the laptop already connected to the network (or was connected previously) and the password is saved in the system.
Open Control Panel (can be found by searching in the Start menu). Go to the section Network and Internet → Network and Sharing CenterIn the window that opens, click on the name of your Wi-Fi network (it will say "Connected" next to it, or "No network access" if it's currently disconnected).
In the new window, click the button Wireless Network Properties, then go to the tab "Safety"Here you will see a field Network Security Key — this is your password. By default, it's hidden behind dots. To see it, check the box. "Show input characters".
Your laptop is connected to the correct Wi-Fi network|You have administrator rights|The password was previously saved on this device|VPN is disabled (may block access to settings)-->
If the button Wireless Network Properties inactive or missing, means:
- 🔹 Laptop never connected to this network (password not saved).
- 🔹 You are using guest account without administrator rights.
- 🔹 The network is configured via enterprise or organization (for example, in an office or university).
⚠️ Note: In Windows 11, the path to the settings has changed slightly. If you can't find the Network and Sharing Center, try this alternative: open Settings → Network & Internet → Wi-Fi → Manage known networks, select your network and click "Properties".
2. Viewing the password via the command line (Windows)
If the graphical interface does not help, you can extract the password using command line (CMD). This method works even if the network is currently disconnected, but the laptop was connected to it previously.
Open Command Prompt as Administrator (search for CMD in the search, right-click and select Run as administrator). Enter the command:
netsh wlan show profile name="NETWORK_NAME" key=clear
Replace NETWORK_NAME the name of your Wi-Fi (case-sensitive!). For example:
netsh wlan show profile name="MTS_1234" key=clear
In the command results, find the block Security SettingsThere will be a line there. Key Contents — this is your password. If you see asterisks or a blank field instead of a password, it means:
- 📵 Laptop never saved password for this network.
- 🔐 The network uses another type of encryption (For example, WPA3-Enterprise).
- 🛡️ The device has Data protection software (For example, Bitdefender or Kaspersky), blocking the output of passwords.
3. How to find the Wi-Fi password on a MacBook (MacOS)
On laptops Apple The process is even simpler than on Windows. All saved passwords are stored in "Keychain" — built-in password manager MacOS.
Open the app "Bunch of keys" (can be found via Spotlight - click Cmd + Space and enter the name). In the left menu, select "System", then PasswordsFind the name of your Wi-Fi network in the list and double-click it.
In the window that opens, check the box Show passwordThe system will ask for your account password. MacOS - enter it. After that, in the field Show password The Wi-Fi key will be displayed.
⚠️ Warning: If you use MacOS Ventura or later, the Keychain interface may differ. In newer versions, Wi-Fi passwords are sometimes hidden in the Keychain section. Wireless Networks (instead of "System").
If the password is not displayed, check:
- 🔌 Laptop connected to this network at least once.
- 👤 You are logged in to your account with administrator rights.
- 🔄 The network was not removed from the list of known networks (check in
System Preferences → Wi-Fi).
4. Viewing the password through the router settings
If none of the previous methods worked, you can log into the router's web interface and view (or change) your password there. This method is universal and works regardless of the laptop's operating system.
Connect your laptop to the router via Wi-Fi or cable (Ethernet). Open any browser and enter in the address bar Router IP address. Usually it is:
- 🌐
192.168.0.1(For TP-Link, D-Link, ASUS) - 🌐
192.168.1.1(For Zyxel, MikroTik, Keenetic) - 🌐
192.168.8.1(for some models Huawei)
If the address doesn't work, find it out using the command line:
ipconfig /all
Look for the line Main Gateway - this is the IP of your router.
In the router's web interface, go to the settings section Wi-Fi or Wireless network (the name depends on the model). There will be a field "Password" (or «Key», «Passphrase»). Some routers hide the password—enable the display of characters.
| Router brand | Wi-Fi password section | Default login/password |
|---|---|---|
| TP-Link | Wireless → Wireless Security |
admin/admin |
| ASUS | Wireless Network → Authentication Settings |
admin/admin |
| Zyxel Keenetic | Wi-Fi → Hotspot → Security |
admin/1234 |
| D-Link | Wi-Fi → General Settings → Security Settings |
admin/(empty) |
⚠️ Note: If you haven't changed your router login/password, use the default ones (found on the device's sticker). If you've forgotten them, you'll have to reset them. reset settings (button Reset on the back panel).
5. Alternative methods for Linux and other systems
Users Linux (For example, Ubuntu, Fedora) can view the Wi-Fi password through the terminal. Open it (Ctrl+Alt+T) and enter:
sudo cat /etc/NetworkManager/system-connections/NETWORKNAME.nmconnection | grep psk=
The password will be specified after «psk=».
If you use Android smartphone instead of a laptop, on some devices (for example, Samsung or Xiaomi (with root rights) you can view the password through the file manager in the folder:
/data/misc/wifi/WifiConfigStore.xml
For iPhone/iPad there is no official way - Apple does not provide access to saved Wi-Fi passwords. But if you have MacBook, synchronized with the same Apple ID, the password can be found out through A bunch of keys (see section 3).
What to do if the laptop did not connect to the network?
If the laptop has never connected to the desired Wi-Fi, the only legal options are:
1. Look at the password on the router sticker (if it hasn’t been changed).
2. Access the router's web interface from another device connected to the network.
3. Contact the network administrator (if this is work/school Wi-Fi).
Any other methods (hacking, password guessing) are a violation of the law!
6. Common mistakes and how to avoid them
Even with simple tasks, users often make mistakes. Here are the most common ones:
❌ Error 1: Incorrect router IP address
Many people enter 192.168.1.0 or 192.168.0.0, but the correct address usually ends in 1 (For example, 192.168.1.1). Check it with the command ipconfig (Windows) or ifconfig (Linux/Mac).
❌ Error 2: Forgotten administrator rights
Without admin rights you won't see the password in Network Control Center or "Keychain"On Windows, run the command prompt as administrator; on MacOS, enter your account password.
❌ Mistake 3: Confused network name
If in the team netsh wlan show profile If you enter an incorrect network name (for example, with a misspelling of one letter), the system will return an error "Profile not found"Check the exact title via netsh wlan show profiles.
❌ Error 4: The router has been reset to factory settings.
If someone pressed Reset On the router, all settings (including the Wi-Fi password) will be reset. In this case, look for the password on the device's sticker or set up the network again.
1. Has the laptop been connected to this network before?
2. Do you have administrator rights?
3. Have the router settings been reset?
4. Does the antivirus block access to system files?
FAQ: Answers to frequently asked questions
Is it possible to find out the Wi-Fi password if the laptop has never connected to this network?
No, there are no legal methods. The password is stored only on devices connected to the network or in the router settings. Any other methods (hacking, brute-forcing) are prohibited by law.
I changed the password on my router, but my laptop still connects automatically. Where is the new password stored?
The new password has been saved in the system. On Windows, you can view it via Network and Sharing Center or the command line (see section 2). On MacOS - in "Keychain".
I'm trying to access my router settings, but it says "Incorrect login or password." What should I do?
Most likely, your login/password has been changed. Try the standard combinations (admin/admin or admin/1234). If that doesn't help, reset the router using the button Reset (hold for 10 seconds).
There's no "Wireless Network Properties" button on Windows 11. Where did it go?
The path has changed in Windows 11. Use an alternative method: Settings → Network & Internet → Wi-Fi → Manage known networks, select the network and press "Properties".
Is it possible to find out the Wi-Fi password via phone?
On Android with rights root - yes (via settings files). iPhone - No, unless you have it synchronized MacBookFor more details, see section 5.