Slow internet speeds, sudden lags when watching videos, or strange activity on your router's indicator lights are classic signs that your network is being used by unauthorized users. In the age of smart homes and dozens of gadgets per user, it's easy to get confused, but regularly checking your client list is a basic element of digital hygiene.
Knowing how to view the list of devices connected to your Wi-Fi network allows you to not only identify "freeloaders" but also discover forgotten gadgets that continue to consume bandwidth in the background. Modern routers and operating systems provide ample tools for conducting such an audit, and you don't need to be a network engineer to do it.
In this guide, we'll cover all available monitoring methods: from built-in router web interfaces to mobile apps and the command line. You'll learn how to distinguish system processes from unwanted ones and, if necessary, quickly restrict uninvited access to your local network.
Visual diagnostics using router indicators
The fastest, though not the most informative, method of initial diagnostics is to observe the physical indicators on the router body. The light labeled WLAN, Wi-Fi or depicted as a wave, it flashes when data is being transmitted. If all your devices are turned off or in sleep mode, and the indicator continues to flash frequently and erratically, this is cause for concern.
However, relying solely on the lights isn't practical, as they react to any network traffic, including background system updates or cloud synchronization. Furthermore, on some router models, the blinking frequency doesn't directly correlate with the number of active clients. This method is only good as a primary indicator of abnormal activity.
For a more accurate check, it is worth using software methods that will show not just the fact of activity, but specific MAC addresses and the names of connected devices. Visual control is good for immediate response, but it's useless against those who mask their activity or use the network while you're away.
Checking via the router's web interface
The most reliable method is to log into the router's admin panel. This is where the full table is stored. DHCP clients and active wireless connections. To access it, enter the gateway's IP address (usually 192.168.0.1 or 192.168.1.1) into your browser's address bar and log in.
The interfaces vary greatly between manufacturers, but the search logic remains the same. Look for sections titled "Status," "Network Map," "Wireless," or "DHCP Server." These tabs display a list of all devices assigned an IP address by your router.
βοΈ Web interface verification algorithm
Let's look at where to look for information on popular equipment models:
| Router brand | Menu section | Tab name |
|---|---|---|
| TP-Link | Basic / Wireless | Wireless Statistics |
| Asus | Network Map | Clients |
| Keenetic | Client list | Home network |
| Xiaomi (Mi) | Settings | Connected devices |
It is important to understand the difference between the list DHCP Leases (leased addresses) and active Wireless ClientsThe first list may still contain devices that were previously connected but are now offline. What you need is a list of active wireless connections or an ARP table that shows current IP and MAC address associations.
β οΈ Attention: Router firmware interfaces are frequently updated. If you don't see the above options, look for sections labeled "Status," "Map," or "Statistics." The exact names may vary depending on the firmware version.
If you find a device that is unfamiliar to you, write it down. MAC addressThis is a unique identifier for a network card, which cannot be changed programmatically on most user devices without specialized knowledge. The MAC address is the only way to block an intruder.
Mobile applications for administration
Managing your network from a computer isn't always convenient, especially if the router is located in another room. Fortunately, equipment manufacturers and independent developers have created powerful tools for smartphones. These apps allow you to check who's connected to your Wi-Fi directly from your phone, from anywhere within the coverage area.
Official apps from manufacturers such as Tenda WiFi, TP-Link Tether or Mi Home, provide the most comprehensive functionality. They don't just display a list, but also allow you to instantly rename devices, limit their speed, or completely disable internet access with a single button.
Third-party snails, for example, Fing or Network Analyzer, work universally with any router. They scan the network, identifying device types (TV, phone, camera) and their manufacturers. This helps you quickly identify what "Smart TV" has appeared on the network if you've forgotten you bought one.
Using mobile apps is especially convenient for creating "guest" profiles. You can quickly grant guests access, then see when they disconnect and remove them from your trusted list in the app. This is easier than accessing the web interface through your phone's browser each time.
Using the command line and scanners
For users who prefer not to install unnecessary apps or tinker with router settings, there are built-in operating system tools. On Windows and Linux, you can use the command line to display the ARP (Address Resolution Protocol) table, which shows the mapping of IP addresses to MAC addresses on the local network.
Open command prompt (cmd) and enter the following command:
arp -a
You'll see a list of all devices with which your computer has communicated. However, this method has a limitation: it will only show devices with which there was active packet exchange. To "wake up" the network and see everyone, you can first run a ping scan of a range of addresses.
How to do a ping scan in Windows?
Open cmd and enter the following loop: for /L %i in (1,1,254) do ping -n 1 -w 100 192.168.1.%i >nul. This will force the computer to query all possible addresses on the network, after which the arp -a command will display the full list.
More advanced users can use utilities like Advanced IP Scanner or Angry IP ScannerThese programs graphically display the network, showing open ports and computer names. They are faster and more informative than the standard command line, but require installation on the PC.
Identifying and blocking uninvited guests
Once you've got the list, the most important part begins: analysis. Modern gadgets often have the manufacturer's name in their name (for example, Apple, Samsung, Xiaomi), which simplifies the task. However, system devices, such as smart plugs, lamps, or TV set-top boxes, may appear as "Unknown" or a string of numbers.
To figure out which is which, use the elimination method. Disable Wi-Fi on your known devices one by one and see if the suspicious client disappears from the list. If a device remains connected to the network after you've disabled all your devices, it's an intruder.
To block, use the function Blacklist (Blacklist) or MAC address filtering in the router settings. This is more secure than simply changing the password, as it allows you to selectively block access to specific devices without resetting the entire home network.
β οΈ Attention: Don't rely solely on changing the network name (SSID). Hiding the network name (in "Hidden" mode) isn't reliable protection, as control traffic is still broadcast and can be intercepted by simple sniffers.
Prevention and strengthening of network security
A one-time check is good, but continuous protection is better. After clearing your network of intruders, you need to take steps to prevent the situation from happening again. First, change your Wi-Fi password to a complex one that includes mixed-case letters, numbers, and special characters.
Enable encryption WPA2/WPA3WEP and WPA protocols (without the "2") are considered obsolete and are easily hacked even by schoolchildren with a phone. Make sure WPA2-Personal (AES) or newer is selected in your router settings.
It is also recommended to disable the function WPSThis technology allows connection by pressing a button or using a PIN code, but it has critical vulnerabilities that allow password recovery within a few hours. If WPS isn't used to connect printers or older devices, it's best to disable it.
Update your router firmware regularly. Manufacturers are patching security holes that could allow hackers to access the client list or admin panel. Automatic updates are your best friend.
Frequently Asked Questions (FAQ)
Can my neighbor see what websites I visit if he's connected to my Wi-Fi?
Without specialized sniffing software and complex configuration (such as an ARP spoofing attack), a regular user simply won't be able to see your traffic, even if they're on the same network. However, they can access shared folders on your computer if local network security isn't configured.
Why do I see strange names like "Hon Hai Precision" in the list of devices?
This is the name of the network card manufacturer. Hon Hai Precision β is a large factory (Foxconn) that produces components for Apple, Sony, and other brands. This is most likely your iPhone, PlayStation, or Smart TV. Look for matches by the MAC address on the device's label.
Will the router reset if I turn off the power while testing?
A brief power outage won't reset your router to factory settings. However, if you were updating your router's firmware at the time, interrupting the process could brick the device. Simply updating the client list is safe.
How do I check who is connected to my Wi-Fi if I forgot my router password?
If you haven't changed the default administrator password (admin/admin), try logging in with that password. If it doesn't work, you'll have to reset the router using the reset button. Reset on the case, then set up the internet again. The Wi-Fi password will also be reset.