Forgotten WiFi password: How to find and restore access

A situation when you urgently need to connect a new gadget to your home network, and WiFi password A hopelessly forgotten password happens all the time. This can happen after purchasing a new smartphone, having guests over, or performing a scheduled router reset. Fortunately, modern operating systems and network equipment store connection data, making it possible to recover a lost password without contacting your provider.

There are many ways to find a forgotten security key, and the method you choose depends directly on what devices are already connected to your network. Windows, Android, iOS and the router's web interface—all of these systems have their own mechanisms for viewing saved data. In this article, we'll cover each of the available options in detail so you can quickly restore internet access.

Don't panic or rush into a full factory reset, as this will require reconfiguring all provider settings. In most cases, access information is securely hidden within the system, and retrieving it will only require a few minutes of your time and access to one of the authorized devices.

Viewing a saved password on a Windows computer

If your laptop or desktop computer is already connected to a wireless network, the operating system Windows Stores the access key in its security profile. This is the simplest and most secure method, requiring no third-party software. You only need to access the network adapter properties through the control panel.

To get started, open the Start menu and go to the section Parameters, then select Network and InternetIn the window that opens, find the "Network and Sharing Center" link or use the command ncpa.cpl In the Run window (Win+R), find your active wireless connection, right-click it, and select Properties.

⚠️ Attention: To view the password, you will need administrator rights. If you are working on a corporate computer, access to these settings may be blocked by the system administrator.

In the properties window that opens, go to the "Security" tab. This is where the information you're looking for is located. By default, the characters are hidden behind asterisks, but you can make them visible by checking the "Show entered characters" box. Then network security key will become readable and you will be able to copy it or write it.

📊 On which device do you most often forget your password?
Android smartphone
iPhone
Windows laptop
Tablet

An alternative method for advanced users is to use the command line. This is useful if the graphical interface isn't working correctly or you prefer console commands. Open the command line as administrator and enter the command to display the network profile.

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

In the command results, find the "Key Content" line. Your password will be listed there in cleartext. This method works on all modern versions. Windows 10 And Windows 11 and is often faster than wandering through settings menus.

How to find out the password on Android smartphones

Owners of devices based on Android Users can use the built-in QR code feature to view their password. Starting with Android 10, the system allows you to not only share access but also view the password itself. This is especially convenient if you need to connect another phone or tablet.

Go to your smartphone's settings and select "Wi-Fi" or "Connections." Tap the network you're currently connected to or the gear icon next to it. In the menu that appears, find the "Share" or "QR code" button. The system will ask you to verify your identity with a PIN or fingerprint.

  • 📱 Open Wireless settings from the Home screen.
  • 🔑 Click the gear icon next to the active network.
  • 👁️ Select the "Show password" option or scan the QR code with another phone.

After confirming your identity, a QR code for connection will appear on the screen. A text version of the password is often displayed immediately below it. If the text is not visible, you can take a screenshot or scan the code with any other device with a camera—a notification or the camera app will indicate this. network key.

On some smartphone models from manufacturers Xiaomi, Samsung or Huawei The interface may vary slightly. Sometimes you'll need to click the "Eye" button next to the password entry field in the network editing menu.

Restoring access to iPhone and iPad

Ecosystem users Apple For a long time, it was impossible to view saved passwords directly on the device, but with the release iOS 16 And iPadOS 16 This feature has been added. Now you can find a forgotten key for any network your device has previously connected to through the standard settings menu.

To do this, open the Settings app and go to the Wi-Fi section. In the upper right corner of the screen, tap the "Edit" button (or the three-dot icon on iPad). A list of all known networks will open. Tap the information icon (a blue "i" in a circle) next to the desired network.

On the network details screen, you'll see a "Password" field with characters hidden by dots. Tap this field, and the system will prompt you for biometric authentication. Face ID or Touch ID, or enter the device's passcode. Once verified, the password will become visible and you can copy it.

⚠️ Attention: The password viewer feature is only available on devices running iOS 16 or later. On older versions of the operating system, you can only view saved passwords by syncing with a Mac running macOS Ventura or later.

If you have a computer Mac With the latest version of macOS, you can find your password in iCloud Keychain. Open "Keychain" using Spotlight search, find your network name in the list, and double-click it. Check "Show password" and enter your Apple ID account password.

Finding a password through the router's web interface

The most universal method, which works regardless of the type of device connected, is to access the router's settings. If you have access to the router's admin panel, you can not only view but also change these settings. WiFi password to any other one that is easier to remember.

To log in, open any browser on a device connected to the router (via cable or WiFi). In the address bar, enter the router's IP address. Most often, this is 192.168.0.1 or 192.168.1.1The exact address, as well as the login and password for entry, are usually indicated on a sticker on the bottom of the device.

Router brand Default IP address Login Password
TP-Link 192.168.0.1 admin admin
ASUS 192.168.1.1 admin admin
D-Link 192.168.0.1 admin (empty)
Keenetic 192.168.1.1 admin 1234
Tenda 192.168.0.1 admin admin

After successfully logging in to the router interface, find the section responsible for your wireless network. It may be called "Wireless," "Wi-Fi," "Wireless Mode," or "WLAN." Within this section, look for the "Security" or "Security Settings" subsection.

The "Wireless Password," "PSK Password," or "WPA Pre-Shared Key" field is where your current key will be displayed. You can also change the encryption type here (recommended). WPA2-PSK or WPA3) and set a new character combination. Don't forget to save your changes by clicking "Save" or "Apply."

What should I do if my router admin password has been changed?

If the default admin/admin password doesn't work, the password has been changed previously. In this case, the only solution is to perform a full reset of the router using the Reset button on the case. Press and hold it for 10-15 seconds until the indicators flash. After this, the router will return to factory settings, and you can log in using the credentials on the sticker.

Using the Command Prompt and PowerShell

For those who prefer a more technical approach, there's the option of extracting passwords via PowerShell. This method provides more detailed information about all saved profiles, which is useful if you manage multiple networks.

Launch PowerShell as administrator. First, list all saved WiFi profiles using the command netsh wlan show profilesFind the name of the network you want in the list, and then use the command to display the details of a specific profile with a key.

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

In the command output, look at the "Security settings" section. The "Key Content" line will contain the password you're looking for. This method is especially effective when the Windows graphical interface is slow or frozen.

  • 💻 Press Win+X and select "Windows PowerShell (Admin)".
  • 📝 Enter the command to view all profiles.
  • 🔍 Find the network name and use the command with the key=clear parameter.

If you've never connected to this network from this PC, you won't be able to find out the password this way. Also, antivirus software can sometimes block script execution, so make sure your security system isn't blocking PowerShell.

☑️ Check before resetting your router

Completed: 0 / 3

Specialized programs for recovery

There are a number of utilities designed to manage wireless connections and recover passwords. One of the most popular is WirelessKeyView from NirSoft. It automatically reads all saved keys from the Windows registry and displays them in a convenient list.

The main advantage of such programs is their speed and the ability to export all passwords at once to a text file. However, using third-party software carries certain risks. Such programs should only be downloaded from the developers' official websites to avoid infecting your system with viruses.

⚠️ Attention: Many antivirus programs may flag password recovery programs as potentially unwanted programs (PUPs). This is normal, as these tools can be used by hackers. Use them only on your own devices.

An alternative would be password managers such as KeePass or built into the browser Google Chrome A password manager, if you've previously synced your network data with the cloud. In Chrome, you can check this by following this path: Settings → Autofill → Password Manager and search for the word "Wi-Fi" or the router name.

What to do if none of the methods helped

In rare cases, none of the devices remember the password, access to the router is lost, and logging in is impossible. In this situation, the last, radical, but 100% effective method is to reset the router to factory settings (hard reset).

There is a small hole on the back of the router with the inscription Reset or RestoreYou'll need an unbent paperclip or a thin knitting needle. Press the button inside the hole and hold it for 10-15 seconds until all the lights on the case flash simultaneously. This will restore the device to its "out of the box" state.

After resetting, the router will use the factory password, which is located on the sticker on the bottom of the device. You'll need to connect to an open network (or a network with the factory password), log in to the web interface, and reconfigure your internet connection using your provider's credentials.

After restoring access, we strongly recommend writing down the new password in a safe place or saving it in a password manager. This will prevent similar problems in the future and save time when connecting new devices.

Frequently Asked Questions (FAQ)

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

No, this is impossible. The password is stored only on the access point (router) and on devices that have already successfully connected to the network. Without physical access to the router's settings or authorization on one of the connected devices, it is impossible to obtain the key.

Where can I find the password if it is written on a sticker, but the sticker has worn off?

If the sticker is unreadable and you have not changed the factory data, try the standard combinations: login admin and password admin (or 1234). If they don't work, you'll have to reset the settings, after which the password will be reset to the factory default (you can find it in the instructions or on the manufacturer's website for your router model).

Are password recovery programs safe to use?

It's safe to use trusted utilities (such as those from NirSoft) on your computer. However, only download them from official sources. Antivirus programs may flag them as dangerous due to their functionality, but this is acceptable for legally recovering your password.

How do I view my password on a Mac without iOS 16?

On macOS, open Keychain Access via Spotlight. Select "System" from the list on the left, find your WiFi network name, double-click it, check "Show password," and enter your Mac administrator password.

Why won't my router let me access the settings with my password?

You may be trying to enter your WiFi password instead of the administrator password. These are different things. The administrator password is located on the router's sticker (often admin/admin). If you've changed it and forgotten it, a hard reset using the Reset button will help.