Where is the Wi-Fi password on your phone: Find it on Android and iOS

Modern smartphones can automatically remember wireless network security keys, eliminating the need to enter them each time a user connects. However, it's common to need to connect a new device to the same network—for example, a tablet, laptop, or guest device—and have forgotten the key. In this case, users wonder where exactly this information is stored in the system and whether it can be accessed.

Depending on your device's operating system, the methods for accessing stored data may vary significantly. Android Since version 10, this feature has been built into the standard settings interface, while owners iPhone A more recent version of iOS or the Apple ecosystem will be required. Understanding these differences is critical to quickly resolve the issue without having to reset the router.

In this article, we'll detail the steps for various platforms, explore the capabilities of built-in tools, and discuss the technical nuances of storing wireless connection data. You'll learn not only how to find forgotten passwords but also how to properly manage the list of trusted networks on your mobile device.

Finding a Wi-Fi password on Android 10 and later

Starting with the tenth version of the operating system, Google has implemented a convenient QR code mechanism that allows you to not only share access but also view the security key itself in text format. To do this, go to your smartphone's settings. Typically, the path looks like this: Settings → Wi-Fi or Connections → Wi-Fi.

Find the network you're currently connected to in the list, or select a previously saved network from the list of available networks. Next to the network name or within its properties menu, you should see a gear icon or information icon. Clicking on it will take you to a detailed menu, which often displays a QR code for quickly connecting other devices.

Below or next to the graphic code, there is usually a text string containing the access key. If the text is hidden by dots, try clicking the eye icon. The system may ask you to confirm your identity via biometrics (fingerprint or face scan) or entering a screen unlock PIN. This is a security measure that prevents unauthorized access to your data.

  • 📱 Open the wireless network settings on your Android device.
  • 🔍 Click the gear icon next to your active or saved network.
  • 👁️ Use the view password feature to verify your identity.

It is important to note that the interface may vary slightly depending on the manufacturer. Shells Samsung One UI, Xiaomi MIUI or Huawei EMUI The layout of elements may vary. However, the logic remains the same: look for the QR code or the "Share" option, as that's where the information you're looking for is hidden.

How to find the password on an iPhone (iOS 16 and later)

Apple device owners were less fortunate with earlier versions of the system, but starting with iOS 16, the ability to view saved Wi-Fi passwords was officially added to the system. Previously, this could only be done via a Mac or jailbreak, which was difficult and insecure. Now, the process is native and available to every user.

To find the key, open the application Settings and go to the section Wi-FiIn the upper right corner of the screen, you'll see an "Edit" button or edit icon. Tapping it will open a list of all networks your iPhone has ever connected to. Next to the name of the network you want to connect to, you'll see an information icon, represented by the letter "i" in a circle.

Click this icon, and in the menu that opens, you'll see the "Password" field, which is hidden by dots by default. Tap this field, and the system will ask you to authenticate via Face ID, Touch ID or a passcode. Once successfully verified, the dots will turn into readable text that can be copied or dictated.

⚠️ Note: If you're running iOS 16 or earlier, there's no native way to view your passcode in your phone's settings. You'll need to either update your device or use a Mac with iCloud Keychain.

Please note that this feature only works for networks to which the phone has successfully connected at least once. If the network has been deleted from the device's memory ("Forget this network"), you will no longer be able to restore the key this way, and you will need access to the router.

📊 What operating system do you use?
Android 10-14
iOS 16 and later
Old version of iOS
Other OS

Using a Google Account to Recover Access

Another reliable way to find a forgotten key is if you have access to the Google account used to sign in to your smartphone. Starting with certain versions of Android, the system syncs saved Wi-Fi passwords with Google's cloud storage. This allows you to restore access even after a full reset of your phone or when purchasing a new device.

To use this method, follow the link passwords.google.com Using any browser on your computer or another phone, sign in to your Google account. In the navigation menu, select "Passwords" or "Password Manager." In the list of saved data, find the entry with the name of your wireless network.

Clicking on the desired entry will reveal the login (usually the network name) and password field. Hide it with the eye button to see the characters. This method is especially useful if the phone on which the password was saved is lost, broken, or currently unavailable. The main thing is to remember your Google account credentials.

  • 🌐 Go to the Google password management website.
  • 🔑 Log in to your account.
  • 📋 Find your Wi-Fi network in the list and copy the key.

This method is universal for the Android ecosystem and does not depend on a specific smartphone model, be it Pixel, Samsung or XiaomiHowever, it requires that password syncing be enabled on the source device before access is lost.

Viewing through router settings

If your phone doesn't display the password and your computer isn't connected, the most secure method is to log into the router's control panel. To do this, your phone must be connected to the Wi-Fi network (even if you don't know the password, you're already connected). Open a browser and enter the router's IP address in the address bar.

The most commonly used addresses are 192.168.0.1 or 192.168.1.1The exact address, username, and password are often written on a sticker on the bottom of the router itself. The default combinations are admin/admin or admin/password, but these may have been changed previously.

Once in the interface, find the section labeled "Wireless," "Wi-Fi," "Wireless Network," or "WLAN." Within this section, under the "Security" or "Basic Settings" subsections, there will be a field PSK Password"WPA Key" or "Wireless Network Password." This displays the current key in clear text.

Router brand Standard IP Menu section
TP-Link 192.168.0.1 Wireless → Wireless Security
Asus 192.168.1.1 Wireless Network → WPS
D-Link 192.168.0.1 Wi-Fi → Security Settings
Keenetic 192.168.1.1 My Networks and Wi-Fi → Home Network
Tenda 192.168.0.1 Wireless Settings → Wireless Security

By changing the settings in this section, you can not only view but also change the password to a more complex one. After applying the settings, the router may reboot, and all devices will need to be reconnected with the new key.

☑️ Checking access to the router

Completed: 0 / 4

Using Command Prompt and ADB (Advanced)

For users who aren't afraid of technical tools and have root access or a configured ADB debugger, it's possible to extract passwords directly from Android system files. The network configuration file is typically located at /data/misc/wifi/wpa_supplicant.confHowever, access to this directory is closed to regular applications.

If your device is rooted, you can use a file manager with access to system partitions (such as Root Explorer or Solid Explorer). Navigate to the specified path and you'll find a text file listing all networks (ssid) and the corresponding passwords (psk) in open form.

Without root access, you can try using USB debugging (ADB) from a computer. After connecting the phone, run the command adb shell, and then try reading the file. However, on modern versions of Android (starting with 6-7 and above), access to this file via ADB without root is also blocked for security reasons.

⚠️ Warning: Rooting your device will void your warranty and may cause system damage if done incorrectly. Only use this method if you fully understand the risks.

This method is considered "heavy artillery" and is rarely needed by the average user, given the built-in QR code viewing features in modern OS versions. It's useful for older devices or specific data recovery situations.

What to do if you already have root rights?

If you've already gained root access, you can install the Wi-Fi Key Recovery app. It automatically reads the configuration file and displays all saved networks in a convenient list, eliminating the need to manually navigate through system folders.

Security issues and key storage

Understanding where your Wi-Fi password is stored on your phone raises questions about the security of this data. Operating systems use special secure storage (Keychain in iOS, Encrypted Storage in Android) to isolate sensitive information from malicious apps. This is why simple apps from the app store can't simply "steal" your password.

However, if you use simple passwords or allow unauthorized access to your lock screen, your security is completely compromised. Anyone who unlocks your phone will be able to see your network keys through the settings. Therefore, using a complex password PIN code or biometrics is a mandatory security requirement.

You should also be careful with Wi-Fi networks. Your phone may remember the network you used at a cafe or airport and automatically connect to it in the future. Attackers can create an access point with the same name (Evil Twin), and your phone will connect to it, thinking it's a secure network.

  • 🔒 Use complex passwords for your home network.
  • 🚫 Delete phone networks from memory after use.
  • 👁️ Regularly check the list of saved networks in settings.

It's recommended to periodically review your saved connections. If you see a network you haven't used in a while or that you don't recognize, it's best to select the "Forget Network" option to clear the connection cache.

Frequently Asked Questions (FAQ)

Is it possible to find out the Wi-Fi password if the phone is not connected to it, but was connected previously?

Yes, on Android 10+ and iOS 16+, you can view the password for any previously saved network in the list of available networks, even if you're out of range. On older OS versions, this isn't possible without root access or router access.

Where is the password saved when using the "Share QR Code" function?

The password isn't saved as a separate image file in your gallery (unless you take a screenshot). It's generated dynamically when you open the sharing menu and encoded into a QR code graphic pattern for transferring data to another device.

Are Wi-Fi password recovery apps safe to use?

Most of these apps on Google Play don't work on modern versions of Android without root access, as the system blocks access to system files. Downloading questionable apps can lead to malware infection. It's better to use the OS's built-in tools.

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

If the default admin/admin passwords don't work and you haven't changed the password yourself, your ISP may have changed it. As a last resort, resetting the router to factory settings using the Reset button on the router will help, but this will require reconfiguring your internet connection.

Do Wi-Fi passwords sync between Android and iPhone?

No, they don't sync directly. Android uses a Google account, and iPhone uses iCloud Keychain. You can only transfer your password manually or by scanning a QR code with another phone's camera.

In conclusion, finding a saved Wi-Fi password is no longer a difficult task for most modern smartphone users. Operating systems have become more user-friendly and transparent in this regard, providing convenient network management tools. The key is to keep your device's software updated to ensure access to the latest security and data recovery features.

Remember that knowing your password's location means you're responsible for its security. Use complex character combinations, don't share your security keys with anyone, and regularly update your router firmware to protect against vulnerabilities.