Forgot your Wi-Fi network login and can't connect a new device? This situation is familiar to many: the router password is often written down on a piece of paper, which is then lost, but login for authorization (aka username or SSID) is harder to remember. Unlike a password, which can be reset, a login usually remains unchanged from the moment the router is set up.
In this article, we'll cover all the current methods for finding a Wi-Fi login—from viewing it on connected devices to extracting data directly from the router's settings. It's important to understand that login to access the network (network name, SSID) And Login to access the router's admin panel These are different things. Here we'll discuss the first option, which is the name of your Wi-Fi network, which is required to connect.
If you are looking for a way to recover your router web interface login details (e.g. admin/admin), go to the section on resetting settings - there are instructions on how to restore access to device settings.
1. How to view the Wi-Fi login on a connected device
The easiest way is to look at the network name (SSID) on a device that's already connected to Wi-Fi. This works on smartphones, laptops, tablets, and even some smart TVs. Let's look at the process for the most popular platforms.
On Android The path to the network information depends on the firmware version, but it usually looks like this:
- Open
Settings→Wi-Fi. - Click on the name of the current network (there will be a check mark or text next to it)
Connected). - In the window that opens, you will see a field
Network name (SSID)- this is your login.
On iPhone or iPad the procedure is even simpler:
- 📱 Go to
Settings→Wi-Fi. - 🔍 Opposite to the active connection the network name will be indicated (for example,
KEENETIC-123orTP-Link_5G_AB45). - 📋 If the name is too long, click on the icon
inext to the title to see it in full.
On Windows 10/11 The network name can be found through the taskbar:
- 🖥️ Click on the Wi-Fi icon in the lower right corner of the screen.
- 🔗 In the list of available networks, the active connection will be marked as
Connected— its name is the login. - 📝 For detailed information, open
Network and Internet settings→Wi-Fi→Managing known networks.
2. Where is the Wi-Fi login stored in the router settings?
If no device is connected to the network, or you want to know original network name (before it's changed), you'll have to look into the router settings. This will require physical access to the device and login information for the admin panel (usually admin/admin or the combination indicated on the router sticker).
The instructions are universal for most models (TP-Link, ASUS, Keenetic, Zyxel, MikroTik etc.), but the arrangement of menu items may differ slightly:
- Connect the router to the computer via cable Ethernet (or use your current Wi-Fi connection if it's active).
- Open your browser and enter your router's IP address in the address bar. Standard options:
192.168.0.1(more often than not D-Link, Zyxel)192.168.1.1(at TP-Link, ASUS, Mercusys)192.168.8.1(for some models Huawei)
Wireless network (or Wi-Fi, Wireless).Network name (SSID) - this is your Wi-Fi login.If you don't remember your router login details, try the standard combinations:
| Manufacturer | Login | Password |
|---|---|---|
| TP-Link | admin |
admin |
| ASUS | admin |
admin |
| Keenetic | admin |
indicated on the sticker |
| Zyxel | admin |
1234 |
| MikroTik | admin |
empty |
⚠️ Important: If you've never changed your router's login and password, but the default information doesn't work, it's possible your device was configured by your ISP. In this case, contact technical support with your contract number—they'll provide you with the latest information.
3. How to find out the Wi-Fi login via the command line (Windows)
For users Windows is there a way to see the network name (SSID) without access to the router's web interface - through command lineThis method works even if you don't remember your Wi-Fi password, but your device is connected to the network.
Follow these steps:
netsh wlan show interfaces
As a result, you will see a block of information about the current connection. Look for the line SSID — this is your network login. Example output:
Name: Wi-FiDescription : ...
Status: connected
SSID : MyHomeNetwork_5G
Network type: Infrastructure
...
If you need to know all networks, to which the device has ever connected (including saved ones), use the command:
netsh wlan show profiles
This command will list all SSID, which the system stores. To view the password for a specific network, enter:
netsh wlan show profile name="NETWORK_NAME" key=clear
Replace NETWORK_NAME to the desired one SSID (For example, netsh wlan show profile name="MyHomeNetwork_5G" key=clear).
4. Finding a Wi-Fi login on MacOS and Linux
Users MacBook or computers on Linux You can also find out the network name through the terminal. The instructions vary for each system, but both methods do not require administrator rights.
On MacOS perform in Terminal:
networksetup -getairportnetwork en0
Where en0 — is the name of the network interface (usually Wi-Fi). If the command doesn't work, check the list of interfaces:
networksetup -listallhardwareports
Look for the line Wi-Fi or AirPort - the correct interface name will be indicated next to it (for example, en1).
On Linux (Ubuntu, Debian, Mint, etc.) use the command:
iwgetid -r
Or a more detailed version:
nmcli -t -f active,ssid dev wifi | grep '^yes'
If nmcli not installed, use the classic method:
iwconfig
In the output, look for a block with ESSID - this is your network login.
5. How to restore Wi-Fi login after resetting the router
If you reset the router to factory settings (using the button Reset), network name (SSID) will return to the default value. This is usually indicated on the device's sticker and consists of:
- 🏷️ Manufacturer's names (TP-Link, ASUS, Keenetic etc.)
- 🔢 A unique set of numbers/letters (for example,
TL-WR841N_1A2B) - 📶 Range designations (
2.4G,5G,5GHz)
Examples of standard SSID for popular models:
- 📡 TP-Link Archer C6:
TP-Link_1234orTP-Link_1234_5G - 📡 ASUS RT-AX55:
ASUS_55_2G/ASUS_55_5G - 📡 Keenetic Giga:
KEENETIC-1234 - 📡 Zyxel Keenetic Ultra:
Zyxel_12345678
If the sticker is worn off or missing, try connecting to the router via cable and accessing the settings using the default IP address (see Section 2). The login and password for accessing the admin panel will also return to factory defaults after the reset (admin/admin or an empty password).
⚠️ Please note: After resetting the router, all user settings (including the Wi-Fi password) are lost. To restore internet access, you will need to reconfigure your connection to your ISP (enter your contract information: connection type, PPPoE login/password, or DHCP settings).
Set up a connection to your ISP (PPPoE/DHCP)
Set a new Wi-Fi password
Update your router firmware (if available)
Change the administrator login and password
Save settings to file (backup)-->
6. Alternative methods: mobile applications and specialized utilities
If standard methods fail, you can use third-party tools. These are suitable for advanced users and allow you to extract network information even without connecting to the router.
For Android Suitable applications:
- 📱 WiFi Analyzer - shows all available networks, including hidden ones (SSID displayed if the network is visible).
- 📱 Network Analyzer — scans the air and displays detailed information about access points.
- 📱 Fing — identifies all devices on the network and can show the name of the connected access point.
For Windows useful utilities:
- 🖥️ WirelessKeyView (from NirSoft) - shows all saved networks and their SSID.
- 🖥️ NetSpot — scans surrounding networks and displays their names (including hidden ones).
- 🖥️ inSSIDer — a professional tool for Wi-Fi analysis, shows SSID, channels, signal level.
For MacOS will do WiFi Explorer — a utility with advanced scanning functions, including display SSID and other network parameters.
⚠️ Note: Network scanning apps may show not only your access point, but also neighboring ones. Make sure you select the correct one. SSID (focus on the signal level or the name if you remember part of it).
Is it possible to find out someone else's Wi-Fi login?
No, get the name of someone else's network (SSID) It's technically impossible to connect to it unless it's broadcast (hidden). Even specialized utilities only show those networks that are visible within range. Hidden networks (hidden SSID) do not broadcast their name, and to connect to them you need to know SSID in advance.
7. What to do if the Wi-Fi login is not displayed or has reset
Sometimes the network name (SSID) may "disappear" from the list of available connections. Causes and solutions:
| Problem | Possible cause | Solution |
|---|---|---|
| The network is not visible in the list | Hidden SSID (Hidden Network) |
Enter the network name manually when connecting |
| The network name has been reset to the default. | Resetting the router or updating the firmware | Set a new name in the router settings |
| SSID displayed in hieroglyphs | Incorrect encoding in the router settings | Change SSID to Latin in the admin panel |
| The network appears and disappears | Router power supply problems or interference | Check the power supply, change the Wi-Fi channel |
If your router has stopped broadcasting the network altogether (even the default name is not visible), follow these steps:
- Check if the indicator light is on
Wi-Fion the router. If not, reboot the device. - Make sure that the wireless network is not disabled in the settings (section
Wireless→Enable Wireless). - Update your router firmware via the web interface.
- If nothing helps, perform a hard reset (
Reset) and configure the router again.
FAQ: Frequently Asked Questions about Wi-Fi Login
🔹 Is it possible to change the Wi-Fi login to something else?
Yes, network name (SSID) can be changed in the router settings in the section Wireless network (Wireless). After changing, all devices will be disconnected and will need to be reconnected with the new name.
🔹 What's the difference between a Wi-Fi login and a router login?
Wi-Fi Login (SSID) is the network name that is visible when connecting. The router login is the login information for the admin panel (usually admin). These concepts are not related to each other.
🔹 Why is my network called "KEENETIC-123" instead of my name?
This is the default name assigned after a factory reset. To restore your name, go to your router settings and change it. SSID in the section Wi-Fi.
🔹 Is it possible to connect to Wi-Fi without knowing the login (SSID)?
No, you definitely need to know to connect. SSIDThe exception is hidden networks, where the name is entered manually. If you don't remember SSID, use the methods from this article.
🔹 How do I find the Wi-Fi login on my smart TV?
On Samsung, LG or Sony TV go to Settings → Net → Wi-FiThe current network will be marked as Connected, and her name is this SSID.