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

It's quite common to need to connect a new device to a wireless network but forget the access key. This could be due to purchasing a new smartphone, having guests over, or simply reconnecting a laptop after reinstalling the operating system. Fortunately, modern operating systems and routers store this information in encrypted form, allowing the owner to restore access without any complicated steps.

There are several proven methods that allow remember a forgotten password From Wi-Fi. The specific method you choose directly depends on what device you already have connected to the network: a Windows computer, a MacBook, an Android smartphone, or an iPhone. There's also always the hardware option—logging into the router's control panel, which works even without connected clients, as long as you have cable access.

In this article, we'll cover all the current methods for recovering a security key in detail. We'll cover the built-in tools of operating systems, the capabilities of mobile platforms, and the nuances of working with router web interfaces. It's important to understand that to successfully complete most of the instructions, you'll need at least one device that already has an active connection to the target network.

Viewing a saved password in Windows 10 and 11

The Windows operating system stores the keys of all networks your computer has ever connected to in a special registry. If your laptop or PC is currently connected to Wi-Fi or has been connected previously, you can retrieve this stored data through the standard settings interface. This method doesn't require installing third-party software and is the safest for the average user.

First, you need to open your network settings. Right-click the Wi-Fi icon in the system tray (near the clock) and select "Network & Internet settings." In the window that opens, find the link "Network and Sharing Center" (in Windows 10) or "Advanced network settings" (in Windows 11). Next, click the name of your active wireless connection.

In the network status dialog box that appears, click the button Wireless network propertiesGo to the "Connection" tab and find the "Wireless Network Properties" button. In the new window, switch to the "Security" tab. Here you will see the "Network Security Key" field, where the characters are hidden behind asterisks. Check the "Show characters" box, and the password will become visible.

An alternative and faster method for experienced users is to use the command line. This method is especially convenient if you need to find the password for a network the computer has connected to in the past but is not currently connected to.

  • 📡 Click Win + R, enter cmd and press Enter to launch the command prompt.
  • 💻 Enter the command netsh wlan show profilesto see a list of all saved networks.
  • 🔑 Use the command netsh wlan show profile name="Network_Name" key=clear to display the key in clear text.

Please note that in the command above, you must replace "Network_Name" with the exact name of your Wi-Fi network. The system will generate a detailed report, with the required access code listed in the "Key Content" line.

How to view your Wi-Fi password on Android and iOS

Mobile devices also store data about connected networks, but access to this information depends on the operating system version and permissions. On modern versions of Android (starting with 10) and iOS (16 and later), the process is significantly simplified and does not require root or jailbreak.

On Apple devices with iOS 16 and later, the process is as straightforward as possible. Go to Settings → Wi-Fi. Find the network you need to find the password for and tap the blue information icon. (i) next to the name. Tap the "Password" line hidden by dots. The system will ask you to confirm it via Face ID, Touch ID, or a passcode, after which the key will be displayed and can be copied.

On Android smartphones, the algorithm is slightly different, but it also relies on generating a QR code. Go to Wi-Fi settings, tap the name of the active network or the gear icon. Select "Share" or "QR code." The system will ask you to confirm your identity (fingerprint or PIN).

⚠️ Attention: On some Android models (such as Xiaomi or Samsung), the QR code may have a text password written directly below it. If there's no text, take a screenshot of the code and scan it with Google Lens or any other QR code reader—the text will appear on the screen.

For Android devices with older OS versions (below 10), it's impossible to view the password using standard tools without gaining superuser (root) rights. In this case, specialized apps like WiFi Password Viewerthat can read system files wpa_supplicant.confHowever, setting such rights voids the warranty and poses risks to data security.

iPhone owners with iOS versions earlier than 16 will also need to use macOS. If you have a Mac connected to the same iCloud, you can find the password in your iCloud Keychain using the Keychain Access app on your computer.

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

Restoring access via the router's web interface

The most universal method that always works, regardless of the type of device connected, is to access the router's settings. The router is the repository of the network configuration, and this is where the WPA/WPA2 security keyFor this method, you will need a device (PC, laptop, phone) connected to the router via cable or Wi-Fi.

First, you need to find out the gateway IP address. This is usually 192.168.0.1 or 192.168.1.1The exact address, username, and password are often written on a sticker on the bottom of the router. Enter the IP address in the browser's address bar. If the browser warns you about an insecure connection, ignore the warning and proceed to the website.

After entering your credentials (often admin/admin), you will be taken to the control panel. The interface varies from manufacturer to manufacturer (TP-Link, ASUS, D-Link, Keenetic, MikroTik) is different, but the logic is the same. You need to find the section related to the wireless network. It may be called "Wireless," "Wi-Fi," "Wireless Mode," or "WLAN."

Within this section, look for the "Security" or "Wireless Settings" subsection. There you'll find a field labeled "Wireless Password," "PSK," or "WPA Pre-Shared Key." The value in this field is your password. You can copy it or change it to a new one, and remember to save the settings by clicking "Save" or "Apply."

Router manufacturer Typical entry address Wi-Fi settings section Password field
TP-Link 192.168.0.1 / tplinkwifi.net Wireless -> Wireless Security Wireless Password
ASUS 192.168.1.1 / router.asus.com Wireless network Authentication Method / Pre-Shared Key
D-Link 192.168.0.1 Wi-Fi -> Security Settings PSK encryption key
Keenetic 192.168.1.1 / my.keenetic.net My Wi-Fi network Network password

If you change the password in your router settings, all previously connected devices will lose their connection to the network. You'll have to re-enter the new key on each device. This is standard security behavior.

What should I do if I changed my router password and forgot it?

If you've changed your router's administrator password and don't remember it, the only solution is to reset the device to factory settings. To do this, press and hold the Reset button (usually recessed into the router's housing) for 10-15 seconds while the router is turned on. This will reset the device to the factory username and password (found on the sticker), but you'll have to reset your internet and Wi-Fi settings.

Using the Command Prompt and PowerShell for Advanced Users

For system administrators and command line enthusiasts, there is a more flexible tool. PowerShell in Windows provides a module NetConnection, but standard netsh remains the most compatible solution. The advantage of this method is the ability to quickly export a profile to an XML file, where the password will be stored in cleartext.

To export a network profile to a text file, use the command:

netsh wlan export profile name="Network_Name" key=clear folder="C:\Users\YourName\Desktop"

This command will create an XML file on your desktop. If you open it with any text editor (Notepad), you'll find the line <keyMaterial>, inside which the password will be written.

This method is useful for mass computer configurations or when the graphical interface is not working correctly. PowerShell can also be used to view connection history and last network connection dates, which helps in diagnosing connection issues.

  • 📂 The export command creates a file with the extension .xml.
  • 🔍 Search for the tag <keyMaterial> inside the created file.
  • 🗑️ Don't forget to delete the password file in plain text after use.

Using PowerShell allows you to automate the process. The script can loop through all saved profiles and output their names and passwords into a single list, which is convenient for auditing the security of corporate laptops.

macOS device specifics

Apple Mac users can access saved passwords through the system utility Keychain Access. This program manages all saved passwords, certificates, and keys in the macOS ecosystem.

Open Keychain Access via Spotlight (Cmd + Space) or find it in the Applications → Utilities folder. Select System or iCloud from the list on the left, then find the name of your Wi-Fi network in alphabetical order. Double-click the name to open the properties window. Check the box next to "Show password."

The system will request authorization: you'll need to enter your Mac user account password or use Touch ID. After confirmation, the required key will appear in the text field. This method works on all current versions of macOS, from Mojave to Sonoma.

⚠️ Attention: If you're using macOS Ventura or later, you can also view Wi-Fi passwords in System Preferences -> Wi-Fi. Click the "Details" button next to the network, then hover over the "Password" field and click "Copy" or the eye icon.

Syncing via iCloud Keychain allows you to see these passwords on other Apple devices linked to the same Apple ID. This provides a seamless user experience, but requires two-factor authentication to be enabled for security.

Resetting the router as a last resort

If none of the software methods work, or you don't know the router password and the data on the sticker has been erased, a radical solution remains: a hard reset. This will restore the device to its factory settings, with the default network name and password indicated on the sticker.

On the back or bottom panel of the router, find the hole marked Reset or RestoreTake a paperclip or toothpick, press the button inside the hole, and hold it for about 10-15 seconds until the indicators on the router blink simultaneously. After rebooting, the router will operate with factory settings.

After the reset, you'll need to reconfigure your internet connection (enter your ISP login and password) if this information wasn't automatically retrieved or saved in your ISP profile. You'll also need to reconfigure your Wi-Fi network name and create a new password.

  • 🔌 Make sure your router is plugged in before resetting.
  • ⏱️ Hold the Reset button for at least 10 seconds.
  • 🌐 Be prepared to re-enter your provider settings (PPPoE, L2TP, etc.).

Use this method only as a last resort, after all other options have been exhausted. Check with your internet service provider for the technical configuration information beforehand to avoid losing network access after the reset.

☑️ What should you do before resetting your router?

Completed: 0 / 4

Frequently Asked Questions (FAQ)

Is it possible to find out the Wi-Fi password if I'm not connected to the network right now?

Yes, if you've connected before. Windows, macOS, and Android store profiles of past connections. Use the command line on Windows (netsh) or Wi-Fi settings on Android (QR code) to retrieve data from the saved profile.

What should I do if the password sticker on my router has worn off?

Try standard combinations: login/password are often admin/admin or admin/passwordIf they don't work and you haven't changed them before, you'll have to press the Reset button to reset the password to the factory default (you can find it online for your router model).

Is it safe to use Wi-Fi hacking software?

No, most such programs contain viruses or are fraudulent. Furthermore, hacking someone else's network is illegal. Use only legal methods to recover your password through your device or router settings.

Where can I find my Wi-Fi password in my provider's app?

Many modern providers (Rostelecom, MGTS, Beeline, etc.) have their own mobile apps for managing services. The "Equipment" or "My Wi-Fi" section often displays the current password and allows you to change it without logging into the router's web interface.

Why does my computer say "Can't connect to this network"?

A common cause is changing the router password while the old one is saved on your computer. Solution: In Windows, go to "Manage known networks," find your network, click "Forget" (or "Remove"), and then reconnect using the current password.