Have you ever wondered how many gadgets are actually connected to your home network? An old smartphone you haven't used in a while, a neighbor's smart light bulb that accidentally connected to your router, or even someone else's laptop—all of these could be lurking unnoticed on your network. Wi-Fi networks, consuming traffic and creating security threats. Gaining access to the list of connected devices is the first step to gaining control over your network, optimizing its performance, and protecting it from unauthorized access.
In this article we will look at 5 proven methodsHow to view devices on your Wi-Fi network: from standard router tools to specialized applications for Windows, Android And iOSYou'll learn how to not only view a list of gadgets, but also block suspicious ones, restrict their internet access, and even remotely control certain devices. We'll also tell you which ones Hidden devices may remain invisible to standard scanning methods. and how to detect them.
1. Viewing devices through the router's web interface
The most reliable and universal way is to go to your router's control panel. This is where you'll see all devices, which have ever connected to the network, including those that are currently offline. The interface may differ depending on the model (TP-Link, ASUS, Keenetic, MikroTik etc.), but the general principle is the same.
To access the settings:
- 🌐 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 type section
DHCP Clients,Connected Devices,Local area networkorClients.
Most routers display this:
- 📱 IP address devices (for example,
192.168.0.103). - 🖥️ MAC address (unique identifier, type
00:1A:2B:3C:4D:5E). - ⏱️ Connection time and traffic volume consumed (in some models).
- 🏷️ Device name (if it was assigned manually or detected automatically).
⚠️ Attention: Some routers (especially budget ones) may not show devices connected via Wi-Fi Direct or through a guest network. If you suspect there are "invisible" devices on the network, use additional scanning methods (see Section 4).
| Router model | Path to the list of devices | Additional functions |
|---|---|---|
| TP-Link Archer C6/C7 | Basic → Network Map |
Device blocking, speed limiting |
| ASUS RT-AX88U | Network Map → Clients |
Traffic prioritization (QoS), parental control |
| Keenetic Hero | Devices → Device List |
Traffic consumption charts, grouped by type |
| MikroTik hAP ac² | IP → DHCP Server → Leases |
Manual IP assignment, MAC filtering |
2. Using mobile apps to scan the network
If you're too lazy to access your router settings or it's in an inconvenient location, mobile apps can help. They scan your local network and display all connected devices right on your smartphone screen. The main advantage is no need to remember your router password.
Top 3 apps for Android And iOS:
- 🔍 Fing (free, premium version available) — identifies devices, shows open ports and network vulnerabilities. Supports scanning.
Wi-FiAndEthernet. - 🛡️ NetScan (paid, ~300 rubles) — creates a network map indicating device manufacturers and their types (smartphone, PC, TV, etc.).
- 📊 WiFi Analyzer (free) - in addition to scanning devices, it shows channel load and helps you choose the optimal one for your router.
How to use (using example) Fing):
- Download and install the application from Google Play or App Store.
- Connect to your Wi-Fi network.
- Click
Scan— after 10–30 seconds a list of devices will appear. - Tap on any device to see it
MAC address,IPand the manufacturer.
⚠️ Note: Mobile applications only see devices that actively use the network During scanning. If the device is in sleep mode or disconnected from Wi-Fi, it may not appear. For a complete list, it's best to combine this method with checking through the router.
How to hide your device from scanners?
Some applications (eg. NetCut) allow you to spoof a MAC address or disable responses to ICMP requests (ping), making the device invisible to scanners. However, this can disrupt network operation, especially if the router uses MAC binding for IP distribution (DHCP reservation).
3. Windows Command Prompt: Who's Connected to Your Wi-Fi
If you prefer to work without third-party programs, Windows 10/11 There are built-in tools for network scanning. This method requires knowledge of commands, but gives complete control over the process.
Open Command line (Win + R → enter cmd → Enter) and run the following commands in turn:
arp -anbtstat -a [IP address]
ping -a [IP address]
Transcript:
arp -a- shows the correspondence tableIPAndMAC addressesall devices with which your PC communicated.nbtstat -a [IP]- is trying to get NetBIOS name devices (doesn't always work, but can display the name of the PC).ping -a [IP]- sends a request to the device and tries to identify it network name.
Example of command output arp -a:
Interface: 192.168.0.100 --- 0x12Internet Address Physical Address Type
192.168.0.1 00-11-22-AA-BB-CC dynamic ← this is a router
192.168.0.101 34-E6-D7-12-F5-89 dynamic ← someone else's smartphone?
192.168.0.103 A0-8C-FD-23-45-67 dynamic ← your laptop
Get IP and MAC list via arp -a
Ping suspicious IPs (ping -a 192.168.0.101)
Check open ports (netstat -ano)
Compare MAC with the manufacturer database (for example, via Wireshark)
-->
For a more in-depth analysis, you can use utility Nmap (download from the official website). Command for scanning the local network:
nmap -sn 192.168.0.0/24
It will show all active devices, their MAC addresses and, if you're lucky, models (for example, Samsung Galaxy S22 or Apple MacBook Pro).
4. Specialized programs for PC
If the command line seems complicated, there are GUI programs that do the same thing, but more easily. They are suitable for Windows, macOS and even Linux.
Best Network Scanning Utilities:
- 🖥️ Advanced IP Scanner (free) - scans the network in seconds, shows
MAC, manufacturer, and open ports. You can save the report in.csv. - 🔍 Wireshark (free) - "heavy artillery" for traffic analysis. Shows all packages, passing through the network, but requires work skills.
- 🛡️ Angry IP Scanner (free) - a cross-platform utility with plugin support. It can identify device models by
MAC. - 📡 SoftPerfect Network Scanner (shareware) - scans
Wi-FiAndEthernet, shows shared folders and network printers.
Example of work in Advanced IP Scanner:
- Download and install the program from the official website.
- Start scanning (button
Scan). - After 5-10 seconds, a list of devices will appear with
IP,MACand name (if determined). - Right-click on the device →
Open in browser(if it is a router or printer with a web interface).
⚠️ Attention: Some antivirus programs (for example, Kaspersky, ESET) may block network scanners, considering them potentially dangerous. Add the program to the exceptions list or temporarily disable protection during the scan.
5. Detect hidden devices and protect your network
Even after scanning with all the listed methods, there may still be some malicious programs remaining on the network. invisible devices. This:
- 👻 Devices with disabled ping response (for example, some IoT gadgets or routers in bridge mode).
- 🕵️♂️ Gadgets connected via
Wi-Fi DirectorBluetooth(for example, wireless headphones that distribute the Internet). - 🔌 Devices in sleep mode, but with an active network connection (some laptops or tablets).
- 🚪 Hacked routers with alternative firmware, which mask connected devices.
How to find them?
- Check DHCP leases in the router: even if the device is offline, it could receive
IPand leave a note. - Use Wireshark To analyze traffic: filter packets by protocol
ARPorDHCP. - Set up network monitoring via Pi-hole or OpenWRT — these systems log all connections.
- Check the guest network: some routers show its devices separately from the main one.
If you find a suspicious device:
- 🔒 Block it by MAC in the router settings (section
MAC FilteringorSecurity). - 🔄 Change your Wi-Fi password to a more complex one (at least 12 characters, with numbers and special characters).
- 🛡️ Disable WPS - This protocol is vulnerable to brute force attacks.
- 🔍 Turn on notifications about new connections (available in some routers, for example, ASUS).
How to hack someone else's Wi-Fi?
This information is prohibited from distribution. We remind you that unauthorized access to other people's networks is punishable by law (Article 272 of the Criminal Code of the Russian Federation).
6. Device management: blocking, speed limiting, priorities
Just seeing the list of devices is half the battle. Much more important manage them: block unwanted "guests", limit traffic for certain gadgets, or, conversely, give priority to important devices (for example, a work PC during a video conference).
What can be done:
| Action | How to set up | Example of use |
|---|---|---|
| Device lock | In the router: Security → MAC Filter → Add to Blacklist |
Block a neighbor's smartphone that connected without permission |
| Speed Limit | QoS → Rules → Add IP/MAC restriction |
Limit your child's tablet to 5 Mbps to avoid Netflix lag. |
| Traffic prioritization | QoS → Priorities → High Priority for IP/MAC |
Maximize your work PC's speed while streaming |
| Guest access | Guest Network → Enable → Set Password |
Share Wi-Fi with guests but restrict their access to local folders |
Example of setup QoS (Quality of Service) on the router TP-Link:
- Go to
Advanced → QoS → Settings. - Turn on
QoSand selectBy IP/MAC. - Add a rule: specify
IPorMACdevices, selectMax. download/upload speed. - Save the settings and reboot the router.
⚠️ Attention: Settings QoS And MAC filtering may conflict with some protocols (egIPv6orMulticastIf the internet connection is lost on some devices after making these changes, try disabling these features or updating your router firmware.
7. Automation of network monitoring
Manually checking devices is tedious, especially if you have a large network with dozens of devices. Luckily, there are ways automate monitoring:
Automation options:
- 🤖 Python scripts using libraries
scapyornmap(for advanced users). - 📊 Systems like Pi-hole or OpenWRT — log all connections and can send notifications about new devices.
- ☁️ Cloud services (For example, Fingbox) - monitor the network 24/7 and send alerts to your phone.
- 📈 Traffic graphs in the router (if supported) - shows which devices consume the most data.
Example script on Python to scan the network (requires installed python-nmap):
import nmapnm = nmap.PortScanner()
nm.scan(hosts='192.168.0.0/24', arguments='-sn')
for host in nm.all_hosts():
print(f"Device: {host} ({nm[host].hostname()})")
print(f"MAC: {nm[host]['addresses'].get('mac', 'Unknown')}")
print("---")
For beginners, it's easier to use ready-made solutions:
- Fingbox (~5,000 rubles) — connects to the router and monitors the network, sends notifications about new devices, and blocks unwanted connections.
- Gl.iNet routers - have built-in monitoring functionality and support
OpenWRTfor flexible customization. - Unifi Controller (for routers Ubiquiti) — generates detailed reports on traffic and devices.
FAQ: Frequently asked questions about Wi-Fi network devices
Is it possible to see devices connected to Wi-Fi without access to the router?
Yes, but with limitations. Mobile apps (Fing, NetScan) or PC programs (Advanced IP Scanner) will show the devices that actively use the network at the time of scanning. However, they will not see gadgets in sleep mode or with the response disabled. pingFor a complete list, you need access to the router.
How do I know which device is my TV or printer?
There are several ways:
- Take a look
MAC addresson the device sticker and compare with the list in the router. - Disconnect all gadgets from the network except the TV/printer and see which device remains in the list.
- Use the app Fing - it often determines the type of device (for example, Samsung SmartTV or HP Printer).
What to do if an unknown device appears on the network?
Algorithm of actions:
- Check it out
MAC addressthrough a service like MAC Vendors - this will help you understand which manufacturer the device belongs to. - If this is a family/guest gadget, check with them. If not, Block it in your router immediately.
- Change your Wi-Fi password to a more complex one (at least 12 characters, with letters, numbers, and special characters).
- Turn it off
WPSand check if it is turned onUPnP(it may be vulnerable to attacks). - Update your router firmware to the latest version.
Is it possible to remotely manage devices on your network?
Yes, but with some reservations:
- 🖥️ Computers: you can connect via
RDP(Windows) orSSH(Linux/macOS), if remote access is enabled on them. - 📱 Smartphones: through TeamViewer, AnyDesk or built-in functions (
Via Google AccountFor Android). - 📺 Smart devices (TV, speakers, light bulbs): usually controlled through proprietary applications (Mi Home, Google Home and others).
For management other people's devices In your network (for example, by blocking the Internet), you need router administrator rights.
Why do some devices show up on the network but don't have a name?
This happens for several reasons:
- The device does not send its name to the network (for example, some IoT gadgets or old printers).
- Name resolution is disabled in the router settings (
NetBIOSormDNS). - The device uses random
MAC address(functionMAC RandomizationV Android 10+ And iOS 14+). - This hacked device, which is specially disguised.
To find out what kind of gadget it is, check it out MAC address Use a manufacturer identification service or temporarily disconnect all your devices from the network and see which ones remain.