How to find out the WiFi password if the device is already connected

Many users are familiar with the situation of needing to connect a new device to a wireless network, but the password has long been forgotten or lost. Fortunately, if at least one device (laptop, smartphone, or tablet) already has an active connection to the router, restoring access to authorization data is not difficult. Modern operating systems store security keys in encrypted form, allowing them to be displayed in clear text if necessary.

There are several proven methods that allow look at the hidden symbols password. The specific method you choose depends directly on the device you have at hand. We'll cover the most effective algorithms for popular platforms, including Windows, Android, and iOS, as well as the option of logging in through the router's web interface.

It's important to understand that to perform most of the steps described below, you'll need administrator rights on your computer or physical access to your smartphone's settings. Data security is a priority, so operating systems hide this information by default. However, with access to the system, you can easily bypass this restriction.

Viewing a saved password in Windows 10 and 11

The Windows operating system has built-in functionality for managing saved network profiles. If your laptop or PC is already connected to the desired access point, you can obtain the code through the standard network settings menu. This is the simplest and most secure method, requiring no third-party software.

First, you need to open the Network Connections control panel. Press the key combination Win + R, enter the command ncpa.cpl and press Enter. In the window that opens, find your active wireless connection, right-click it, and select "Status." Next, go to "Wireless Network Properties" and open the "Security" tab.

In the window that opens, you'll see the "Network Security Key" field, where the characters are hidden behind asterisks. To see them, simply check the box next to "Show entered characters." The system may ask you to confirm administrator rights., after which the password will become visible. You can copy it or rewrite it manually.

⚠️ Note: If the "Security" tab is missing or the options are grayed out, your account may not have sufficient permissions or the network profile may have been deleted. In this case, try running the command prompt as administrator.

An alternative method involves using the command line, which is especially useful if the graphical interface isn't working correctly. Open the terminal (CMD) and enter the command: netsh wlan show profile name="Your_Network_Name" key=clearIn the "Security Settings" section, find the "Key Contents" line, where the code you're looking for will be located.

📊 Which operating system do you use most often?
Windows 10
Windows 11
macOS
Linux
Other OS

Using the Command Prompt for Advanced Users

For those who prefer to work with the console or don't have access to a graphical interface, the Windows command line offers powerful tools. This method not only allows you to reset the current network password but also list all profiles ever saved on the computer. This is especially useful if you need to restore access to a network the PC connected to in the past but is no longer connected to.

First, you need to know the exact profile name. Enter the command netsh wlan show profilesThe system will display a list of all saved networks. Find the desired name in the list and use it in the following command to display details: netsh wlan show profile name="Name" key=clearPlease note that the network name must be enclosed in quotation marks if it contains spaces.

The information will contain detailed technical statistics, including the encryption type (WPA2, WPA3) and the access key itself. The key point here is the key=clear parameter., which forces the system to decode and display the stored key in cleartext. Without this flag, the password will not be displayed.

If the system returns the error "Network not found in profile," check the spelling of the name. It's also worth considering that some corporate security policies may block such commands or hide keys even for administrators. In a home environment, such restrictions are extremely rare.

☑️ Check before entering a command

Completed: 0 / 4

How to view your password on an Android smartphone

Android device owners can also easily find out their WiFi password if their phone is already connected to the network. Starting with Android 10, this feature is built into the system and doesn't require root access. It works by generating a QR code containing encrypted connection data, including the password.

To use this method, go to your device's settings and select "Wi-Fi" or "Connections." Tap the name of your active network or the gear icon next to it. In the menu that opens, find the "Share" or "QR code" button. After verifying your identity (via fingerprint or PIN), a square code will appear on the screen.

A text string containing the password is often displayed immediately below the QR code. If there is no text, the code can be scanned with another phone or a special scanner app, which will decrypt the contents and display the password in plain text. Some shells, for example, MIUI or OneUI, may hide text, but the code itself always contains the necessary information.

What should I do if the QR code does not show text?

On some smartphone models, the password text is hidden behind a QR code. In this case, take a screenshot of the code and open it using Google Lens or any other QR code scanner on a second device. The app will recognize the data and display the password in text format.

It's worth noting that on older versions of Android (below version 10), it's impossible to view the password using system tools without superuser rights. In such cases, users often resort to installing apps from Google Play, which require root access to read system configuration files. wpa_supplicant.conf.

Recovering access on iPhone and iPad (iOS)

For a long time, the Apple ecosystem didn't allow users to view saved WiFi passwords directly on their devices. This changed with the release of iOS 16 and iPadOS 16. Now, the ability to view security keys is built into the default settings, making the process as simple and straightforward as possible for the average user.

To view the password, open "Settings" and go to "Wi-Fi." Find the network you need the key for in the list and tap the blue information icon (the letter "i" in a circle) to the right of the name. In the menu that opens, find the line "Password." Tap the hidden dots, and the system will prompt you to authenticate using biometrics (Face ID or Touch ID).

After successfully verifying your identity, the dots will turn into readable text. You can copy the password or simply remember it. This method works on all devices updated to the latest operating system. Important: If you have an older version of iOS, use iCloud Keychain on a Mac or PC with iTunes/iCloud for Windows installed.

Viewing the password through the router's web interface

A universal method that works regardless of the type of device connected is to access the router's settings. If you know the router's admin panel password (or if it's set by default), you can change any wireless network settings, including the security key.

To do this, 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, are usually located on a sticker on the bottom of the device. After logging in, find the section related to wireless mode (Wireless, Wi-Fi, WLAN).

Within this section, look for the "Security" or "WLAN Settings" subsection. There you'll find a "Wireless Password" (PSK, WPA Key) field. You'll be able to see the current password and, if necessary, change it to a new one. Be sure to save the changes by clicking "Save" or "Apply."

Below is a table with addresses and login credentials for popular router manufacturers. These details may vary depending on the model and firmware.

Manufacturer IP address Default login Default password
TP-Link 192.168.0.1 / tplinkwifi.net admin admin
ASUS 192.168.1.1 / router.asus.com admin admin
D-Link 192.168.0.1 admin (empty)
Keenetic 192.168.1.1 / my.keenetic.net admin 1234
Tenda 192.168.0.1 / tendawifi.com admin admin

⚠️ Note: Router interfaces are constantly being updated. The menu layout may differ from that described. If you can't find the item you need, check the official instructions for your specific model on the manufacturer's website.

Common problems and solutions

Despite the simplicity of the methods described, users may encounter technical difficulties. For example, Windows may not save the network profile if "Connect automatically" is checked on an open network that subsequently changes its encryption type. In this case, you must first forget the network and reconnect.

The interface can vary significantly on Android devices from different manufacturers. In some operating systems (such as Xiaomi or Samsung), the QR code may not immediately display the password in plain text. In such cases, it's best to use the "Share" feature via Messenger, which can convert the data to text, or use a scanner.

If none of these methods work and you don't remember the router admin password, your last option is to reset the router to factory settings. To do this, press the small button on the device (usually a paperclip) and hold it for 10-15 seconds. After this, the router will return to factory settings., and the password will become the one indicated on the sticker, but all your personal network settings will be deleted.

Consequences of resetting a router

After performing a hard reset, all ISP settings (PPPoE, L2TP, static IP) will be deleted. Your internet will be unavailable until you reconfigure your router with your ISP's data.

Questions and Answers (FAQ)

Is it possible to find out the WiFi password without rooting on an older Android device?

On Android versions below 10, this can't be done using standard tools, as the system doesn't allow apps to read system files containing passwords without root access. The only option is to view the password in the router settings or on an already connected computer.

Where can I find a QR code for WiFi on iPhone?

iPhone doesn't have a QR code generator for WiFi sharing, like Android. However, if both devices (the sender and receiver) are nearby, have Bluetooth and WiFi enabled, and are saved in each other's contacts, the iPhone will prompt you to share the password via a pop-up window when the second device attempts to connect.

What should I do if I forgot my router admin password?

If you changed the password for your router's web interface and forgot it, you can't restore it without resetting it. You'll have to reset the device using the button on the device, then log in with the factory credentials (admin/admin) and reconfigure the internet.

Is it safe to save passwords in Windows?

Yes, Windows stores them encrypted. However, if an attacker with administrator rights gains physical access to your computer, they can extract these passwords using specialized utilities. Therefore, it's important to protect your computer account with a strong password.