How to find your laptop's Wi-Fi password: full instructions

Many users are familiar with the situation of needing to connect a new device to their home network, but have completely forgotten the Wi-Fi password. Fortunately, modern laptop operating systems have a useful feature for saving login credentials, making it easy to restore access. wireless network without having to reset your router.

There are several proven ways to extract a forgotten character combination using built-in tools in Windows, macOS, or the command line. In this article, we'll detail the steps for different operating system versions and consider cases where standard methods may fail.

Knowing where this data is stored will help you not only in everyday life but also when setting up guest access or sharing data with friends. The key is to have physical access to a device that's already successfully connected to the network or to have administrator rights to the system.

Restoring access through the Windows 10 and 11 interface

The easiest and safest way to view saved data is to use the operating system's graphical interface. In the latest versions Windows This process has become even more intuitive, although in the "eleventh" version the settings menu has undergone some changes.

First, you need to open the Network Control Panel. Right-click the Wi-Fi icon in the system tray (near the clock) and select Network and Internet settingsNext, in the window that opens, find the link to advanced settings or the Network and Sharing Center.

⚠️ Important: To perform these actions, your account must have administrator rights, otherwise the system will block access to security settings.

After switching to the classic "Network Connections" window (often called up by a combination Win + R and entering the command ncpa.cpl), find your active wireless network adapter. Double-click it to open a status window displaying your connection speed and session duration.

In this window you are interested in the button Wireless network propertiesClicking on it will take you to a menu where you can manage encryption protocols and security keys. Go to the tab Security.

It's here, in the "Network Security Key" field, that your characters are hidden. By default, they appear as dots or asterisks. To see the actual password, check the box next to it. Show entered characters.

After removing the mask, you'll see a text string. You can rewrite it manually or copy it if your system allows text selection in this field (copying is blocked in some versions of Windows).

Using the Command Prompt for Advanced Users

For those who prefer speed and precision, or if the graphical interface is not working correctly, the command line is ideal. CMDThis method allows you to not only view the current key, but also display a list of all networks ever saved on the device.

Run the command prompt as administrator. This is a critical step, as the command will not run without elevated privileges. Enter the command prompt cmd In the search, right-click on the result and select the appropriate item.

The first command you need to enter will show a list of all Wi-Fi profiles that have ever been connected to this laptop:

netsh wlan show profiles

Find your network name in the list. Pay attention to the exact spelling of the name, including spaces and capitalization. Then, use the following syntax, substituting your profile name:

netsh wlan show profile name="Network_Name" key=clear

In the command output, find the section Security parametersThe "Key Contents" line will contain the desired password in clear text.

Why might the password not be displayed?

If you see an empty field or an error instead of a key, the profile may be stored only in the current user's registry and not in the system, or the configuration file may be corrupted.

This method is especially useful if you need to quickly copy data or if the settings interface freezes. The command line operates at the system call level, bypassing the graphical shell.

Viewing saved networks on macOS

Users of technology Apple They can also easily restore access to their network using the built-in Keychain utility. This system securely stores all passwords, including Wi-Fi, website, and app keys.

Open Keychain Access via Spotlight search (click Cmd + Space and enter a name). In the side menu, select the "System" or "iCloud" category, depending on where your data is synced.

Find the name of your wireless network in the list. Double-click it to open its properties. In the window that opens, check the box. Show password.

The system will ask you to verify your identity. You will need to enter your Mac user account password or use Touch ID. Once successfully authenticated, your password will appear in the text field.

☑️ Check access on Mac

Completed: 0 / 1

It's important to note that on macOS, passwords are often synced via iCloud. If you change your password on one Apple device, it will automatically update on all other devices linked to your Apple ID.

Network Security Parameters Table Analysis

When troubleshooting connection issues, it's important to understand the type of security used on your network. Different encryption protocols have varying strengths and compatibility with older devices.

Below is a table showing the main parameters that can be viewed in the network properties via the command line or the GUI.

Parameter Description Recommended value
Security type Data encryption protocol WPA2-Personal or WPA3
Encryption type Coding algorithm AES
Security key The network password itself Minimum 12 characters
802.1X Additional authentication Disabled (for home)

Using an outdated protocol WEP or TKIP makes your network vulnerable to hacking. If you see these values ​​in the table, we strongly recommend adjusting your router settings.

Modern standards such as WPA3 provide significantly higher levels of security by using improved handshake processes when connecting devices.

📊 What type of protection do you currently have?
WPA2-Personal
WPA3-Personal
WEP (obsolete)
I don't know / Open network

Receiving data via the router's web interface

If your laptop isn't connected to the network, or you want to find out the password for a new device but have forgotten your current one, you can access the source of the data transfer—your router. This will require a cable connection or a Wi-Fi connection (if available).

Open your browser and enter your router's IP address in the address bar. Most often, this is 192.168.0.1 or 192.168.1.1The exact address is usually indicated on a sticker on the bottom of the device.

⚠️ Note: Router interfaces from different manufacturers (TP-Link, ASUS, D-Link, Keenetic) vary significantly. Menus may have different names, but the logic remains the same.

After entering the administrator login and password (often admin/admin by default), go to the wireless network section. It may be called Wireless, Wi-Fi, "Wireless" or "WLAN".

In the "Security" or "Security Settings" subsection, you'll see a field labeled "Wireless Password," "PSK Password," or "Network Key." Here, you can view the current password and set a new one.

After changing the password, all connected devices will lose connection to the network and will need to reconnect using a new password. This is a good way to secure your network if you suspect your neighbors are using your Wi-Fi.

Common mistakes and how to solve them

Even following the instructions, users may encounter unexpected difficulties. Most often, problems are related to access rights or specific network adapter drivers.

One common error is the message "Windows cannot save network settings." This can occur if the network profile is corrupted. In this case, it's helpful to delete the old profile via the command line.