How to Find Your Wi-Fi Password: A Complete Guide

A situation when you need to connect a new device to the network, and Wi-Fi password A hopelessly forgotten internet connection is a common occurrence. This can happen after a long absence from guests, the purchase of a new smartphone, or a factory reset of the router. At such moments, users often panic, believing that internet access is lost forever or that a technician will be needed.

In fact, to restore or find out WPA2 security key It's quite simple if you have physical access to one of the already connected devices. Modern operating systems, such as Windows 10 And Android, store this data in encrypted form for the user's convenience. You just need to know where to look for the saved credentials.

In this article, we'll cover all the current methods for retrieving a forgotten password, from checking the sticker on the router to using the command line. You'll learn how to find the information you need quickly and securely, without resorting to complex hacking tools. The key is to be consistent and carefully check the characters you enter.

Find the password on the router case and in the documentation

The most obvious, yet often overlooked, method is to inspect the equipment itself. Most manufacturers, including TP-Link, Asus And Keenetic, place the factory login credentials on the bottom panel of the device. If you've never changed the default security settings, this information will be valid right now.

Pay attention to the barcode sticker. It usually contains the SSID (network name) and PIN or password. Factory password This is often a complex combination of letters and numbers, which is best left unchangeable if you're the only one using the router. However, if you've changed the settings before, this method won't work, as it only displays the original data.

⚠️ Note: If the sticker contains a PIN code instead of a Password, try entering it. Some D-Link router models and Zyxel The WPS PIN is used as the password for connecting to Wi-Fi by default.

If the sticker is worn off or missing, look for your contract with your provider. Technicians often record access data on a paper document, which is kept by the user. Also, check the router box—sometimes the manual or warranty card contains information unique to your particular batch of equipment.

  • 🔍 Inspect the bottom of the router in good lighting.
  • 📄 Check your internet service provider contract for any handwritten entries.
  • 📦 Find the original packaging and user manual.
  • 📸 Take a photo of the sticker to keep the data always on your phone.

How to view your password in Windows 10 and 11

If you already have a computer or laptop running Windows connected to your Wi-Fi network WindowsThe operating system stores the password in its profile. This allows automatic connection to known networks without re-entering the data. This information can be accessed through the graphical interface or the command line.

Let's look at the classic method via the control panel. Click Win + R, enter the command ncpa.cpl and press Enter. In the window that opens, find your 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. By default, the characters are hidden behind asterisks. To see them, check the "Show entered characters" box. Administrator rights In this case, they are not required if you are already logged in under your profile.

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

An alternative and faster method is to use the command line. This method is useful if the graphical interface isn't working correctly or you need to copy the password. Open the command line (cmd) as administrator and enter the following command:

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

In the command output, find the line "Key Content." This is where your password will be displayed in cleartext. This method works on all modern versions. Windows, starting with version 7.

  • 💻 Open "Network and Sharing Center" from the taskbar.
  • 🔑 Go to wireless network properties and the security tab.
  • 👁️ Enable display of key symbols.
  • 📝 Copy the password to the clipboard for use on other devices.

Restoring access on Android and iOS

Smartphone owners often need to share their internet connection but can't remember the access code. On modern versions Android (starting from version 10) and iOS 16 A feature for viewing saved passwords has been added. This is made possible by improved security and data encryption standards in mobile operating systems.

On Android, go to "Settings" and select "Wi-Fi" or "Connections." Tap the gear icon next to your network name. The menu that opens often contains a "Share" button or a QR code. The QR code may have a password written underneath it, or you can find it by scanning it with another phone using a dedicated scanner app.

Users iPhone You can find the password in the settings menu. Go to "Settings" → "Wi-Fi." Tap the blue information icon (the letter "i" in a circle) next to the network name. If you have iOS 16 or later, tap the "Password" line several times. The system will ask for Face ID or Touch ID to confirm your identity, after which the password will be displayed.

⚠️ Note: On older versions of Android (below 10) and iOS (below 16), it's impossible to view the password using standard tools without root or jailbreak access. In such cases, you'll need to use a PC to view saved profiles.

It's important to understand that to view the password on a phone, the device must have successfully connected to the network at least once. If the phone has never connected, it cannot store the security key in its memory.

  • 📱 Open Wi-Fi settings on your smartphone.
  • 🔍 Click on the information icon or gear next to the active network.
  • 🔓 Complete biometric authorization (Face ID/Touch ID).
  • 👀 Copy or write down the displayed password.
What should I do if the QR code does not show the password text?

If there's no text password under the QR code on Android, take a screenshot of the code. Then, open the Google Lens app (or a similar one), select the image with the code, and the system will recognize the text string, which will contain the password after the P: prefix.

Login to the router's web interface

If none of your devices remember the password, but you know the password to access the router settings (admin panel), you can view or change the Wi-Fi key there. To do this, connect to the router via cable or Wi-Fi (if you still have access) and enter the device's IP address in your browser.

Standard login addresses: 192.168.0.1, 192.168.1.1 or a domain name (eg my.keenetic.net). The login and password for entering the interface are often indicated on the same sticker as the Wi-Fi data. By default, this is usually admin / admin.

After logging in, find the "Wireless," "Wi-Fi," or "Security" section. There you'll see a field labeled "PSK Password," "WPA Pre-Shared Key," or "Password." You can simply view it after unmasking it, or create a new one that's easier to remember.

Router brand Entrance address Menu section Field name
TP-Link 192.168.0.1 Wireless -> Wireless Security Wireless Password
Asus 192.168.1.1 Wireless Network -> General Authentication Method / Pre-Shared Key
Keenetic my.keenetic.net My Network -> Wi-Fi Network Password
D-Link 192.168.0.1 Wi-Fi -> Security Settings PSK encryption key

Be sure to save your changes if you decide to set a new password. After applying the settings, all previously connected devices will be disconnected and will require you to enter the new security key. This is normal security behavior.

☑️ Check before logging into the router

Completed: 0 / 4

Using the Command Prompt and PowerShell

For advanced users who prefer command line, there's a powerful network management tool. It allows you to not only view passwords but also manage profiles. This method is especially effective when you need to quickly access data without having to navigate through menus.

First, you need to find out the exact profile name if it differs from the SSID. Enter the command netsh wlan show profilesYou'll see a list of all networks the computer has ever connected to. Find the name you need in the list.

Next, use the command to display the full profile with the key. The syntax requires the exact name. If the network name contains spaces, be sure to use quotation marks. For example: netsh wlan show profile name="My Home WiFi" key=clear.

netsh wlan show profile name="SSID_NAME" key=clear | findstr"Key"

This command will filter the output and show only the line containing the key. This is convenient for quick copying. Please note that running these commands may require administrator privileges, so be sure to run the console as administrator.

  • ⌨️ Run PowerShell or CMD as administrator.
  • 📋 Enter the command to display all saved profiles.
  • 🔎 Find the exact name of your network in the list.
  • 🔑 Use the command with the key=clear parameter to get the password.

Resetting the router to factory settings

If none of the above methods helped (the password has been changed, there is no sticker, none of the devices remember the network), there remains a radical but effective method - Hard ResetThis will return the router to the state it was in when you purchased it.

There is a small hole with an inscription on the router body. Reset or DefaultTo reset, press the button with a thin object (such as a paperclip or toothpick) and hold it for about 10-15 seconds until the indicators flash simultaneously. After rebooting, the router will use the factory password from the sticker.

⚠️ Warning: After resetting, the router will lose all provider settings (PPPoE, L2TP, static IP). Internet access may not work until you re-enter your provider information in the web interface. Make sure you have this information.

This method is also useful if you bought a used router and don't know what passwords the previous owner set. A reset ensures that no unwanted settings or configuration errors remain on the device.

  • 📌 Find the Reset button on the back of the router.
  • ⏱️ Hold it for 10-15 seconds until the indicators reboot.
  • 🔄 Wait for the device to fully boot up (1-2 minutes).
  • 🔑 Connect using the password from the sticker on the bottom.
What happens if you release the Reset button too early?

If you release the button before 10 seconds, the router may simply reboot without resetting the settings. On some models, a short press changes the operating mode (for example, turning Wi-Fi on/off), so hold the button firmly until all the lights turn off and then turn on again.

Frequently Asked Questions (FAQ)

Is it possible to find out someone else's Wi-Fi password without accessing the router?

No, it's impossible to legally find out someone else's private network password. Modern encryption protocols WPA2/WPA3 reliably protect data transmission. Hacking programs that promise to do this are most often viruses.

Where can I find the password if my router distributes Wi-Fi via a USB modem?

In this case, the password is set in the hotspot settings on the smartphone itself or the device to which the modem is connected. Look for the "Tethering" or "Wi-Fi Hotspot" section in the phone settings.

What to do if the reset button sticks or is broken?

If a manual reset isn't possible, try logging into your router's web interface. The "System Tools" or "Administration" section often has a "Restore Factory Defaults" button.

Does the Wi-Fi password change when I change my provider?

No, the router itself doesn't know about the change of provider. However, if the provider provided a new router, the password will be new (on the sticker on the new device). If you still have the same router, the password will remain the same unless you changed it.