It's common to need to connect a new device to your home network but lose or forget the access key. Router owners often write down complex combinations of characters on a piece of paper and hide it, forgetting its location, or simply forgetting that they changed the default settings immediately after purchasing the equipment. In such situations, finding the Wi-Fi password becomes critical to restoring internet access.
Fortunately, modern operating systems and network protocols are designed with user convenience in mind, providing several reliable methods for recovering lost data. You don't need advanced programming knowledge or access to paid software to solve this problem. A basic understanding of how they work is sufficient. local network and have physical access to a device that is already connected to the access point.
In this article, we'll cover all the current methods in detail, from viewing saved keys in Windows and macOS to resetting your router to factory settings. We'll cover both standard operating system tools and specialized administration utilities.
⚠️ Attention: Accessing someone else's wireless network without the owner's permission is a violation of data protection laws and property rights. All methods described below are intended solely for restoring access to your personal equipment.
Finding a password in Windows 10 and 11 settings
If your laptop or computer is already connected to the desired Wi-Fi network, the Windows operating system stores the security key in its profile. This is the easiest and most secure method, requiring no additional software. First, open the network settings, where you'll find a list of all saved connection profiles.
Go to the Start menu and select "Settings," then find the "Network & Internet" section. The interface may differ slightly depending on your OS version, but the logic remains the same. Look for "Advanced network settings" or "Network and Sharing Center." This displays the active connection; click its name to open the status window.
In the wireless network status window that opens, click "Wireless Network Properties." Switch to the "Security" tab. This is where the "Network Security Key" field is located, hidden by asterisks by default. To see the characters, check the "Show characters" box. Then password will become visible in text form, and you will be able to copy it or write it down.
- 🔑 Open Control Panel by searching in the Start menu for the classic interface.
- 💻 Use the command
ncpa.cplin the Run window for quick access to adapters. - 👁️ The Security tab requires administrator rights to view saved data.
- 📝 Copy the key into a notepad to avoid losing the case of letters and special characters.
Using the Command Prompt to View Keys
For more advanced users or when the graphical interface isn't working correctly, the Windows command line is a great tool. This method not only allows you to view the password for the current network but also displays a list of all previously connected Wi-Fi networks and their security keys. This is especially useful if you need to restore access to a device that's currently out of range.
To launch the utility, press the key combination Win+R, enter cmd and press Enter. A console will open, where you need to enter the command to display the list of profiles: netsh wlan show profilesThe system will display a list of all saved networks. Find the desired name (SSID) in the list and enter the following command to view it in detail: netsh wlan show profile name="Network_Name" key=clearReplace "Network_Name" with the exact name of your connection.
In the resulting report, find the "Security Settings" section. The "Key Content" line will contain the password you're looking for in cleartext. This method works on all modern versions of Windows, starting with Vista, and is independent of the wireless adapter driver version. The main thing is to follow the command syntax and include quotation marks if the network name contains spaces.
netsh wlan show profile name="Home_WiFi" key=clear
It's important to note that this method only displays networks to which the device has previously connected and saved a profile. If the computer has never connected to the router, this method won't reveal the password. It's also worth keeping in mind that antivirus software can block scripted attempts to access network settings, so in rare cases, temporarily disabling protection may be necessary.
Restoring access via the router's web interface
The most reliable method, which always works if you have physical access to the router, is logging into its control panel. The router's web interface stores all network settings, including the encryption type and access key. To access it, the device you're logging in from must be connected to the router via Wi-Fi or a LAN cable.
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 usually indicated on a sticker on the bottom of the device. The default credentials are often admin/admin or admin/password, but if you changed them earlier and forgot, you will have to reset the router to factory settings.
After logging in, find the section responsible for wireless networking. Depending on the model and firmware, it may be called "Wireless," "Wi-Fi," "Wireless Mode," or "WLAN." Within this section, look for the "Security" subsection. This is where the current key is displayed in the "PSK Password," "WPA Pre-Shared Key," or "Wireless Network Password" field.
| Router brand | Typical IP address | Standard login | Standard 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 |
⚠️ Attention: Firmware interfaces are constantly updated. The menu layout may differ from the one described. If you can't find the setting you need, use the router's menu search or refer to the specific model's manual on the manufacturer's website.
How to find out your password on Android and iOS
Smartphone owners may also need to share or learn a password to connect to another device. Modern mobile operating systems have this feature built in by default, simplifying the process. However, the methods for Android and iOS have their own unique requirements.
On Android devices (version 10 and above), the process is quite simple. Go to "Settings" and select "Wi-Fi" or "Connections." Tap the name of the network you're connected to or the gear icon next to it. Select "Share" or "QR code." A QR code will appear on the screen for guests to quickly connect. Below this code is often (but not on all models) a password in plain text. If there is no text, you can scan this code with any QR scanner from another phone, and it will display a connection string containing the key.
Apple has implemented a similar feature on iPhones with iOS 16 and later. Open "Settings" and go to "Wi-Fi." Tap the blue "i" in a circle next to your network name. In the menu that appears, find the "Password" field, which will be hidden by dots. Tap this field, and the system will ask you to authenticate with biometrics (Face ID or Touch ID). Once confirmed, the password will be revealed and can be copied.
- 📱 On Android, use Google Lens to scan your own QR code if the text is not visible.
- 🍏 On iOS, the function only works if the phone is already connected to the network or has been connected previously.
- 🔒 Biometrics on iPhone is a requirement for viewing saved passwords.
- 📲 For older versions of Android (below 10), root access or third-party apps will be required.
What to do if there is no QR code on Android?
On some operating systems (such as older versions of MIUI or EMUI), the QR code generation feature may be hidden. In this case, you can try installing a QR code generator app from text, after copying the network configuration file using a file manager (root required). However, the easiest way is to use the command line on a PC if the phone is connected via USB debugging.
Viewing saved networks on macOS
Apple Mac users can also access saved passwords through the system utility Keychain. This is a password and certificate storage that syncs across Apple devices if iCloud Keychain is enabled. You can find not only Wi-Fi keys here, but also website and app passwords.
To search, press Command+Space to open Spotlight and type "Keychain Access." Open the app. In the left pane, select the "Passwords" category. Find the name of your wireless network in the list. Double-click it. A properties window will open, where you should check the "Show password" box. The system will prompt you to enter your Mac user account password or Touch ID. After confirming, the password you were looking for will appear in the field.
This method is extremely secure and works even if there is no current Wi-Fi connection, as long as the network is saved in the history. Keychain encrypts data, making it impossible to access information without an administrator password or biometrics, ensuring a high level of security. cybersecurity personal data.
Resetting the router to factory settings
If none of the software methods helped, or you don’t remember the password to enter the router’s web interface, there remains a radical but effective method – a hard reset.