How to find the Wi-Fi password on a computer without administrator rights: working methods

Forgot your home Wi-Fi password, but can't access your router or have administrator rights on your computer? This situation is familiar to many: you connected to the network a long time ago, entered the password once, and now you urgently need it for a new device. Luckily, Windows 10 and 11 There are legal ways to retrieve a saved password even without admin rights—if you've successfully connected to this network at least once.

In this article we will analyze 5 proven methods, which work on most versions of Windows, including the latest builds. Important: All described steps apply only to already saved networks — If the computer has never connected to the target access point, you won't be able to find out the password this way. Also, remember legal and ethical boundaries: Using this knowledge to hack other people's networks is prohibited by law.

Before proceeding, ensure you have physical access to the computer and are its authorized user. If this is a work PC in your office, contact your company's IT department. All actions are performed at your own risk.

📊 Why do you need a Wi-Fi password?
Connect a new device
Restore access after resetting the router
I'm helping a friend/relative
Other

1. View the password through the Network and Sharing Center (without the command line)

The easiest way is to use the Windows graphical interface. This works if your account has permission to view network settings (even without full admin access). Here are the step-by-step instructions:

  1. Click the Wi-Fi icon in the lower right corner of the taskbar (next to the clock).
  2. Select the current network you are connected to and click Properties.
  3. In the window that opens, scroll down to the block Properties and press View network properties.
  4. Next, select Security → check the box Show entered characters.

If the button Show entered characters If the service is disabled or requires an administrator password, proceed to the next method. This method works in approximately 60% of cases on home PCs where the user has limited, but not zero, privileges.

2. Using the command line (without admin rights)

Command line (CMD) allows you to extract the password from a saved network even without elevated rights, if you know it SSID (network name). Here's how to do it:

  1. Open the command prompt: press Win + R, enter cmd and press Enter.
  2. Enter the command to view all saved networks:
    netsh wlan show profiles

    Remember the exact name of the network you need (case is important!).

  3. Extract the password using the command:
    netsh wlan show profile name="NETWORK_NAME" key=clear

    Replace NETWORK_NAME to the real SSID (for example, netsh wlan show profile name="MyWiFi_5G" key=clear).

In the command results, find the line Key content — this is the password. If the password is empty or an error is displayed Access denied, then your account is too limited.

What if the network name contains spaces?

If your network's SSID includes spaces (for example, "My Home WiFi"), enclose it in quotation marks: netsh wlan show profile name="My Home WiFi" key=clear.

⚠️ Warning: Some corporate security policies block execution netsh For regular users, the command line won't help in this case.

3. Export passwords via PowerShell (CMD alternative)

PowerShell — a more powerful tool than the classic command line. It can also extract saved Wi-Fi passwords, but requires slightly different commands. This method is suitable for Windows 10 version 1803 and later, including Windows 11.

Open PowerShell as the current user (without admin rights):

  1. Click Win + X and select Windows PowerShell (Not PowerShell (administrator)!).
  2. Enter the command to list networks:
    (netsh wlan show profiles) | Select-String "\:(.+)$" | %{$name=$_.Matches.Groups[1].Value.Trim(); $_} | %{(netsh wlan show profile name="$name" key=clear)} | Select-String "Key contents\W+\:(.+)$" | %{$pass=$_.Matches.Groups[1].Value.Trim(); $_} | %{[PSCustomObject]@{PROFILE_NAME=$name;PASSWORD=$pass}} | Format-Table -AutoSize

This command will automatically extract all saved networks and their passwords, displaying them in a table. If you see empty values ​​in the column PASSWORD, then the user rights are insufficient.

Make sure PowerShell is running without admin rights|Check your connection to the target network (at least once before)|Copy the entire command, without breaking it into lines|If there is an error, try the classic CMD

-->

4. Viewing the password via the configuration file (for experienced users only)

Windows stores Wi-Fi passwords encrypted in system files. Without administrator rights, they can't be read directly, but there is a workaround: export network configuration followed by file parsing. This method requires basic knowledge of XML.

Instructions:

  1. Open Command Prompt (Win + R → cmd).
  2. Export the network profile to a file:
    netsh wlan export profile name="NETWORK_NAME" folder="C:\WiFi_Passwords\" key=clear

    Replace NETWORK_NAME to the real SSID.

  3. Go to the folder C:\WiFi_Passwords\ and open the created file .xml through Notebook.
  4. Find the tag <keyMaterial> - there will be a password in clear text between them.

If an error occurs during export Failed to export profile, then your account doesn't have sufficient rights to read network settings. In corporate networks, this method is often blocked by Group Policy.

⚠️ Attention: Some antivirus programs (for example, Kaspersky or ESET) may block network profile exports as suspicious activity. Temporarily disable protection if you are confident that your actions are safe.

5. Using third-party utilities (with reservations)

There are programs that promise to reveal Wi-Fi passwords without admin rights, for example:

  • 🔹 WirelessKeyView (from NirSoft) is a portable utility for viewing saved keys.
  • 🔹 WiFi Password Revealer - simple interface, but requires .NET Framework.
  • 🔹 Magical Jelly Bean WiFi Password Revealer — works on most versions of Windows.

However, there is critical nuances:

  • 🚫 Most of these programs require running as administrator, otherwise they will not see the system data.
  • 🚫 Antiviruses often block them as potentially dangerous software (due to access to network settings).
  • 🚫 These utilities are useless on corporate networks—data is protected by group policy.

If you still decide to use third-party software, download it only from the official websites of the developers (For example, nirsoft.net For WirelessKeyView). Before launching, disable your antivirus and add the program to the exceptions.

Comparison of methods: which one to choose?

Not all methods are equally effective. Below is a table comparing methods based on key parameters:

Method Do you need admin rights? Does it work in corporate networks? Complexity Risk of being blocked by antivirus software
Network and Sharing Center No (sometimes yes) Rarely Low No
Command line (netsh) No Sometimes Average No
PowerShell No Rarely High No
Export XML file No (but write permissions required) Almost never Average No
Third-party utilities Often yes No Low Yes

On home PCs with a limited account (such as "Guest" or "Standard User"), the command prompt or PowerShell most often works. In office networks, the chances are minimal—IT administrators usually block such capabilities.

Legal and ethical aspects

Before using the methods described, please note:

  • 📜 Unauthorized access to other people's networks is classified as a violation of the law (Article 272 of the Criminal Code of the Russian Federation "Unauthorized access to computer information").
  • 🏢 In corporate networks, such actions can be regarded as violation of labor discipline up to and including dismissal.
  • 🔒 Even if you "just looked" at the home Wi-Fi password without the router owner's permission, it could be considered an invasion of privacy.

Use this knowledge only to restore access to your networksIf this is a work computer, contact support. If this is a home router that you don't own (for example, if you rent an apartment), ask your landlord for the password.

⚠️ Please note: In some countries (e.g. EU), even storing other people's network passwords without the owner's consent may be considered a violation GDPR (General Data Protection Regulation).

FAQ: Frequently Asked Questions

Is it possible to find out the password for a Wi-Fi network that the computer has never connected to?

No. All the methods described only work with saved networks, to which the computer has connected at least once. If the network is not on the list netsh wlan show profiles, it is impossible to extract its password without access to the router.

Why does the command prompt show a blank password?

This means that:

  • Your account does not have permission to view network settings.
  • The network uses Enterprise authentication (for example, in offices or universities).
  • The password was changed on the router after the last connection.

Do these methods work on MacOS or Linux?

No, the article is dedicated exclusively to WindowsOn . MacOS passwords are stored in Keychain Access, and on Linux — in configuration files /etc/NetworkManager/These systems require separate instructions.

Is it possible to find out the password from an Android phone without root rights?

On Android 10+ Without root access, it's impossible to view the password for the current network. On older versions (Android 9 and below), an app sometimes helped. WiFi Password Viewer, but now this method does not work.

What to do if none of the methods worked?

There are two options left:

  1. Reset the router settings (using the button) Reset on the back panel) and configure it again. The password will be reset to the factory default (indicated on the router's sticker).
  2. Contact the person who set up the network (for example, your ISP or administrator).