How To See What Is Connected To Your WiFi Network
Knowing exactly which devices are on your WiFi network is one of the most useful things a home or small office user can do. It helps you spot unauthorized connections, troubleshoot slow speeds, and understand how much load your router is carrying. The good news: there are several ways to check, ranging from a quick glance at your router's admin panel to dedicated apps that scan your entire network.
Why It Matters to Know What's on Your Network
Every device connected to your WiFi — phones, laptops, smart TVs, thermostats, security cameras — consumes bandwidth and occupies an IP address. If your connection feels sluggish or you notice unexpected data usage, an unknown device could be the reason. Unauthorized connections can also be a security concern, especially on networks without strong password protection.
Checking connected devices regularly is a basic but effective network hygiene habit.
Method 1: Check Your Router's Admin Panel
The most direct method is logging into your router's web interface. This gives you the most accurate and complete list because the router itself tracks every active connection.
How to access it:
- Open a browser and type your router's default gateway IP address into the address bar. Common addresses are 192.168.1.1, 192.168.0.1, or 10.0.0.1.
- Log in with your router's admin credentials. If you've never changed them, check the label on the router itself — default usernames and passwords are often printed there.
- Look for a section labeled "Connected Devices," "Device List," "DHCP Clients," or something similar. The exact label varies by router brand and firmware.
What you'll typically see:
- Device name (hostname) — sometimes descriptive, sometimes just a string of characters
- IP address — the local address assigned to that device
- MAC address — a unique hardware identifier tied to the device's network adapter
- Connection type — whether it's on the 2.4 GHz or 5 GHz band, or connected via Ethernet
Some routers only show currently active connections; others show recently connected devices too.
Method 2: Use a Network Scanning App 🔍
If your router's interface is hard to navigate or lacks detail, a network scanner app can fill the gap. These tools run on your phone or computer, scan the local network, and return a list of connected devices.
Popular options exist for Windows, macOS, Android, and iOS. They typically report:
- IP and MAC addresses
- Manufacturer of the network adapter (useful for identifying mystery devices)
- Open ports (on more advanced tools)
- Response time (latency to each device)
The manufacturer lookup feature is especially handy. A MAC address prefix can often identify whether a device is made by Samsung, Apple, Amazon, or a smart home brand — which helps you match unknown entries to actual devices in your home.
Method 3: Use Command-Line Tools
For users comfortable with a terminal or command prompt, built-in OS tools work without any extra software.
On Windows: Open Command Prompt and run:
This displays the ARP (Address Resolution Protocol) table — a list of IP addresses and their associated MAC addresses that your computer has recently communicated with or discovered on the network.
On macOS or Linux: The same arp -a command works in Terminal. You can also use:
followed by arp -a to prompt a broader sweep of the local subnet.
Limitation: These methods only show devices your computer has interacted with or that responded to ARP requests. They may miss devices that are connected but idle.
Identifying Unknown Devices
Once you have a list, the challenge is figuring out what each device actually is. A few strategies:
- Cross-reference MAC addresses with the devices you own. Most phones and computers display their MAC address in network settings.
- Look up the MAC prefix — the first six characters identify the hardware manufacturer. Free online MAC lookup tools can tell you if a device is an Apple product, a Nest thermostat, a Roku, etc.
- Check device names — many devices broadcast a hostname (like "Johns-iPhone" or "DESKTOP-AB12C") that makes them easy to identify.
- Temporarily disconnect devices and refresh the list to see which entry disappears.
Variables That Affect What You See 📋
The completeness and accuracy of your connected device list depends on several factors:
| Variable | How It Affects Your Results |
|---|---|
| Router model and firmware | Older or budget routers may show less detail or only active connections |
| Device name broadcasting | Some devices (especially IoT gadgets) use generic or blank hostnames |
| MAC address randomization | Modern iOS and Android devices randomize MAC addresses by default, making consistent identification harder |
| Network segmentation | If your router uses a guest network or VLAN, devices on separate segments may not appear in the same list |
| Scanning tool used | Different apps use different discovery methods and may return different results |
MAC address randomization is worth understanding in particular. Since iOS 14 and Android 10, smartphones often use a randomized MAC address per network rather than their hardware MAC. This means the same phone can appear under different MAC addresses if it reconnects, and matching it to a known device requires checking the phone's settings directly.
What Routers With Dedicated Apps Offer
Many modern routers — particularly mesh systems and newer consumer models — come with smartphone apps that present connected device lists in a cleaner, more user-friendly format. These apps often add features like:
- Real-time bandwidth usage per device
- Device categorization (phone, laptop, smart home, etc.)
- Parental controls tied to specific devices
- Alerts when a new device joins
The depth of information available through these apps varies significantly depending on the router brand and subscription tier. Some advanced features are locked behind premium plans.
When Results Don't Match Expectations 🤔
If the number of connected devices looks higher than expected, consider:
- Smart home devices (bulbs, plugs, sensors) each occupy their own connection
- Gaming consoles, streaming sticks, and printers all appear as separate entries
- Some devices maintain a persistent connection even when not actively in use
- A neighbor or passerby connecting to an unsecured network
If it looks lower than expected, the device you're looking for may be connected to a different network band, assigned to a guest network, or currently offline.
Understanding the full picture of your network requires matching your scanning method to your router's capabilities, your technical comfort level, and the types of devices you're trying to track down — which varies quite a bit from one setup to the next.