Everyone is familiar with the situation when a new gadget appears in the house or friends come over and ask, "Helen, where's our Wi-Fi?" We often forget the complex combinations of symbols we once enthusiastically came up with when installing a router. Finding this information can turn into a real quest, especially if the piece of paper with the details is long lost and remembering 16 random characters is impossible.
In this article, we'll cover all possible ways to restore access to your wireless network. You'll learn how to view the saved key on Windows, Android, and iOS, as well as how to access the router's settings. Securing your network It directly depends on the complexity of the password, but ease of access should not suffer.
We'll cover not only standard methods but also the nuances of working with modern operating systems. Whether you have a "Lenochka," "Sashenka," or simply "Home_WiFi" network, the search principles remain the same. The main thing is to have physical access to at least one already connected device or the router itself.
Finding a password on a Windows computer
If you already have a laptop or desktop PC running Windows connected to your Lenochka or any other network, the task is significantly simplified. The operating system stores access keys for previously used networks in its profile. To get started, open the Start menu and go to Parameters, and then select Network and InternetThis is where you can find the main control panel for all connections.
In the window that opens, find the link Network and Sharing Center Or simply click the Wi-Fi icon in the system tray and select "Properties" for the active network. A status window will open, where you need to click the button Wireless network propertiesThis is where the information you're looking for is hidden, hidden by default for security reasons.
In the new dialog box, go to the tab SecurityYou'll see the "Network Security Key" field, where the symbols are replaced with periods. To see the actual password, check the box next to it. Show entered charactersThe system may request administrator rights to confirm the action.
Windows 10 and 11 They also allow you to export network profiles, but the method described above is the fastest for a one-time view. If you don't have administrator rights on the computer, this method won't work, and you'll have to find other ways.
What should I do if the Security tab is inactive?
If the "Show Characters" button doesn't work, your network profile may be corrupted or you don't have local administrator rights. In this case, try running the command prompt as administrator and entering the command: netsh wlan show profile name="Network_Name" key=clear . The password will be displayed in the "Key Contents" line.
How to find out the password on an Android smartphone
Android device owners often need to share access but can't remember the combination itself. In modern versions of Android (starting with 10), the process has become intuitive. You need to go to Settings devices, then select the section Wi-Fi or ConnectionsFind the network you're currently connected to in the list (for example, "Lenochka").
Click the gear icon next to the network name or simply tap the network name itself to open the detailed menu. In the window that opens, find the button Share or icon QR codeThe system will ask you to verify your identity using your fingerprint, face, or screen unlock PIN. Once confirmed, a QR code will appear on the screen for you to scan.
The password is often written in plain text beneath the graphic code. If there's no text display, simply take a screenshot and open it in any QR code reader app (or use the built-in scanner in Google Lens/Camera). Your phone will scan the code and show you the login details.
- 📱 Open Wi-Fi settings on the connected device.
- 🔑 Tap on the desired network and select "Share".
- 📸 Scan the QR code that appears with another camera.
- 👁️ Look at the text under the code - this is your password.
It is important to note that on some shells (eg. MIUI from Xiaomi or OneUI The layout of the elements may differ slightly (from Samsung). However, the logic remains the same: look for the QR code in the properties of the active network. This is the most reliable method without using third-party software.
Restoring access to iPhone and iPad
Ecosystem users Apple For a long time, there was no way to easily view your saved password, but with the release of iOS 16, this feature became available. Now, if someone asks you, "Hey, where's our Wi-Fi?" you can quickly find the answer right in your iPhone's settings. To do this, go to Settings and select Wi-Fi.
Find the network whose password you want to find out in the list. To the right of the network name, there will be a blue information icon (the letter "i" in a circle). Click it. In the menu that opens, you'll see a field Password, which will be hidden by dots. Tap this field.
The system will ask you to confirm your identity through Face ID, Touch ID or the device's passcode. After successful authentication, the dots will turn into readable text. You can copy it or simply dictate it to your guests. This also works on iPads with the latest OS.
⚠️ Note: The password viewer feature is only available on iOS 16 and later, and iPadOS 16+. If you have an older version of the operating system, you won't be able to view the saved key using standard tools—you'll need to use the macOS or Windows computer to which your phone is synced.
Checking the data on the router body
The most basic, yet often overlooked, method is to look at the sticker on the device itself. Almost all manufacturers (TP-Link, ASUS, Keenetic, D-Link) place an information sticker on the bottom or back of the router. This is where the factory access data is located.
Find the inscription Wireless Password, WPA Key, Wi-Fi password or PinNext to it will be a set of numbers and letters. If you've never changed the router's settings since purchasing it, this password is valid for the network with the name (SSID) listed there.
However, if the router was configured manually by a previous owner or provider, the factory password may have been changed. In this case, the information on the sticker will be useless. It's also worth paying attention to the firmware version and device model, as interfaces may differ.
Login to the router control panel
If none of the previous methods work, the only option left is to try the heavy artillery: logging into your router's web interface. To do this, you'll need any device connected to the router (via cable or Wi-Fi). Open your browser and enter the device's IP address in the address bar. Most often, this is 192.168.0.1 or 192.168.1.1The exact address is also written on a sticker on the bottom of the case.
After entering the address, the system will ask for a login and password to access the admin panel. The factory data is usually admin/admin or admin/passwordIf you've changed them and forgotten, you'll have to reset the router using the button on the case. This will return the router to factory settings and also reset all your personal internet settings.
Once inside, look for a section that may be called Wireless, Wi-Fi, Wireless network or WLANThere will be a subsection within this section. Security (Security). Right there in the field PSK Password or Encryption key The current password of your Lenochka network or any other one is displayed.
The table below will help you navigate the standard addresses of popular manufacturers:
| Manufacturer | Default address | Login | Password |
|---|---|---|---|
| TP-Link | 192.168.0.1 | admin | admin |
| ASUS | 192.168.1.1 | admin | admin |
| Keenetic | my.keenetic.net | admin | 1234 |
| D-Link | 192.168.0.1 | admin | (empty) |
⚠️ Please note: Router interfaces are constantly being updated. Menu item names may differ from those described depending on the firmware version. If you can't find the section you need, consult the official instructions for your specific model on the manufacturer's website.
☑️ What to do if you forgot your admin password
Using the Command Line (Advanced)
For those who aren't afraid of the text interface, there's a quick way to find out the password using the Windows command line. This method works even if the graphical interface freezes. Click Win + R, enter cmd and press Enter. In the black window, enter the command to list all saved profiles:
netsh wlan show profiles
Find your network name in the list (e.g., "Lenochka"). Then enter the command to display details for a specific profile, adding the key key=clear:
netsh wlan show profile name="Lenochka" key=clear
In the command output, find the line Key content (Key Content). The value to the right of the colon is your password. This method is convenient because it allows you to quickly copy the exact network name to avoid making a mistake in the command syntax.
On macOS, you can perform a similar operation through Keychain Access. Open the app via Spotlight, find the network name in the list, double-click it, and check the "Show password" box. The system will prompt you for your Mac account password.
What to do if nothing helps
There are situations when none of the devices remember the password, the sticker has worn off, and access to the admin panel is blocked. In this case, the only option left is a full reset of the router. There's a small hole on the device's body with the inscription Reset or Restore.
Take a paperclip or toothpick, press the button inside the hole, and hold it for about 10-15 seconds until the router's lights flash simultaneously. The device will reboot with factory settings. After this, you can connect to the network using the password on the sticker and set up your internet connection again.
However, please remember that after the reset, you will need to re-enter your ISP login and password (PPPoE, L2TP, or static IP) if they are not provided automatically. Make sure you have your ISP contract handy before beginning this procedure.
⚠️ Caution: Resetting your router will erase all user settings, including your network name, Wi-Fi password, and ISP settings. Use this method only as a last resort, after all other options have been exhausted.
Is it possible to hack someone else's Wi-Fi?
There are security auditing programs (such as Aircrack-ng), but using them to access other people's networks without their permission is illegal. This article is for educational purposes only, and is intended to help you regain access to YOUR networks.
Frequently Asked Questions (FAQ)
Is it possible to find out the Wi-Fi password if I have never connected to this network from this device?
No, this is impossible. A device can't know the password if it's never received it before. You'll need to find a device that's already connected to the network or gain physical access to the router.
I changed my password, but my phone says "Incorrect password" even though I'm entering it correctly. What's wrong?
Most likely, an old network profile is saved on your phone. Try removing the network from the list of saved networks ("Forget network") and reconnecting using a new password.
Is it safe to use apps like WiFi Password Viewer?
Be careful. Many of these apps require root access or contain ads and viruses. It's better to use the built-in operating system tools described in this article, as they are safe.
What is WPS and can I use it to find out the password?
WPS (Wi-Fi Protected Setup) allows you to connect without entering a password by pressing a button on the router. However, this technology is vulnerable. Modern routers often have WPS disabled by default or require connection confirmation by pressing a button on the router.