Many people are familiar with the situation when the internet starts to slow down and the router's lights start flashing wildly. Often, the cause isn't channel congestion, but rather uninvited guests connecting to your wireless network. Access control — is a basic home network administration skill that not only speeds up your internet but also protects your personal data from prying eyes.
In this article, we'll explore all the available methods for finding out who's using your Wi-Fi. You'll learn how to use built-in router tools, mobile apps for Android and iOS, and advanced network scanning methods using a PC. Security Your home network is in your hands, and the first step to securing it is knowing what devices are currently accessing it.
Understanding how it works device identification on a local network will help you quickly identify intruders. We'll look at the interface features of popular equipment manufacturers, such as TP-Link, ASUS And MikroTikso you can easily navigate the settings, regardless of your router model.
Using the router's web interface
The most reliable and accurate way to obtain information about connected clients is to log into the router's administrative panel. The router acts as a DHCP server, assigning IP addresses, so it has the most complete and up-to-date information. You don't need any third-party software; all you need is a browser and internet access.
First, you need to open your browser and enter your gateway's IP address in the address bar. Most often, this is 192.168.0.1 or 192.168.1.1, however, the address may differ depending on the manufacturer. After entering the address, the system will ask for your login and password, which are often found by default on a sticker on the bottom of the device, unless you've changed them previously.
After successful authorization, you need to find the section responsible for your wireless network. Interfaces vary by manufacturer, but the logic remains similar. Look for tabs labeled "Wireless," "Wi-Fi," "Status," or "Network Map." This is where a table of active connections is usually displayed.
⚠️ Attention: Your router's firmware interface may vary depending on the firmware version. If you can't find the required option, consult your specific model's documentation or look for the "DHCP Server List" section.
Inside the section, you will see a list of devices with their MAC addresses, IP addresses, and sometimes hostnames. MAC address — is a unique identifier for a network card, which is harder to forge than a device name. It's the easiest way to identify someone else's equipment, even if it's disguised as an "iPhone" or "Unknown Device."
Analysis of the client list on popular models
Let's look at specific examples, as the path to the coveted list can vary significantly. On devices TP-Link With the green shell, go to the "DHCP" menu and select "DHCP Client List." There you'll see a table displaying all current address leases.
In routers ASUS With ASUSWRT firmware, this information is often available directly on the main page ("Network Map") in the "Clients" tab. There, you can not only see the list but also visually identify the device type (PC, mobile, TV). A more detailed list is available under "Local Network" -> "Network Neighbors."
Equipment from Keenetic (formerly ZyXEL) offers perhaps the most user-friendly interface. On the main page, the "Client List" widget displays all active connections. The system even attempts to identify the device manufacturer by MAC address, making it much easier to find rogue devices.
Below is a table showing where to find information on different models:
| Manufacturer | Menu section | Subparagraph | Peculiarities |
|---|---|---|---|
| TP-Link | DHCP | DHCP Client List | Shows only distributed addresses |
| ASUS | Network map | Clients (tablet icon) | Visual separation by device types |
| Keenetic | Home / My Networks | Client list | Display name and manufacturer |
| D-Link | Advanced settings | Statistics / Active Users | Often hidden deep in the menu |
If you find a device you don't recognize, don't panic. It might be a smart plug, TV, or set-top box that you simply don't recognize by name. Check the MAC address against the labels on your devices.
Mobile applications for network monitoring
If accessing your router's web interface seems complicated or you're away from your computer, specialized smartphone apps can help. They use network scanning protocols (ARP requests) to discover all active devices on the local network.
One of the most popular tools is the application FingIt is available for both Android, and for iOSAfter starting the scan, the program will display a full list of devices, their IP and MAC addresses, and attempt to identify the brand and model. This is very convenient for a quick check.
Other useful utilities include WiFi Analyzer (although it's more about signals, there is a device list tab) and Network ScannerThey operate on the same principle: the application sends data packets to all possible addresses in the subnet and waits for a response. Those that respond are added to the list.
It's important to understand that mobile apps see the network the same way your phone does. If the router hides the client list or uses client isolation, the app may only see your smartphone and gateway. In such cases, accessing the router is the only option.
The advantage of mobile apps is speed. You can quickly scan through your list while sitting on the couch and immediately see if anyone new has connected. Many apps also send notifications when a new device comes online.
Checking via the Windows command line
For users who prefer operating system tools, there's a built-in command-line utility. It allows you to obtain a list of devices with which your computer has communicated using the ARP table. This method doesn't require installing any additional software.
To use this method, press the key combination Win + R, enter cmd and press Enter. In the black console window that opens, you need to enter the command arp -aThe system will display a list of IP addresses and their corresponding physical addresses (MAC).
C:\Users\User>arp -a
Interface: 192.168.1.5 --- 0x3
Internet Address Physical Address Type
192.168.1.1 00-11-22-33-44-55 dynamic
192.168.1.15 aa-bb-cc-dd-ee-ff dynamic
However, this method has a significant drawback: the ARP table only displays devices with which your computer has recently communicated. To "discover" the entire network, you can ping the entire address range before running the command, but this requires more advanced knowledge.
⚠️ Attention: List obtained through arp -a, may be incomplete. It shows cached records, not the actual network status in real time, unlike the router admin panel.
For a more detailed analysis in Windows, you can use the command ipconfigto find your default gateway, and then try connecting to the router's web interface as described in the first section. This will provide a more accurate result than analyzing the ARP cache.
☑️ Security verification algorithm
Hidden Threats: Like Someone Else's Device
The most difficult part of the process is figuring out which device on the list is yours and which is someone else's. Electronics manufacturers often use generic names like "android," "iphone," or "windows-pc," which don't provide any useful information. This is where MAC address analysis comes in.
The first six characters (three bytes) of a MAC address are called the OUI (Organizationally Unique Identifier). They identify the manufacturer of the network interface. Knowing that you don't have equipment from Xiaomi, you can immediately eliminate devices whose address begins with this brand's code. There are online databases for decoding OUIs.
It's also worth paying attention to the number of connections. If you only have one smartphone and one laptop in your home, but there are 15 devices listed, that's a clear sign of a problem. However, keep in mind the smart home: light bulbs, outlets, vacuum cleaners, and televisions also take up space in the connection table.
Another sign is data transfer activity. In advanced routers (for example, MikroTik or Keenetic) you can view the current download and upload speed for each client. If an unknown device is downloading torrents or streaming 4K video, it will immediately be visible as high bandwidth usage.
What to do if the MAC address is hidden?
Modern smartphones (iOS 14+, Android 10+) can use random MAC addresses for privacy. In this case, the device name may change or appear as a string of characters. Use the time the device first appeared online as a guide—if it coincides with the time you got home from work, it's most likely your phone.
Protective measures and blocking uninvited guests
If you detect a rogue device, you need to act immediately. The simplest, but not the most effective, method is to block it by MAC address directly in the router interface. You can add the offending device to the blacklist, and the router will disconnect it.
However, an experienced user can easily bypass this protection by changing the MAC address on their network card to one that is allowed (address cloning). Therefore, the only foolproof measure is change password From the Wi-Fi network. When you change the password, all devices will be disconnected and will only be able to reconnect after re-entering the new password.
It is recommended to use strong passwords containing mixed-case letters, numbers, and special characters. Also, make sure the encryption type is selected. WPA2-PSK or WPA3The old WEP standard can be cracked in a few minutes even by a novice using automated scripts.
⚠️ Attention: After changing your password, you'll need to reconnect all your devices (TVs, phones, tablets). Be prepared to spend 10-15 minutes on this.
An additional security measure is to disable the function WPS (Wi-Fi Protected Setup). This technology, which allows connection via a PIN code or push-button, has vulnerabilities that allow attackers to recover the network password using brute-force attacks.
Frequently Asked Questions (FAQ)
Can my neighbor see my screen via Wi-Fi?
Simply connecting to the same Wi-Fi network doesn't grant access to your device's screen. However, if your computer's firewall is disabled or network discovery with sharing enabled, access to shared folders is theoretically possible. For security, always select the "Public" network type when connecting to new Wi-Fi networks.
Why do I see "Unknown" in the list of devices?
This means the app or router was unable to identify the device's manufacturer based on the MAC address. This often happens with cheap Chinese smart home gadgets or obscure brand network cards that aren't included in the identifier database.
How often should I check the list of connected users?
It's recommended to perform a preventative check once a month. However, if you notice a sudden drop in internet speed or blinking lights without any activity, you should perform a check immediately.
Will a hacker be able to find out my password if he connects to Wi-Fi?
If modern WPA2/WPA3 encryption is used, an attacker won't see your password in plaintext simply by being online. However, they can intercept traffic from unsecured sites (HTTP). Using a VPN in such situations is critical.
What is a guest network and is it necessary?
A guest network is a separate Wi-Fi channel with limited access to local resources (printers, NAS, files). Enable it for guests to prevent them from accessing your main devices and introducing viruses into your home network.