How to find out your Wi-Fi password: all the working methods for your PC, phone, and router

Forgot your home Wi-Fi password and there's no sticker on your router with the connection information? Or do you need to share your network with guests but don't have time to tweak the router settings? This situation sounds familiar to many, according to a survey. Kaspersky, 63% of users have at least once faced the need to restore access to their own network. Luckily, there are several ways find out the Wi-Fi password without resetting the router to factory settings.

In this article, we'll cover all the current methods—from viewing saved networks on devices to extracting passwords through the router's admin panel. Important: Some methods require administrator rights or physical access to the router. If you're trying to hack someone else's network— This violates Article 272 of the Criminal Code of the Russian Federation ("Unauthorized access to computer information") and is punishable by a fine of up to 200,000 rubles.All instructions below are applicable only to restoring access to his own networks.

Let's start with the simplest solutions that don't require technical skills.

1. Look at the password on the router sticker

The most obvious, but often ignored method. Most router manufacturers (TP-Link, ASUS, Keenetic, MikroTik) indicate the factory Wi-Fi password on the bottom or back of the device. Look for a sticker that says:

  • 🔑 SSID (network name) - usually starts with the model name, for example TP-Link_1234;
  • 🔒 Password/Wi-Fi Key/Pin - this is the password (often 8-12 characters of numbers and letters);
  • 📡 MAC-address — not needed for connection, but may be useful for configuration.

⚠️ Attention: If you changed the password after setting up the router for the first time, the factory data is on the sticker won't fitIn this case, proceed to the following methods.

Also pay attention to the router model (for example, TP-Link Archer C6 or ASUS RT-AX55). This information will be useful if you need to reset your device to factory settings—you'll need to know the exact firmware to restore it.

📊 Have you ever lost your Wi-Fi password?
Yes, several times
Yes, but I quickly restored it.
No, I always write it down.
I don't remember

2. Find out the password through Windows settings

If your computer or laptop is already connected to Wi-Fi, you can retrieve the password from the system settings. This method works on Windows 7/8/10/11 and does not require administrator rights (if you are logged in under an account that has previously connected to the network).

Instructions for Windows 10/11:

  1. Open Parameters (keys Win + I).
  2. Go to Network and Internet → Wi-Fi.
  3. Click Managing known networks.
  4. Select your network and click Properties.
  5. Scroll down to the block Security parameters.
  6. Check the box Show entered characters — the password will become visible.

For Windows 7/8:

  1. Open Control Panel → Network and Sharing Center.
  2. Click on your network name (next to Connections).
  3. In the status window, click Wireless network properties.
  4. Go to the tab Security and mark Show entered characters.

⚠️ Attention: If the button Show entered characters is inactive, then your account does not have permission to view the password. Try logging in as an administrator or use command line (method No. 3).

Run Windows as administrator|Try another method (command prompt)|Check if the computer is connected to the desired network|Restart the router and try again-->

3. Extract the password via the command line (CMD)

This method is suitable for Windows and allows you to find out the password even if the "Show characters" button is disabled. You will need administrator rights.

Open Command line as administrator:

  • Click Win + X and select Terminal (administrator) (Windows 11);
  • Or enter cmd in the search, then right-click → Run as administrator.

Enter the command to view all saved networks:

netsh wlan show profiles

Find your network name in the list (for example, MyWiFi_5G) and run:

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

In the results, look for the line Key content — this is the password. If the command returned an error The operation failed., check:

  • 🔹 Is the network name spelled correctly (case is important!);
  • 🔹 Is the command prompt running as administrator?
  • 🔹 Has the computer been connected to this network at least once?

4. View your password on Android or iPhone

On mobile devices, extracting the password is more difficult due to security restrictions, but there are workarounds.

For Android (root or special apps required):

  • 📱 Without root: Install WiFi Password Viewer (This doesn't work on all firmware versions.) The app will show passwords for the networks you've connected to.
  • 🛠️ From root: Use Root Browser and go to /data/misc/wifi/WifiConfigStore.xml. Look for the line <string name="PreSharedKey">PASSWORD</string>.

For iPhone (jailbroken only):

  • 🍎 Install the tweak WiFi Passwords from the repository BigBoss (required) Cydia or Sileo).
  • 🔓 Passwords will be available in Settings → Wi-Fi → Passwords.

⚠️ Attention: On iOS without jailbreak and Android extract password without root impossible Using standard tools. Don't install suspicious apps that promise "Wi-Fi hacking"—they're scams or viruses.

Why doesn't Apple allow you to view Wi-Fi passwords?

Starting with iOS 12, Apple removed the ability to view saved passwords without jailbreaking for security reasons. This is due to its user data protection policy: even the device owner is not allowed to retrieve passwords that may have been entered on public networks (where interception poses a risk).

5. Log in to the router's admin panel

The most reliable way is to access your router's web interface and view (or change) your Wi-Fi password. To do this:

  1. Find out your router's IP address:
    • 🖥️ On Windows: do it in CMD team ipconfig and look for the line Main gateway (usually 192.168.0.1 or 192.168.1.1).
    • 📱 On Android/iPhone: open the Wi-Fi network properties - the router's IP is listed as Router or Gateway.
  • Enter the address in your browser: Go to http://192.168.0.1 (or another IP from point 1).
  • Log in: The default login and password are indicated on the router sticker (usually admin/admin or admin/password).
  • Find your Wi-Fi settings: The section may be called Wireless, Wi-Fi, Wireless network or WLAN.
  • Look at the password: Look for fields Password, Pre-Shared Key or Security key.
  • 🔧 Examples of paths for popular routers:

    ManufacturerModelWi-Fi password path
    TP-LinkArcher C6, TL-WR840NBasic → Wireless → Wireless Security
    ASUSRT-AX55, RT-AC66UWireless → General → WPA-PSK Key
    KeeneticGiga, HeroHome Network → Wi-Fi → Security
    ZyxelKeenetic Lite, UltraNetwork → Wi-Fi → Security Settings
    MikroTikhAP ac, RB4011Wireless → Security Profiles → WPA2 PSK

    ⚠️ Attention: If you changed your login/password for entering the admin panel and forgot them, you will have to reset the router to factory settings (button Reset (on the back panel). After resetting, the Wi-Fi password will return to the factory default (see sticker).

    6. Use specialized programs

    If standard methods fail, you can use password recovery software. Important: such tools should only be downloaded from official websites to avoid viruses.

    Popular utilities for Windows:

    • 🔐 WirelessKeyView (from NirSoft) — displays all saved Wi-Fi passwords in the system. No installation required.
    • 🔓 WiFi Password Revealer - simple interface, export passwords to a file.
    • 🛡️ Magical Jelly Bean WiFi Password Revealer - supports Windows 11.

    For macOS:

    • 🍏 Open Terminal and enter:
      security find-generic-password -wa "NETWORK_NAME"

      Replace NETWORK_NAME to your Wi-Fi SSID.

    ⚠️ Attention: Programs like Aircrack-ng or Wireshark, which are marketed as "Wi-Fi hackers," require in-depth knowledge of network security. Their use for hacking other people's networks illegally, and inexperienced actions can lead to your MAC address being blocked in the router.

    7. Reset the router and configure it again

    If none of these methods work, the only drastic solution is to reset your router to factory settings. This will erase all your settings, including your Wi-Fi password, but you'll be able to set up your network again.

    How to reset a router:

    1. Find the small button on the back of the router. Reset (sometimes it is recessed into the body).
    2. Take a paper clip or a toothpick and press and hold the button 10-15 seconds.
    3. The indicators on the router will flash and go out - this is a signal of a successful reset.
    4. Connect to the network with the factory name (see the sticker) and set up Wi-Fi again through the admin panel.

    🔧 How to avoid losing your password in the future:

    • 📝 Write down the password in a notepad or password manager (KeePass, 1Password).
    • 📱 Take a photo of the router sticker and save it in a secure album.
    • 🔄 Update your router firmware regularly to patch vulnerabilities that could allow attackers to hack your network.

    ⚠️ Attention: After resetting the router, all devices will be disconnected from Wi-Fi. Prepare instructions for connecting gadgets (smart speakers, cameras, TVs) in advance—some may require reconfiguration.

    FAQ: Frequently Asked Questions About Wi-Fi Passwords

    Is it possible to find out my neighbor's Wi-Fi password?

    No, this is illegal. Article 272 of the Russian Criminal Code provides for a fine of up to 200,000 rubles for unauthorized access to computer information. If you urgently need internet, it's best to ask a neighbor to share the password or use a mobile hotspot.

    Why doesn't the router accept the factory password from the sticker?

    Most likely, the password was changed during the initial setup. Try resetting the router (button Reset) or use one of the password extraction methods described above. If the router is rented from a provider (for example, Rostelecom or Beeline), factory data may not be suitable - please contact support.

    How to protect your Wi-Fi from hacking?

    Use these guidelines:

    • 🔒 Set a complex password (at least 12 characters, with letters, numbers, and special characters).
    • 🔄 Change your password every 3-6 months.
    • 📡 Turn off WPS in the router settings - this protocol is vulnerable to attacks.
    • 🛡️ Turn on WPA3 instead of WPA2 (if the router supports it).
    • 👤 Disable guest access if you don't need it.

    What should I do if I forgot my router admin panel password?

    The only way is to reset to factory settings (button Reset). After this, your login and password will become default (see the sticker on your router). If you have a router from your provider, access may be blocked—check with support for details.

    Is it possible to recover a Wi-Fi password through a provider?

    Yes, if the router is rented from an Internet provider (for example, MTS, Megaphone, Dom.ru). Call support and provide your contract details – the operator will reset your password or send you a new one. The provider won't be able to help with personal routers.