How to see how many devices are connected to Wi-Fi from a computer: all the methods

Is your internet slow, and you're the only one in the house using your laptop? Or do you suspect your neighbors are hogging your Wi-Fi? Checking the number of connected devices — the first step to diagnosing the problem. But how can you do this if you only have a computer and no access to the router? Spoiler: there are more options than you might think.

Many people mistakenly believe that they need to go into their router settings to view the list of devices. In fact, Windows And specialized utilities allow you to obtain this information directly from your PC—some methods even work without administrator rights. The main thing is to understand the limitations of each method and choose the one that best suits your situation.

In this article we will look at all the current methods: from built-in tools Windows 10/11 to advanced network scanners. We'll also find out why sometimes a computer can't see all devices on the network and how to fix it.

📊 Why do you need to know the number of connected devices?
The Internet has become slower
I suspect "lighting" from neighbors
Curiosity
Other

1. View through "Windows Settings" (without administrator rights)

The simplest, but also the most limited method. Suitable if you need to quickly check active connections to your PC, and not the entire network. For example, this way you can see if someone is connecting to your laptop through HotSpot or Wi-Fi Direct.

Instructions:

  • 🖥️ Open Windows Settings (Win + I) → go to Network and InternetWi-Fi.
  • 📊 In the block Equipment Properties find the line IPv4 address. Remember the first three digits (for example, 192.168.1.).
  • 🔍 Return to Network and InternetView network properties. Here in the section Devices and Contents Some connected gadgets may be displayed.

Limitations of the method: Windows will only show devices that are actively interacting with your PC (for example, a printer or smartphone in file transfer mode). This won't provide a complete list of router clients.

2. Command line: arp -a And net view

A more advanced method that will show all devices on the local network, not just those connected to your PC. It works using standard Windows tools, but requires knowledge of basic commands.

Step 1: Open command line (Win + R → enter cmdEnter).

Step 2: Enter the command to view the ARP cache:

arp -a

You will see a table with IP and MAC addresses. Devices with IP addresses like 192.168.xx, 10.xxx or 172.16.xx are clients of your local network. The rest (for example, 192.0.0.1) can be ignored.

Step 3: To see the device names (if they are broadcast on the network), use:

net view

Clear the cache with the command arp -d and repeat the request|Wait 5-10 minutes - the ARP cache is not updated instantly|Try pinging the devices manually (ping 192.168.1.1)|Use nbtstat -a [IP] for more information-->

3. Viewing through the router's web interface (the most reliable method)

If you have access to your router settings, this method will a complete and accurate list all connected devices - both via Wi-Fi and cable. The interface may vary depending on the model (TP-Link, ASUS, Keenetic etc.), but the general logic is the same.

How to access settings:

  1. Find out the IP address of the router (usually 192.168.0.1 or 192.168.1.1). It can be found in the connection properties or on the device sticker.
  2. Enter your IP address in the browser address bar and log in (default logins/passwords: admin/admin, admin/password or see sticker).
  3. Find the type section DHCP Clients, Connected Devices or Wireless Mode → Client List.

Interface example TP-Link:

FieldDescription
Host NameDevice name (if broadcast)
MAC AddressUnique physical address
IP AddressLocal IP on the network
Connection TypeWi-Fi 2.4 GHz / 5 GHz / Ethernet
Lease TimeIP lease time (shows when the device was last active)
What to do if there is an unknown device in the list?

1. Check its MAC address through a search engine (for example, the first 6 characters B8:27:EB belong Raspberry Pi).

2. If the device is suspicious, change the Wi-Fi password and enable MAC filtering in the router settings.

3. For advanced: use nmap -sn 192.168.1.0/24 in Linux/WSL to gather more data about the "alien".

⚠️ Attention: Some routers (especially from providers like Rostelecom or Beeline) hide the client section in the "simplified" interface. Switch to advanced mode or use alternative methods from this article.

4. Third-party programs for network scanning

If Windows' built-in tools provide incomplete data, specialized utilities can help. They scan the network and display a list of devices with additional information: manufacturer (by MAC address), open ports, and connection type.

Top 3 free programs:

  • 🔍 Advanced IP Scanner - simple interface, shows IP, MAC, manufacturer and ping capability. Official website.
  • 📡 Wireshark — for advanced users. Allows you to analyze traffic in real time, but requires knowledge of network protocols.
  • 🛡️ Angry IP Scanner — a cross-platform utility with plugin support. It can identify device models by MAC address.

Sample report Advanced IP Scanner:

[192.168.1.1] Router_ASUS (00:1A:2B:3C:4D:5E) ✅ Online

[192.168.1.100] iPhone-12 (A4:83:E7:12:F5:89) ✅ Online

[192.168.1.101] DESKTOP-PC (1C:1B:0D:E4:55:66) ❌ Offline (DHCP expired)

⚠️ Attention: Programs like Wireshark may be blocked by your antivirus as "potentially dangerous." This is a false positive—add them to your exclusions, but download only from official websites!

5. Checking via a mobile app (if your computer is not at hand)

If you urgently need to know the number of devices and your PC is unavailable, use your smartphone. Applications for Android And iOS often offer a more user-friendly interface than desktop utilities.

Recommended apps:

  • 📱 Fing (Android/iOS) — scans the network, shows devices on the map, tests speed and ports.
  • 🔗 Network Analyzer — detailed information about each client, including connection history.
  • 🛡️ WiFi Guard — specializes in searching for "left" devices and notifies about new connections.

How to use:

  1. Connect to your Wi-Fi network.
  2. Launch the app and click Scan.
  3. In the results, pay attention to the columns Vendor (manufacturer) and Last Seen (time of last activity).

6. Alternative methods: router logs and nmap

For experienced users or if the previous methods did not work, there are two more options:

A. Viewing router logs

Many routers keep a connection log (System Log or Event log). There you can see the connection history, including timestamps and MAC addresses. This is useful if the device has already disconnected, but you want to find out who connected during the night.

B. Scanning the network via nmap

Nmap — a powerful network scanning tool available for Windows, Linux, and macOS. Install it from official website and use the command:

nmap -sn 192.168.1.0/24

Flags:

  • -sn - ping scan only (does not check ports).
  • 192.168.1.0/24 — the IP range of your network (replace with your own if the router uses a different one, for example 192.168.0.0/24).

Example output:

Starting Nmap 7.92 ( https://nmap.org )

Nmap scan report for 192.168.1.1

Host is up (0.0020s latency).

MAC Address: 00:1A:2B:3C:4D:5E (Asustek Computer)

Nmap scan report for 192.168.1.100

Host is up (0.030s latency).

MAC Address: A4:83:E7:12:F5:89 (Apple)

Comparison of methods: which one to choose?

Each method has its pros and cons. Here's a quick summary table to help you choose the best option:

Method Accuracy Complexity Required rights Shows
Windows Settings No Only devices that interact with a PC
arp -a ⭐⭐⭐ ⭐⭐ No All active devices on the network (but not always a complete list)
Router web interface ⭐⭐⭐⭐⭐ Yes (router password) Full list + connection type (Wi-Fi/Ethernet)
Third-party programs ⭐⭐⭐⭐ ⭐⭐ No (except Wireshark) Extended information (manufacturer, ports)
Nmap ⭐⭐⭐⭐ ⭐⭐⭐ No Deep Network Analysis (for experienced users)

Recommendations:

  • 🔍 For quick check use arp -a or Advanced IP Scanner.
  • 🛡️ For complete control Go to your router settings.
  • 📱 If you only have your phone at hand, install Fing.
  • 💻 For problem diagnostics (for example, "who is loading the network?") - Wireshark or nmap.

FAQ: Frequently Asked Questions

Can I see devices connected to Wi-Fi if I'm not an administrator on the PC?

Yes, but with limitations. Methods without administrator rights:

  • View via Windows Settings (will only show devices that interact with your PC).
  • Team arp -a (works without admin rights, but may not show all devices).
  • Third party programs like Advanced IP Scanner (do not require installation, work in portable mode).

For a full list (via the router), PC rights are not required - you only need access to the router's web interface.

Why arp -a shows fewer devices than there actually are?

The ARP cache is updated dynamically and stores entries only for devices your PC has recently interacted with. To see the full list:

  1. Clear the cache with the command arp -d.
  2. Ping all possible IPs in your network (for example, via a script or for /L %i in (1,1,254) do ping -n 1 192.168.1.%i).
  3. Repeat arp -a.

Alternative: Use nmap -sn 192.168.1.0/24 for active scanning.

How to block an unknown device on the network?

If you find a "foreign" device, follow the algorithm:

  1. Make sure it is not your gadget (check the MAC address using a search engine).
  2. Go to your router settings → Wireless modeMAC filtering.
  3. Add the MAC address of the unknown device to the blacklist.
  4. Change your Wi-Fi password to a more complex one (at least 12 characters, with numbers and special characters).
  5. Turn it off WPS in the router settings (this is a vulnerable protocol).

For Keenetic And ASUS The function is also available Isolation of clients - it prevents devices from exchanging data with each other.

Is it possible to find out what websites a device visits on my network?

Technically yes, but it violates privacy and may be illegal (depending on the jurisdiction). If we are talking about parental control:

  • Use the built-in functions of the router (section Parent Control or Access control).
  • Set up OpenDNS or Cloudflare Family to filter content.
  • Install specialized software like Kaspersky Safe Kids to the target device (with the owner's consent!).

Suitable for analyzing traffic across the entire network Wireshark, but this requires in-depth knowledge and may be considered an invasion of privacy.

Why do "invisible" clients with names like this appear in the device list? Unknown?

These could be:

  • Devices with disabled mDNS (do not broadcast their name on the network).
  • "Sleeping" gadgets (for example, Amazon Echo in standby mode).
  • Network printers or IP cameras that do not respond to standard requests.
  • Viruses or botnets (if the device is behaving suspiciously, check the network for infection).

To identify such a device:

  1. Look up its MAC address and find the manufacturer through the database. MAC Vendors.
  2. Try pinging its IP and checking for open ports (nmap -sV [IP]).
  3. Disconnect all your devices from the network - if the "unknown" client remains, this is a cause for concern.