How to See Who Is Connected to Your WiFi Network

by Priya Nakamura Updated Apr 24, 2026

If you've ever noticed your internet slowing to a crawl or suspected an uninvited guest on your network, knowing how to see who is connected to your WiFi network is an essential skill for every home user. A who is on my WiFi app or a quick check through your router's admin panel can reveal every device currently using your bandwidth — and help you take action fast. In this guide, you'll learn every reliable method to identify connected devices, kick off intruders, and lock down your network for good.

Screenshot showing a list of devices connected to a WiFi network in a router admin panel
Figure 1 — How to See Who Is Connected to Your WiFi Network

In this guide you'll learn how to check connected devices using your router's built-in interface, dedicated apps, and command-line tools — plus what to do when you spot something suspicious. Understanding your network's connected devices ties directly into broader topics like WiFi security settings and changing your WiFi password, both of which we'll reference along the way.

How to See Who Is Connected to Your WiFi Network — complete visual guide covering router admin panel, apps, and command-line methods
Figure 2 — How to See Who Is Connected to Your WiFi Network at a Glance

What Happens When a Device Joins Your WiFi Network

Every time a phone, laptop, smart TV, or IoT gadget connects to your WiFi, your router assigns it a temporary IP address through a process called DHCP (Dynamic Host Configuration Protocol). Along with that IP address, your router records the device's MAC address — a unique hardware identifier that looks like A4:C3:F0:12:34:56 — and often a hostname like "John's iPhone." This information is stored in the router's DHCP lease table, which is the definitive list of who is on your network right now. Understanding what DHCP is helps clarify why every device shows up there automatically without any manual configuration on your part.

The distinction between active connections and DHCP leases is important. A DHCP lease can persist for hours or even days after a device disconnects, so some entries in your router's device list may represent devices that were connected recently but are no longer online. Most router admin panels distinguish between currently active clients and recently seen devices, but not all do. When you use a dedicated network scanner app, it actively pings every IP address in your subnet to determine which ones respond right now — giving you a true real-time picture of active devices.

MAC addresses are the most reliable way to identify a device across multiple sessions because, unlike IP addresses, they don't change with each connection (unless MAC randomization is enabled, which is common on modern Android and iOS devices). When you spot an unfamiliar device, you can use a MAC address lookup tool to identify the manufacturer, which often narrows down what the device is even when the hostname is cryptic or absent. For example, a MAC starting with B0:BE:76 belongs to Amazon — so that's probably an Echo or Fire TV, not a rogue laptop.

Your router uses two parallel mechanisms to track devices: the ARP (Address Resolution Protocol) table for real-time active connections, and the DHCP lease table for recent connections. Advanced users can examine both, but for most home users the router's web interface — or a polished app — presents this data in a friendly list. Either way, the underlying data source is the same: your router knows every device it has handed an IP address to, and it's ready to show you that list the moment you log in.

How to Check Who Is Connected to Your WiFi: Step-by-Step

There are several reliable methods available — choose the one that best fits your comfort level and the tools you have on hand.

  1. Log in to your router's admin panel — Open a browser and navigate to your router's IP address (commonly 192.168.1.1 or 192.168.0.1). If you're unsure of the address, our guide on how to find your router's IP address walks you through every platform. Enter your admin username and password — if you've never changed these, check router default passwords for your model.
  2. Navigate to the connected devices or DHCP clients section — Once logged in, look for a section labeled "Connected Devices," "Client List," "LAN Clients," or "DHCP Lease Table" — the exact name varies by manufacturer. On ASUS routers it's under Network Map; on Netgear it's under Attached Devices; on TP-Link it's under DHCP › DHCP Clients List. This page displays every device's IP address, MAC address, and hostname.
  3. Use a dedicated "who is on my WiFi" app — Apps like Fing (iOS & Android), Wireless Network Watcher (Windows), or LanScan (macOS) actively scan your network and present results in a polished interface with device icons, manufacturer names, and real-time online/offline status. These apps are especially useful when your router's interface is clunky or doesn't distinguish active devices from expired leases. Fing also logs historical connection events, so you can see when a device first appeared on your network.
  4. Run a quick command-line scan — On Windows, open Command Prompt and type arp -a to see all devices your PC has recently communicated with on the local network. On macOS or Linux, the same command works, or you can use nmap -sn 192.168.1.0/24 (replace with your subnet) for a thorough active scan. The nmap method pings every possible address in your range and reports which ones respond, giving you a complete snapshot regardless of what your router's interface shows.
  5. Cross-reference and identify every device — Go through the list methodically: count your known devices (phones, laptops, smart speakers, streaming sticks, game consoles, smart home devices), compare MAC addresses using a MAC lookup tool, and look up any hostnames you don't recognize. If a device remains unidentifiable after checking its MAC manufacturer and hostname, it may be a neighbor or unauthorized user — and it's time to act.

Comparison of Methods to See Who Is on Your WiFi

Not all methods are equally convenient or accurate. Here's how the most common approaches stack up:

MethodReal-Time AccuracyEase of UseCostBest For
Router Admin PanelHighModerateFreeQuick checks on any device
Fing App (Mobile)HighVery EasyFree / PremiumNon-technical users, history logging
Wireless Network Watcher (Windows)HighEasyFreeWindows desktop users
nmap Command LineVery HighAdvancedFreePower users, detailed host info
ARP Table (arp -a)ModerateEasyFreeFast check, recently seen devices

Tip: Enable Router Notifications for New Device Alerts

Many modern routers — including those from ASUS, Netgear Orbi, and Eero — offer push notifications or email alerts whenever a new device joins your network. Enable this feature in your router's app or web interface so you're automatically informed of any new connection, rather than having to check manually. This is one of the most effective passive security measures you can set up without any technical expertise.

Troubleshooting Unknown Devices & Securing Your Network

If you've spotted a device you don't recognize, don't panic — but do act. The first step is to identify it beyond reasonable doubt before blocking it. A device labeled "Amazon Technologies" could be your own Fire Stick that you forgot about. Turn off your known devices one at a time and refresh the device list; whatever remains lit up is either a device you missed or a genuine intruder. Once you've confirmed the unknown device is not yours, the fastest fix is to change your WiFi password immediately, which disconnects every device and forces them all to re-authenticate — including the intruder, who won't have the new credentials.

Beyond kicking intruders off, a layered approach to network security prevents them from returning. Review your WiFi security settings and make sure you're using WPA2 or, better yet, WPA3 encryption. A weak or default password is the most common reason unauthorized users gain access in the first place; check whether yours is still set to a factory default with our router default password guide. If you have guests who need internet access, set up a guest network so their devices are isolated from your main network and your personal devices.

For ongoing monitoring, consider setting up MAC address filtering on your router — a whitelist approach where only approved MAC addresses can join your network. It's not foolproof (MAC addresses can be spoofed) but it adds a meaningful barrier. Combined with a strong WPA3 password and regular checks using a who is on my WiFi app, you'll have a robust defense against casual freeloaders.

  • Change your WiFi password immediately if you find an unrecognized device that you cannot account for
  • Use MAC address filtering as an additional layer, but don't rely on it alone since MAC addresses can be spoofed
  • Enable your router's guest network for visitors so their devices never touch your primary subnet
  • Schedule a monthly network audit using Fing or your router's app to catch any new unauthorized devices early

Pro Tip: After identifying all your devices, use our MAC Address Lookup Tool to quickly confirm the manufacturer of any unfamiliar hardware identifier — it takes seconds and often immediately reveals whether a mystery device is your smart thermostat or something more concerning. Our Network Audit Checklist covers security, performance, and documentation categories in one pass.

Common Mistakes When Checking Who Is on Your WiFi

  • Confusing expired DHCP leases with currently active connections — a device may appear in the list even after it disconnected hours ago
  • Blocking your own devices by misidentifying them — always cross-reference MAC addresses before taking action
  • Relying only on hostnames for identification — hostnames are self-reported by devices and can be changed or left blank, making them unreliable on their own
  • Forgetting about smart home devices like thermostats, light bulbs, and cameras, which often appear with cryptic names and no hostname but are perfectly legitimate

Frequently Asked Questions

Can I see who is connected to my WiFi from my phone?

Yes — apps like Fing (available for both iOS and Android) let you scan your local network and see every connected device directly from your smartphone, complete with manufacturer info and hostnames. Alternatively, most router manufacturers (ASUS, Netgear, TP-Link, Eero) offer their own iOS and Android apps that display connected devices and can send alerts when new ones join. These mobile options are often the easiest way for non-technical users to monitor their network on the go.

What does it mean if I see an unknown device on my WiFi?

An unknown device is not automatically a sign of intrusion — it could be a smart home gadget, a recently reset device that lost its hostname, or a neighbor's device that briefly connected to a guest network. Cross-reference the MAC address using a lookup tool to identify the manufacturer, and try turning off your known devices one by one to see which entry disappears. If the device remains unaccounted for after thorough investigation, change your WiFi password immediately to force all devices to re-authenticate.

How do I kick someone off my WiFi network?

The most reliable method is to change your WiFi password, which instantly disconnects every device — including any unauthorized users — and requires all devices to reconnect with the new credentials. Some routers also support blocking individual devices by MAC address directly from the admin panel, which prevents that specific device from rejoining even if they know the password. For a more structured approach, enable MAC address filtering so only approved devices can connect to your network at all.

Is it legal to see who is connected to my own WiFi?

Absolutely — monitoring devices on your own network is entirely legal and is considered a normal part of responsible network administration. You are the network owner and have full authority to audit, restrict, and manage all connections to your router. What is not legal is using these techniques to access or monitor networks you do not own or have explicit permission to administer.

Why do I see more devices than I expect on my network?

Modern households accumulate far more connected devices than most people realize: smartphones, tablets, laptops, smart TVs, streaming sticks, game consoles, smart speakers, security cameras, smart thermostats, robot vacuums, and even smart appliances can all appear as separate entries. Each device typically shows up once per network interface, and some devices (like a laptop with both WiFi and Ethernet) may appear twice. Do a systematic walkthrough of every connected gadget in your home before concluding that any device is unauthorized.

Can I see connected devices without logging into my router?

Yes — network scanner apps like Fing, Wireless Network Watcher, or the nmap command-line tool can identify active devices on your local network without requiring router admin credentials, because they work by scanning IP addresses directly rather than querying the router's management interface. However, the router admin panel gives you the most complete and authoritative list, including recently connected devices that may not respond to active scans. For the most accurate picture, use both methods together.

Key Takeaways

  • Your router's admin panel is the most authoritative source for connected devices — look for the DHCP client list or connected devices section
  • Dedicated apps like Fing provide real-time active scanning and are ideal for non-technical users who want a clear, visual device list
  • Always cross-reference unknown MAC addresses with a manufacturer lookup tool before blocking any device to avoid cutting off your own hardware
  • Changing your WiFi password is the fastest and most effective way to remove an unauthorized user from your network immediately
  • Combine a strong WPA2 or WPA3 password, a guest network for visitors, and regular monthly audits for ongoing network security

Related Guides

For authoritative networking standards and specifications, refer to the Internet Assigned Numbers Authority (IANA) or IETF RFC documents.

Priya Nakamura

About Priya Nakamura

Priya Nakamura is a telecommunications engineer and networking educator with a Master degree in Computer Networks and a background in ISP infrastructure design and management. Her experience spans both the technical architecture of broadband networks and the practical challenges home users face when configuring routers, managing wireless coverage, and understanding connectivity standards. At RouterHax, she covers WiFi standards and protocols, networking concepts, IP addressing, and network configuration guides.

Promotion for FREE Gifts. Moreover, Free Items here. Disable Ad Blocker to get them all.

Once done, hit any button as below