Where to find your Wi-Fi password: a complete guide

Needing to connect a new device to a wireless network but having forgotten the password is one of the most common situations in the world of home IT support. It often happens that the router was configured several years ago, the data was written down on a piece of paper that was misplaced, or the security key was stored in the memory of an old laptop that is now inaccessible. At this point, there arises an urgent need to find it. Wi-Fi password, without resorting to complex manipulations or calling a specialist.

Fortunately, modern operating systems and network equipment store this data in an accessible format if you have physical access to the connected device. You don't have to reset your router to factory settings, which would result in losing all your customized provider configurations. There are several proven methods for finding a forgotten security code, each depending on which device is currently accessing the internet through that network.

In this article, we'll cover all possible scenarios in detail: from simply looking at the sticker under the router to using the Windows command line. We'll cover the built-in tools of Windows, macOS, Android, and iOS operating systems, and also cover logging into the router's administrative panel. Understanding these methods will help you quickly restore network access in any situation.

Finding the password on the router sticker and resetting the settings

The most obvious and often overlooked method is to inspect the device itself. Almost all router manufacturers place a special information sticker on the bottom or back panel. It lists the technical specifications, MAC address, IP address for logging into settings, and, most importantly, the factory default. Wi-Fi password (often referred to as a WPA/WPA2 Key, PIN, or Wireless Key). If you never changed the default data during the initial setup of the equipment, this code will be valid.

⚠️ Attention: If you or someone in your household has previously changed the password through the router's web interface, the information on the sticker will be invalid. In this case, you'll need to use software methods or perform a hard reset.

If the sticker has been erased or the data has been changed, and you don't have the connected devices at hand, there's a radical but effective solution: a factory reset. There's a button on the router for this purpose. Reset or WPS/ResetIt is usually recessed into the body to prevent accidental pressing, and requires a thin object, such as a paper clip or a needle, to activate.

The reset procedure is as follows:

  • 🔌 Plug in the router and wait until it fully boots up (the indicators should be steady).
  • 📌 Find the hole Reset and press the button inside with a thin object.
  • ⏱ Hold the button for 10-15 seconds until the indicators flash simultaneously or the router reboots.
  • 🔄 After rebooting, the network will be named as on the sticker, and the password will return to the factory default.

After completing this procedure, your router will be "as good as new." You'll need to reconfigure your connection to your ISP (enter your PPPoE or L2TP login and password, if required), as all previous configurations will be erased. This is an important point that's often overlooked, so make sure you have your ISP contract handy.

How to find your Wi-Fi password in Windows 10 and 11

If you already have a Windows computer or laptop connected to your wireless network, recovering a forgotten key takes just a couple of minutes. The operating system stores encrypted profiles of all networks you've ever connected to, but provides a convenient interface for viewing them. This is the easiest method, requiring no additional software.

To see the saved security key, follow these steps through the control panel:

  • 💻 Right-click the network icon in the tray and select "Network and Internet settings" or open "Control Panel".
  • 🌐 Go to the "Network and Sharing Center" section (in Windows 10, you can find this through search or by running the command control ncpa.cpl).
  • 📡 Click on the name of your active Wi-Fi network (blue link next to "Connections").
  • 🔑 In the window that opens, click the "Wireless Network Properties" button, then go to the "Security" tab.

On the "Security" tab, you'll see the "Network Security Key" field. By default, the characters are hidden behind asterisks. Simply check the "Show characters as you type" box, and the system will display the current password. In Windows 11, the path may be slightly different: Settings → Network & Internet → Wi-Fi → Manage known networksSelect the desired network and click the "View" button.

For advanced users who prefer the command line, there's a quick way to get information without navigating through menus. Open the Command Prompt (CMD) as administrator and enter the following command to display the profile:

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

The password you're looking for will be displayed in the "Key Contents" line of the security information block. This method is especially convenient if you need to quickly copy data or if the graphical interface is unstable.

Password recovery on macOS and mobile devices

Apple users can also easily find saved passwords thanks to the iCloud Keychain ecosystem. On Mac computers with macOS Ventura and later, as well as iPhones with iOS 16 and iPadOS 16, Apple has significantly simplified access to this information. Previously, this required using the Keychain, but now it's available in a convenient list.

On iPhone or iPad, the procedure is as follows:

  • 📱 Open "Settings" and go to the "Wi-Fi" section.
  • ℹ️ Click on the blue information icon (i) next to the name of the network whose password you need to find out.
  • 👆 Tap the "Password" line hidden by dots.
  • 👁 The system will request authentication via Face ID, Touch ID, or the device's passcode.

After successful verification, the device will display the password in plain text and prompt you to copy it. On macOS, the process is similar: System Preferences → Wi-Fi → "Advanced" (or "Details") button → select the network → copy the passwordIn older versions of macOS, the password can be found through the Keychain Access app by finding the network name and enabling the password display in the properties.

📊 Which operating system do you most often work with?
Windows 10/11
macOS
Android
Linux
Other

On Android devices, the situation is more complicated due to Google's security policies. On Android 10 and later, if the device is rooted, the password can be found in the system files. Without root access, you can use the QR code feature: in the Wi-Fi settings, tap the gear icon next to the active network, then select "Share" or the QR code icon. After scanning this code with another device (or using Google Lens), the password is often displayed in text below the code itself or in a notification.

Viewing the password through the router's web interface

If you don't have any connected devices handy, but you do have a computer that can be connected to the router via a LAN cable (or you're willing to connect it temporarily), you can access the router's settings. This method is universal and works for all models: TP-Link, ASUS, D-Link, Zyxel, MikroTik and others.

To access the control panel, you need to know the gateway IP address. Most often, this is 192.168.0.1 or 192.168.1.1Enter this address in your browser's address bar. The system will ask for your login and password to access the admin panel. If you haven't changed them, they're also listed on the router sticker (often "admin/admin"). After logging in, the interface may vary depending on the model, but the logic is the same.

Look for a section called "Wireless," "Wi-Fi," or "WLAN." Within this section, there will be a subsection called "Security Settings." This is where the field is located. Wireless Password, WPA Pre-Shared Key or "Password." You'll be able to view it in text format, change it to a new one, and save the settings.

Below is a table with addresses and login details for popular router models by default:

Manufacturer 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)
Zyxel Keenetic 192.168.1.1 admin 1234
Tenda 192.168.0.1 admin admin

Using the Command Prompt and PowerShell

For system administrators and console enthusiasts, there's another elegant way to find saved Wi-Fi passwords in Windows without a graphical interface. This method is useful when you need to quickly retrieve information or when the GUI isn't working correctly. PowerShell provides more powerful tools for working with network profiles.

Launch PowerShell as administrator. First, you need to get a list of all saved profiles. Enter the command:

netsh wlan show profiles

You'll see a list of all networks your computer has connected to. To display a specific profile, including its cleartext password, use the following syntax:

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

Replace NameOfNetwork with the exact name of your network. Please note that the name must be case-insensitive, but spaces and special characters must be included. In the command output, find the "Security settings" section, where the "Key Content" field will contain the password.

This method also allows you to export profiles to XML files, which is convenient for backing up network settings before reinstalling the system. Command netsh wlan export profile folder="C:\WifiBackups" key=clear will save all profiles with open passwords to the specified folder.

Third-party utilities and security measures

There are many third party programs such as WirelessKeyView from NirSoft, WiFi Password Decoder and others that automatically scan the Windows registry and display all saved passwords in a convenient list. These are useful if you don't want to mess with the command line or Windows settings. However, using such software requires caution.

⚠️ Attention: Download password recovery utilities only from the developers' official websites. Antivirus programs often label such programs as "HackTool" or "RiskWare," as they can be used by attackers to steal data. Use them only on trusted devices.

In addition to recovery, it's important to consider your network security. If you discover that your password was too simple (for example, "12345678" or a phone number), you should definitely change it. A weak security key allows attackers not only to use your internet but also to intercept your traffic, gaining access to your personal data.

Recommendations for creating a strong password:

  • 🔐 Use at least 12 characters.
  • 🔠 Combine uppercase and lowercase letters, numbers, and special characters (!, @, #, $).
  • 🚫 Avoid dictionary words, birth dates, and keyboard sequences.
  • 🔄 Change your password periodically, especially if many guests connect to the network.

☑️ Wi-Fi Security Check

Completed: 0 / 5

Frequently Asked Questions (FAQ)

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

No, this cannot be done legally. Hacking someone else's Wi-Fi network (brute-forcing, exploiting WPS vulnerabilities) is illegal and violates computer security laws. All the methods described in this article only work for networks to which your device has previously connected or to which you have physical access to configure.

What should I do if the reset button on my router doesn't respond?

Make sure you hold the button long enough (sometimes it takes up to 20-30 seconds) and use a suitable, thin object. If the router is turned on but the button doesn't work mechanically, it may be broken or stuck. In this case, the only solution is to reflash the firmware via UART or replace the device, as a software reset is impossible without access to the admin panel.

Where can I find the password if I'm connected via WPS?

When connecting via WPS (the push-button on the router), the password is usually not displayed directly in the Windows or Android interface, as the connection is established without the user entering it. However, if you access the network properties (as described in the Windows section), the system will display the generated or default security key, even if you only entered the PIN or pressed the push-button.

Will my internet connection be reset after changing my Wi-Fi password?

All devices previously connected to the Wi-Fi network will lose internet access because they will attempt to connect with the old password. You'll have to re-enter the new password on each smartphone, laptop, and TV. Changing the Wi-Fi password does not affect the provider's settings within the router.

In conclusion, it's worth noting that restoring access to your own network is a solution in most cases without data loss. The key is to proceed consistently and carefully check which device is already accessing the network to retrieve saved data. Regularly changing passwords and using strong encryption methods (WPA2/WPA3) will protect your home network from unwanted intruders.