How to Find Your Home Wi-Fi Password If You Forgot It: A Complete Guide

It's common to need to connect a new device to your home network but have hopelessly forgotten the Wi-Fi password. This could happen after purchasing a new smartphone, having guests over, or resetting your router. Fortunately, modern operating systems and network equipment often store the necessary access keys in secure memory.

Restoring access doesn't require in-depth knowledge of network security or sophisticated hacking tools. All you need is physical access to one of the already connected devices or the router itself. In this article, we'll cover all the current methods for extracting saved passwords, applicable to various Windows versions, mobile platforms, and router models.

Find the password on the router sticker or in the documentation

The most obvious and often overlooked way is to check the physical label on the router case. Manufacturers such as TP-Link, Keenetic or ASUS, usually found on the bottom or back of the device. Look for the box labeled Wireless Password, WPA Key or PIN.

If the sticker has been erased or the data has been changed previously, please refer to the documentation that came with the device. Sometimes the password is written down on the warranty card or in a separate note during the initial setup by the technician. factory key, which is valid if you have not changed your security settings manually.

⚠️ Please note: If you've ever changed your password through the router's web interface, the information on the sticker will be invalid. In this case, you'll need to use the software recovery methods described below.

For some models, for example MikroTik For enterprise solutions, the factory password may be missing, and the network may be initially open or require a key to be created upon first login. In such cases, access to the admin panel is essential.

Viewing a saved password in Windows 10 and 11

The Windows operating system securely stores the keys of every network your computer has ever connected to. If your laptop or PC is currently connected to Wi-Fi (or has been connected previously), you can retrieve the password through the graphical interface or command line.

The easiest way is through the Network and Sharing Center. Press the key combination Win + R, enter the command ncpa.cpl and press Enter. In the window that opens, find your wireless network adapter, right-click it, and select "Status."

☑️ Check Windows settings

Completed: 0 / 5

In the window that appears, go to the "Security" tab. There you'll find the "Network security key" field. By default, the characters are hidden behind asterisks. Check the "Show entered characters" box, and you'll see your password in in open form.

An alternative method for advanced users is to use the command line. This method is convenient because it allows you to extract the password even for a network to which the computer is not currently connected, but has connected in the past.

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

In the command output, find the line "Key Content." This is where the access code you're looking for is located. This method works on all modern versions of Windows, including server editions.

How to find out the password on Android and iPhone

Mobile devices also store connection data, but access to it depends on the operating system version. Android, starting with version 10, now features a QR code viewer with a password.

Go to "Settings" → "Wi-Fi." Tap the gear icon next to your active network or select "Share." You'll be asked to verify your identity with your fingerprint or Face ID. A QR code will appear on the screen, with a text password often written underneath.

  • 📱 Open the wireless network settings on your smartphone.
  • 🔍 Find the desired access point in the list of saved ones.
  • 👁️ Click the Share button or the eye icon.
  • 🔢 Copy the password or scan the QR code with another device.

iPhone owners were a little less fortunate with older versions, but in iOS 16, Apple has implemented a full-fledged Wi-Fi password manager. Now you can go to "Settings" → "Wi-Fi," tap the blue "i" button next to the network name, and tap the hidden "Password" field. Face ID will unlock the field by revealing your password.

What to do if the QR code is unreadable?

If the camera doesn't read the code from the screen, take a screenshot and open it using Google Lens or any similar QR code scanner. The password text will be recognized automatically.

It's important to note that on devices without root access (for Android) or jailbreak (for older iOS devices), it's impossible to view passwords for networks the phone has never connected to for security reasons.

Accessing router settings via the web interface

If no device remembers the password, the only option left is to use the "heavy artillery"—logging into the router's control panel. This will require an Ethernet (LAN) cable connected from the computer to the router, or a Wi-Fi connection, if one is still active.

Open your browser and enter your router's IP address in the address bar. Most often, this is 192.168.0.1, 192.168.1.1 or 192.168.31.1The exact address is indicated on the same sticker on the bottom of the device as the factory password.

Router brand Default address Default login Default password
TP-Link 192.168.0.1 admin admin
ASUS 192.168.1.1 admin admin
Keenetic 192.168.1.1 admin 1234
D-Link 192.168.0.1 admin (empty)

After entering your login and password (if you haven't changed them, they are the default ones), you will be taken to the menu. Find the "Wireless" section → "Wireless Security." In the field WPA/WPA2 - Personal Your current password will be displayed. You can also change it to a more complex one here.

⚠️ Note: Router interfaces are constantly being updated. Menu locations may vary depending on the firmware version. If you can't find the item you need, check the official instructions for your specific model on the manufacturer's website.

Using the Command Prompt for Advanced Users

For those who prefer console commands, Windows provides a powerful tool netshIt allows you to manage network profiles directly, bypassing graphical interfaces. This is especially useful if the system's graphical interface is not working correctly.

First, you need to get a list of all saved profiles. Launch the command prompt as administrator and enter:

netsh wlan show profiles

You'll see a list of all networks. Copy the exact name of the network you need. Then use the command to display the details, adding the key key=clearto reveal the password:

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

In the Security settings section, look for the line "Key Content". This is your actual password, used to encrypt traffic. Please note that this method does not work for guest networks or corporate profiles with server authentication (802.1x).

📊 What operating system do you have installed?
Windows 10
Windows 11
macOS
Linux
Other

What to do if nothing helps: reset the settings

In extreme cases, when the password has been changed or lost, and there is no access to the admin panel (forgotten login password), the only option is a radical hard reset. There's a small hole on the router body with the inscription Reset or Restore.

Plug in the router. Take a paperclip or toothpick, press the button inside the hole, and hold it for about 10-15 seconds. The router's lights should blink or turn off, indicating the reset process has begun.

After rebooting, the router will return to factory settings. The Wi-Fi password will be the one on the sticker. However, remember: all your settings (PPPoE connection type, network name, restrictions) will be deleted. You'll have to set up your internet again, which may require information from your provider.

Frequently Asked Questions (FAQ)

Is it possible to find out someone else's Wi-Fi password?

No, this is impossible without access to their devices or router. Modern WPA2 and WPA3 encryption protocols reliably protect networks from brute-force attacks. Attempts to hack other people's networks are illegal.

Where can I find the password if my router is distributing Wi-Fi but there's no internet?

A Wi-Fi password (for local network access) and an internet password (PPPoE, ISP login) are different things. If Wi-Fi is working, you can find the password using the methods described above (via Windows or phone settings). The issue of no internet connection can be resolved by checking the router settings in the WAN section.

Will the command line method work on Windows 7?

Yes, team netsh Works on all versions of Windows since Vista. The command syntax has remained unchanged for many years.

I reset my router, but I still can't connect to the internet. What should I do?

After the reset, the router is "clean." You'll need to re-enter your ISP login information (username and password for connecting to the network). This information is specified in your contract with the ISP. Without this step, the router will not be able to access the global network.