How to find a saved WiFi password on your phone: all the methods

It's common to need to connect a new device to a wireless network, but the password has long been forgotten and left unwritten. Fortunately, modern smartphones often save this information to make reconnecting easier. Restoring access It is possible to access the security key, but the methods depend on the version of the operating system and the model of your gadget.

In this article, we'll take a detailed look at how to find your phone's WiFi password using built-in Android and iOS tools, as well as by accessing your router's settings. You'll learn about hidden features introduced in recent updates and how to bypass security restrictions without losing data.

It's important to understand that security systems are constantly being improved, and what worked on older versions of software may not be available on newer ones. Interfaces Manufacturers may also differ, so we will look at universal algorithms of actions applicable to most devices.

Password recovery on Android 10 and later

Starting with version 10, Google has introduced a convenient feature for viewing saved networks directly in Settings. This is the easiest way, requiring no third-party software or root access. You'll need a phone that has previously connected to the desired network.

To get started, open Settings and go to the section Network and Internet or Connections. Select an item Wi-Fito see a list of available and saved networks. Find the desired name (SSID) in the list and click the gear icon next to it.

The network information page that opens often contains a button Share or a QR code icon. Click it, and the system will ask you to verify your identity with a PIN, fingerprint, or face scan. Once successfully authenticated, a QR code will appear on the screen for guest login.

  • 🔍 A text password is often displayed immediately below the QR code image.
  • 📱 If there is no text, take a screenshot of the screen with the code.
  • 👁️ Open the screenshot using Google Lens or any QR code reader.
  • 📝 In the scanned line, look for the fragment after the symbol ; or P: - this is your key.
⚠️ Note: On some smartphones (e.g. Xiaomi or Samsung with One UI), the password text may be hidden behind asterisks. In this case, use the screenshot and image recognition method.

It's important to note that on devices without Google services or with heavily modified shells, the layout of elements may differ. Look for items containing the words QR code, Share or "Intelligence"If the standard path doesn't work, try searching for "Wi-Fi" within the settings menu.

📊 What version of Android are you using?
Android 10-11
Android 12-13
Android 14+
Other OS

Finding a Password on iPhone (iOS 16 and later)

For a long time, Apple device owners were unable to view saved WiFi passwords without jailbreaking. This situation changed dramatically with the release of iOS 16. Now, the feature is built into the system and available to every user whose phone supports this version of the operating system.

To find the key you need, open Settings and select a section Wi-Fi. In the upper right corner of the screen, click the button EditingThe system will request confirmation via Face ID, Touch ID, or a passcode. Once unlocked, you'll see a complete list of all networks your iPhone has ever connected to.

Find the required network in the list and tap the blue icon (i) next to its name. The menu that opens will contain a field Password, hidden by dots. Click on it, and after repeated biometric verification, the password will be displayed in text format. You can copy it or speak it to another device.

  • 🍏 This method only works on iOS 16, iPadOS 16 and later.
  • 🔐 Mandatory biometric authorization is required to view.
  • 📋 The password can be immediately copied to the clipboard.
  • 🔄 Changes are synced via iCloud Keychain on other Apple devices.

If you have an older version of iOS, you won't be able to view your password using the built-in tools. In this case, the only legal way is to access your router settings or use a macOS computer, where passwords may be stored in the keychain if syncing is enabled.

What to do if iOS can't be updated?

If updating to iOS 16 is not possible due to the age of your device, your only option is to reset your network settings or use a Mac to access your iCloud Keychain. On older iPhones without jailbreaking, it's impossible to view the password inside the phone.

Using router settings

A universal method that works on absolutely any phone, regardless of OS version or model, is to log into the router's control panel. If you have physical access to the router or are already connected to its network (even without internet access), you can edit or change the password.

To do this, open a browser on your phone and enter the router's IP address in the address bar. Most often, this is 192.168.0.1 or 192.168.1.1The exact address is often indicated on a sticker on the bottom of the device. You will need to enter the administrator login and password (often by default admin/admin).

After logging in, find the section related to wireless network. It may be called Wireless, Wi-Fi, Wireless mode or WLAN. In the subsection Security or Security There will be a field containing the current password (Pre-Shared Key). In some interfaces, you'll need to reveal it by unchecking the "Hide" box.

Router brand Standard IP Default login Default password
TP-Link 192.168.0.1 admin admin
ASUS 192.168.1.1 admin admin
D-Link 192.168.0.1 admin (empty)
Xiaomi 192.168.31.1 admin (without password)

Keep in mind that if you've previously changed your router's administrator password and don't remember it, you'll need to reset the device to factory settings. There's a button on the device for this. Reset, which must be held for 10-15 seconds.

View via Google Account (Sync)

Modern Android smartphones automatically sync saved Wi-Fi passwords with your Google account. This allows you to restore access to your data even if your phone is lost or completely reset, as long as you log in to your account.

To check your saved data, open your phone's settings and go to the section Google. Select an item Autofill, and then Google AutocompleteIn the menu that opens, find the section Passwords or Google Password Manager.

In the list of saved data, filter the entries by "Wi-Fi" or search for the name of your network. Tapping the desired entry will prompt you to confirm your identity. You'll then see your username and password. This method is especially useful if you need to find the password on a tablet that hasn't connected to the same network before but shares the same Google account.

  • ☁️ An active internet connection is required for syncing.
  • 🔑 Data is protected by a Google master password or biometrics.
  • 📲 Available from any device where you're logged in.
  • 🕒 The history is stored until manually deleted by the user.

Please note that syncing can be disabled manually by the user. If you previously disabled saving passwords to the cloud, this method will not work. You can check the sync status in the section Accounts -> Google -> Synchronization.

Advanced Method: ADB and System Files

For users who aren't afraid of the command line and have a computer at hand, there's a method for extracting passwords using USB debugging (ADB). This method doesn't require root access, but it does require enabling developer mode on the phone.

First, enable developer mode by tapping the build number seven times in the section About the phone. Then turn it on. USB debugging in the developer options menu. Connect your phone to the PC, install the drivers and the ADB platform. In the command line, enter the command to backup your Wi-Fi settings:

adb backup -f wifi.ab -noapk com.android.providers.settings

The resulting file wifi.ab You will need to convert it to TAR format and then extract the XML file with the configuration. Inside this file, in the tag PreSharedKey will contain the desired password in cleartext. This method is difficult for beginners, but is effective on older versions of Android that don't support QR code viewing.

⚠️ Note: On Android 10 and above, access to system settings files via ADB without root access is often restricted by security policies. This method may not work on newer firmware versions.

If you frequently work with network settings, it's a good idea to master basic ADB commands. These allow you to not only extract passwords but also fine-tune your network, reset traffic counters, and change interface MAC addresses.

☑️ Getting Started with ADB

Completed: 0 / 4

What not to do: myths and dangerous apps

Searching for a solution, users often stumble upon dubious apps on Google Play or the App Store that promise to "hack" or "reveal" any password. Be careful: most of these programs are either useless or contain malicious code.

Apps that require root access simply to view your password pose a serious security threat. By granting full rights to an unknown developer, you open up access to all your data, including banking apps and personal photos. Regular funds is usually enough to solve the problem.

Also, don't trust websites offering "online WiFi password generators" or key databases. These resources are designed to collect traffic or spread viruses. The real password is stored either in your device's memory or in the router's configuration, and it's impossible to "determine" it remotely.

  • 🚫 Don't install apps with questionable reviews.
  • 🛡️ Avoid programs that require unnecessary permissions.
  • 💾 Do not enter your Google account information on third-party websites.
  • 📉"Hacking" your neighbor's WiFi is illegal.

The security of your data is more important than convenience. If you're unsure of the method's reliability, it's better to physically access the router or reset it than risk infecting your smartphone.

Is it possible to find out the password if the phone has never connected to this network?

No, if the phone has never been connected to the network and the password hasn't been synced via a cloud account (Google or iCloud) from another device, it's impossible to find it programmatically. The encryption key is not stored in the device's memory.

Will the QR code method work on Android 9 and below?

This feature isn't available on stock Android 9. However, manufacturers (Samsung, Xiaomi, Huawei) may have added it to their user interfaces earlier. If there's no "Share" button or QR code in the Wi-Fi menu, it means you can't view the password using the built-in tools.

Is it safe to use third-party password recovery apps?

Most of these apps require root access, which in itself reduces system security. If an app promises to show your password without root access on an older Android device, it's likely simply displaying a key already known to the system, but it could be collecting data about you. It's better to use proven methods through the settings.