Many users are familiar with the sudden drop in internet speed and the router's lights flashing wildly. Often, the cause isn't hardware failure or provider issues, but rather uninvited guests connecting to your wireless network. Knowing how to quickly check who's using your Wi-Fi is a basic digital hygiene skill that protects you from traffic theft and potential attacks on your personal data.
Modern smartphones allow you to conduct a full diagnostic of your home network without having to dig under your desk for a laptop or reach for the router with an Ethernet cable. All you need is a mobile device with internet access and a few minutes of free time. In this article, we'll take a detailed look at all available connection monitoring methods, from built-in router features to specialized port scanners.
It's important to understand that even if you've changed the password, old devices may remain in the list until the router is completely rebooted or the DHCP lease expires. We'll look at how to distinguish your gadgets from others, which MAC addresses should be ignored, and which ones should be blocked immediately. We'll also touch on the security of encryption protocols, as weak password protection is the most common cause of intrusion.
Using the router's web interface via a mobile browser
The most reliable and accurate way to find out who is connected to your Wi-Fi is to look into the "brains" of the router itself. Almost all modern models, whether TP-Link, ASUS, Zyxel Keenetic or MikroTik, have a built-in web interface adapted for mobile screens. You don't need any special apps; any browser is sufficient: Chrome, Safari, or Yandex Browser.
First, you need to find out the gateway IP address. This is usually 192.168.0.1 or 192.168.1.1Entering these numbers in the address bar will take you to the authorization page. Here, you'll need your username and password, which are often found on a sticker on the bottom of the device if you haven't changed them previously. After logging in, look for a section with the wireless network status or client list.
Depending on the router model, this section may have different names. In the interfaces Asus This is often the Network Map tab, in TP-Link - “Wireless Statistics” or “DHCP Client List”, and in Keenetic — "Client List." This is where the complete picture is displayed: MAC addresses, IP addresses, connection time, and connection type (2.4 GHz or 5 GHz).
⚠️ Important: If the default gateway address doesn't open, check your mobile network settings. Make sure your phone is connected to the Wi-Fi network of the router being tested, and not sharing internet via mobile data, as the local network interface is not accessible from the outside without special configuration.
The advantage of this method is its granularity. You see not just the number of devices, but their physical addresses. This allows you to accurately identify whether a device is a Smart TV, your wife's phone, or a neighbor's unknown laptop. Furthermore, the web interface allows you to take immediate action: block access by MAC address or change the Wi-Fi password.
Checking connections via mobile apps of providers and routers
Network equipment manufacturers have long realized that navigating through browser tabs on a smartphone's small screen is inconvenient. Therefore, most major brands have developed their own companion apps. For router owners TP-Link this application Tether, For ASUS — ASUS Router, and for Keenetic — the application of the same name Keenetic.
These utilities provide real-time network visualization. You can see not only a list of devices, but also the channel load, data transfer speed for each client, and even browsing history (if the relevant feature is enabled). The interface of such applications is usually user-friendly: devices are often automatically sorted by type (PC, mobile, IoT) and have icons.
If your router is provided by your ISP (for example, Rostelecom, MGTS, Beeline), the situation can be even simpler. Major telecom operators are introducing their own tariff management apps that integrate home network management. The "My Rostelecom" or "MGTS" apps often have a "My Wi-Fi" tab, which displays all active sessions and connected devices.
Using official apps has another advantage: remote management. By setting up cloud access (for example, via a TP-Link ID or ASUS Router Cloud account), you can check the list of connected devices while traveling and, if necessary, disable unnecessary access points with a single tap.
Network diagnostics using third-party scanners for Android and iOS
When access to the router's admin panel is blocked and passwords are lost, third-party network scanners come to the rescue. These apps don't require router administrator rights; they analyze the network from the connected client's perspective. For Android, a great choice is Fing or Network Scanner, and for iOS - Network Analyzer or iNet Tools.
The principle behind these programs is simple: they send queries to all IP addresses in a subnet and collect the responses. The result is a list of all active devices. A unique feature of mobile scanners is that they can often identify the device manufacturer by the first bytes of the MAC address. For example, you'll see not just an abstract address, but the designation "Apple" or "Samsung Electronics."
However, it's important to consider the limitations of mobile operating systems. Starting with iOS 14 and newer versions of Android, MAC address randomization features can hide a device's actual hardware, displaying it as a random string of characters. This is done to protect privacy, but it makes it more difficult to identify your devices in a list.
- 📱 Fing — a market leader, it can identify the device type, operating system, and even open ports.
- 🔍 IP Tools — a Swiss army knife for a sysadmin, includes ping, traceroute and port scanner in one bottle.
- 🛡️ Who is on my WiFi — specializes in finding uninvited guests and sending notifications about new connections.
If client isolation is enabled on the router, the scanner will only see the gateway itself and nothing else. In this case, this method won't work, and you'll have to look for other options.
Client list analysis for popular router models
Interfaces vary widely between manufacturers, and it's easy for a beginner to get confused by the terminology. To make it easier to find a list of connected devices, we've compiled a navigation summary for the most common home appliance models.
| Router brand | Menu path (web interface) | Section title |
|---|---|---|
| TP-Link | Wireless -> Wireless Statistics | Wireless statistics |
| ASUS | Network Map -> Clients | Network Map / Clients |
| Zyxel Keenetic | My Networks and Wi-Fi -> Client List | Client list |
| Tenda | Wireless Settings -> Wireless Client Status | Client status |
In routers TP-Link with the new green shell (Tether OS) the path might look like this Advanced Settings -> Wireless -> StatisticsMAC addresses and the number of transmitted packets are displayed here. If the packet counter for an unknown device is increasing, it means it is actively consuming traffic right now.
Devices ASUS AsusWRT firmware offers the most visual map. In the "Clients" section, you can not only see the list but also drag a device to the "Block" section, which will unplug it. It's also convenient to see whether the device is using 2.4 GHz or 5 GHz, which helps optimize bandwidth utilization.
For users Keenetic It's important to know that the client list even displays devices connected via cable (LAN). This helps you monitor the entire local network. The system allows you to name and group devices, which is especially convenient in a smart home with dozens of sensors and light bulbs.
☑️ Wi-Fi Security Check
How to identify a device by MAC address
The most difficult thing for the average user is to understand what a set of characters like A4:5E:60:C2:1F:99This is a MAC address, a unique identifier for a network interface. The first three bytes (before the second colon) are called the OUI (Organizationally Unique Identifier) and identify the device's manufacturer.
There are online databases and apps that decipher these codes. For example, the prefix A4:5E:60 belongs to Apple, and D8:9D:67 — often found in devices Tuya or Smart Life (smart plugs, lamps). Knowing the manufacturer makes it easier to understand what kind of device it is: if you don't have Apple devices and "Apple Inc." is listed, that's cause for concern.
However, modern technology often uses random MAC addresses to protect privacy. iPhones and Android smartphones can generate a temporary address when connecting to new networks. In the router's list, such a device may appear as "Unknown" or have a strange MAC address that changes every time it reconnects. In this case, you should rely on the IP address and lease time.
⚠️ Caution: Don't rush to block devices with unknown MAC addresses. These could be IoT gadgets (smart lightbulbs, vacuum cleaners, sensors), network printers, or gaming consoles you rarely use. First, try disabling Wi-Fi on all your devices and see who remains connected.
For precise identification, you can use the elimination method. Turn off Wi-Fi on all your known devices. Any that remain active on the router or scanner are either someone else's or forgotten smart devices. Turn on your gadgets one by one and note which MAC address appears in the list.
What to do if an unauthorized user is detected
If you spot a device on the list that definitely doesn't belong to your family or smart home system, you need to act quickly and decisively. The most effective method is to immediately change your Wi-Fi password. Changing the password will disconnect all devices, and you'll have to reconnect them using the new security key.
While changing your password, it's recommended to check the encryption type. Make sure the appropriate protocol is selected in your wireless network settings. WPA2-PSK (AES) or the newest WPA3If you have WEP or WPA/TKIP enabled, it's easy to hack your network, even from a phone, using standard Kali Linux tools.
Can a neighbor steal my password without hacking?
Yes, if you use WPS. This feature allows you to connect by pressing a button or entering a PIN, but it has vulnerabilities. We recommend disabling WPS completely in your router settings, even if you don't use it.
It's also worth checking if the Guest Network feature is enabled. Users often share passwords with guests, who in turn share them with their friends. A guest network is great because it isolates guests from your personal files and printers, but it's also important to control connection limits.
As a last resort, if changing the password is inconvenient, you can use MAC address filtering (Blacklist/Whitelist). You can add the intruder's MAC address to the blacklist, and the router will permanently block their connection, even if they know the correct password. However, this method is labor-intensive if you have a large number of devices.
Frequently Asked Questions (FAQ)
Why does the list of devices show more gadgets than I have?
This is common in modern homes. A single physical device (for example, a smartphone) can have multiple network interfaces or virtual addresses. Furthermore, each smart home sensor (light bulb, outlet, switch) is a separate device on the network. Also, a router and modem (if separate) can occupy multiple rows in the client table.
Can my neighbor see what websites I visit if he connects to Wi-Fi?
If a neighbor simply connects to your network, they can technically intercept unencrypted traffic (HTTP protocol). However, most websites today use a secure HTTPS connection, the content of which is visible only to you and the website. Nevertheless, the very fact of accessing your network creates the potential for Man-in-the-Middle attacks, so access to outsiders should be blocked.
Will my internet speed decrease if I connect another phone to my Wi-Fi?
Yes, the Wi-Fi channel is shared among all active users. If a new user starts watching 4K video or downloading files, the speed on your devices will inevitably drop, especially in the 2.4 GHz band, which is already susceptible to interference. In the 5 GHz band, the impact of one additional lightweight device may be unnoticeable.
How do I permanently block a device so it can't connect again?
The best way is to change your Wi-Fi password and enable WPA2/WPA3 encryption. For targeted blocking, use the MAC Filter feature in your router settings and add the address of the unwanted device to the Deny List. The router will then reject its connections regardless of the password entered.