It's quite common to need to connect a new device to your home network but lose or forget the security key. Modern gadgets often automatically store access by hiding the symbols with asterisks, creating the illusion that the information is inaccessible. However, operating systems and routers store this data in cleartext for authentication purposes, and it can be accessed using standard tools.
There are several proven methods for recovering a forgotten password combination, each depending on the device you have and whether you have access to the router's administrative panel. In this article, we'll cover methods for Windows computers, Android and iOS smartphones, as well as a reset method via the router's web interface. Restoring access does not require special hacking programs if you have administrator rights on the device.
Before you take action, make sure you are restoring access to your own network or a network whose owners have given you permission to do so. Hacking someone else's Wi-Fi is illegal, and the methods discussed below are intended solely for legitimate use by equipment owners. We will examine the built-in operating system functions that allow you to view saved credentials.
Viewing a saved password in Windows 10 and 11
The Windows operating system has a built-in mechanism for storing security keys for all networks to which the computer has ever connected. If your laptop or PC is currently connected to a router or has previously connected, you can find the required code through the graphical settings interface. This is the simplest and most secure method, requiring no command input.
First, you need to open the Network and Sharing Center. Press the following key combination Win + R and enter the command ncpa.cpl, then press Enter. In the window that opens, find your wireless connection icon, right-click it, and select "Status." In the dialog box that appears, click "Wireless Network Properties."
Go to the "Security" tab. You'll see the "Network Security Key" field, where the characters are hidden behind dots. To see them, simply check the "Show entered characters" box. System The searched combination will immediately be displayed in text format. If the tab is missing, check the user's access rights.
⚠️ Note: If you don't see the "Show characters" checkbox or the "Security" tab is blocked, this may mean your network settings are controlled by your organization's group policies or antivirus software. This is rare on home networks.
The interfaces of different versions of Windows may differ slightly, but the logic remains the same. In Windows 11, the path might look like this: Settings → Network & Internet → Wi-Fi → Manage known networksSelect the desired network from the list and click the "View" button next to the key field. The system will request confirmation via your account PIN or biometrics.
Using the Command Prompt for Advanced Users
For those who prefer to work with the console or can't find the necessary menu items, there's a powerful tool: the Windows command line. This method not only allows you to view the password for the current network but also displays a list of all saved profiles and their access keys. This is especially useful if you need to find the password for a network to which the computer is not currently connected.
Run the command prompt as administrator. To do this, find cmd In the search box, right-click and select the appropriate option. The first step is to get a list of all saved profiles. Enter the command netsh wlan show profilesFind the exact name of your network (SSID) in the list.
Once the name is found, use the following command to display the profile details, including the key:
netsh wlan show profile name="Your_Network_Name" key=clear
In the command output, find the "Security settings" section. The "Key Content" line will contain the password you're looking for in cleartext. Note that the network name in the command must be enclosed in quotation marks if it contains spaces. Syntax The command is case sensitive, so check what you write carefully.
What to do if the command returns an error?
If the system reports "Group Policy does not allow...," access to the WLAN API is restricted by the administrator. In this case, try the GUI method or reset the router.
This method works on all modern versions of Windows, starting with Windows 7. It also allows you to export profiles to an XML file, although this is overkill for simply viewing passwords. The main advantage of the console command is its speed and the ability to copy the result without unnecessary mouse clicks.
How to find out the password on an Android smartphone
Android smartphone owners often need to share their Wi-Fi password with friends or connect to a tablet. In modern versions of Android (starting with version 10), this feature is built into the system and accessible via a QR code. Root access or third-party apps are not required.
Go to your device's settings and select "Wi-Fi" or "Connections." Find the network you need to know the password for (either the current network or a previously saved one). Click the gear icon next to the network name or simply tap it to open the menu. Find the "QR code" or "Share" button.
After verifying your identity (using a fingerprint or face scanner), a QR code will appear on the screen. Below it, there's often (but not always) a password in plain text. If there's no text, take a screenshot of the code or point another phone's camera at it. The connection string will look like this: WIFI:S:MyNetwork;T:WPA;P:MyPassword;;Symbols after P: and before ;; — this is your password.
- 📱 Open Wi-Fi settings on your device.
- 🔑 Click on the desired network to expand the menu.
- 📸 Select the "QR code" or "Share" option.
- 👁️ Look at the text below the code or scan it.
Some manufacturers, such as Samsung, Xiaomi or Huawei, can change the layout of interface elements. If you don't see the (share) button, try tapping the eye icon in the password entry field if it's editable. In older versions of Android, it was impossible to view saved passwords in third-party apps without root access for security reasons.
Recovering access on iPhone and iPad (iOS)
Apple's ecosystem is known for its closed nature, but starting with iOS 16, users can now view Wi-Fi passwords directly in Settings. Before this version of the operating system, the only way to access the key was by syncing with macOS or jailbreaking, which was inconvenient and unsafe.
To view the password, make sure your device is updated to iOS 16 or later. Open the Settings app and go to Wi-Fi. Find the network whose password you want to view and tap the blue information icon. (i) To the right of the title, tap the hidden "Password" field.
The system will require biometric authentication (Face ID or Touch ID) or a screen unlock code. After successful verification, the symbols will become visible and can be copied. This feature only works for networks to which the device has connected at least once and saved a profile.
⚠️ Note: There is no built-in way to view passwords on devices running iOS 15 and below. The only legal options are to view the password on a Mac if iCloud Keychain sync is enabled, or by accessing the router settings.
If you have a Mac running macOS Ventura or later, you can find your password there. Open "System Preferences" → "Wi-Fi," find the network, click "Details," and then "Copy Password." Data is instantly synced between devices via iCloud Keychain, ensuring a high level of security. encryption and accessibility.
Finding the key through the router's web interface
If none of your devices remember the password (or you want to know it for a guest while you're not connected), the most reliable source of truth is the router itself. The security key is stored in its configuration file. To access it, you'll need to connect to the router via cable or Wi-Fi (if auto-connect is still enabled).
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, login, and password for accessing the admin panel are written on a sticker on the bottom of the device. Standard credentials are often admin/admin or admin/password.
After logging in, find the section responsible for your wireless network. It may be labeled "Wireless," "Wi-Fi," "Wireless Mode," or "WLAN." Within this section, look for the "Security" or "Wi-Fi Settings" subsection. The "Password," "PSK," or "Wireless Password" field will display the current character combination.
Here you can also change the password to a more complex one if you feel the current one is insecure. Don't forget to save your changes by clicking "Save" or "Apply." The router may reboot, and all devices will need to be reconnected with the new key.
☑️ Check before logging into the router
Interfaces of routers of different brands (TP-Link, Asus, Keenetic, Mikrotik) look very different, but the logical menu structure is the same. Look for the words "Wireless Security" or "WPA Pre-Shared Key." WPA2-PSK is the encryption standard for home networks, and that's the key we need.
Table of standard addresses and credentials
To make it easier to access your router settings, we've provided a table with the most common factory settings. Please note that if you or your technician has previously changed the settings, these settings may not be correct. In this case, a full reset of the device to factory settings will help.
| Router brand | IP address | Default login | Default password |
|---|---|---|---|
| TP-Link | 192.168.0.1 | admin | admin |
| Asus | 192.168.1.1 | admin | admin |
| D-Link | 192.168.0.1 | admin | (empty) |
| Keenetic | 192.168.1.1 | admin | 1234 |
| Tenda | 192.168.0.1 | admin | admin |
Using factory passwords to access the router's admin panel is a huge security hole. The first thing you need to do after installing a new router is to change the password for logging into the web interface (admin panel), and not just the Wi-Fi password. This will prevent attackers from changing your network settings, even if they know your Wi-Fi key.
FAQ: Frequently Asked Questions
Is it possible to find out the Wi-Fi password if I have never connected to this network?
No, it's technically impossible to find out the password for a network you don't have access to and that isn't yours. This would require cracking WPA2/WPA3 encryption, which takes a significant amount of time and computing resources, and is also illegal without the owner's permission.
What should I do if I changed the password on my router but forgot it?
The only option is to perform a hard reset of the router. To do this, locate the small hole marked "Reset" on the casing and press it with a paperclip for 10-15 seconds while the power is on. After this, the router will return to the settings listed on the sticker, but you will need to reset all internet settings.
Is it safe to use Wi-Fi hacking apps?
Most of these apps in official stores (Play Market, App Store) are fake or contain viruses. Real security audit tools (like Aircrack-ng) require extensive knowledge and specialized equipment. Trust only the operating system's built-in tools.
Why isn't the QR code displayed on Android?
This depends on the Android version and the manufacturer's operating system. This feature may not be available on some older models or limited versions of the system. The QR code will also not appear if the network security type is "None" (open network) or uses enterprise 802.1x encryption.