How to connect to a Wi-Fi network if you don't know the password: all the methods from simple to complex

Have you forgotten your home Wi-Fi password or need to urgently connect to the network at a party, cafe, or office where it's not being shared? This situation is familiar to many, according to a survey. Kaspersky By 2026, 68% of users have at least once encountered the need to restore access to a wireless network without knowing the current security key. Fortunately, there are both legal methods (if you have the right to connect) and technical workarounds for network administrators.

In this article we will look at 7 proven methods Wi-Fi connections without a password - from simple (viewing saved networks on other devices) to advanced (using WPS or traffic analysis). Important: all methods that require access to router settings or special software are intended only for network owners or authorized personsUnauthorized connection to other people's networks may violate the law (in Russia, Article 272 of the Criminal Code of the Russian Federation, "Unauthorized access to computer information").

Let's start with the safest and most obvious solutions, then move on to the technical details. If you're looking for a method for a specific device (smartphone, laptop, Smart TV), use the table of contents below for quick navigation.

📊 How often do you forget your Wi-Fi password?
Often, it is necessary to restore
Sometimes, if I don't connect for a long time
There is always a device nearby with a saved password.
I never forget

1. View saved passwords on connected devices

The fastest way is to find the password on a device already connected to the network. This is legal if you own the device or have the owner's permission.

On Windows 10/11:

  1. Open Settings → Network and Internet → Wi-Fi.
  2. Click Managing known networks and select the desired network.
  3. Click Properties → scroll to Network password and press Show.

On MacOS:

  • 📁 Open Programs → Utilities → Keychain.
  • 🔍 Enter the network name in the search box and double-click on it.
  • 🔓 Check the box Show password and enter your Mac administrator password.

On Android (root rights required or ADB):

adb shell su -c "cat /data/misc/wifi/WifiConfigStore.xml | grep 'ssid=\"NETWORK_NAME\"'"

For iPhone/iPad Without jailbreaking, viewing the password is impossible—Apple hides this information for security reasons. However, if the device is connected to iCloud, the password can be synced with other Apple devices (check in Settings → Wi-Fi → ⓘ next to network).

☑️ What to check before searching for a password

Completed: 0 / 4

2. Using WPS (Wi-Fi Protected Setup)

WPS — is a technology for quickly connecting to a router without entering a password. Many modern routers (for example, TP-Link, ASUS, Keenetic) support it, but the feature is often disabled by default due to vulnerabilities.

How to connect via WPS:

  1. Click the button WPS on the router body (usually marked with a 🔄 or 🔒 icon).
  2. On your device (smartphone, laptop), select the network from the Wi-Fi list and wait for it to connect automatically.
  3. If there is no button, log in to the router's web interface (192.168.0.1 or 192.168.1.1) and activate WPS in the section Wireless Network → WPS.

⚠️ Important: WPS is vulnerable to brute force attacks (programs like Reaver can guess the PIN in a few hours). If you are a network administrator, Disable WPS after use in the router settings.

Why is WPS considered insecure?

The technology uses an 8-digit PIN code that can be brute-forced within a limited time. In 2011, a vulnerability was discovered that reduced the number of attempts from 10^8 to 10^4. Many manufacturers are abandoning WPS in new router models.

Router brand WPS support How to activate
TP-Link Archer C6 Yes Button on the body or Advanced Settings → WPS
ASUS RT-AX88U Yes (disabled by default) Wireless Network → WPS → Enable
Keenetic Ultra Yes Button Wi-Fi (hold for 5 seconds)
Zyxel Keenetic Lite III No

3. Connection via QR code (for guest networks)

Many modern routers (for example, Huawei, Xiaomi, Mercusys) allow you to connect to Wi-Fi via a QR code. This is convenient for guests—they don't need to share the password; they can simply scan the code.

How does this work:

  • 📱 The network administrator generates a QR code in the router's web interface (section Wi-Fi → Guest Network or QR code).
  • 🔗 The code can be printed or shown on the screen of another device.
  • 📷 Hold your smartphone camera close to the code – the system will automatically connect to the network.

On Android QR codes are scanned via:

  • 🤖 Standard camera (in the latest versions of Android).
  • 🔍 Google Lens (long press on the code in the gallery).
  • 📱 Apps like QR & Barcode Scanner.

On iPhone Simply open the camera and point it at the code – a notification will appear asking you to connect.

4. Password recovery via the router's web interface

If you have physical access to your router (for example, your home network), you can access its settings and view or change the password. To do this, you'll need:

  • 🖥️ A computer or smartphone connected to the router via cable or Wi-Fi (if the password is still saved on one of the devices).
  • 🔑 Login and password for entering the admin panel (usually indicated on the router sticker).

Step-by-step instructions:

  1. Open your browser and enter your router's IP address. Standard options:
    • 192.168.0.1 (TP-Link, D-Link)
    • 192.168.1.1 (ASUS, Zyxel)
    • 192.168.8.1 (Huawei, Honor)
  • Enter your login and password (by default it is often admin/admin or admin/empty).
  • Go to the section Wireless network (or Wi-FiSecurity settings).
  • Find the field Password (or Key, Passphrase) - the current key will be displayed here.
  • ⚠️ Attention: If you haven't changed your router's default login details, you can find them here:

    • 📄 On the sticker on the bottom panel of the device.
    • 📖 In the router manual (section "Accessing the web interface").
    • 🌐 On the manufacturer's website (according to the router model).

    5. Traffic Analysis and Handshake Interception (Advanced Method)

    This method is only suitable for network administrators or cybersecurity specialists. It is based on intercepting the authentication packet (handshake) between the device and the router, followed by password selection.

    What you will need:

    • 💻 Laptop with Kali Linux or Parrot OS.
    • 📡 Wi-Fi adapter with support monitor mode (For example, Alfa AWUS036ACH).
    • 🛠️ Programs: airodump-ng, aireplay-ng, aircrack-ng.

    Brief instructions (for legal use only!):

    1. Launch monitor mode:
      sudo airmon-ng start wlan0
    2. Scan networks:
      sudo airodump-ng wlan0mon
    3. Capture the handshake (the device must be connected to the network at this point):
      sudo airodump-ng -c [channel] --bssid [router MAC] -w capture wlan0mon
    4. Try to guess the password using a dictionary:
      sudo aircrack-ng -w [path to dictionary] capture-01.cap

    ⚠️ Warning: This method is technically complex and may violate the law if used without the network owner's consent. In Russia, unauthorized access to a network carries administrative and criminal penalties. Use it. only for testing the security of your own network.

    How to protect yourself from a handshake interception?

    Use a complex password (12+ characters, including numbers and special characters), disable WPS, enable MAC address filtering, and regularly update your router firmware.

    6. Connecting via a guest network or social engineering

    If you're in a public place (cafe, hotel, airport), there are often legal ways to access Wi-Fi without a password:

    Guest network:

    • 🏨 At hotels and restaurants, ask the receptionist for an access code—they can give it to you using your booking number or receipt.
    • ☕ In coffee shops (for example, Starbucks, Cofix) the password is often written on the counter or given upon purchase.
    • ✈️ At airports and train stations, connection may require registration by phone number (SMS) or via social networks.

    Social engineering (for ethical purposes only!):

    • 📞 Call your ISP (if it's a home network) - sometimes operators can provide the password after verifying your personal information.
    • 📧 Write to the network administrator (for example, at the office) from your corporate email and request access.

    ⚠️ Attention: Avoid using fraudulent schemes (such as fake login pages). This is punishable by law and may result in your device being banned from the network.

    7. Alternative methods: USB tethering and mobile internet

    If you can't connect to Wi-Fi, consider these alternatives:

    USB tethering:

    • 📱 Connect your smartphone to your laptop via USB.
    • 🔗 Activate the modem mode in your phone settings (Settings → Network & Internet → Hotspot & Tethering).
    • 💻 On your computer, select USB connection in network settings.

    Mobile hotspot:

    • 📶 Turn on Wi-Fi sharing on your smartphone (Settings → Access Point).
    • 🔐 Set a password to connect other devices.
    • 📱 Connect to the created network from a laptop or tablet.

    Public Wi-Fi networks:

    • 🌍 Use service cards like WiFi Map or Instabridge to search for open networks nearby.
    • 🛒 Shopping centers often have free Wi-Fi (for example, networks _FREE_WIFI_ or MTS_Public).

    FAQ: Frequently asked questions about connecting to Wi-Fi without a password

    ❓ Is it possible to connect to Wi-Fi without a password if the router supports WPA3?

    WPA3 is harder to crack than WPA2, but vulnerabilities still exist (for example, Dragonblood). However, for a legal connection, it's best to use WPS, a QR code, or request a password from the administrator. Intercepting WPA3 traffic requires physical access to the network and specialized equipment.

    ❓ How do I find the Wi-Fi password on an iPhone without jailbreaking?

    It's impossible to view your saved password on an iPhone without jailbreaking—Apple hides this information. However, if your iPhone is connected to iCloud, the password can sync with your Mac (check in Keychain). You can also reset your router and set a new password.

    ❓ Is it legal to use Wi-Fi hacking software?

    No, unless you own the network or have written permission. In Russia, unauthorized access to the network is classified as a violation of Article 272 of the Russian Criminal Code ("Unauthorized access to computer information") and can result in a fine of up to 200,000 rubles or imprisonment for up to two years.

    ❓ Why doesn't the router show the password in the web interface?

    In some models (eg, MikroTik or Ubiquiti) the password is displayed encrypted or hidden by default. Try:

    • Update the router firmware.
    • Use a browser Firefox or Chrome (V Safari there may be display problems).
    • Reset the router to factory settings (the password will be on the sticker).
    ❓ Is it possible to connect to Wi-Fi via Bluetooth?

    No, Wi-Fi and Bluetooth are different technologies, and a direct connection is not possible. However, some routers (for example, ASUS ZenWiFi) support network setup via Bluetooth connection with a mobile app. In this case, the password can be transmitted automatically.