Many users are familiar with the situation of urgently needing to connect a new device to a wireless network but losing or forgetting the access key. Often, we use the internet for years, entering the password only when first setting up the router, only to forget it. Fortunately, modern operating systems and routers store this data in secure partitions, from where it can be retrieved without any technical knowledge. In this article, we'll cover all the current methods for recovering a forgotten key using standard tools in Windows, macOS, Android, and iOS, as well as router administrative panels.
Before resorting to drastic measures like a full hardware reset, it's worth checking if the password has been saved on one of your already connected devices. This could be a laptop that automatically connects to the network, or a friend's smartphone that you once used when visiting. Restoring access Using existing connections is the fastest and most secure method, requiring no hardware reboots or loss of current configurations. We'll cover both software viewing methods and physical verification methods on the device itself.
It's important to understand that methods may vary depending on your operating system version and router model. Interfaces Windows 10 And Windows 11 have a similar structure, but the arrangement of some elements may differ. The situation is similar with mobile devices: Android different versions and iOS Various mechanisms for accessing network data are offered. However, the general principle remains the same: the system stores the encryption key for automatic authorization, and our task is simply to display it in a readable form.
Viewing a saved password in Windows
operating system Windows By default, it saves profiles of all networks the computer has ever connected to. This is for user convenience, so you don't have to re-enter data each time you connect. To view hidden characters, you'll need administrator rights. The viewing process is quite simple and doesn't require installing any additional software, as all the necessary tools are built into the system.
The fastest way to get to the desired menu is to use the Run command. Press the key combination Win + R on the keyboard, enter the command ncpa.cpl and press Enter. The Network Connections window will open. Find your wireless connection icon (usually labeled "Wireless Network" or "Wi-Fi"), right-click it, and select "Status." In the window that opens, click "Wireless Network Properties."
Go to the "Security" tab. Here you'll see the "Network Security Key" field, where characters are hidden behind asterisks or periods. To display them, check the "Show entered characters" box. If the system asks for administrator rights, agree. Then Wi-Fi password will be visible in clear text format, and you will be able to copy or write it down.
⚠️ Note: If the "Security" tab is missing or the "Show characters" button is grayed out, your account may not have sufficient permissions or your network profile may be corrupted. In this case, try launching the properties window as an administrator from the command prompt.
An alternative method for advanced users is to use the command line. Open the terminal (CMD) as administrator and enter the command netsh wlan show profilesto see a list of all saved networks. Then use the command netsh wlan show profile name="Network_Name" key=clearIn the "Security Settings" section, the "Key Contents" line will display the key you are looking for.
How to find out your password on Android and iOS
Mobile devices also store data about connected networks, but access to it is limited by security policies. On devices running Android versions 10 and above, as well as on iOS 16+, it's now possible to share a password or view it as a QR code. This significantly simplifies the lives of users who need to connect a guest to the network.
On Android The process is as follows: go to "Settings," select "Wi-Fi" or "Connections." Find the network you're connected to (or a saved network), and tap the gear icon or the network name. Select "QR code" or "Share" from the menu. A QR code will appear on the screen, and often the password itself is written below it in text. If there's no text, you can scan the password with another phone or app.
For iPhone owners with the updated operating system iOS 16 If you have a newer model, you'll have even better luck. Go to "Settings" -> "Wi-Fi." Tap the blue information icon (the letter "i" in a circle) next to your network name. In the "Password" field, tap the hidden dots. The system will ask you to authenticate with biometrics (Face ID or Touch ID) or enter a screen passcode. Once confirmed, the password will be displayed and can be copied.
- 📱 On Android 10+, use the "QR code" feature in Wi-Fi settings for quick access.
- 🍏 On iOS 16+, the password is hidden until biometric verification is completed.
- 🔒 Older versions of Android (below 10) require root access to view saved keys.
- 📲 For older iPhones without iOS 16, the only way is to view the password on a synced Mac or PC.
Finding a password through the router's web interface
If none of the devices are connected to the network or can reveal the password, the most reliable source of truth is the router itself. The encryption key is stored in its configuration file. To access this data, you need to log in. web interface router. This can be done from any device connected to the router via cable or Wi-Fi (if access is still available).
Open any browser and enter the router's IP address in the address bar. Most often, this is 192.168.0.1 or 192.168.1.1The exact address, as well as the login and password for accessing the admin panel, are indicated on a sticker on the bottom or back of the device. Standard login details are often admin/admin or admin/password, if you haven't changed them.
After successful authorization, find the section responsible for your wireless network. It may be called "Wireless," "Wi-Fi," "Wireless Mode," or "WLAN." Within this section, look for the "Security" or "Wi-Fi Settings" subsection. The current access key is listed there in the "PSK Password," "WPA Key," or "Password" field. You can view it, copy it, or change it to a new one.
| Router brand | Standard IP | Default login | Default password |
|---|---|---|---|
| TP-Link | 192.168.0.1 | admin | admin |
| ASUS | 192.168.1.1 | admin | admin |
| D-Link | 192.168.0.1 | admin | (empty) |
| Keenetic | 192.168.1.1 | admin | 1234 |
| Tenda | 192.168.0.1 | admin | admin |
⚠️ Note: Router interfaces are constantly being updated. Menu locations may vary depending on the firmware version. If you can't find the item you need, check the official instructions for your specific model on the manufacturer's website.
Using the Command Prompt and PowerShell
For users who prefer a text-based interface or don't have access to a graphical menu, the Windows command line is a great tool. This method is universal and works on all OS versions, starting with Windows 7It allows you not only to see the password, but also to manage network profiles.
Launch Command Prompt (cmd) or PowerShell as administrator. The first step is to list all saved profiles. Enter the command:
netsh wlan show profiles
Find your network name in the list. Then use the command to display detailed profile information, including the security key. Replace "Name_WiFi" with the exact name of your network:
netsh wlan show profile name="Name_WiFi" key=clear
In the command output, locate the "Security settings" section. The "Key Content" line will contain the password you're looking for in cleartext. This method is especially useful if the Windows graphical interface isn't working correctly or is blocked by group policies.
What to do if the command returns an error?
The "Environment not found" or "Element not found" error means the network name was entered incorrectly. The name must match, including spaces and case. Use quotation marks if the name contains spaces.
Viewing the key on macOS
Computer users Apple Mac Store all Wi-Fi passwords in Keychain Access. This secure password storage is synced across Apple devices via iCloud. To view a stored password, you'll need the password for your Mac user account.
Open Keychain Access. You can find it using Spotlight search (Cmd + Space) or in the Applications -> Utilities folder. Select the Passwords category from the list on the left. Find your Wi-Fi network name in the list. Double-click it to open its properties.
In the window that opens, check the "Show password" box. The system will immediately ask for confirmation: enter your Mac's username and password (or use Touch ID). After authorization, the Wi-Fi network password will appear in the field next to the checkbox. This is the most secure method for the Apple ecosystem.
- 🍎 Open Keychain Access via Spotlight or Utilities.
- 🔍 Find the network name in the "Passwords" list.
- ✅ Click "Show Password" and enter your Mac password.
Resetting the router as a last resort
If none of the software methods help, or you've changed the password in the router interface and forgotten the new one, and you've lost access to the admin panel, your last option is a full reset. This will restore the router to its factory settings, and the Wi-Fi password will be reset to the one it had when you first turned it on (found on the sticker).
To perform a reset, find a button or hole with an inscription on the router body Reset or RestoreThis is usually a small indentation that you press with a paperclip or toothpick. Hold the button for 10-15 seconds until the indicators blink simultaneously. After rebooting, the router will broadcast the network with the factory name and password.
It is important to remember that after the reset, all your personal settings (PPPoE connection type, static IP, IPTV settings) will be deleted. You'll have to reconfigure your internet using your provider's information. Only use this method if you have a contract with your provider and are confident in your ability to do so.
⚠️ Caution: Resetting your router is a drastic step. Make sure you have internet access (e.g., via a mobile network) to find the initial setup instructions for your router model if you don't know your provider's settings.
☑️ Checklist before resetting your router
Frequently Asked Questions (FAQ)
Is it possible to find out someone else's Wi-Fi password without accessing the router?
No, it's impossible to legally obtain the password to someone else's closed network without the key or physical access to a device that's already connected. Hacking programs often contain viruses and are illegal. The only legal way is to ask the owner for the password or use the WPS function if it's enabled and you're within range (although WPS is considered vulnerable and is often disabled).
What should I do if the "Show characters" button in Windows is grayed out?
This means your current account doesn't have administrator privileges. Try logging in as an administrator or using the Command Prompt as an administrator, as described in the relevant section of this article.
Where can I find the password if the sticker on my router has worn off?
If the sticker is illegible and the default passwords (admin/admin) don't work, they were likely changed earlier. In this case, a full reset using the Reset button will restore the router to its factory settings, which can be found in the manual or on the manufacturer's website for your device model.
Is it safe to store passwords in a browser or in the cloud?
Storing passwords in secure cloud storage services (such as iCloud Keychain or Google Password Manager) is considered secure when using two-factor authentication. This is more convenient than writing down passwords on paper, which can get lost. However, always use a strong master password to access these storage services.
Can a virus steal a saved Wi-Fi password?
Theoretically, yes, if a virus gains administrator rights on your device. It can read saved network profiles. Therefore, it's important to have an antivirus installed and avoid running suspicious files, especially if you use your computer in public places or connect questionable USB devices.