How to check your router's Wi-Fi password using a computer: 5 working methods

Forgot your home Wi-Fi password and there's no sticker with the connection information on your router? Or do you need to connect a new device but can't be bothered to find the piece of paper with the code? Check your current password Wi-Fi networks You can do this directly from your computer—without resetting your router or losing your internet connection. In this article, we'll cover all the current methods: from viewing saved networks in Windows And macOS before entering the routers web interface TP-Link, ASUS, Keenetic and other popular brands.

Important: If you are not the network administrator (for example, you are connected to someone else's Wi-Fi), these methods won't work — they are only intended to check passwords for networks to which the computer is already connected or to which the router has access. Also, keep in mind that some providers (for example, Rostelecom or Beeline) may block access to router settings - in this case, you will need to contact support.

Before you begin, make sure your computer is connected to the router via cable (Ethernet) or via Wi-Fi. If there is no connection, use a mobile phone or tablet to access the settings.

📊 What kind of router do you have?
TP-Link
ASUS
Keenetic
D-Link
Zyxel
Another brand
Don't know

1. How to view your Wi-Fi password using the Network and Sharing Center in Windows

The fastest way is to use built-in tools Windows 10 or Windows 11This method is suitable if your computer is already connected to a Wi-Fi network whose password you've forgotten. This method doesn't require administrator rights, but you do need to know the network name (SSID).

Instructions:

  • 🖱️ Right-click on the icon Wi-Fi in the lower right corner of the taskbar (next to the clock) and select Open Network and Internet.
  • 📋 Go to the section Wi-Fi → Manage known networks.
  • 🔍 Find your network in the list, click on it and select Properties.
  • 👁️ In the field Network security key The password will be displayed, but it will be hidden by dots. Check the box. Show entered charactersto see it.

If this method does not work (for example, the button Properties inactive), try the alternative method via command line:

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

Replace NETWORK_NAME to the name of your Wi-Fi (for example, netsh wlan show profile name="KEENETIC-123" key=clear). The password will be specified in the line Key content.

2. Viewing your Wi-Fi password using Keychain Access on MacOS

On computers MacBook or iMac With macOS Wi-Fi network passwords are stored in the system storage "Bunch of keys"You don't need administrator rights to see them, but you will need to enter the user account password.

Step-by-step instructions:

  • 🔍 Open Spotlight (keyboard shortcut Command + Space) and enter Bunch of keys. Launch the application.
  • 📂 In the left menu, select System, then category Passwords.
  • 🔎 In the search bar, enter the name of your Wi-Fi network (SSID).
  • 👁️ Double-click on the found entry and check the box Show password and enter the password for your account Mac.

If you don't remember your account password Mac, you can restore it through Password reset utility (boot into recovery mode - hold Command + R when turned on).

What should I do if Keychain Access won't open?

If the Keychain app won't open or gives an error, try resetting it Terminal. Enter the command:

security dump-keychain -d login.keychain

After this, restart your Mac. If the problem persists, you may need to create a new keychain in Settings → Accounts → Login items.

3. Logging into the router's web interface: a universal method for all models

If the previous methods don't work (for example, your computer isn't connected to Wi-Fi or you want to find out the password for another network), you can go to router control panelThis works for all brands: TP-Link, ASUS, Keenetic, D-Link, Zyxel, MikroTik and others. The main thing is to know IP address router and login data (login/password).

Standard login addresses:

Router brand IP address Default login/password
TP-Link 192.168.0.1 or 192.168.1.1 admin/admin
ASUS 192.168.1.1 admin/admin
Keenetic 192.168.1.1 admin/1234 (or empty password)
D-Link 192.168.0.1 admin/admin or an empty password
Zyxel 192.168.1.1 admin/1234

If the default credentials don't work, your login/password has been changed. In this case:

  1. Try to remember if you changed them during setup.
  2. Check the sticker on the back of your router - sometimes it contains the latest information.
  3. If nothing helps, you'll have to reset the router to factory settings (button Reset for 10 seconds). Warning: This will delete all settings, including Wi-Fi passwords and provider settings!

Connect your computer to the router via cable (recommended)

Make sure the router is turned on and the indicators are steady.

Close VPN and proxy (they may block access)

Try opening the IP address in different browsers (Chrome, Edge, Firefox)-->

4. Finding the Wi-Fi password in your router settings (step-by-step instructions for popular brands)

After logging into the router's web interface, you need to find the settings section wireless networkThe path to it depends on the model and firmware. Below are the latest instructions for the most common brands.

🔹 TP-Link (Archer, TL-WR, Deco)

Go to the section Wireless → Wireless SecurityThe password will be in the field. PSK password or Network keyIn new models (for example, Archer AX6000) the path may be different: Advanced settings → Wireless network → Security settings.

🔹 ASUS (RT-AX, RT-AC, ZenWiFi)

Open the tab Wireless network in the main menu. The password is specified in the field WPA Pre-Shared KeyIn routers with firmware Asuswrt-Merlin the path may differ: Administration → Wireless.

🔹 Keenetic (Giga, Hero, Viva)

In new versions of the interface (KeeneticOS) go to Wi-Fi network → Access pointThe password will be in the block. Protection next to the inscription Network keyIn older models (for example, Keenetic Lite III) look in Home Network → Wi-Fi.

🔹 D-Link (DIR, DSL)

Go to Wi-Fi → Security Settings. The password is specified in the field. PSK encryption keyIn routers with firmware D-Link Green the path may be Setup → Wireless Settings.

5. How to find out the Wi-Fi password via the command line (alternative method for Windows)

If the graphical interface Windows does not show the password (for example, due to security policy restrictions), you can extract it through command line or PowerShellThis method works even if you don't have administrator rights, but it requires knowing the network name (SSID).

Steps:

  1. Open Command line as administrator (click Win + X and select Terminal (administrator)).
  2. Enter the command to display all saved networks:
    netsh wlan show profiles

    Remember the exact name of the network you need (case is important!).

  3. Display network information including password:
    netsh wlan show profile name="NETWORK_NAME" key=clear | findstr "Key Contents"

If the command doesn't work, try again PowerShell:

(netsh wlan show profile name="NETWORK_NAME" key=clear).Parse().KeyMaterial

This method is suitable for Windows 7/8/10/11, but in corporate networks it may be blocked by group policy.

6. What to do if none of the methods work?

If you've tried all the methods but still can't find out your password, the problem may be one of the following:

  • 🔌 The router is configured by the provider (for example, Rostelecom or MTS) and access to its settings is blocked. In this case, contact technical support—they will prompt you for the password or send a technician to reset it.
  • 🔒 There are restrictions on your computer (for example, on an office network). Try using a different PC or laptop.
  • 🛠️ The router is damaged or not working properly. Symptoms: the web interface won't open, it constantly reboots, and it doesn't distribute Wi-Fi. Solution: reset to factory settings (using the button) Reset).
  • 📡 The network is configured via WPS (Quick Connect button). In this case, the password may not be displayed in the settings. Click WPS on the router and connect the device without entering a password.
⚠️ Attention: If you reset the router to factory settings, you will need to reconfigure your Internet connection (enter your provider login/password, configure PPPoE or DHCP). This information is usually specified in the contract or can be clarified by contacting support.

If the router is rented from a provider (for example, Beeline or Third Transport Ring), resetting may lock your device. In this case, it's best to call support and request the password.

7. How to secure your Wi-Fi after password recovery

Once you've found your Wi-Fi password, we recommend checking your router's security settings. Many users don't change the default settings for years, leaving their network vulnerable to hacking. Here's what you should do:

  • 🔐 Change your Wi-Fi password complex (at least 12 characters, with letters, numbers, and special characters). Example: k3$Tp@ssw0rd!2026.
  • 🛡️ Update the encryption type With WPA2-PSK on WPA3-PSK (if your router supports it). This will protect against dictionary attacks.
  • 🚫 Disable WPS - This function is vulnerable and allows you to connect to the network without a password.
  • 📡 Change the network name (SSID) to something unique (don't leave the standard one, for example, TP-Link_1234).
  • 🔄 Update your router firmware to the latest version - this closes the vulnerabilities.

Also check the list of connected devices in the section DHCP or Wi-Fi clientsIf you see any unknown devices there, change your password immediately—your network may have been hacked.

⚠️ Attention: Don't use personal information (birthdates, names, phone numbers) as your password. Attackers can crack it in minutes using special software.

FAQ: Frequently asked questions about checking your Wi-Fi password

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

No, not if your computer isn't connected to that network. The methods in this article only work for networks you already have access to (or physical access to the router). Hacking someone else's Wi-Fi network is illegal and punishable under Article 272 of the Russian Criminal Code ("Unauthorized access to computer information").

I reset my router, but the internet isn't working. What should I do?

After the reset, you'll need to reconfigure your connection to your provider. To do this:

  1. Go to the router's web interface (usually 192.168.1.1).
  2. Go to the section Internet or WAN.
  3. Select connection type (PPPoE, DHCP, Static IP) and enter the data from the contract with the provider.
  4. Save the settings and reboot the router.

If you don't know the parameters, call your provider's support team - they will help you.

How to find out the Wi-Fi password on Android or iPhone?

On Android 10+ And iOS There is no built-in way to view the password for the current network, but you can:

  • 📱 On Android with root rights: use the app WiFi Password Viewer.
  • 🍎 On iPhone: If the device is connected to the network, the password can be viewed on Mac via Keychain Access (see section 2).
  • 🔌 Connect to the router via a computer and use the methods in this article.
Why is there no Wi-Fi password field in the router settings?

Possible reasons:

  • You are looking in the wrong section (check Wireless, Wi-Fi, Security).
  • The router is configured in mode bridge or repeater — the password is taken from the main device.
  • Do you have guest Wi-Fi — its settings can be in a separate section.
  • The router firmware is corrupted. Try updating it or resetting the settings.
Is it possible to recover a Wi-Fi password if the router is broken?

If the router doesn't turn on or doesn't respond to a reset, the password cannot be retrieved—it's stored in the device's internal memory. In this case:

  1. Buy a new router and set it up from scratch (get your internet connection details from your contract with your provider).
  2. Contact a service center - sometimes it is possible to restore the firmware through UART or JTAG, but it is expensive and not always possible.