How to Find the Password of a Connected Wi-Fi Network: A Complete Guide

It's common to need to connect a new device to a network but lose or forget the password. Fortunately, if at least one device already has an active connection to the access point, the access key can be recovered using the operating system's built-in tools or through the router's web interface. Operating systems store information about saved networks stored in special registries, access to which does not require third-party software.

There are several basic scenarios for recovering lost data, and the method you choose depends on the equipment you have available. You can use a Windows computer, an Android or iOS smartphone, or even the router itself. It's important to understand that network security It directly depends on the complexity of the key, so after restoring access, it makes sense to think about replacing it with a more secure one.

In this article, we'll cover each available method in detail, from simple steps in the Windows interface to resetting your router. Regardless of whether you're using Windows 10, Windows 11 Whether you're using a mobile platform or a mobile device, you'll find a solution. The key is to be consistent and pay close attention to the commands you enter.

Viewing your password through Windows settings

The Windows operating system has built-in functionality for managing network connections, allowing you to view the security keys of previously saved networks. This method is the simplest and doesn't require installing any additional software. However, it's important to note that standard tools can only view the password for the network to which the device is currently connected or has previously connected.

To get started, you need to open the Control Panel or use the new Settings interface, depending on your OS version. In the classic view, go to the Network and Internet section, then select Network and Sharing Center. Here you will see your active connection, next to which will be the name of your connection. wireless networkClick on this name to open the status window.

In the window that opens, click the "Wireless Network Properties" button, then switch to the "Security" tab. This is where the "Network Security Key" field is located, which is hidden by characters by default. To see the characters, check the "Show characters" box. Then password will become visible as plain text.

📊 What operating system do you use?
Windows 10
Windows 11
Windows 7
Linux or macOS

⚠️ Note: If the "Security" tab is missing or the fields are grayed out, your account may not have sufficient administrator privileges. On corporate networks, access to these settings may be restricted by group policies.

An alternative method for users Windows 10 And Windows 11 — Using the command line. This method is more versatile and allows you to see passwords for all networks ever saved on your computer, not just the current one. To launch the console, press Win + R, enter cmd and press Enter. In the black window that opens, enter the command to display the list of profiles:

netsh wlan show profiles

Once the list appears, find the desired network name. To get the password, enter the command, substituting your profile name:

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

In the command output, find the line "Key Content," which will contain the required access code. This method is especially useful if the graphical interface is not working correctly.

Restoring access on Android and iOS

Mobile platforms have long hidden saved password information for security reasons, but modern versions of Android and iOS now allow you to share or view access. On devices running Android 10 and later, the process has become incredibly simple. Go to "Settings," select "Wi-Fi," and tap the gear icon next to your active network.

A QR code will appear on the screen to quickly connect guests. A text version of the password is often displayed beneath this code. If the text is hidden, you can take a screenshot and open it using Google Lens or any similar QR code scanner that also reads text. This allows you to bypass the visual obfuscation of the characters.

  • 📱 On Android, go to Settings → Wi-Fi → Select a network → Share button or QR code.
  • 🍏 On iOS (iOS 16+), go to Settings → Wi-Fi → Tap the "i" next to the network → Tap Hidden Password Points.
  • 🔑 Older versions of Android may require root access or the use of specialized apps.

iPhone owners running iOS 16 or later are even luckier. Apple has added a feature to view passwords directly in the Settings menu. Simply unlock your device with Face ID or Touch ID, tap the eye icon in the password field, and the system will display your password. access keyIt can be copied to the clipboard or directly transferred to another Apple device via AirDrop.

What should I do if the QR code is not displayed on Android?

On some operating systems (for example, older versions of MIUI or EMUI), the QR code generation function may be hidden. In this case, try using third-party apps from the Play Market that can read system Wi-Fi configurations, but these often require root access.

It is important to note that on devices without an updated operating system, viewing saved passwords may not be possible without the procedure rooting (for Android) or jailbreak (for iOS). These actions void the warranty and may disrupt stability. WIDGET:keypoint:On modern smartphones (Android 10+, iOS 16+), you can view your password without third-party software using built-in biometric authentication features.

Checking via the router's web interface

The most reliable method, which works regardless of the type of device connected (PC, phone, tablet), is to access the router's settings. The router's web interface stores all the key network parameters, including the SSID and encryption key. To do this, you'll need a browser and a device connected to the router via cable or Wi-Fi.

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 username and password for accessing the control panel, are usually located on a sticker on the bottom of the device. If you've changed this information previously and have forgotten it, you may need to perform a full reset.

After successful authorization, the control panel will open in front of you. The interface varies from manufacturer to manufacturer (TP-Link, ASUS, Keenetic, MikroTik) looks different, but the logic is the same everywhere. You need to find the section responsible for the wireless network. It may be called "Wireless," "Wi-Fi," "Wireless Mode," or "WLAN."

Manufacturer Menu section Subsection Field name
TP-Link Wireless Wireless Security Wireless Password
ASUS Additional settings Wireless network Verification Method / Password
Keenetic My Networks and Wi-Fi Home network Password
D-Link Wi-Fi Security settings PSK encryption key

Within the corresponding section, look for the field where the password is specified. It's often hidden behind asterisks, but there's always a "Show Password" or "Display" checkbox nearby. If you can't find these settings, use the menu search or refer to the manual for your specific model.

⚠️ Note: Firmware interfaces are updated regularly. The location of menu items may differ from that shown in the table. If you cannot find the desired setting, consult the official documentation on the router manufacturer's website.

☑️ Login to the router

Completed: 0 / 4

Using the Command Prompt and PowerShell

For advanced users who prefer console utilities, Windows provides powerful tools via PowerShell. This method is similar to using cmd, but allows for more structured data. Open PowerShell as an administrator to avoid access errors.

The command to display all saved profiles looks like this:

netsh wlan show profiles

To immediately see the password for a specific network without going to the properties menu, use the option key=clearThis is critically important, as without this flag, the system will only show the encryption type but hide the key itself.

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

In the command output, look at the "Security Settings" section. The "Key Content" line will contain the text you're looking for. If you see the error "Group Policy could not find the profile" instead of the network name, it means the network isn't saved on the system or access to it has been blocked by the administrator.

Third-party programs and utilities

If Windows' built-in tools seem too complex or inaccessible, you can use specialized software. There are many utilities designed to recover forgotten passwords. One of the most popular and time-tested programs is WirelessKeyView from NirSoft.

This program requires no installation (it's portable), which is a major advantage. Once launched, it automatically scans the Windows registry and displays a list of all saved Wi-Fi networks with their keys in plaintext. The data can be exported to a text file, HTML, or XML for further use.

  • 🛡️ WirelessKeyView is a lightweight utility that displays the keys of all saved networks.
  • 📡 WiFi Password Decoder - allows you to not only view but also generate QR codes.
  • 🔓 Magical Jelly Bean WiFi Password Revealer - simple interface for quick viewing.

Always exercise caution when using third-party software. Download programs only from the developers' official websites to avoid infecting your computer with viruses or miners. Antivirus programs may detect such utilities as "hacking tools," so you may need to add an exception before running them.

⚠️ Warning: Using programs to hack other people's Wi-Fi networks without the owner's permission is illegal. These methods are intended solely for restoring access to your own networks or networks whose administrator has given you permission.

Resetting your router as a last resort

If none of the above methods work (for example, you've forgotten your router admin password and the password isn't saved on your computer), your last option is to perform a full factory reset. This is a drastic measure that will return your router to its factory-fresh state.

Most routers have a button on the body. Reset or RestoreIt can be located separately or recessed into the housing (a paperclip is required for access). To perform a reset, you must:

  1. Connect the router to the network.
  2. Press and hold the reset button for 10-15 seconds.
  3. Wait until the indicators blink simultaneously, which signals a reboot.

After this procedure, the router will operate with default settings. The username and password for the web interface, as well as the Wi-Fi name and password, will revert to the values ​​indicated on the sticker on the bottom of the device. You will need to reconfigure your connection to your ISP (PPPoE, L2TP, or dynamic IP) if this information was not obtained automatically.

What will happen to the Internet after the reset?

The internet will stop working on all devices until you re-enter your provider's settings into your router. Make sure you have your contract with your provider or your login information handy.

This method guarantees 100% success, as you gain full control over the device. However, it requires time to reconfigure the entire home network. Use it only when other options have been exhausted.

Frequently Asked Questions (FAQ)

Is it possible to find out the Wi-Fi password if I'm not connected to the network right now?

Yes, if you've connected to this network before. Windows and other operating systems store profiles of all networks you've ever connected to. You can view the password using the command line or third-party utilities, even if the router is turned off or out of range.

Are password recovery programs safe to use?

Using trusted utilities from reputable developers (such as NirSoft) is safe. However, many antivirus programs may flag them as potentially unwanted programs (PUPs) because they access sensitive data. Always download software from official sources.

What should I do if my router won't let me access the settings using the default password?

Most likely, the password was changed earlier and forgotten. In this case, the only solution is to completely reset the router settings using the button. ResetAfter the reset, use the information from the sticker on the bottom of the device to log in.

Where can I find my Wi-Fi password on a Mac?

On macOS, passwords are stored in Keychain Access. Open the app via Spotlight, find your network name in the list, double-click it, and check "Show password." The system will prompt you to enter your administrator password or use Touch ID.

Is it possible to find out someone else's Wi-Fi password from a distance?

No, this is not possible legally. Modern encryption standards (WPA2/WPA3) reliably protect networks from brute-force attacks without prior connection. All methods in this article only work for networks to which you already have access or have previously backed up data.