Have you noticed your internet speed has become slower than usual, or do you suspect that someone else is accessing your network? Perhaps a neighbor is using your Wi-Fi without permission, or an old smartphone forgotten in a drawer is still consuming data in the background. The average home network contains 7-12 active devices, but the actual number often exceeds expectations—especially if you don't control the connections.
In this article you will find 5 proven methods Track all the gadgets on your Wi-Fi network: from standard router tools to advanced network scanners. We'll show you how to do this. Windows, Android, iOS and even through Linux terminal, and we'll also explain why some devices can remain "invisible" to conventional methods. You'll learn not only how detect unauthorized connections, but also how to block them - without unnecessary technical difficulties.
1. Checking via the router's web interface
The most reliable and accurate way is to look at your router's control panel. This is where you'll see all devicesthat have ever connected to the network, including those that are now disconnected but stored in the router's memory. Most modern models (TP-Link, ASUS, Keenetic, MikroTik) support this function.
To access:
- 🌐 Enter in the address bar of your browser
192.168.0.1or192.168.1.1(the exact address is indicated on the router sticker). - 🔑 Log in using your username and password (often by default)
admin/adminoradmin/password). - 📊 Find the section
DHCP Clients,Connected Devices,Local area networkorWireless Mode → Client List.
In the table you will see:
| Field | What does it mean? | Example of meaning |
|---|---|---|
| Host Name | Device name (if configured) | iPhone-12-Pro, DESKTOP-5A3F1G |
| MAC Address | Unique physical address | 00:1A:2B:3C:4D:5E |
| IP Address | Local IP on the network | 192.168.0.103 |
| Connection Time | Connection time | 02:45:12 |
⚠️ Attention: If the list contains devices with unknownMAC addressesor names like android-123456, this could be a sign of hacking. Some routers (for example, Zyxel Keenetic) allow you to block such devices directly from the interface - look for the buttonBlockorBlock.
2. Using mobile applications
If you don't want to mess with your router settings, smartphone apps can help. They scan the network and display connected devices, often with additional information: manufacturer (by MAC), device type (smartphone, TV, camera) and even traffic consumption.
Top 3 verified apps:
- 📱 Fing (Android/iOS) - identifies open ports and device vulnerabilities.
- 🛡️ NetScan (Android) - shows connection history and MAC vendors.
- 🔍 WiFi Scanner (iOS) - Visualizes the signal strength of each device.
How to use with an example Fing:
- Connect to your Wi-Fi network.
- Launch the app and click
Scan. - In 10-20 seconds you will receive a list of devices with the indication IP, MAC and the manufacturer (for example, Apple, Samsung, Xiaomi).
- Click on any device to see open ports or block it (if your router supports integration).
3. Commands for Windows (via CMD or PowerShell)
If you prefer to work without third-party programs, Windows 10/11 There are built-in tools for scanning the network. They will only show active devices, but do not require software installation.
Method 1: Through arp (Address Resolution Protocol):
arp -a
This command will output a lookup table IP addresses And MAC addresses. Pay attention to the lines with the type dynamic — these are active devices. Static records (static) may refer to a router or a printer.
Method 2: Through ping + arp (for hidden devices):
- Open
CMDon behalf of the administrator. - Run the command:
for /L %i in (1,1,254) do ping -n 1 192.168.0.%i(replace
192.168.0.to your subnet, for example192.168.1.). - Once completed, enter
arp -a— now all devices that responded to ping will appear in the list.
⚠️ Attention: Some devices (such as smartphones in power-saving mode or smart light bulbs) may ignore ping requests. These devices require specialized scanners such as Advanced IP Scanner.
Why are some devices not showing up in arp?
Some devices (especially IoT devices) may be configured to ignore ICMP packets (ping) or use static ARP entries. The router may also not broadcast them to the local network due to client isolation settings (AP Isolation).
4. Advanced Tools: Wireshark and Nmap
For a deep network analysis, professional utilities are suitable. They will show not only a list of devices, but also their activity: what sites they visit, what ports they use, what traffic they consume.
Wireshark (Windows/macOS/Linux):
- 📊 Intercepts all packages on the network (requires administrator rights).
- 🔍 Filter
wlan.addr == [MAC]will help track a specific device. - ⚠️ Difficult for beginners, but provides maximum detail.
nmap (Linux/macOS/Windows via WSL):
Scans the network for open ports and determines the device's operating system. Example command for scanning a local network:
nmap -sn 192.168.0.0/24
Keys:
-sn— ping scanning only (without port checking).-O- attempt to determine the device's OS.--script mac-vendors— show manufacturer by MAC.
☑️ Preparing for an nmap scan
5. Checking through smart speakers and voice assistants
Few people know, but Google Home, Amazon Alexa And Alice from Yandex can show a list of devices on your network - if they are integrated into the same ecosystem. For example, in the application Google Home:
- Open the tab
Wi-Fi→Devices. - The system will show all gadgets connected to the same router as the speaker.
- You can also do it here disconnect the device from the network or restrict his access to the Internet.
Limitations of the method:
- ❌ Only works for devices linked to a single account (for example, all devices on a single Google email account).
- ❌ Doesn't show "foreign" gadgets, even if they are on your network.
- ✅ But it's convenient for control smart home (lamps, sockets, cameras).
6. How to identify “unnecessary” devices and block them
You found an unknown gadget online – what should you do?
Step 1: Identify the device
- 🔍 Check the first 3 bytes MAC addresses (For example,
00:1A:2B) through the servicemacvendors.com- it will show the manufacturer (Apple, Samsung, Xiaomi, etc.). - 📱 If it's a smartphone, try sending a message to it via messenger (if you know the owner's number).
Step 2: Blocking
Methods depending on the router:
| Router brand | How to block |
|---|---|
| TP-Link | Advanced → Security → Access Control → add MAC to blacklist. |
| ASUS | Wireless → MAC Filter → select Deny. |
| Keenetic | Home Network → Devices → click on the device → Block. |
Step 3: Strengthen Security
⚠️ Attention: If the device continues to connect to the network after being blocked, it may indicate that your Wi-Fi has been compromised at the router level (for example, through a firmware vulnerability). In this case, the only solution is a full factory reset of the router and a firmware update.
FAQ: Frequently asked questions about checking Wi-Fi devices
Is it possible to see devices connected to a neighbor's Wi-Fi?
No, if the network is password protected. You can only see network name (SSID) neighbor and signal strength, but not a list of their devices. An exception is if the neighbor uses an outdated protocol. WEP (you can hack it in a few minutes using Aircrack-ng, but it's illegal).
Why are there devices on the router's list that aren't at home?
These could be:
- 📱 Guest devices, which were connected earlier (the router stores them in the cache).
- 🔌 Smart devices (lamps, sockets, vacuum cleaners) that you forgot.
- 🕵️ Hidden botnets - if your router is infected with a virus (for example, Mirai), it can connect to external servers.
Clear the DHCP client list in your router settings and reboot it.
How do I check who is connected to my Wi-Fi if I'm not at home?
Use remote access to the router:
- Set up
DDNS(dynamic DNS) in the router (for example, through the service No-IP). - Turn on
Remote Management(remote control) and specify the port (for example,8080). - Connect via browser to the address
your_ddns_address:8080.
Or install alternative firmware on the router (OpenWRT, DD-WRT), which supports VPN connection.
Is it possible to track a device by MAC address?
MAC address unique for each network interface, but:
- ✅ It can be used to determine manufacturer (first 3 bytes).
- ✅ You can track it on a local network traffic devices (via Wireshark).
- ❌ Outside your network (on the Internet), the MAC is not visible - it is replaced by IP.
- ❌ MAC is easy to counterfeit (MAC-spoofing), so it is not reliable for identification.
Why are some devices not showing up in the list?
Possible reasons:
- 🔌 Device disconnected from the network (sleeping or off).
- 🛡️ Enabled client isolation (AP Isolation) in the router.
- 🖥️ The device uses static IP outside the DHCP pool.
- 🕶️ This is hidden IoT device (eg a camera with direct cloud connection).
To detect such devices, use nmap with aggressive scanning settings (nmap -A 192.168.0.0/24).