Have you noticed your internet has become slower than usual? Or perhaps you suspect that someone else has connected to your Wi-Fi network? Viewing the list of active devices is the first step to diagnosing the problem. In this article, we'll cover all possible ways Connected user checks: from standard router functions to specialized PC programs and mobile apps.
It is important to understand that methods vary depending on router models, firmware and even operating system your device. We've compiled up-to-date instructions for popular brands— TP-Link, ASUS, Keenetic, MikroTik — and universal solutions that work on any equipment. You will also learn how detect hidden connections, which are not displayed in the standard list of devices.
1. Viewing users through the router's web interface
The most reliable and accurate way is to access your router's control panel. Most modern models display a list of connected devices in real time, including their IP addresses, MAC addresses and even names (if they are broadcast).
These instructions are universal for most routers, but the menu paths may vary slightly. The general procedure is:
- Connect to the router's network (via Wi-Fi or cable).
- Open your browser and enter in the address bar
192.168.0.1or192.168.1.1(the exact address is indicated on the router sticker). - Enter your login and password (by default it is often
admin/admin). - Find the section with the list of devices (usually in the menu
DHCP,WirelessorConnected Devices).
Below is a table with paths to a list of devices for popular brands:
| Router brand | Path to the list of devices | Additional functions |
|---|---|---|
| TP-Link | Basic → DHCP → DHCP Clients List |
Shows IP, MAC, host name and lease time |
| ASUS | LAN → DHCP Leases or Network Map |
Visual network diagram grouped by device types |
| Keenetic | Devices → Device List |
Displays real-time traffic and connection history |
| MikroTik | IP → DHCP Server → Leases |
Requires knowledge Winbox or WebFig |
| Zyxel | Network → Active Clients |
Filtering by connection type (Wi-Fi/LAN) |
⚠️ Attention: If you see unfamiliar devices in the list of devices MAC addresses, don't rush to block them. Some smart devices (for example, Amazon Echo or Google Nest) may use random addresses to protect your privacy. First, check if they belong to your devices.
2. Using mobile applications for network monitoring
If it is inconvenient to access the router settings, you can use specialized applications for Android or iOSThey scan your local network and display all connected devices, even if you don't have access to the admin panel.
Top 3 verified apps:
- 📱 Fing - scans the network in a few seconds, shows
IP,MAC, device manufacturer, and open ports. There's a free version with basic functionality. - 🔍 Network Analyzer — detailed information about each device, including connection speed and activity history. Supports Wi-Fi 6.
- 🛡️ WiFi Guard — compares current connections against a whitelist of your devices and notifies you of new ones. Useful for anti-hacking protection.
Example of working with Fing:
- Install the app from Google Play or App Store.
- Connect to your Wi-Fi network.
- Click "Scan" - after 10-20 seconds a list of devices will appear.
- Click on any device to see details:
MAC address, manufacturer, open ports.
⚠️ Attention: Mobile apps only show devices that are active at the time of scanning. If someone is connected to your network but isn't currently using the internet, they may not be listed. For a complete picture, repeat the scan at different times of day.
3. Windows Command Prompt: Who's Connected to Wi-Fi
If you have a computer running Windows 10/11You can get a list of connected devices without third-party programs—using the command line. This method works even if you don't have administrator rights on the router.
Instructions:
- Open
Command line(Win + R→ entercmd→Enter). - Enter the command to view the table
ARP(Address Resolution Protocol):arp -a - You will see a list
IP addressesand the corresponding onesMAC addresses. - To filter only active connections, use:
arp -a | findstr "dynamic"
Output transcript:
Internet address—IPdevices on your network.Physical address—MAC address(unique device identifier).dynamic— the device is connected now,static— was connected earlier.
To find out the manufacturer of the device by MAC address, use online services like MAC Vendors or enter the first 6 characters into the search engine. For example, 00:1A:79 belongs Apple, A B8:27:EB — Raspberry Pi.
How to find out what device is hidden behind a MAC address?
If you see an unfamiliar MAC address in the ARP list, copy its first six characters (e.g., 5C:F9:DD) and enter it into your browser's search bar. Most manufacturers register their prefixes, so you can identify the device brand (Samsung, Xiaomi, TP-Link, etc.).
4. Viewing connected devices on MacOS and Linux
Users MacOS And Linux They can also obtain a list of devices on the network without additional software. These systems have built-in utilities for network scanning.
For MacOS:
- Open
Terminal(Cmd + Space→ enterTerminal). - Enter the command to scan the local network:
nmap -sn 192.168.1.0/24(replace
192.168.1.0/24to your router's subnet, if it's different). - In a few seconds you will receive a list of all active
IPAndMAC addresses.
For Linux (Ubuntu, Debian, etc.):
- Open Terminal (
Ctrl + Alt + T). - Install nmap, if it is not installed:
sudo apt install nmap - Start the scan:
sudo nmap -sn 192.168.0.0/24
In both cases, you will get a table with devices where:
Nmap scan report for 192.168.1.X—IP addressdevices.MAC Address: XX:XX:XX:XX:XX:XX- his physical address.(Unknown)- if the device does not respond to ping, but is present on the network.
⚠️ Attention: On some networks (for example, with the included AP Isolation) devices will not respond to scanning nmapIn this case, use the method with the router's web interface.
5. Specialized programs for Windows
If you need to not only view a list of devices but also monitor their activity, block suspicious connections, or analyze traffic, desktop programs are worth using. They offer advanced features compared to standard OS tools.
The best programs for monitoring Wi-Fi networks:
- 🖥️ Wireless Network Watcher (NirSoft) is a free utility that scans the network and displays all devices with the time of first and last detection. Supports export to
CSV. - 📊 SoftPerfect WiFi Guard — compares current connections with a whitelist and notifies you of new devices. Blocking via
ARP-spoofing. - 🔍 Advanced IP Scanner — scans the network, identifies device manufacturers and allows you to remotely turn on/off computers over the network (Wake-on-LAN).
- 🛡️ GlassWire — monitors traffic in real time, shows which programs on your PC are using the internet, and detects suspicious activity.
Example of working with Wireless Network Watcher:
- Download the program from the official website NirSoft (portrait version does not require installation).
- Launch
WNetWatcher.exeon behalf of the administrator. - Click “Start Scanning” - in a few seconds a list of devices with
IP,MAC, manufacturer's name and status (Active/Inactive). - To save the report, click
File → Save As.
☑️ Preparing for network scanning
6. How to detect hidden connections and protect yourself from hacking
Sometimes there may be devices on the network that don't appear in the standard lists. These may include:
- Devices with spoofed MAC address (spoofing).
- Attackers, using router vulnerabilities (for example, exploits for UPnP).
- Smart devices in sleep mode, which periodically "wake up" for updates.
To identify such connections, follow these steps:
- Check the router log for suspicious activity (section
System LogorSecurity). Look for repeated connection attempts from differentMAC addresses. - Use Wireshark For in-depth traffic analysis, this program displays all packets passing through the network, including hidden connections.
- Enable MAC filtering in the router settings (section
Wireless → MAC Filtering). Add only your devices to the "whitelist". - Update your router firmware—many vulnerabilities are patched in new software versions.
Signs that your network has been hacked:
- 🚨 Unknown devices in the list of connected devices that reappear after being blocked.
- 📉 A sharp drop in internet speed for no apparent reason.
- 🔄 Changes in router settings (for example, a reset password or new rules) Port Forwarding).
- 💻 Suspicious activity in logs (many requests to external
IPfrom the local network).
7. How to block unauthorized devices
If you find unfamiliar devices in the list of connected devices MAC addresses, they can be blocked. The methods depend on the router model, but the general logic is the same:
Method 1: Blocking by MAC address
- Log into your router's web interface.
- Find the section
Wireless → MAC Filtering(orAccess Control). - Add
MAC addressblacklist an unknown device. - Save the settings and reboot the router.
Method 2: Change your Wi-Fi password
If the blocking is due to MAC If this doesn't help (an attacker can spoof the address), the most reliable solution is to change the password:
- In the router panel, go to
Wireless → Security. - Select encryption type
WPA2-PSK(orWPA3, if supported). - Create a new password (use a generator, for example, LastPass or KeePass).
- Save the settings - all devices will be disconnected and will need to reconnect.
Method 3: Disabling DHCP for unknown devices
If you don't want to change your password, you can set it manually. IP addresses for your devices and disable DHCP for the rest:
- In the section
DHCP → Static Leasesadd a bindingMAC addressesyour devices to fixedIP. - Reduce the pool DHCP so that it doesn't turn on
IP, issued to third-party devices. - Enable the option
Bind IP & MAC(if your router has it).
⚠️ Attention: Blocking by MAC address It's not 100% secure, as a skilled attacker can spoof it. For maximum protection, combine this method with changing the password and disabling vulnerable router features (e.g. WPS And UPnP).
8. Common mistakes and how to avoid them
Many people encounter common problems when trying to view Wi-Fi network users. Let's look at the most common errors and their solutions:
| Problem | Cause | Solution |
|---|---|---|
| The list of devices in the router is empty, although the Internet is working. | Disabled DHCP server or the devices are connected via static IP |
Check your settings DHCP in the section LANTurn on the server or scan the network via nmap |
I can't access the router control panel. 192.168.1.1 |
Changed IP address router or conflict with another device |
Find out the current IP via command ipconfig (Windows) or ifconfig (Linux/Mac). Search Default Gateway |
| Network scanning app not finding devices | Client isolation is enabled (AP Isolation) or a firewall is blocking scanning | Turn it off AP Isolation in the Wi-Fi settings or temporarily disable the firewall on the scanning device |
After the blocking MAC addresses the device appears online again |
The attacker is replacing MAC or uses a different connection channel |
Change your Wi-Fi password, turn it on MAC filtering in "allow only specified" mode and update the router firmware |
If none of these methods help, the problem may lie with the router itself. Check:
- 🔄 Is your router part of botnet (For example, Mirai). Symptoms: high CPU load, suspicious outgoing traffic.
- 📡 Is there another network nearby with the same name (SSID). This could be a trap to intercept traffic.
- 🔧 Has the router been reset to factory settings (for example, after a power surge).
FAQ: Answers to Frequently Asked Questions
Is it possible to see what websites connected devices are visiting?
Yes, but you need to configure it for this traffic monitoring on the router or use specialized programs like WiresharkMost home routers do not store browsing history, but some models (for example, ASUS with firmware Asuswrt-Merlin) support logging.
For detailed traffic analysis you can:
- Tune
Port Mirroringon the router and connect the computer with Wireshark. - Use cloud services like OpenDNS for filtering and logging traffic.
Please note that collecting such information may violate privacy legislation (for example, in the EU there is GDPR).
Why do unfamiliar devices appear in the list? MAC addresses with names like "Android_" or "iPhone"?
These could be:
- Neighbours, who connected to your network (if the password is weak or is distributed through WPS).
- Smart devices (lamps, sockets, cameras) that you forgot to set up.
- Guest devices, if you have guest access enabled.
- Random connections because of the function Wi-Fi Direct or Hotspot 2.0 on phones.
To check whose device it is:
- Take a look
MAC addressin the router list and compare with the addresses of your gadgets. - Temporarily disconnect all your devices from Wi-Fi - if an unfamiliar
MACdisappears, which means it belonged to one of them. - Use the app Fing to determine the manufacturer by
MAC.
How do I find out how much traffic each device is consuming?
Most modern routers display traffic statistics in real time. Look for the section Traffic Monitor, Bandwidth Control or Qos.
If there is no such function, use:
- PC programs: GlassWire, NetBalancer.
- Mobile applications: Fing, Network Analyzer.
- Alternative firmware: DD-WRT or OpenWRT support detailed traffic monitoring.
To limit traffic, configure QoS (Quality of Service) in the router - this will allow you to prioritize some devices over others (for example, give maximum speed to the TV, and limit it for phones).
Is it possible to view Wi-Fi users without access to the router?
Yes, but with limitations. You won't see the full list of devices like in the admin panel, but you can:
- Use mobile applications (Fing, Network Scanner) to scan the local network.
- Launch command line (
arp -aon Windows ornmapon Linux/Mac). - Connect to the network and analyze broadcast traffic by using Wireshark.
Please note: without access to the router you will not be able to:
- See devices that are not responding ping or ARP requests.
- View connection history (currently active devices only).
- Block third-party devices.
What should I do if my router doesn't show a list of connected devices?
If the devices section is missing or empty, try:
- Update the firmware routers - new versions often add missing features.
- Check your settings DHCP - If the server is down, devices can use static
IP. - Use alternative software:
- For ASUS: install the firmware Asuswrt-Merlin.
- For TP-Link: try it DD-WRT or OpenWRT.
cat /tmp/dhcp.leases
(for routers based on Linux).
If all else fails, your router may have a stripped-down firmware (common in ISP models). In this case, your only option is to scan the network with third-party software.