Have you noticed your internet has slowed down, or do you suspect unauthorized devices have connected to your Wi-Fi network? Checking the list of connected devices is the first step to diagnosing problems and ensuring security. In this article, we'll cover 7 working methodsHow to view devices on a Wi-Fi network, including methods via router web interface, mobile applications, command line and specialized programs.
Regardless of whether you use a router TP-Link, ASUS, Keenetic or another model, you'll find the right option. And if you need not only to see the list, but also disable other people's devices or set up access control—we'll tell you how to do it without risking your network.
A word of warning: some methods require administrator rights or access to your router's settings. If you're renting a place with pre-installed Wi-Fi or using a public network, these methods may not work.
1. Viewing devices through the router's web interface
The most reliable and universal method is to log into the router's control panel. This method works on any model, whether it be Xiaomi Mi Router, D-Link DIR-615 or MikroTikThe main thing is to know IP address your router and login details (login/password).
To open the web interface:
- Find out
IP addressrouter (usually this is192.168.0.1,192.168.1.1or192.168.8.1). It can be found on a sticker on the device body or through the command line (more on this below). - Enter the address into the address bar of your browser (for example,
http://192.168.0.1). - Enter your login and password (by default it is often
admin/adminoradmin/password).
The path to the list of devices depends on the firmware:
- 🔹 TP-Link:
General Settings → Wireless → Wireless StatisticsorDHCP → DHCP Client List - 🔹 ASUS:
Network Map → ClientsorLocal Network → DHCP Server - 🔹 Keenetic:
Devices → Device List - 🔹 Zyxel Keenetic:
Wi-Fi Networks → Connected Devices
In the table you will see:
| Field | What does it mean? | Example of meaning |
|---|---|---|
| Device name | Gadget name (if configured) | iPhone-12-Pro, Samsung-Galaxy-S22 |
| MAC address | Unique identifier of the network card | 00:1A:2B:3C:4D:5E |
| IP address | Local network address | 192.168.0.103 |
| Connection type | Wi-Fi 2.4 GHz, 5 GHz or Ethernet | Wireless network (5GHz) |
⚠️ Attention: If the list contains devices with unfamiliar names or MAC addresses, this may indicate a connection from neighbors or malicious activity. Some viruses spoof MAC addresses, disguising themselves as legitimate devices. Scan all devices on your network with an antivirus.
2. Using mobile apps from the router manufacturer
Many brands offer official apps for managing your router from your smartphone. This is convenient if you need to quickly check your device list without logging into the web interface. Let's look at the most popular ones:
- 📱 Tether (TP-Link): Shows connected devices in the section
ClientsYou can block unknown gadgets with one tap. - 📱 ASUS Router: Tab
ClientsDisplays all active connections with traffic information. There is a functionFamily controlto restrict access. - 📱 Mi Wi-Fi (Xiaomi): Section
DevicesIt even shows your connection history. You can prioritize traffic for specific devices. - 📱 Keenetic: There is in the application
Network Monitorwith details for each device, including download/upload speed.
Advantages of mobile applications:
- 🔹 Notifications about new connections (on some models).
- 🔹 Remote control capability (if enabled)
Cloud access). - 🔹 More user-friendly interface compared to the web version.
Flaws:
- 🔸 Not all features are available in the mobile version (for example, fine-tuning
QosorVLAN). - 🔸 Requires account registration with the manufacturer (for cloud features).
3. Viewing via the command line (Windows, macOS, Linux)
If you don't have access to the router but are connected to its network, you can use system commands to scan the local network. This method is suitable for experienced users and requires basic terminal skills.
For Windows:
- Open
Command line(Win + R→ entercmd). - Enter the command to view the ARP table (list of IP and MAC addresses):
arp -a - To see active connections, use:
net viewor for detailed information:
nbtstat -a [IP address]
For macOS/Linux:
- Open
Terminal. - Network scanner
nmap(install viabrew install nmaporsudo apt install nmap):
nmap -sn 192.168.0.0/24Replace
192.168.0.0/24to your subnet (for example,192.168.1.0/24). - To view the ARP cache:
arp -n
What you will see in the results:
- 🔹
IP addressesall devices on the network. - 🔹
MAC addresses(if they are allowed in the network settings). - 🔹 Hostnames (if devices broadcast them).
⚠️ Attention: Teamsarp -aAndnmapwill only show those devices that have recently communicated with your PC. A full list may require specialized software (see the next section).
How do I find out my network's subnet?
Open command prompt and type ipconfig (Windows) or ifconfig (macOS/Linux). Find the line IPv4 address (For example, 192.168.0.100). The subnet will be 192.168.0.0/24 (Where /24 — subnet mask).
4. Network scanning programs (Wireshark, Angry IP Scanner, Fing)
When standard methods don't provide a complete picture, specialized utilities come to the rescue. They not only display a list of devices, but also analyze traffic, detect data leaks, and even identify gadget models by MAC addresses.
Top 3 Network Analysis Software:
| Program | Platform | Peculiarities | Download link |
|---|---|---|---|
| Fing | Windows, macOS, Android, iOS | Scans ports, identifies manufacturer by MAC, tests network speed | Official website |
| Angry IP Scanner | Windows, macOS, Linux | Quick IP range scan, CSV export | GitHub |
| Wireshark | Windows, macOS, Linux | Deep packet inspection, traffic filtering by protocols | Official website |
How to use Fing (using Android as an example):
- Download the app from Google Play or App Store.
- Connect to your Wi-Fi network.
- Click
Scan- after a few seconds a list of devices will appear indicating: - 🔹 Manufacturer's name (e.g. Apple Inc. for iPhone).
- 🔹 MAC addresses.
- 🔹 Open ports (may indicate vulnerabilities).
Wireshark — a tool for professionals. It allows you to:
- 🔹 Intercept and analyze all network packets.
- 🔹 Identify
ARP spoofing(man-in-the-middle attacks). - 🔹 Filter traffic by
IP,MACor protocol (for example,HTTP,DNS).
⚠️ Attention: Usage Wireshark On public networks (cafes, airports) it may violate terms of use and privacy laws. On a home network, it's safe.
Check the MAC address by searching on Google (e.g. "00:1A:2B manufacturer")
Disconnect the device through the router control panel (if there is such an option)
Change your Wi-Fi password to a more complex one (at least 12 characters with numbers and special characters)
Enable MAC address filtering in your router settings-->
5. Checking through Windows settings (without third-party programs)
If you are a user Windows 10/11, you can do without additional software. The system provides built-in network monitoring tools, albeit with limited capabilities.
Method 1: Via "Network Settings"
- Open
Settings → Network and Internet → Wi-Fi. - Click on the name of your network, then -
Properties. - Scroll down to the section
Network properties- there will be a list hereIPv4 addresses(but not all devices!).
Method 2: Via the Network and Sharing Center
- Right-click the Wi-Fi icon in the tray →
Open Network and Internet settings. - Select
Configuring adapter settings. - Double-click on your connection →
Wireless network→Intelligence.
Method 3: Through resmon (Resource Monitor)
- Click
Win + R, enterresmon. - Go to the tab
Network → TCP Connections. - Here you will see active connections, but not a complete list of devices on the network.
These methods will only show the devices that communicate with your PC. For a complete network analysis, it's better to use the programs in the previous section.
6. How to view devices on Mac (macOS)
Users MacBook or iMac They can use built-in utilities or third-party applications. Let's consider both options.
Built-in tools:
- Open
Terminal(Command + Space→ enterTerminal). - Enter the command to scan the network:
networksetup -listallhardwareportsThis will show all network interfaces.
- To view the ARP table:
arp -a - For detailed scanning use
nmap(install viabrew install nmap):
sudo nmap -sn 192.168.1.0/24
Application LanScan (free):
- 🔹 Scans the network in a few seconds.
- 🔹 Shows
IP,MAC, host name and manufacturer. - 🔹 Exports results to
CSVorTXT.
Application Wifi Explorer (paid, ~$20):
- 🔹 Visualizes the network as a graph.
- 🔹 Analyzes signal strength and interference from other networks.
- 🔹 Supports monitoring
2.4 GHzAnd5 GHzsimultaneously.
The programs are also relevant for macOS Fing And Wireshark, mentioned earlier. They work reliably and offer just as many features as on Windows.
7. How to disable other people's devices from your Wi-Fi
If you find unfamiliar gadgets online, you need to block them. Here 4 ways, how to do it:
Method 1: Change your Wi-Fi password
- 🔹 Go to the router's web interface (see Section 1).
- 🔹 Go to
Wireless Network → Security Settings. - 🔹 Change your password to a complex one (example:
W7f#9Kp2$Lm1!). - 🔹 Save the settings - all devices will be disconnected and will need to reconnect.
Method 2: Filtering by MAC addresses
- 🔹 Find it in your router's control panel
Wireless Network → MAC Filter. - 🔹 Whitelist only the MAC addresses of your devices.
- 🔹 Activate filtering — the router will only allow approved devices through.
Method 3: Disabling via Control Panel
- 🔹 In the list of devices (see Section 1) find something unfamiliar and click
BlockorDisable. - 🔹 Some routers (for example, ASUS RT-AX86U) allow you to set a traffic limit for a specific device.
Method 4: Hiding the Wi-Fi network (SSID)
- 🔹 Disable the option in your router settings
Broadcast SSID. - 🔹 Now the network will not be visible in the list of available ones, but you can connect your devices manually.
- 🔹 Minus: This does not protect against targeted attacks if the attacker knows the network name.
⚠️ Attention: MAC address filtering is not the most reliable protection. MAC addresses are easily spoofed using specialized software (for example, Technitium MAC Address Changer). For maximum security, combine this method with password changes and encryption. WPA3.
FAQ: Frequently asked questions about viewing devices on Wi-Fi
Can I see devices on the network if I'm not an admin?
Yes, but with limitations. You can:
- 🔹 Use programs like Fing or Angry IP Scanner - They will show all IP addresses on the network.
- 🔹 View the ARP table via the command line (
arp -a).
However, you you won't be able to see device names or block them without access to the router.
How to determine which device belongs to a neighbor?
Compare the list of devices with your gadgets:
- Check it out
MAC addressesyour devices (located in the network settings of each device). - Use services like MAC Vendors to determine the manufacturer by MAC.
- Pay attention to unusual names (eg. android-123456 or host-888).
If the device connects at night or in your absence, this is a clear sign of unauthorized access.
Why are some of my devices not listed on the router?
Possible reasons:
- 🔹 The device is connected via cable (
Ethernet), and you only lookWi-Ficlients. - 🔹 The gadget is in
sleep modeand is not active online. - 🔹 It's enabled in the router
guest access, and the device is connected there. - 🔹 Some routers do not show devices with static
IP.
Try reconnecting your device or refreshing the client list page.
Is it possible to find out what websites devices on my network are visiting?
Yes, but this requires special tools:
- 🔹 Router with support
DNS monitoring(For example, Keenetic with the "Internet Activity Monitor" component). - 🔹 Sniffer programs like Wireshark (require work skills).
- 🔹 Proxy server with logging (for example, Squid).
Please note: Intercepting traffic may violate privacy laws if you do not own all the devices on the network.
How to protect your network from unauthorized connections?
Follow these guidelines:
- 🔹 Use
WPA3instead ofWPA2(if the router supports it). - 🔹 Turn it off
WPS- This protocol is vulnerable to brute force attacks. - 🔹 Turn on
guest networkfor friends to isolate them from your main network. - 🔹 Update your router firmware regularly (look for it in the settings)
Software update). - 🔹 Set up
firewallon the router to block suspicious requests.