Many users are familiar with the situation of needing to connect a new device to a network but losing or forgetting the password. Fortunately, if at least one device (laptop, smartphone, or tablet) already has an active connection to the same access point, recovering the forgotten password is easy. Modern operating systems often store this data in encrypted form for automatic reconnection, and it can be accessed through the default settings.
Recovering your security key is possible on almost any platform, whether it is a desktop computer running Windows or a mobile device. It's important to understand that to successfully complete this procedure, you'll need physical access to a device already connected to the network or access to the router's web interface. In this article, we'll cover the steps for various operating systems and hardware.
There are several proven methods that don't require third-party software or complex hacking tools. We'll cover standard operating system tools, router web interface capabilities, and even visual methods using QR codes. Each method has its own specific features, depending on the software version and your hardware model.
Finding a saved password in Windows 10 and 11
operating system Windows By default, it stores profiles of all networks the computer has ever connected to. This is done for user convenience, to avoid having to re-enter data each time. However, finding this information in the graphical interface isn't always obvious, as Microsoft hides this data for security reasons. To view the key, you'll need to perform several steps through Control Panel or the command line.
The easiest way is to use the classic wireless network properties window. To do this, open the Start menu and search for "View network connections" or follow the path Control Panel → Network and Internet → Network and Sharing CenterHere you'll see your active connection. Click on the name of your Wi-Fi network (blue link), and in the status window that opens, select "Wireless Network Properties."
In the new window, go to the "Security" tab. You'll see the "Network Security Key" field, where the characters are hidden by dots. To display them, check the "Show entered characters" box. The system may ask for administrator privileges to confirm this action. password will become visible in text form.
⚠️ Note: If you don't have administrator rights on this computer, the system won't allow you to uncheck the "Hide Characters" option. In this case, the GUI method won't work, and you'll have to use alternative methods or contact the PC owner.
For more advanced users or when the graphical interface isn't working correctly, using the command line is ideal. This method is universal and works even on stripped-down versions of the system. Open the command prompt (CMD) as administrator and enter the following command to display all saved profiles:
netsh wlan show profiles
Once the list is displayed, find the exact name of the network you need. Then use the command to display the details of a specific profile by adding the key key=clear, which forces the password to be shown in clear text:
netsh wlan show profile name="Network_Name" key=clear
In the report that opens, look for the "Security settings" section. The "Key Content" line will contain the combination you're looking for. This method is especially useful if you need to quickly copy data or if the interface freezes.
How to view your password on an Android smartphone
Owners of devices based on Android You may encounter different interfaces depending on the operating system version and the manufacturer's user interface (Samsung One UI, Xiaomi MIUI, stock Android). Starting with Android 10, viewing saved networks is built into the system by default, but requires user authentication.
To access your data, go to the Settings menu, then select Connections or Wi-Fi. Find the network you're currently connected to, or tap the gear icon next to your saved profile. Depending on your phone model, you may need to tap the Share button or QR code. The system will ask you to confirm the action using PIN code, fingerprint or face scan.
After successful authentication, a QR code will appear on the screen for guests to connect. A text password is often displayed underneath this code (or when tapped). If the text is hidden, you can take a screenshot and open it in the Google Lens app or any other QR code reader from your gallery—the program will recognize the text and display the key.
What should I do if the QR code does not show text?
On some older operating systems (for example, older versions of MIUI or EMUI), there may be no text under the QR code. In this case, use third-party apps from the Play Market that can read data from the wpa_supplicant.conf system file, but this requires root access. Without root access, recovering data on such devices using standard tools is virtually impossible.
It's worth noting that the process may differ slightly on Samsung devices running One UI. Go to Wi-Fi settings, tap the gear icon for your active network, and select "QR code." The password will be displayed at the bottom of the screen, under the graph. On Xiaomi devices, simply tap the "i" icon or the arrow next to the network name, and the password will appear immediately after unlocking the screen.
Recovering a Security Key on iPhone and iPad (iOS)
For a long time, Apple's mobile operating system iOS prevented users from viewing saved Wi-Fi passwords in plaintext, causing a lot of inconvenience. This situation changed dramatically with the release of iOS 16 and iPadOS 16. This feature is now built into the default Settings app and is available to all users who have updated their devices.
To find the password, make sure your iPhone or iPad is connected to the desired network or has previously connected to it. Open "Settings" and go to "Wi-Fi." Find the desired network in the list and tap the blue information icon (the letter "i" in a circle) to the right of the network name. In the menu that opens, find the "Password" line. By default, the characters will be hidden by dots.
Tap the password field. The system will immediately request biometric authorization via Face ID or Touch ID, or it will require you to enter a digital unlock code for your device. Once successfully confirmed, the dots will turn into readable text. You can copy it to the clipboard or dictate it to someone else.
| iOS version | Viewing option | Access method | Requirements |
|---|---|---|---|
| iOS 16 and later | Eat | Settings → Wi-Fi → (i) | Face ID / Touch ID |
| iOS 15 and later | No (standard) | Via Keychain Access on Mac | Mac presence in the ecosystem |
| iPadOS 16+ | Eat | Settings → Wi-Fi → (i) | Face ID / Touch ID / Code |
For devices with older OS versions, the only legal method is to use the Apple ecosystem. If you have a Mac with the same iCloud account and Keychain sync enabled, you can find the password in the Keychain Access app on macOS. Find the network name in the list, open it, and check the "Show password" box.
Receiving data via the router's web interface
If you don't have a device already connected to the network, or none of the above methods work, the most reliable option is to access the router's settings. This requires a device (laptop or phone) connected to the router via Wi-Fi or a LAN cable. Knowing the current Wi-Fi password isn't necessary in this case, as long as you're physically connected or already logged in to the network.
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 is usually written on a sticker on the bottom of the device. You will be asked to enter your username and password to access the admin panel. By default, this is often admin/admin, but if you changed this data earlier and forgot it, you will have to reset the router to factory settings (Reset button).
After successfully entering the interface, navigation depends on the manufacturer (TP-Link, ASUS, D-Link, Keenetic). You need to find the section related to wireless mode. It may be called "Wireless," "Wi-Fi," "Seamless Network," or "WLAN." Within this section, look for a subsection called "Security" or "Wireless Network Settings."
Your combination is stored here, in the "Wireless Password / Pre-Shared Key" field. You can view it in the text field, change it to a new one, or simply rewrite it. Don't forget to save your changes if you've made any changes, although this isn't usually necessary for simple viewing.
⚠️ Note: Router interfaces are constantly being updated. If you can't find the item you need, check the official instructions for your model on the manufacturer's website, as the menu layout may vary between firmware versions.
☑️ Check before logging into the router
Using the Command Prompt and PowerShell
For those who prefer text-based interfaces or work with remote systems, PowerShell offers even more flexibility than the standard command line. This method not only allows you to view the password but also export all network profiles to a text file for analysis.
Run PowerShell as administrator. To list all profiles, use the following command:
netsh wlan show profiles
To display information about a specific network with the key displayed in clear text, use the following syntax, where ProfileName — this is the name of your network:
netsh wlan show profile name="ProfileName" key=clear
In the command output, look for the line Key ContentThis is your password. PowerShell's unique feature is its automation capabilities. You can create a script that will display all saved passwords at once, which is convenient for system administrators setting up workstations.
If you are using a corporate computer, such actions may be logged by the IT department's security service.
Is it possible to recover a password without administrator rights?
Not using native Windows tools. The system requires elevated privileges to display security keys. However, if you have physical access to the router, the web interface method (described above) works without admin rights on the PC, requiring only access to the router's settings.
Third-party programs and security issues
You can find many utilities on the internet that promise to "hack" or "reveal" any password. Popular ones include WirelessKeyView, WiFi Password Decryptor and similar programs. Using such programs carries certain risks. Firstly, they require administrator rights and access to system registries. Secondly, downloading software from unverified sites puts you at risk of infecting your computer with malware.
Program WirelessKeyView NirSoft's program is considered one of the safest and most reliable. It requires no installation and simply reads data from the Windows registry, displaying it in a convenient table. However, even its use should be done with caution. Antivirus programs often flag such utilities as HackTool or RiskTool, as they can be used by attackers to steal data.
The security of your data directly depends on the complexity of your password. If you're recovering your password because you've forgotten yours, it's time to think about its complexity. Using simple combinations like 12345678 or date of birth makes the network vulnerable to brute-force attacks. It is recommended to use a combination of mixed-case letters, numbers, and special characters, at least 12 characters long.
⚠️ Warning: Never use programs to brute-force your neighbors' Wi-Fi passwords. This is illegal and violates the law on unauthorized access to computer information. All methods in this article are intended only for restoring access to your own networks.
Regularly changing passwords and updating your router firmware is the best protection. Remember that modern encryption protocols WPA3 provide the highest level of protection, but require support from all connected devices.
Frequently Asked Questions (FAQ)
Is it possible to find out the Wi-Fi password if I'm not connected to the network?
Without a prior connection or a previously connected device, it's impossible to discover the password. WPA2/WPA3 security protocols don't transmit the key in cleartext when scanning networks. The only option is physical access to the router (see the sticker on the bottom) or logging into its settings via cable if the administrator password is known.
What should I do if the netsh command says "Access denied"?
This means you launched Command Prompt or PowerShell without administrator privileges. Right-click the CMD or PowerShell icon in the Start menu and select "Run as administrator." Without these privileges, the system blocks access to saved security keys.
Where can I find the password if the router is new and I haven't set it up yet?
On factory-installed routers, the Wi-Fi password (if set by default) is always located on a sticker on the bottom of the router. Look for a field labeled "Wireless Password," "WPA Key," or "PIN." If the field is empty, the network is open by default, and you need to set a password during initial setup.
Will apps like "WiFi Map" or "WiFi Master Key" help?
These apps operate on the principle of crowdsourcing. They reveal passwords previously uploaded by other users to a shared database. This isn't hacking, but rather using publicly available data. However, this creates a security risk: if you use such services, your own password could also be uploaded to the shared database and become known to others.
How do I reset my router password if I've forgotten my settings password?
If you've changed your router's web interface password and forgotten it, a hard reset is the only solution. Find the small hole marked "Reset" on the router's casing and press it with a paperclip for 10-15 seconds until the router's LEDs flash. After this, it will reset to factory settings, and you can log in using the username and password on the sticker.