Forgot your home Wi-Fi password, but there's no sticker with the code on your router? Or need to connect a new gadget, but can't be bothered to look for the settings sheet? On a laptop that's already connected to the network, the password is stored in the system—it can be easily retrieved without resetting the router. In this article, we'll cover this. all current methods For Windows 10/11 And macOS, including hidden features and third-party utilities.
Important: The methods only work if you have a laptop. already connected to the target network (or has connected previously). If the device has never detected this Wi-Fi signal, you'll have to try alternatives—for example, resetting the router or checking the password on another device (smartphone, tablet).
Also note: some methods require administrator rightsIf you're using a work laptop with limited privileges, some methods may be blocked by your company's security policies.
1. How to find your Wi-Fi password using Windows Settings (the easiest way)
This method doesn't require the command line or third-party programs—everything is done through a graphical interface. Suitable for Windows 10 And Windows 11.
Instructions:
- 🖱️ Click on the icon Wi-Fi in the lower right corner of the taskbar (next to the clock).
- 🔗 Select your current network and click
Network properties(V Windows 11 —Properties). - 📄 Scroll down to the block
Network informationand pressView network properties. - 🔑 In the window that opens, find the line
Network security password- there will be a button nearbyShow charactersClick it to see the password.
☑️ What should I do if the "Show Symbols" button is disabled?
If instead of a password you see asterisks or dots, and the button Show characters If it doesn't work, it means your account doesn't have viewing rights. In this case, use command line (method #2) or request rights from the system administrator.
⚠️ Note: On some corporate laptops, access to Wi-Fi passwords may be blocked via Group Policy. In this case, system-based methods will not work; you will need to contact your IT department.
2. View the password via the command line (CMD)
This method is for advanced users, but it's actually easier than it seems. The command line will display the password even if the graphical interface doesn't display it.
Step-by-step instructions:
- 🔍 Open command line as administrator:
- Click
Win + R, entercmd. - Clamp
Ctrl + Shift + Enter(this will launch CMD with admin rights).
- Click
netsh wlan show profiles
Remember the name of the network you need (for example, TP-Link_1234).
netsh wlan show profile name="NETWORK_NAME" key=clear
Replace NETWORK_NAME the name of your Wi-Fi (without quotes if there are no spaces in the name).
Key content - this is your password.If the command results do not contain the line "Key Contents", then the password is not saved in the system (for example, the connection was via WPS or temporary access).
3. Using PowerShell to extract the password
PowerShell — a more powerful tool than the standard command line. It allows you to export all saved Wi-Fi passwords in a convenient format.
How to do it:
- 🛠️ Launch PowerShell as administrator (similar to CMD:
Win + R→powershell→Ctrl + Shift + Enter). - 📜 Enter the command to export all networks and passwords:
(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 - 📋 In the results, you will see a table with all networks and their passwords.
This method is convenient if you need save all passwords (for example, before reinstalling Windows). To export data to a file, add the following to the end of the command:
| Out-File -FilePath "C:\WiFi_Passwords.txt"
File WiFi_Passwords.txt will appear on the disk C:.
⚠️ Caution: Do not store files with passwords in cloud folders (OneDrive, Google Drive) without encryption. This could lead to data leakage if your account is hacked.
4. Viewing your password on macOS (for Apple laptops)
On MacBook or iMac You can view your Wi-Fi password using the built-in utility. Keychain Access (Bunch of keys).
Instructions:
- 🔍 Open Spotlight (
Cmd + Space) and enterBunch of keys(or Keychain Access (on the English keyboard layout). - 🔐 In the left menu, select
System(orSystem). - 🔎 Enter the name of your Wi-Fi network in the search bar.
- 📋 Double-click on the found entry and check the box
Show passwordand enter the password for your account macOS.
If you don't remember your account password, you can reset it through recovery mode (hold Cmd + R when you turn on your Mac). However, this will result in some data loss.
What to do if the keychain is damaged?
If the Keychain Access utility doesn't open or returns errors, try resetting it via Terminal with the following command:
security delete-internet-password -a "NETWORK_NAME"
After this, connect to Wi-Fi again - the password will be saved in a new entry.
5. Third-party programs for viewing Wi-Fi passwords
If system methods don't work, you can use specialized utilities. They are convenient because they show all saved passwords in one window and often have additional features (for example, export to CSV).
Popular programs:
| Program | OS support | Peculiarities | Link (official) |
|---|---|---|---|
| WirelessKeyView | Windows 7/10/11 | Shows passwords in clear text and exports to a text file. | nirsoft.net |
| WiFi Password Revealer | Windows 10/11 | Simple interface, one-click password copying | magicaljellybean.com |
| Wifi Password | macOS | Works via Keychain, displays a QR code for quick connection | App Store |
Warning: Download programs only from official websitesMany "cracked" versions of password viewing utilities contain viruses or spyware.
6. How to find the Wi-Fi password on a laptop without administrator rights
If you don't have administrator rights but your laptop is connected to Wi-Fi, you can try bypassing the restrictions. These methods aren't 100% guaranteed, but they often work:
- 🔄 Reconnecting to the network: Disconnect from Wi-Fi, then reconnect. Sometimes the system prompts you to show the password when reconnecting (for example, on Windows 10 in some assemblies).
- 📱 Using a smartphone: If the laptop is connected to the network via USB tethering or Bluetooth, the password can be viewed on the phone (in the access point settings).
- 🖥️ Linux Live CD: Boot from a flash drive Ubuntu or Kali Linux - in these systems you can view saved passwords without admin rights (via file
/etc/NetworkManager/system-connections/).
If the laptop gives an error Access denied when trying to view the password, this means restrictions are set at the Group Policy level. In this case, only an administrator or a router reset can help.
7. What to do if none of the methods worked
If you've tried all the methods and still can't find the password, there are some drastic measures left:
- 🔧 Resetting the router: Click the button
Reseton the back of the router (hold for 10-15 seconds). After the reset, the network will be named by default (for example,TP-Link_XXXX), and the password is indicated on the device sticker. - 📞 Contacting your providerCall your internet service provider's support team (the number is usually listed on your contract or the router box). A specialist can provide you with a password based on your account information.
- 🔍 Finding a password on other devices: Check your smartphone, tablet or other laptop that is connected to this network. Android The password can be viewed through
Settings → Wi-Fi → Network name → Share(QR code or PIN required).
⚠️ Note: Resetting your router will return all settings to factory defaults, including the network name, password, device priorities, and guest access. Afterward, you'll need to reconfigure your router (e.g., select a Wi-Fi channel, enable DHCP, or set up IPTV).
FAQ: Frequently asked questions about viewing Wi-Fi passwords
Is it possible to find out the password for a Wi-Fi network that the laptop has never connected to?
No, system methods only work for networks the device has connected to before. If the laptop wasn't able to connect to that network, you'll have to:
- View the password on the router (sticker or web interface at
192.168.0.1or192.168.1.1). - Check the password with the person who set up the router.
- Reset the router to factory settings (the password will be standard, for example,
adminor12345678).
Why is there no "Show symbols" button in Network Properties?
This can happen for several reasons:
- Your account does not have administrator rights.
- The network is connected via WPS (without entering a password).
- The password is saved in the following format: Enterprise (corporate authentication via server).
- The system has a security policy that blocks viewing of passwords.
In such cases, try the methods through CMD or PowerShell.
Is it possible to find out the Wi-Fi password on a Linux laptop?
Yes, in systems based on Linux (Ubuntu, Fedora, Mint, etc.) passwords are stored in configuration files. To view them:
- Open Terminal (
Ctrl + Alt + T). - Enter the command:
sudo cat /etc/NetworkManager/system-connections/NETWORK_NAME | grep psk=Replace
NETWORK_NAMEto the name of your Wi-Fi. - The password will be displayed after
psk=.
If used WPA_Supplicant, look at the file /etc/wpa_supplicant/wpa_supplicant.conf.
Is it safe to use programs like WirelessKeyView?
Yes, if you download them from official website (For example, NirSoft). These utilities do not send data to the Internet and do not contain viruses. However:
- Do not download programs from torrents or unverified sources.
- After use, uninstall the utility if you do not need it permanently.
- Do not send exported files with passwords via email or instant messaging.
How do I protect my Wi-Fi from being hacked after I know the password?
If you suspect your password may have fallen into the wrong hands, follow these steps:
- Change the password in the router settings (web interface at
192.168.0.1or192.168.1.1). - Set the encryption standard
WPA3-PSK(orWPA2-PSK, If WPA3 (not supported). - Turn it off WPS (this is a vulnerable protocol).
- Enable filtering by MAC addresses (allow connection only to your devices).
- Change the network name (
SSID) so that older devices do not connect automatically.