Have you ever noticed that your internet has become slower, even though your plan hasn't changed? Or have you suddenly noticed that your phone's battery is draining faster than usual, even though you haven't been using it? The reason could be... unauthorized connection to your Wi-Fi network. According to research, More than 30% of home networks have at least one "extra" device, which consumes traffic and reduces speed for other users.
In this article we will look at all the available methods to check, How many devices are connected to Wi-Fi? — from standard router tools to advanced methods using the command line and third-party software. You'll learn not only how to view a list of gadgets, but also how identify strangers among them, as well as what to do if you detect a suspicious connection. These instructions are suitable for routers of all brands: TP-Link, ASUS, Keenetic, MikroTik, Zyxel and others.
1. Checking via the router's web interface (the most reliable method)
The web interface is your router's "control panel," accessible through a browser. It displays full list of connected devices, including them MAC addresses, IP and even models (if the router supports this function). The method works on all modern routers, regardless of the model.
To get there:
- 🌐 Enter in the address bar of your browser
192.168.0.1or192.168.1.1(less often -192.168.8.1or10.0.0.1). If you don't know the exact address, look it up on the sticker on the back of the router. - 🔑 Enter your login and password (usually by default
admin/admin, but may differ). If it doesn't work, reset the settings using the buttonReseton the body. - 📊 Find the section with the device list. It may have different names in different firmware versions:
- TP-Link:
DHCP → DHCP ClientsorWireless Mode → Statistics - ASUS:
Network maporLocal Area Network → DHCP - Keenetic:
Devices(in the main menu) - Zyxel:
Network → Local Network → DHCP Clients
- TP-Link:
In the table you will see:
| Field | What does it mean? | Example of meaning |
|---|---|---|
Host Name | Device name (if it broadcasts one) | iPhone-12-Pro, DESKTOP-7X8V9P1 |
MAC Address | Unique identifier of the network card | 00:1A:2B:3C:4D:5E |
IP Address | Local IP assigned by the router | 192.168.1.105 |
Connection Type | Connection type (Wi-Fi or cable) | Wireless / Ethernet |
⚠️ Note: Some routers only show devices connected via DHCP (automatic IP acquisition). If someone has manually entered a static IP, it may not appear in the list. To see all of them, check the sectionARP table(usually inNetwork → LAN).
2. Using the mobile app from the router manufacturer
If navigating the web interface is inconvenient, most brands offer official applications to control the router from a smartphone. They not only display a list of connected devices, but also allow block unfamiliar gadgets directly from your phone.
Here's how it works using popular apps as an example:
- 📱 TP-Link Tether: Chapter
Devices→ tabConnected devicesYou can see it here connection history over the last 7 days. - 📱 ASUS Router: Home Screen →
ClientsThe application automatically detects the device type (smartphone, laptop, TV). - 📱 Keenetic: Chapter
My network→DevicesThere is a functionGuest networkto isolate other people's gadgets. - 📱 Mi Wi-Fi (for routers Xiaomi): Tab
Deviceswith the ability to limit the speed for each gadget.
Benefits of the apps:
- ✅ Notifications about new connections (on some models).
- ✅ Opportunity lock your device in one click.
- ✅ View activity history (when and how much traffic was consumed).
⚠️ Note: If you are connecting to the router via the app outside the home network (e.g. 3G/4G), some features may not be available due to security restrictions. Also, make sure the app is downloaded from official source (App Store, Google Play) to avoid phishing.
3. View via command line (for Windows and macOS)
If you don't have access to your router (for example, you're visiting someone or at work), but you want to know, Who else is on your network?, you can use the command line. This method will show all active devices on the local network, including those connected via cable.
For Windows:
- Click
Win + R, entercmdand pressEnter. - Enter the command:
arp -aShe will show the table
ARP(Address Resolution Protocol), which lists all the IP and MAC addresses of devices with which your computer has interacted.
For macOS/Linux:
- Open
Terminal. - Enter:
nmap -sn 192.168.1.0/24(replace
192.168.1.0/24to your subnet, if it is different).
What to do with the received data:
- 🔍 Compare the MAC addresses with those listed on your devices (you can find them in the network settings of each gadget).
- 📋 Write down suspicious addresses and check them using services like
MAC Vendors(determines manufacturer by MAC). - 🚫 If you find someone else's device, change your Wi-Fi password and enable MAC filtering (in the router settings).
How do I find out my device's MAC address?
On Android: Settings → About phone → General information → Wi-Fi MAC address.
On iPhone/iPad: Settings → Wi-Fi → ⓘ next to the network → MAC address.
On Windows: in the command line, enter ipconfig /all and find the line Physical address.
On macOS: System Preferences → Network → Advanced → Ethernet/Wi-Fi → MAC Address.
4. Third-party network monitoring programs
If standard methods do not suit you, you can use specialized softwareThese programs scan the network and display detailed information about each device, including manufacturer, type (smartphone, PC, IoT device) and even consumed traffic.
Top 5 utilities for checking:
| Program | Platform | Peculiarities | Link |
|---|---|---|---|
| Wireless Network Watcher | Windows | Shows all devices on the network and exports the report to CSV. | NirSoft official website |
| Fing | Windows, macOS, Android, iOS | Scans ports, identifies vulnerabilities, tests speed | App Store / Google Play |
| Angry IP Scanner | Windows, macOS, Linux | Open source, supports plugins | GitHub |
| NetCut | Windows, Android | Can block devices on the network (requires root on Android) | Official website |
| LANScan | macOS | Integration with Bonjour, user-friendly interface | Mac App Store |
How to use Wireless Network Watcher (using Windows as an example):
- Download the program from official website (portable version does not require installation).
- Launch
WNetWatcher.exeon behalf of the administrator. - Click
Start Scanning- after a few seconds a list of all devices will appear. - Sort by column
Device Nameto find unknown gadgets.
☑️ What should you do if you find someone else's device?
⚠️ Attention: Programs like NetCut or Wireshark They may be blocked by your antivirus software as "potentially dangerous." This is normal—they perform low-level network scanning. However, download them only from official sources to avoid viruses.
5. Checking on the device itself (Android, iOS, Windows)
If you need to know, How many devices are connected to Wi-Fi?If you don't have access to the router, you can try counting devices "from the other side"—from your smartphone or computer. This method isn't as accurate, but it will help you estimate the network load.
On Android:
- 📱 Install the application WiFi Analyzer (from farproc) or NetX.
- 📊 Go to the tab
DevicesorLAN— there will be a list of connected gadgets. - 🔍 Pay attention to devices with a low signal level - they may be connected remotely (for example, by neighbors).
On iPhone/iPad:
- 🍎 Install Fing or Network Analyzer.
- 🔍 Run a network scan - the app will display all IP and MAC addresses.
- ⚠️ iOS severely limits access to network features, so some data may be missing.
On Windows 10/11:
- 🖥️ Open
Settings → Network & Internet → Wi-Fi → Manage known networks. - 📋 Click on your network →
Properties→ scroll toNetwork properties. It will be indicated here. number of connected clients (not always accurate).
These methods provide approximate information. To get an accurate list, you'll still need to log into your router or use specialized software.
6. How to identify “extra” devices and protect the network
Finding someone else's device in the list is half the battle. Important understand what kind of gadget this is and how it got into your network. Here's the algorithm:
Step 1: MAC Address Analysis
- 🔎 The first 6 characters of the MAC address (e.g.
00:1A:2B) indicate the manufacturer. Check them through services like MAC Vendors. - 📱 If the address belongs Apple, Samsung or Xiaomi, but you don’t recognize the device - this is a reason to be wary.
Step 2: Check the device name
- 🏷️ Names like
android-123456,unknownorguest-PCoften belong to other people's gadgets. - 🔄 If the name contains part of your SSID (network name), it may be a device that connected automatically (for example, a friend's smart speaker).
Step 3. Protective actions
☑️ How to Strengthen Wi-Fi Security
If someone else's device appears again:
- 🔄 Reset your router to factory settings (button
Resetfor 10 seconds). - 🛡️ Set up guest network for friends and leave the main network hidden.
- 📡 Check it out signal strength — If the network is visible outside your apartment, reduce the range in your router settings.
7. Common mistakes and how to avoid them
When checking connected devices, many people make the same mistakes, which lead to false conclusions. Let's look at the most common ones:
Mistake 1: Ignoring your IoT devices
- 💡 Smart light bulbs (Yeelight, Philips Hue), sockets (TP-Link Tapo), columns (Amazon Echo) and even refrigerators connect to Wi-Fi, but often have non-obvious names.
- 📋 Make a list of all your IoT gadgets and their MAC addresses, so as not to confuse them with others.
Error 2: Trusting only the device name
- 🔄 Attackers can fake the name (for example, call their laptop
iPhone-13-Pro). Always check MAC address. - 🔍 Use programs like Fing, which show device model by network signature.
Error 3. Not updating the router firmware
- 🛡️ Outdated firmware contains vulnerabilities that hackers exploit to connect to the network.
- 🔄 Check for updates in the section
System → Software Update(orFirmware Upgrade).
⚠️ Attention: Some routers (especially from providers) have closed firmwarethat don't allow you to disable WPS or change security settings. In this case, contact your ISP and request full access or replace your router with a neutral model.
FAQ: Answers to Frequently Asked Questions
Is it possible to see devices connected to Wi-Fi without access to the router?
Yes, but with limitations. You can:
- Use programs like Wireless Network Watcher or Fing (they scan the local network).
- View
ARP tablevia command line (arp -a).
However, these methods will only show devices that actively interact with your computer. The full list is only available through the router.
Why do unfamiliar gadgets with names like "unknown" appear in the router's device list?
This could be:
- A smart device (light bulb, camera) that does not broadcast its name.
- Smartphone or laptop with disabled network discovery.
- A foreign device that connected through a vulnerability (for example, WPS).
Check MAC address via MAC Vendorsto find out the manufacturer.
How to block someone else's device on the network?
Blocking methods:
- 🔒 Via the router's web interface: find the section
MAC filteringorBlacklistand add the address. - 📱 In a mobile app (for example, TP-Link Tether): select device →
Block. - 🔄 Change your Wi-Fi password—all devices will disconnect, and the other device will have to reconnect.
If blocking doesn't work, update your router's firmware or reset it to factory settings.
Can my neighbor connect to my Wi-Fi if I hide the SSID?
Hiding SSID (Hide SSID) does not protect from connecting! This only removes the network name from the general list. An attacker can:
- Find out the network name by scanning the air with programs like Wireshark.
- Connect manually, knowing the SSID and password.
Hiding the SSID makes it more difficult to connect legitimate users (guests), but does not stop hackers. It is better to use WPA3 And MAC filtering.
How many devices can be connected to Wi-Fi at the same time?
It depends on:
- 📶 Router models: budget ones support 10–20 devices, top-end ones – up to 100+.
- 🌐 Provider's tariff: If the speed is low, many devices will "slow down" each other.
- 📡 Connection type: on frequency
5 GHzthe channel is less loaded than on2.4 GHz.
If there are more than 30 devices, consider:
- 🔄 Splitting the network into
2.4 GHzAnd5 GHz. - 🛡️ Usage VLAN (virtual networks) for traffic isolation.
- 📶 Installation Mesh systems instead of one router.