When you try to connect a new smartphone, laptop, or smart light bulb to your home network, the system often asks for the network name. This name is technically called SSID (Service Set Identifier). For most users, this is simply the "Wi-Fi name" that appears in the list of available connections. However, in situations where the network is hidden, or when setting up the router for the first time, the question arises: where exactly can you find this identifier if you've forgotten it or don't know it?
Finding your SSID can be necessary in a variety of scenarios, from simply forgetting the name of your own network to setting up a static IP or checking the security of a connection in a public place. Identifier is a unique name that distinguishes one wireless network from another within the coverage area. Without knowing this parameter or its exact spelling (including case-sensitive letters), connection is impossible.
In this article, we'll take a detailed look at all possible methods for detecting SSIDs. We'll cover physical labels on equipment, router software interfaces, and hidden settings in Windows, macOS, Android, and iOS operating systems. You'll learn how to find a network's name even when it's not broadcast.
What is an SSID and what does it look like?
SSID — is an alphanumeric string that serves as a name for a wireless local area network (WLAN). When you open the list of available Wi-Fi networks on your phone, you see a list of SSIDs. The standard allows up to 32 characters, including letters, numbers, and some special characters. It's important to understand that case is important: the "HomeWiFi" network and the "homewifi" network are two different entities on your device.
Network equipment manufacturers often ask default value SSID is based on the router model or its MAC address. For example, you might see names like "TP-Link_5G_2A3B," "Keenetic-1234," or "ASUS_5G." Users often change these names to more descriptive ones, such as "Ivanov's Apartment" or "Office_Guest," to easily identify their network among neighbors.
⚠️ Warning: Using the default network name (SSID) increases the risk of attacks, as attackers know factory passwords and vulnerabilities of specific router models. It is recommended to change the SSID during initial setup.
Modern routers often have this function implemented Band Steering or split-band broadcasting. This means you can have two SSIDs for a single physical access point: one for the 2.4 GHz frequency (e.g., "MyNetwork") and one for the 5 GHz frequency (e.g., "MyNetwork_5G"). Understanding this difference helps you choose the optimal connection: 2.4 GHz is better at penetrating walls, while 5 GHz provides speed over short distances.
Find the SSID on the router case and in the documentation
The easiest and most reliable way to find out your network name if you haven't changed any settings is to look at the physical device. Almost all manufacturers place an information sticker on the bottom or back of the router. This label contains all the primary information: MAC address, PIN code, default password and, of course, the factory SSID.
Typically, the field is labeled "SSID," "Wireless Name," or "Network Name." If you have a dual-band router, the sticker may list two names. A suffix indicating the frequency band is often added to the name. The documentation that came with the device (user manual or warranty card) may also list a network name template if the sticker is worn or missing.
What should I do if the sticker has worn off?
If the factory label is illegible, try connecting your computer to the router via a LAN cable and logging into the web interface. The current wireless network name is often displayed on the main status page.
In some cases, especially in corporate environments or when using equipment from service providers, the sticker may be covered by service markings. In this case, it's worth looking for the original device box. Manufacturers almost always duplicate technical information on the sides of the box, including default SSID and WPA/WPA2 security key.
How to find the SSID via the router's web interface
If there's no sticker and the name has been changed, the only sure way to find it is to access the router settings. To do this, connect your device (laptop or PC) to the router using an Ethernet cable or, if Wi-Fi is already working on your phone, through a browser. The login address usually looks like this: 192.168.0.1, 192.168.1.1 or a domain name (eg my.keenetic.net).
After logging in (the login and password are often listed on the same sticker as the SSID), find the section responsible for the wireless network. The path may vary depending on the firmware and brand. Below is a table with typical paths for popular manufacturers:
| Router brand | Path to the menu | Parameter name |
|---|---|---|
| TP-Link | Wireless → Wireless Settings | Wireless Network Name (SSID) |
| ASUS | Wireless Network → General Settings | SSID |
| Keenetic | My Networks and Wi-Fi → Home Network | Network name (SSID) |
| MikroTik | Wireless → Double-click on the interface | SSID |
In the web interface, you'll not only see the current SSID but also be able to change it to a more convenient one. Please note that after changing the name, all previously connected devices will lose connection and will need to reconnect with the new name. You can also set up a guest network here, which will have its own guest SSID, isolated from your main network.
☑️ Checking Wi-Fi settings
Viewing saved networks in Windows
If your computer has previously connected to a Wi-Fi network, Windows stores a profile of that network, including its name. Even if the network is currently hidden or out of range, its name (SSID) can be found in the registry or via the command line. This is especially useful when you need to know the exact network name to enter the password on another device.
The fastest way is to use the command line. Click Win + R, enter cmd and press Enter. In the window that opens, enter the command:
netsh wlan show profiles
This command will list all Wi-Fi profiles ever saved on this computer. The profile name is usually the same as the SSID. To see more detailed information, including the security type and even the password (in plaintext), use the command:
netsh wlan show profile name="NETWORK_NAME" key=clear
You can also find information through the graphical interface. Go to Control Panel → Network and Internet → Network and Sharing Center → Manage known networksA complete list of saved connections will be displayed here. Right-click on the desired connection and select "Properties." You'll see the network name (SSID) in the "Connection" tab.
⚠️ Note: Command Prompt requires administrator privileges to display security keys. If the command fails, run cmd as an administrator.
Finding SSIDs on macOS and Linux
macOS users can find the name of the network they are connected to, or the names of saved networks, through the keychain or Terminal. If you are currently connected, simply hold down the key Option and click on the Wi-Fi icon in the top menu. The drop-down list will contain a field SSID, showing the name of the current network, as well as the BSSID (MAC address of the access point) and channel.
To view all known networks on macOS, you can use Terminal. Open the Terminal app and enter the command:
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I
In the line SSID The name of the current network will be displayed. For Linux systems, the approach is similar. If you are using a graphical shell (GNOME, KDE), the network name is usually displayed in the system tray. In the terminal, when using NetworkManager, team nmcli dev wifi will display a list of available networks and their SSIDs. For previously viewed profiles, use:
nmcli connection show
In operating systems of the family Unix-like It's important to distinguish between the interface name (e.g., wlan0) and the network name (SSID). The commands above help identify the logical name of the wireless access point.
Where to find the SSID on Android and iOS
On mobile devices, finding the network name is usually easy, as it appears at the top of the screen when connected. However, if a network is hidden, it won't be listed as available. To see the name of a saved but inactive network on Android, go to Settings → Wi-FiOn some firmwares (such as MIUI or OneUI), you need to click on the gear next to the network name or select "Advanced" to see full details, including SSID and frequency.
On Apple devices (iOS/iPadOS) the situation is similar. Go to Settings → Wi-FiThere will be a blue check mark to the right of the active network name. If you click on the icon (i) In the blue circle, detailed information will open. Here you'll see not only the network name but also its security type, IP address, and MAC address (on newer versions of iOS, this may be called "Private Wi-Fi Address" if the feature is enabled).
It's important to note that on Android, to connect to a hidden network, you must manually select "Add Network" and enter the SSID exactly as it's configured on the router. Even a single character or case error will result in connection failure. On iOS, the process is similar: select "Other..." in the list of networks and enter the name manually.
What to do if the SSID is hidden
A hidden SSID means the router doesn't broadcast the network name. In the list of available connections, you'll see an option labeled "Hidden Network" or "Other Network." This is a security measure that avoids detection, although experienced hackers can easily detect such networks by their service packets. To connect, you must know the exact name.
If you don't know the name of the hidden network, but you have physical access to the router or a computer already connected to it, use the methods described above (web interface or Windows command line). If you don't have any connected devices, the only option is to reset the router to factory settings. This will restore default SSID, indicated on the sticker, and will disable the hiding function.
When manually entering a hidden SSID on Android or iOS, make sure you select the correct security type (usually WPA2/WPA3 Personal). If the encryption type doesn't match the router settings, the device will endlessly attempt to obtain an IP address but will be unable to access the internet.
Common problems and their solutions
Users often encounter a situation where they see two identical network names. This is normal for dual-band routers unless the manufacturer has visually separated them, or if you have multiple access points with the same name in your home (a mesh system). In the first case, try connecting to both and test the speed. In the second case, this is a sign that seamless roaming is configured correctly.
Another issue is the presence of special characters in the name. Some older devices (for example, previous-generation game consoles or older printers) may not recognize networks with spaces, Russian letters, or symbols like #, &, %If your device can't find the network, try renaming the SSID to use only Latin letters and numbers.
⚠️ Please note: Router and mobile OS interfaces are constantly being updated. Menu locations and item names may differ from those described in the instructions. Always consult the latest documentation from your equipment manufacturer.
If you see a network named "HUAWEI-XXXX" or "Xiaomi_XXXX" in your home, but you don't have any devices from these brands, it's possible that one of your neighbors is using their own router with factory settings. Or, perhaps someone else's smartphone is sharing Wi-Fi. In any case, connecting to other people's networks without permission is not recommended for security reasons.
Is it possible to change the SSID on an already configured router?
Yes, you can. To do this, log in to the router's web interface, find the Wireless Settings, and change the SSID field. After saving the settings, the router will reboot the Wi-Fi module, and all devices will disconnect. You'll need to reconnect to the network with the new name on each device.
Does SSID length affect internet speed?
Technically, a longer network name increases the size of beacon frames, which creates minimal additional bandwidth. However, in a home environment, this difference is completely unnoticeable to the user. The main thing is that the name is unique within your range.
Why does my phone see the network but not connect?
There could be several reasons: an incorrect password, an incompatible encryption type (for example, the device only supports WPA, but the router is configured for WPA3), or a MAC address filter on the router. You should also try "Forget Network" in the Wi-Fi settings and re-enter the information.
Is it safe to use your name as an SSID?
Using a last name or apartment number in a network name (e.g., "Ivanov_45") is not recommended. This gives attackers and nosy neighbors precise information about who owns the network, which can facilitate targeted attacks or social engineering. It's better to use neutral names.