How to find your Wi-Fi password if you forgot it: full instructions

It's common to need to connect a new device to your home network but lose the security key. This can happen after purchasing a new smartphone, having guests over, or simply reinstalling the operating system on your computer. Fortunately, modern operating systems and routers store this information, allowing you to restore access without any complicated steps.

There are several proven extraction methods network keywords from the memory of your gadgets. The choice of a specific method directly depends on which device already has access to the network or is at hand. We'll look at options for PCs, smartphones, and the router itself, so you can choose the most convenient one.

Before proceeding, it's worth noting that most methods require physical access to a device that's already successfully authenticated to the network. Without this, data recovery may be impossible, unless the password is saved on the router itself or in a cloud account.

Viewing a saved password on Windows

By default, the Windows operating system saves the settings of all networks to which the computer has ever connected. This is done for the convenience of automatically reconnecting when a signal reappears. This data can be accessed through the standard network settings interface, without the need for third-party software.

First, you need to open the Network and Sharing Center. Right-click the connection icon in the system tray (usually in the lower-right corner of the screen) and select "Open Network and Internet Settings." Next, find the "Network and Sharing Center" link or use the command ncpa.cpl in the Run window (Win+R) to directly access the list of adapters.

In the window that opens, find your active wireless connection. Double-click it or click "Wireless Network Properties." In the new dialog box, go to the "Security" tab. This is where the information you're looking for is stored, hidden by dots by default.

  • 🔍 Find the "Network security key" field and check the "Show entered characters" box.
  • 💻 If the checkbox is disabled, you will need administrator rights or a login with the appropriate privileges.
  • 📝 Copy the character combination to the clipboard to avoid typing errors on other devices.

There's an alternative, faster method for experienced users: using the command line. This method is especially useful if the graphical interface isn't working correctly or if you prefer console commands. It displays a list of all networks and their keys in text format.

⚠️ Important: When using the command line, be careful with the case of letters and the network name. A misspelling of the profile name will result in a message about the missing element.

Launch Command Prompt as administrator. Enter the following command to display profiles: netsh wlan show profilesFind your network name in the list and enter the command to display the key: netsh wlan show profile name="Network_Name" key=clearIn the "Security Settings" section, find the "Key Contents" line.

☑️ Checking access in Windows

Completed: 0 / 4

How to view your password on an Android smartphone

Android device owners are more fortunate than users of older versions of iOS. Starting with Android 10, the system allows not only sharing access via QR code but also viewing the password itself in text format. This makes life much easier when connecting to a laptop or tablet.

Here's the process: go to "Settings" and select "Wi-Fi" or "Connections." Tap the network you're connected to or the gear icon next to it. In the menu that opens, look for the "Share" button or the QR code icon.

To display the code, the system will ask you to verify your identity using a fingerprint scanner, facial recognition, or a screen unlock PIN. After successful authentication, a QR code will appear on the screen. Below this code is often (but not on all firmware versions) a password written in plain text.

If there's no text under the code, don't despair. You can take a screenshot of the screen with the QR code and open it using the Google Lens app or any other QR code scanner. The app will scan the code and display a connection string, with the following prefix: P: the searched key will be indicated.

  • 📱 Open Wi-Fi settings on your Android device.
  • 🔐 Complete biometric or graphic authentication.
  • 📸 Take a screenshot of the QR code if the password is not written in text.
  • 👁️ Use Google Lens to read data from an image.

On some smartphone models, for example, from Samsung or XiaomiThe interface may differ slightly. In such cases, look for the "QR code" button directly in the list of available networks or in the connection management menu. The operating principle remains the same: the system generates a standard string code containing the SSID and security key.

What to do if Android is old?

On Android versions below 10, you can't view the password using system tools without root access. In this case, the only way is to access the router settings via a browser or check the sticker on the device.

Restoring access to iPhone and iPad

For a long time the ecosystem Apple Previously, Wi-Fi passwords were hidden from users, only allowing them to be shared across Apple ID-enabled devices. However, with the release of iOS 16 and iPadOS 16, this changed. Now iPhone owners can access saved keys directly in their device settings.

To find a forgotten password, go to the "Settings" menu and select "Wi-Fi." Tap the blue information icon (the letter "i" in a circle) to the right of the active network name. Scroll down to the "Password" field. Tap the hidden dots.

The system will require Face ID, Touch ID, or the device's passcode. Once confirmed, the passcode will be displayed in plain text and can be copied. This is the easiest and most secure method for modern iPhone owners.

For devices that haven't updated to iOS 16, or if you need to find the password for a network your phone isn't currently connected to (but has connected to in the past), you can use iCloud Keychain on a Mac. On a Windows PC, this method doesn't work without third-party software, which we don't recommend for security reasons.

  • 🍏 Make sure your iPhone is running iOS 16 or later.
  • 🔑 Tap the "Password" field in the Wi-Fi settings.
  • 👤 Pass biometric identity verification.
  • 📋 Copy data for use on other gadgets.
⚠️ Note: If you use iCloud Keychain, your password may sync across all your Apple devices. Also check your iPad or Mac; you may find it easier to view your data there.

Finding the password in the router settings

The most reliable source of truth is the router itself. If no devices are currently connected to the network, or if you want to change the password to a more complex one, logging into the router's web interface is the only solution. This will require connecting to the device via cable or Wi-Fi (if you still have access).

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 indicated on the sticker on the bottom of the device. Standard data is often admin/admin or admin/password.

After logging in, find the section related to wireless networking. It may be labeled "Wireless," "Wi-Fi," "Wireless Mode," or "WLAN." Within this section, look for the "Security" or "WLAN Settings" subsection. This is where the "WPA/WPA2 Password" or "Pre-Shared Key" field is located.

Router brand Typical login address Settings section
TP-Link 192.168.0.1 Wireless -> Wireless Security
ASUS 192.168.1.1 Wireless Network -> General
D-Link 192.168.0.1 Wi-Fi -> Security Settings
Keenetic 192.168.1.1 My Networks and Wi-Fi -> Home Network

Interfaces may vary between manufacturers, but the logic remains the same: look for the words "Wireless," "Security," and "Password." If the default login and password don't work, they may have been changed previously. In this case, a full reset of the router to factory settings (press the Reset button) will help, but this will require reconfiguring the internet.

Using the Command Prompt and PowerShell

For users who prefer deep system control, Windows offers powerful tools via PowerShell. This method is similar to working with CMD, but provides more structured output and extensive scripting capabilities if you need to extract data from multiple profiles at once.

Run PowerShell as administrator. Enter the command netsh wlan show profilesto see a list of all saved networks. Find the name of the desired profile in the list. Then use the command netsh wlan show profile name="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. This method works on all modern versions of Windows, starting with Windows 7, and is not affected by graphical interface glitches.

If you're using Linux, the command will be different. To view saved passwords in NetworkManager, use the terminal and the command: sudo cat /etc/NetworkManager/system-connections/NETWORKNAME.nmconnection (The path may vary depending on the distribution). You will need the superuser (root) password.

  • 💻 Launch Terminal or PowerShell with administrator rights.
  • 📜 Enter the command to display profiles.
  • 🔍 Find the exact network name in the list.
  • 🔑 Use the key=clear parameter to display the key.

It's important to understand that these commands read data from the system storage. If the computer has never connected to this network or the profile has been deleted, the command will return an error. In this case, the only option left is the router.

📊 Where do you most often store passwords?
In my head (I forget)
On a piece of paper under the router
In the browser
In a special application

Common errors and problems during recovery

Password recovery rarely goes completely smoothly. Users often encounter common problems that are easily resolved if they understand the root cause. One of the most common mistakes is confusing the Wi-Fi password with the router settings password.

These are two different things. The Wi-Fi password (WPA/WPA2 key) is needed to connect a phone or laptop to the wireless network. The administrator password is needed to log in to the router's web interface (192.168.xx). They can be the same, but most often they are different character combinations.

Another issue is an incorrect keyboard layout or letter case. When copying a password from Windows or Android settings, make sure you don't include any extra spaces at the beginning or end of the string. Wi-Fi is case-sensitive: the letter "A" and the letter "a" are different characters.

⚠️ Please note: Router and operating system interfaces are constantly updated. Menu locations and item names may differ from those described in the instructions. Always look for semantic equivalents (Security, Wireless, Key), not just the exact names.

If you're trying to connect but the password doesn't work, your router may have MAC filtering enabled. In this case, even the correct password won't allow access until the device is whitelisted in the router settings. Check this setting in the Wireless MAC Filtering section.

Is it possible to find out the password if I have never connected to this network from this device?

No, this is impossible. The device doesn't store information about networks it hasn't connected to. You'll need access to another device that's already connected, or physical access to the router to view the sticker or log in to the admin panel.

Is it safe to use password cracking or viewing programs?

Most of these programs are malicious. Operating systems already have built-in tools for viewing saved passwords (as described above). Downloading third-party software for a single function carries a high risk of infecting your computer with viruses.

What should I do if I changed the password on my router, but it hasn't updated on my phone?

The device is trying to connect with the old key. You need to find this network in the list of saved networks on your phone, select "Forget network," and then reconnect using the new password.

Where can I find the password if the sticker on my router has worn off?

If the sticker is illegible and the default password (admin/admin) doesn't work, the only solution is to perform a full reset of the router. Press and hold the Reset button for 10-15 seconds. The router will return to factory settings, and the password will be set to the one specified in the manual or on the manufacturer's website for your model.

Can my provider help me recover my password?

Your ISP is responsible for providing internet access up to your router. Internal Wi-Fi network settings are your responsibility. ISP support typically doesn't have access to your Wi-Fi passwords and can't reset them remotely.