by Sarah Chen Updated Apr 12, 2026
Is your WiFi slower than it should be? Suspect someone is using your network without permission? Checking who is connected to your WiFi is simple and takes less than a minute. Every connected device—authorized or not—appears in your router's client list with identifying information you can use to spot intruders.
This guide shows you how to see every device on your WiFi using your router's admin panel, command-line tools, and mobile apps, plus what to do when you find unauthorized users.
Your router maintains a list of every device currently connected or recently connected to your network.
| Router Brand | Path to Connected Devices |
|---|---|
| Netgear | Attached Devices (main page) |
| TP-Link | Advanced → Network → DHCP Client List |
| ASUS | Network Map (main page, click client icon) |
| Linksys | Status → Local Network → DHCP Client Table |
| D-Link | Status → Client Sessions |
| Xfinity | Connected Devices (main page) or xFi app |
| Google/Nest WiFi | Google Home app → WiFi → Devices |
Each device entry typically shows:
You can discover all devices on your network using built-in command-line tools.
arp -a
This shows all devices the router has communicated with recently. Each entry shows an IP address and MAC address.
For a more detailed scan, use PowerShell:
Get-NetNeighbor -AddressFamily IPv4 | Where-Object { $_.State -ne "Unreachable" } | Format-Table IPAddress, LinkLayerAddress, State
arp -a
For a more thorough scan (requires nmap):
# Install nmap first: brew install nmap (Mac) or sudo apt install nmap (Linux)
nmap -sn 192.168.1.0/24
Several free apps scan your network and provide a user-friendly device list with manufacturer identification:
Found a device you do not recognize? Here is how to identify it:
| MAC Prefix / Manufacturer | Usually Is |
|---|---|
| Apple, Inc. | iPhone, iPad, Mac, Apple TV, HomePod |
| Samsung Electronics | Galaxy phone/tablet, Samsung TV |
| Espressif Inc. | Smart plug, IoT device (ESP32/ESP8266 chip) |
| Amazon Technologies | Alexa, Fire TV, Ring doorbell |
| Google, Inc. | Pixel phone, Chromecast, Nest device |
| Murata Manufacturing | Nintendo Switch (WiFi chip) |
| Intel Corporate | Windows laptop/desktop |
| Tuya Smart | Generic smart home device |
Pro Tip: Set a monthly reminder to check your connected devices list. It takes 30 seconds and is one of the simplest ways to detect unauthorized access early. Many router apps (Nighthawk, ASUS Router, xFi) can send push notifications when a new device connects.
Your router may log domain names (the websites visited), but the actual content of HTTPS-encrypted websites is not visible. Most routers do not log browsing by default. Some advanced routers (like ASUS with AiProtection) provide basic traffic analytics. However, monitoring others' browsing raises privacy and legal concerns.
Count all your devices: phones, tablets, laptops, smart TVs, gaming consoles, smart speakers (Alexa, Google Home), smart plugs, smart bulbs, robot vacuums, printers, security cameras, and doorbells. Modern homes easily have 15–30 connected devices. The "extra" devices are usually forgotten IoT gadgets.
If WPS is enabled, a vulnerability in the WPS PIN method can allow unauthorized access. Disable WPS in your router settings. Otherwise, with WPA2/WPA3 and a strong password, unauthorized access without the password is extremely difficult.
Your ISP can see your public IP's traffic volume but cannot see individual devices on your local network. Only you (through the router admin panel) can see the list of connected devices.
Most consumer routers support 32–64 simultaneous connections. WiFi 6 routers handle more devices efficiently using OFDMA technology. Enterprise access points can support 100+ devices. If you are hitting the limit, consider upgrading your router or offloading devices to Ethernet.
Yes, if your router supports it. ASUS routers (via the app), Netgear Nighthawk, Google/Nest WiFi, and some TP-Link routers can send push notifications for new device connections. Third-party apps like Fing also offer this feature.
![]() |
![]() |
![]() |
![]() |
Promotion for FREE Gifts. Moreover, Free Items here. Disable Ad Blocker to get them all.
Once done, hit any button as below
![]() |
![]() |
![]() |
![]() |