How to find your Wi-Fi password on your phone if you forgot it: all the methods for 2026

Forgetting your home Wi-Fi password is a familiar situation for many. It's especially frustrating when you urgently need to connect a new device and the router sticker is long gone. Fortunately, you can restore network access directly from your phone—no computer or complicated steps required. In this article, we'll cover all the current methods: from viewing saved passwords on Android And iPhone before resetting the router settings via the mobile application.

It's important to understand that the methods vary depending on the phone model, operating system version, and router manufacturer. For example, on iOS Before version 16, the ability to view the password was limited, and on Android 10+ New security features have been added. We've taken all the details into account and compiled instructions that work on most modern devices.

If you're unsure of your technical skills, start with the simplest methods (sections 2 and 3). For experienced users, methods using ADB or Telnet (Section 5). If all else fails, you can always reset the router to factory settings (Section 6), but this will require reconfiguring the network.

1. How to view your Wi-Fi password on Android using your phone's settings

On most smartphones running Android 10 and later There's a built-in feature for viewing saved Wi-Fi passwords. This method doesn't require root access and works on devices Samsung, Xiaomi, Google Pixel and other brands. Exception: some models Huawei And Honor, where the function may be disabled by the manufacturer.

Instructions:

  • 📱 Open Settings → Network & Internet → Wi-Fi.
  • 🔍 Find your network in the list and tap on its name.
  • 🔑 Select an item Share or Show password (On some devices you may need to enter a PIN or fingerprint).
  • 📋 The password will appear below the QR code. You can copy it or generate a new QR code to quickly connect other devices.

If the point Share No, try an alternative way:

  1. Go to Settings → Google → Device & Sharing → Wi-Fi Passwords.
  2. Log in to your account Google, if necessary.
  3. Find your network in the list; the password will be displayed next to the name.
⚠️ Attention: On devices with Android 9 and later There may be no built-in password viewing feature. In this case, use the methods in sections 4 or 5.

2. View Wi-Fi password on iPhone (iOS 16 and later)

Before the release iOS 16 users iPhone couldn't see saved Wi-Fi passwords directly - had to use workarounds with Mac or resetting the router. The situation has changed: Apple has added this feature to the settings. However, there is an important limitation: the password can be viewed only for networks to which the device is currently connected.

Step-by-step instructions:

  • 📱 Open Settings → Wi-Fi.
  • 🔍 Tap the ⓘ icon next to your network name.
  • 🔑 Click on the field Password - confirmation will be required via Face ID, Touch ID or entering the lock code.
  • 📋 The password will be displayed in text format. You can copy it or view it as a QR code (click Share password).

If you have iOS 15 or later, use one of the alternative methods:

  • 🖥️ Connect iPhone To Mac and use Keychain Access (search by network name).
  • 📱 Install the application Shortcuts and create an automated script to extract the password (technical skills required).
📊 What smartphone do you have?
Android
iPhone
Another brand
Don't know

3. Using mobile apps to view Wi-Fi passwords

If your phone's built-in features don't help, you can use third-party apps. They work in different ways: some read data from system files (requires root rights), others use backups or cloud services. We've selected proven utilities that are free of malware and regularly updated.

Top 3 apps for Android:

Name Do you need root access? Peculiarities Link
WiFi Password Viewer ❌ No Shows passwords for networks your phone has previously connected to. Works with Android 10+. Google Play
WiFi Key Recovery ✅ Yes Extracts passwords from system files. Supports older versions of Android (up to 9.0). Google Play
Network Analyzer ❌ No Allows you to scan networks and save connection data. There's no direct access to passwords, but you can export settings. Google Play

For iPhone The choice of applications is limited due to policy AppleThe only reliable option is iCloud Keychain (if the password was synchronized with Mac). An alternative is apps like WiFi Map, which store a database of open networks, but they will not reveal the password from yours personal network.

⚠️ Warning: Apps that promise to "hack Wi-Fi" or "guess passwords" often contain viruses or violate the law. Use only official utilities from Google Play or App Store.

Make sure your phone is connected to the correct Wi-Fi network.

Check the app reviews and ratings

Download only from official stores (Google Play/App Store)

Don't grant apps unnecessary permissions (like SMS access) -->

4. How to find out the password through the router's web interface from your phone

If your phone is connected to Wi-Fi but the password isn't saved in the system, you can access the router settings through a browser. This method is universal and works on all devices (Android, iOS, tablets). The main thing is to know Router IP address and login data (administrator login/password).

Instructions:

  1. Find out your router's IP address:
    • On Android: Settings → Network & Internet → Wi-Fi → [your network] → Advanced (field Gateway or Router IP address).
    • On iPhone: Settings → Wi-Fi → ⓘ → Router.

Usually it is 192.168.0.1, 192.168.1.1 or 192.168.8.1 (depending on the model).

  • Open your browser (for example, Chrome or Safari) and enter the IP address in the address bar.
  • Enter your administrator username and password. By default, this is often:
    • admin / admin (For TP-Link, D-Link)
    • admin / password (For ASUS)
    • user / user (for some models Zyxel)
    • If the data has been reset, look at the sticker on the router.

    • Go to the section Wireless (or Wi-Fi, Wireless network) and find the field Password, Key or PSK password.

    Examples of paths for popular routers:

    • 🔄 TP-Link: Advanced settings → Wireless → Wireless security
    • 🔄 ASUS: Wireless Network → Security Settings
    • 🔄 Keenetic: Wi-Fi Network → Access Point → Password
    What should I do if I can't access my router settings?

    If your browser displays a "Page Unavailable" error, check:

    1. Is the phone connected to the router's Wi-Fi (not mobile data).

    2. Is the IP address entered correctly (without http:// or www).

    3. Is your antivirus or VPN blocking access?

    4. Try a different browser (for example, Firefox).

    If you have forgotten your administrator login/password, the only option left is to reset the router (section 6).

    5. Advanced Methods: ADB and Telnet for Android

    These methods are suitable for users with technical skills. They allow you to extract the Wi-Fi password directly from system files. Android, but require connecting the phone to a computer or using Termux (terminal emulator for mobile devices).

    Method 1: Via ADB (Android Debug Bridge)

    ADB is a debugging tool for Android devices. To use it:

    1. Turn on Developer mode on the phone: Settings → About phone → Build number (tap 7 times).
    2. Activate USB debugging in the developer menu.
    3. Connect your phone to your computer and run the following command in the terminal:
      adb pull /data/misc/wifi/WifiConfigStore.xml

      In the resulting file, find the line <string name="PreSharedKey">...</string> - this is the password.

    Method 2: Via Termux (without a computer)

    Install the application Termux from F-Droid (version from Google Play is outdated) and run the commands:

    pkg install tsu
    

    tsu

    cat /data/misc/wifi/WifiConfigStore.xml | grep PreSharedKey

    ⚠️ Attention: On Android 11+ access to /data/misc/wifi/ limited even for root users. In this case, only a backup via adb backup (but requires bootloader unlocking).

    6. Resetting the router to factory settings via phone

    If none of the previous methods worked, there remains a radical way - hard reset (Hard reset) the router. This will return all settings to factory defaults, including the Wi-Fi password (it will be found on the device's sticker). The downside of this method is that you'll have to reconfigure the router: enter internet connection parameters, network name, password, etc.

    How to reset a router via phone:

    1. Find the button on your router Reset (usually it is recessed into the body and is signed as RST or Default).
    2. Take a paper clip or toothpick and press the button for 10-15 seconds until the lights start flashing.
    3. Wait 1-2 minutes for the router to reboot.
    4. Connect to the Wi-Fi network with the default name (eg TP-Link_1234) and the password from the sticker.
    5. Log into your router's web interface (as in section 4) and set up your internet connection again.

    Some modern routers (for example, Keenetic or ASUS with firmware Asuswrt) support reset via mobile app:

    • 📱 Install the manufacturer's official app (e.g. TP-Link Tether, ASUS Router).
    • 🔄 Find the section in the menu Device Management → Reset.
    • 🔑 Confirm the action - the router will reboot with factory settings.

    7. Alternative methods: if nothing helps

    In rare cases, standard methods don't work. For example, if the router returns an error when entering settings, or the administrator password has been changed, and the reset button doesn't work. Reset It doesn't work. Let's consider some non-obvious solutions:

    Method 1: View your password on another device

    If you have a laptop connected to your network, Mac or another phone, you can find out the password through them:

    • 💻 On Windows: open Control Panel → Network and Internet → Network and Sharing Center → Change adapter settingsRight click on Wireless Network → Status → Wireless Network Properties → Security and check the box Show entered characters.
    • 🖥️ On Mac: Programs → Utilities → Keychain AccessFind the network name and open its properties.

    Method 2: Contacting your provider

    If the router is provided by an Internet service provider (for example, Rostelecom, Beeline, MTS), you can call support and ask to reset your password remotely. To do this, you'll need:

    • 📞 State the contract or personal account number.
    • 🆔 Provide the owner's passport details.
    • 🔧 Check the router model (written on the sticker).

    Method 3: Using a backup

    If you previously backed up your router settings (for example, via the web interface or app), you can restore the configuration:

    1. Reset your router to factory settings (section 6).
    2. Go to the web interface and find the section System Tools → Backup/Restore.
    3. Load the saved configuration file (usually has the extension .cfg or .bin).
    ⚠️ Warning: Restoring from a backup will restore all settings, including the Wi-Fi password, but if the file is corrupted, the router may stop working. Always verify the integrity of the backup.

    FAQ: Frequently asked questions about Wi-Fi password recovery

    Is it possible to find out your neighbors' Wi-Fi password via their phone?

    No, this is impossible without their consent. All legal methods (sections 1–7) only work for networks to which your phone has previously connected. Attempts to hack other people's networks are illegal (Article 272 of the Russian Criminal Code, "Unauthorized access to computer information").

    Why isn't there a "Share Password" option in the Wi-Fi settings on my Xiaomi?

    On devices Xiaomi with firmware MIUI This item may be hidden. Try:

    1. Update the firmware to the latest version.
    2. Use alternative path: Settings → Passwords & Security → Wi-Fi Passwords.
    3. Install the app WiFi Password Viewer (section 3).
    I reset my router, but now I don't know how to set it up. What should I do?

    After reset:

    1. Connect to the Wi-Fi network with the default name (indicated on the router sticker).
    2. Go to the web interface at 192.168.0.1 or 192.168.1.1.
    3. Enter your login details (usually admin/admin).
    4. Go to the section Quick Setup or Setup Wizard and follow the instructions.
    5. To connect to the Internet, you will need a login/password from your provider (specified in the contract).

    If this doesn't work, contact your provider's support team—they'll be able to help you with the settings for your plan.

    Is it possible to recover a Wi-Fi password if the router is broken?

    If the router is physically damaged (doesn't turn on, doesn't respond to a reset), then the password cannot be recovered. In this case:

    • Buy a new router and set it up from scratch.
    • If the router was rented from a provider, contact them for a replacement.
    • Try to remove the router's flash memory and read it on a programmer (soldering and working skills are required) Hex editor).
    Are Wi-Fi password viewer apps safe to use?

    Security depends on the source of the application:

    • Safely: official utilities from Google Play/App Store with a high rating (4.5+) and a large number of reviews.
    • ⚠️ Risky: apps from third-party sources (APK files), especially if they ask for permissions for SMS, contacts, or payments.
    • Dangerous: Programs that promise to "hack Wi-Fi" or "guess passwords" - these often contain viruses or spyware.

    Before installation, check:

    • Developer name (must match the official website).
    • Date of last update (current applications are updated at least once every 6 months).
    • List of permissions (there should be no unnecessary requests, such as access to the camera or microphone).