How to find the name of a Wi-Fi network on your phone: all the methods for Android and iOS

Have you ever forgotten the name of your Wi-Fi network when you need to connect a new gadget or tell it to a guest? This situation is familiar to many: you have the password for the router, but SSID (network name) has disappeared from my memory. Luckily, you can find out the Wi-Fi name on your phone in a few seconds—even if you're not connected to the network right now.

In this article we will look at all the possible ways to Android And iPhone, including hidden features that few people know about. You'll learn how to view the current network name, find saved networks in your phone's memory, and even extract the SSID from your router settings using a mobile app. And if your phone isn't connected to Wi-Fi at all, no problem: there are solutions for that too.

Important: Some methods require administrator rights (on Android) or dedicated apps. We've highlighted these cases separately so you can choose the easiest option. Let's start with the basic methods that work on 99% of devices.

1. How to find out the name of the current Wi-Fi network (if the phone is connected)

The most obvious way is to look at the name of the network you're currently connected to. On most phones, this takes no more than 10 seconds.

On Android (including Samsung, Xiaomi, Huawei and others):

  1. Swipe down from the top to open the notification panel.
  2. Find the Wi-Fi icon (usually in the top row) and hold it down for 1-2 seconds.
  3. A menu will open with the network name and connection status. The network name will be listed under the word "Connected."

On iPhone (all models with iOS 12 and later):

  • 📱 Open SettingsWi-Fi.
  • 🔍 At the top of the screen, you will see the name of the current network with a check mark next to it.
  • 💡 If there is no check mark, you are not connected to Wi-Fi (mobile internet is used).

If you have Android 12+, you can use a voice assistant:

Okay Google, what's the name of my Wi-Fi network?

The assistant will announce the name of the current network (works only when the connection is active).

2. Where are saved Wi-Fi networks stored on the phone?

Your phone remembers all the networks you've ever connected to. Even if you're currently using mobile data, you can retrieve the list of saved SSIDs.

On Android:

  1. Go to Settings → Network & Internet → Wi-Fi.
  2. Tap on Saved networks (or "Known networks" on some firmware versions).
  3. You will see a list of all networks with passwords (if the phone is not locked).

On iPhone Apple doesn't show a list of saved networks in Settings. But there's a workaround:

  • 🔧 Connect to any Wi-Fi network (even a new one).
  • 📋 Open Settings → Wi-Fi and scroll down to the "My Networks" section.
  • 🔍 All networks you've connected to previously will be displayed here (but without passwords).
📊 How often do you change your Wi-Fi password?
Once a month
Once every six months
Only when moving
Never changed
⚠️ Attention: On iPhone With iOS 17+, the list of saved networks may not appear if you've never reconnected to them. In this case, backing up your settings via iTunes will help.

3. How to find the SSID through the router app

If your phone isn't connected to Wi-Fi but you have access to the router (for example, via mobile internet), you can use the manufacturer's official app.

Popular apps:

  • 🌐 Mi Wi-Fi (for routers Xiaomi)
  • 🌐 TP-Link Tether (For TP-Link)
  • 🌐 ASUS Router (For ASUS)
  • 🌐 Keenetic (for routers Zyxel Keenetic)

Instructions:

  1. Download your router's app from App Store or Google Play.
  2. Log in (usually you need the login/password from the sticker on the router).
  3. Go to the "Wi-Fi" or "Wireless network" section.
  4. The network name (SSID) will be listed in the field 2.4 GHz network name or 5 GHz network name.
Router manufacturer Application SSID section
TP-Link TP-Link Tether Wi-Fi → Network Settings
ASUS ASUS Router Wireless Network → Basic
Xiaomi Mi Wi-Fi Wi-Fi → Network Settings
Keenetic Keenetic Home Network → Wi-Fi

If you have a router from a provider (for example, Rostelecom or MTS), the default network name often matches the router model and the last digits of the MAC address (for example, "HG8245H_1234").

4. Special applications for viewing Wi-Fi networks

If standard methods don't help, you can use third-party utilities. They display not only current networks but also saved ones, as well as technical details like signal strength and channel.

Best apps for Android:

  • 📡 WiFi Analyzer - shows all networks around, including hidden ones.
  • 🔍 Network Analyzer - displays SSID, MAC addresses and signal strength.
  • 🛠️ WiFi Password Viewer — displays a list of saved networks with passwords (requires root rights).

For iPhone The choice is limited due to Apple's policy:

  • 📊 Network Analyzer Lite — scans networks, but does not show saved SSIDs.
  • 🔧 Fing — identifies networks within range, but without connection history.

Make sure Wi-Fi is turned on|Check app permissions|Update the app to the latest version|Remember that some features require root/jailbreak-->

⚠️ Warning: Apps like WiFi Password Viewer may be considered potentially dangerous - they require elevated access rights. Install them only from official sources (Google Play or App Store) and check reviews.

5. How to find the SSID via the command line (for advanced users)

On Android with root rights or through ADB You can extract a list of networks using the command:

adb shell su -c "cat /data/misc/wifi/WifiConfigStore.xml"

In the output, find lines like this:

<string name="ConfigKey">network={"ssid":"NETWORK_NAME",...}</string>

On iPhone Without jailbreak this method won't work, but if you have Mac, you can view saved networks through Terminal:

security find-generic-password -wa "NETWORK_NAME"

(replace "NETWORK_NAME" with the SSID you know).

What is ADB and how to enable it?

ADB (Android Debug Bridge) is a tool for debugging Android devices. To use it:

1. Enable "Developer mode" (tap the build number 7 times in your phone's settings).

2. Enable "USB debugging" in the developer menu.

3. Connect your phone to PC and install ADB drivers.

Learn more: Android developers recommend using the official tools from Android Studio.

These methods are suitable for IT specialists or users who want to automate the process (for example, for a network backup script). For routine tasks, the standard methods from the previous sections are sufficient.

6. If all else fails: alternative solutions

In rare cases, your phone may not display the SSID due to a software glitch or hardware limitation. Here's what to do:

  • 🔄 Restart your phone - sometimes this restores the display of networks.
  • 📱 Check on another device - connect your tablet or laptop to the same network and look at the name.
  • 📡 Look at the router sticker — often the default SSID is listed there (if you haven’t changed it).
  • 💻 Log in to the router's web interface via a browser (usually at the address 192.168.1.1 or 192.168.0.1).

If you are renting accommodation or using public Wi-Fi (such as at a hotel), the network name may be listed as:

  • 🏨 At the information board near the administrator.
  • 📄 In the rental agreement or instructions for the TV (if the network is shared).
  • 📧 In a letter from your provider (if the Internet is connected in your name).

7. Common mistakes and how to avoid them

When searching for SSIDs, users often encounter common problems. Here's how to solve them:

Problem Cause Solution
The phone does not show saved networks. Manufacturer restrictions (especially on iPhone) Use an iTunes backup or the router app
SSID is displayed as "Hidden Network" Network name broadcasting is disabled in the router. Enable SSID visibility in your router settings.
Applications do not show passwords No root (Android) or jailbreak (iPhone) required Check the password on another device or in the router's web interface.

Another common mistake is to confuse network name (SSID) And router name (model)For example, a router sticker may say "TP-Link Archer C6," but that's not the SSID. The network name usually starts with TP-Link_ and ends with a unique set of characters.

⚠️ Attention: On some firmware versions Android (for example, on older versions MIUI) the list of saved networks may be hidden. In this case, resetting the network settings in Settings → System → Reset → Reset Wi-Fi, mobile networks, and Bluetooth (data from saved networks will be deleted!).

FAQ: Answers to frequently asked questions

Is it possible to find out the name of the Wi-Fi network I connected to a year ago?

On Android - Yes, if the phone hasn't been reset. Check. Settings → Wi-Fi → Saved NetworksOn . iPhone The connection history is stored for a limited time (usually several months), and old networks may disappear from the list.

Why is my network showing as "Hidden" or "Other Network"?

This means that SSID broadcasting (hidden network) is disabled in the router settings. To see its name:

  1. Connect to it manually (on Android: Add a network → enter your name and password).
  2. Or enable SSID visibility in the router settings (section "Wireless network" → "Hide SSID" → disable).
How to find out the SSID if the phone does not turn on?

In this case, the following will help:

  • Another phone/laptop connected to the same network.
  • Sticker on the router (if the name has not changed).
  • Router web interface from another device (enter in browser 192.168.1.1 or 192.168.0.1).
Is it possible to find out the Wi-Fi password knowing only the SSID?

No, unless you're the network administrator. The password is stored encrypted in your phone or router settings. The only legal methods are:

  • View the password on another device already connected to the network.
  • Log into your router settings (you need access to its web interface).
  • Reset the router to factory settings (the password will become the default one indicated on the sticker).

⚠️ Hacking into other people's networks is illegal and punishable under Article 272 of the Russian Criminal Code ("Unauthorized access to computer information").

Why is there no list of saved networks on iPhone?

Apple restricts access to this information for security reasons. Alternatives:

  • Use Mac with a synchronized keychain (Keychain app).
  • Make a backup via iTunes and extract the data using utilities like iBackup Viewer.
  • Reconnect to the network - its name will appear in Settings → Wi-Fi.