How to Find Your Laptop's Wi-Fi Password: A Complete Guide

Many users are familiar with the situation of urgently needing to connect a new device to a wireless network but hopelessly forgetting its password. A laptop already connected to the router stores this information in its records, and it can be retrieved without much difficulty. Security system Operating systems allow you to save access keys for automatic connection in the future, making it possible to reuse them.

There are several proven methods that allow restore access to the encryption key data. You can use the Windows Settings graphical interface, which is most intuitive for beginners, or you can use more advanced tools, such as the command line. Windows 10 And Windows 11 offer similar, but visually distinct, navigation paths, which we'll explore in detail in this article.

Don't panic if standard methods don't work right away. The Wi-Fi password is stored in the system registry or network profile in encrypted form., but the operating system has built-in mechanisms to decrypt it for an authorized user. Below, we'll look at step-by-step algorithms for various scenarios.

Viewing your password through the Windows 10 and 11 graphical interface

The easiest and most accessible way to find a forgotten password is to use the standard network properties window. This method doesn't require complex commands and works in most cases if the laptop is already connected to the access point. You'll only need to navigate through a few menu items.

To begin, right-click the wireless connection icon in the lower-right corner of the screen. From the menu that appears, select Network and Internet settingsIn the settings window that opens, find the section Wi-Fi and click on the link Configuring adapter settings (In Windows 11 this may be called Additional network settings). The classic network connections window will open.

In the list of available connections, find your active wireless connection, usually called Wireless network or Wi-FiRight-click on it and select StateIn the small window that appears, click the button Wireless network properties. Switch to the tab SecurityThis is where the key we are looking for is hidden.

On the security tab you will see a field Network security keyInitially, the symbols in this field are hidden by dots or asterisks. To see them, check the box next to the item. Show entered charactersAfter this, the hidden text will become visible, and you will be able to copy or rewrite it.

⚠️ Attention: If the "Show entered characters" checkbox is unavailable (grayed out) or the system requires administrator rights, your account does not have sufficient privileges. In this case, you will need to log in as an administrator.

Interface Windows 11 has undergone some changes, making the settings more modular, but the logic remains the same. If you can't find the item you need, search for "Wi-Fi" or "Wireless Network" in the system settings.

Using the command line to recover the key

For more experienced users or in cases where the graphical interface does not work correctly, using the command line is the ideal solution. CMDThis tool allows you to interact with system services directly, bypassing visual shells. Command line Provides access to saved profiles of networks your laptop has ever connected to.

To launch the utility, click Win + R, enter cmd and press Enter. To gain full rights, it's best to run the command prompt as administrator. The first step is to find out the exact name of the network profile saved in the system. Enter the following command:

netsh wlan show profiles

The system will display a list of all saved profiles. Find your network name (SSID) in the list. If the network name contains spaces or special characters, it will be enclosed in quotation marks. Remember the exact name, as you'll need it in the next step.

Now enter the command to display the details of a specific profile by adding the parameter key=clear, which instructs the system to show the key in clear text:

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

In the command output, scroll down to the section Security parameters (Security settings). The search phrase will be in the line Key content (Key Content). This is your password.

What should I do if the network name contains Cyrillic characters?

If your network name is written in Russian letters, the command line may display it incorrectly due to encoding. In this case, try copying the network name from the profile list and pasting it into the command, or use the English version of the command: netsh wlan show profile name="Name" key=clear if the name was saved in Latin characters.

This method is especially useful if you need to find out the password for the network your laptop is connected to, but the connection is currently lost. The profile remains in memory, and netsh command will successfully extract the data.

☑️ Check before entering a command

Completed: 0 / 4

How to view your password on a MacBook (macOS)

Product users Apple may also face the need to restore access. In the operating system macOS All passwords, including Wi-Fi keys, are stored in a secure vault called Keychain Access. This is a centralized credential management system.

To find the key you need, open Spotlight search (by pressing Cmd + Space) and enter "Keychain Access." Launch the app. In the left column, select the "Passwords" category. Find the name of your wireless network in the list.

Double-click the network name. A properties window will open. Check the box next to Show passwordThe system will ask you to enter your Mac user account password or use Touch ID to verify your identity. Once successfully authenticated, your password will appear in the text field.

In newer versions of macOS (Ventura and later), the Settings interface has become more mobile-like. You can go to System Preferences -> Wi-Fi, find a known network in the list, and click the "More details" button or the "i" icon. There may also be an option to copy the password after biometric verification.

It is important to understand that Bunch of keys — is a critical security component of macOS. Access to it is strictly controlled, so without the administrator account password, it is impossible to access stored data.

Restoring access via the router's web interface

If none of the methods on the laptop itself help, there is always the “gold standard” - entering the router settings. Wi-Fi password It must be specified in the router's configuration. To do this, the laptop must be connected to the router (at least via cable if Wi-Fi isn't working) or you must know the device's IP address.

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 access, are usually indicated on a sticker on the bottom of the device. Popular brands such as TP-Link, Asus, D-Link And Keenetic, use standard addresses by default.

After entering your login information, you'll be taken to the control panel. The interface varies from manufacturer to manufacturer, but the logic is the same. Look for sections labeled "Wireless," "Wireless Mode," "WLAN," or "Wi-Fi." Within this section, there will be a subsection called "Security," or simply "Basic Settings," with a field labeled PSK Password or Wireless Password The current key is specified.

Here you can not only view the password but also change it to a more complex one if you suspect your neighbors have connected to your network. Don't forget to save your changes by clicking "Save" or "Apply."

Router brand Default address Login 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 my.keenetic.net admin 1234

⚠️ Attention: Router interfaces are regularly updated. Menu locations may vary depending on the firmware version. If you can't find the item you need, consult the official manual for your specific model on the manufacturer's website.

Specifics of working with PowerShell

An alternative to the classic command line is PowerShell — a more powerful automation tool in Windows. It also allows you to work with network profiles, but the syntax may differ. This method is convenient if the standard commands netsh for some reason they are blocked by security policy or do not work correctly.

Run PowerShell as administrator. The commands here largely duplicate the functionality of CMD, but the output may be more structured. To view all profiles, use the same command:

netsh wlan show profiles

However, PowerShell allows you to output data in XML format, which is convenient for scripts, but for quickly viewing a password, standard text output is sufficient. Enter the command:

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

If you are using modern versions Windows 10/11PowerShell also allows you to control Wi-Fi via a module NetSecurity, but for simple viewing of the password the method netsh remains the fastest and most reliable because it operates at the driver level and does not depend on PowerShell module versions.

Be careful when entering the network name, especially if it contains upper and lower case characters.

Frequently Asked Questions (FAQ)

Is it possible to find out the Wi-Fi password if the laptop is not connected to it?

No, it's impossible to directly find the password if the device has never connected to this network and the profile hasn't been saved previously. However, if the profile is saved (even if Wi-Fi is disabled), you can retrieve the password using the methods described above, using the command line.

What should I do if the command line says "Access denied"?

This means you launched Command Prompt or PowerShell without administrator privileges. Close the window, right-click the CMD or PowerShell icon in the Start menu, and select "Run as administrator."

Where can I find a QR code with a password on Windows?

Windows 11 now has a "Show QR code" feature in Wi-Fi settings. This allows you to scan the code with your phone to connect. While it doesn't immediately display the text password, it does allow you to connect your device without manually entering the characters.

Will resetting network settings reset my Wi-Fi password?

Yes, resetting your network settings will delete all saved Wi-Fi profiles and their passwords. After this procedure, you'll have to re-enter passwords for all known networks.

Is it possible to hack someone else's Wi-Fi from a laptop?

This article only covers legal methods of restoring access to your own Saved networks. Hacking into other people's networks is prohibited by law and cannot be accomplished using standard operating system tools without specialized knowledge and tools.