How to check your laptop's Wi-Fi password: step-by-step instructions

Many people are familiar with the situation when friends are coming over or you need to connect a new gadget, but you've completely forgotten the Wi-Fi password. It often happens that a laptop connects automatically, and we simply don't think about the security of the access key. However, there comes a time when you need to retrieve this data from the device's memory.

Fortunately, operating systems store information about previously connected networks in special protected registries or storage areas. This data can be accessed using standard tools, without resorting to complex hacking or installing third-party software. In this article, we'll discuss current methods for different platforms.

Before we dive into the technical details, it's worth noting that most of the steps described require administrator privileges. This is a standard security measure to prevent unauthorized access to sensitive system information.

Password recovery through Windows 10 and 11 settings

The simplest and most obvious method, suitable for most users of modern versions of Windows, is found in the system's graphical interface. If your laptop is currently connected to the required network, the process takes literally a few seconds. You don't need to know any commands or delve into the registry.

To get started, open the Start menu and go to Settings, then select "Network and Internet." Depending on your operating system version, the interface may differ slightly, but the logic remains the same. In Windows 10, you need to find the "Network and Sharing Center" link, which is usually located in the Advanced settings section.

In the window that opens, find the name of your current wireless connection and click it. A status dialog box will open, where you'll see the "Wireless Network Properties" button. Click the "Security" tab to see the network security key field, which is hidden by asterisks by default.

To see the characters, simply check the box next to "Show entered characters." The system may prompt you to confirm administrator rights through the standard UAC prompt. After confirmation, the hidden password will become visible, and you can copy or rewrite it.

  • 🔑 Right-click on the Wi-Fi icon in the tray.
  • 🔑 Select "Open Network & Internet settings".
  • 🔑 Go to "Network and Sharing Center".
  • 🔑 Click on the name of your active network and select "Wireless Network Properties".

It's worth noting that Microsoft updated the settings interface in Windows 11. Now the path may look like this: Settings → Network & Internet → Wi-Fi → Manage known networksAfter selecting the desired network from the list, you will be able to see the "View Wi-Fi security key" button if the system allows this for the current connection.

📊 How often do you forget your Wi-Fi passwords?
Once a week
Once a month
Only when guests come
I never forget

Using the Command Prompt to View Saved Networks

If the graphical interface is unavailable for some reason or you prefer console commands, Windows offers a powerful tool called Netsh. This method is especially useful if you need to find the password for a network your laptop has connected to in the past but is currently not connected.

First, you need to run the command prompt as administrator. Click Win + R, enter cmd and press the key combination Ctrl + Shift + EnterThis is critically important, as without elevated privileges, the system will not release stored security keys.

The first step in the console will be to list all Wi-Fi profiles that have ever been saved on this device. Enter the command netsh wlan show profilesIn response, you will receive a list of network names. Find the desired name in the list and remember its exact spelling.

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

Replace "Network_Name" with your router's actual name. If the name contains spaces, be sure to enclose it in quotation marks. After running the command, scroll down to the "Security Settings" section. The "Key Contents" line will display the password you're looking for in clear text.

⚠️ Note: The command line is case-sensitive and space-sensitive. If the command fails, check the exact profile name in the list obtained in step one.

This method is great because it's universal and works even on limited versions of Windows or when the interface is graphicaly corrupted. It also allows you to quickly export network configurations for transfer to another computer.

☑️ Checking access to the command line

Completed: 0 / 4

Viewing your access key on macOS

Apple laptop owners need to proceed differently, as the macOS file system and security policies are fundamentally different from those of Windows. All passwords are stored in the iCloud Keychain or the local system keychain. They are accessed through the Keychain utility.

To find the password you need, open Spotlight search (by pressing Cmd + Space) and enter "Keychain Access." Launch the app. In the left column, select the "Passwords" category, and in the list on the right, find the name of your Wi-Fi network. You can sort the list by name for convenience.

Double-click the found network name. A properties window will open, displaying a wealth of technical information. Find the "Show Password" checkbox and enable it. Following security guidelines, macOS will require you to verify your identity.

You'll need to enter your Mac user account password or use Touch ID if your laptop has Touch ID. After successful authentication, a text-based access key will appear in the field next to the checkbox.

  • 🍏 Open the Keychain app via Spotlight.
  • 🍏 In the list on the left, select the "Passwords" section.
  • 🍏 Find the desired Wi-Fi network in the alphabetical list.
  • 🍏 Check the "Show password" box and enter your Mac password.

In newer versions of macOS, such as Ventura or Sonoma, the process has become even easier. You can now view your password directly in System Preferences. Go to System Preferences → Wi-Fi, find a known network in the list and tap the information icon or the three dots next to it. There will be a "Copy password" button or a field to view it after Face ID.

What to do if you forgot your Mac account password?

If you don't remember the password for your macOS account, resetting your Wi-Fi password via Keychain won't work. In this case, you'll need to sign in with your Apple ID or reset your user password.

Checking the password through the router's web interface

If your laptop is already connected to the network, but the operating system prevents you from viewing the saved key for some reason (for example, due to corporate policies or registry errors), there's always "Plan B." You can access the router's settings, as it distributes the internet and stores the master password.

To do this, open any browser and enter the gateway IP address in the address bar. Most often, this is 192.168.0.1 or 192.168.1.1The exact address can be found by running the command in the command line ipconfig and find the line "Default gateway".

After entering the address, you'll be asked to enter your router administrator login and password. If you've never changed them, they'll be found on a sticker on the bottom of the device. Default combinations are often admin/admin or admin/password.

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)
Xiaomi 192.168.31.1 admin specified during setup

Once in the Control Panel, look for a section called "Wireless," "Wireless Network," or "Wi-Fi." Within it, you'll find a subsection called "Security." This is where the "Password" (PSK Password) field is located, which you can change or simply view.

⚠️ Note: Router interfaces are constantly being updated. The menu layout may differ from what's described. Look for sections labeled "Wireless," "Security," or "WLAN."

This method is the most reliable, as it shows the current password that is active on the network right now, regardless of what your laptop "remembers" or "forgot".

Third-party Wi-Fi management utilities

For those who frequently work with multiple wireless networks, there are specialized programs. These allow you not only to view passwords but also to manage connection priorities, create access points, and analyze the signal.

One of the most popular utilities is WirelessKeyView by NirSoft. This tiny program requires no installation. It automatically scans the Windows registry and displays a list of all saved profiles with cleartext passwords.

Another powerful tool is Wi-Fi Password DecoderIt works on a similar principle, corrupting keys stored in the system. However, caution is advised: many antivirus programs may flag such programs as potentially unwanted programs, as they use methods similar to hacker tools.

Using third-party software is justified if standard Windows tools are damaged or unavailable. However, for a one-time password review, it's better to use the system's built-in features to avoid compromising your computer's security.

  • 💻 Download programs only from the developers' official websites.
  • 💻 Check files with an antivirus before launching.
  • 💻 Use utilities portablely, without installing them on your system.
  • 💻 Uninstall programs immediately after use.

Remember that storing passwords in cleartext on your computer reduces overall security. If you use such utilities on someone else's or a public computer, be sure to remove traces of your activity.

Security measures and protection of your network

Now that you know how easy it is to retrieve a password from a laptop, it's time to think about the security of your own network. If anyone with physical access to your laptop while it's running can find out your password, it poses a threat.

First and foremost, set a strong password to log into your operating system. This is the first line of defense that will prevent anyone from running the command prompt as administrator or accessing settings. Using a PIN or biometrics also enhances security.

It's recommended to change your Wi-Fi password regularly, especially if you've had many guests connect to your network or you suspect the key has been compromised. Changing the password will disable all devices, and you'll have to re-enter the new key on each one.

You should also consider creating a guest network. Most modern routers allow you to create a separate SSID with restricted access. Guests will connect to it without having access to your main files and devices on the local network.

⚠️ Warning: Never use simple passwords like "12345678" or a phone number. Such combinations are automatically generated in seconds.

Security is a process, not a one-time action. Regularly checking connected devices in the router interface will help you spot intruders early and respond promptly.

Is it possible to view the password on a laptop remotely?

Without installing specialized remote access software (TeamViewer, AnyDesk) or Trojans, it's impossible to discover a password remotely. Physical access or account access is required.

Frequently Asked Questions (FAQ)

Where can I find the password if my laptop has never been connected to this network?

If the device has never been connected to the network, it physically doesn't have a password stored in its memory. In this case, the only solution is to use the sticker on the bottom of the router (if the password hasn't been changed) or access the router settings via a cable or another connected device.

Why does Windows say "Insufficient rights" when I try to view my password?

This means you're attempting to perform an action without administrator privileges. Ensure you're logged in with an account with full privileges, or right-click the command prompt and select "Run as administrator."

Is it possible to recover a password after reinstalling Windows?

No, a clean installation of the operating system deletes the registry and all saved Wi-Fi profiles. They can only be restored if you backed up the system beforehand or synced passwords via a Microsoft account and enabled this option.

Is it safe to save your password in the Microsoft cloud or iCloud?

This is convenient, but it carries certain risks. If your account is hacked, the attacker will have access to all saved networks. It is recommended to use two-factor authentication to protect your cloud account.

How to view password on Android tablet?

On Android 10 and above, you can tap the Wi-Fi icon in Settings, select a network, and tap "Share." A QR code will appear, often followed by a text password. On older Android versions, you can't view the saved password using native tools without root access.