Have you noticed your internet has slowed down, or do you suspect that other devices have connected to your Wi-Fi network? Checking the list of connected devices is the first step to securing your home network. From your computer to Windows 10 or 11 This can be done in several ways: through standard system tools, the router's web interface, or specialized programs.
In this article we will look at All the latest methods for viewing devices on a Wi-Fi network directly from your PC, including hidden operating system features that few users are aware of. You'll learn how to distinguish legitimate devices from suspicious ones, what data (MAC address, IP, hostname) helps identify devices, and what to do if you detect an unauthorized connection. These instructions are suitable for both beginners and experienced users who want to monitor their network like a pro.
1. View connected devices through Windows Settings (without additional programs)
The easiest way to check the list of devices on your Wi-Fi network is to use built-in tools. Windows 10/11This method doesn't require installing third-party software and is suitable for quick diagnostics. However, it only displays devices actively communicating with your computer, not the entire list of devices connected to the router.
To see current connections:
- Open
Windows Settings(keyboard shortcutWin + I). - Go to the section
Network and Internet → Wi-Fi. - Click on the link
Additional network settings(V Windows 11 it can be calledEquipment properties). - Scroll down to the block
Network informationand pressView additional properties.
Here you will see basic connection information, including Gateway IP address (This is your router's address). To see active connections to your PC, run the command in Command line:
net view
For a more detailed analysis, use:
arp -a
This command will show the table ARP cache, which lists the IP and MAC addresses of devices your computer has recently interacted with. Note: This may include not only local devices, but also remote servers (e.g., Google DNS with IP 8.8.8.8).
Check your Wi-Fi connection|Reboot your router|Refresh the ARP cache with the command arp -d|Try another method from the article-->
2. Using the Command Line: Advanced Network Analysis
Command line (CMD) allows you to obtain the most comprehensive information about devices on your local network. This method is suitable for users who want to not only view a list but also analyze traffic or block suspicious devices.
Open Command line (Win + R → enter cmd → Enter) and run the following commands in turn:
- View all active connections:
netstat -anoThis command will show open ports, IP addresses and process IDs (
PID). Look for suspicious external IPs or unfamiliar ports. - Network scan for connected devices:
for /L %i in (1,1,254) do ping -n 1 192.168.1.%i | find "Answer"Replace
192.168.1to the first three octets of your subnet (you can find them out with the commandipconfig). The command will scan all possible IP addresses in the range and display those that respond to ping. - Obtaining MAC addresses:
arp -aAfter scanning the network, repeat this command - it will show the MAC addresses of the devices that responded to the ping.
To save the results to a file for further analysis, add to any command > output.txt. For example:
arp -a > devices_list.txt
How to decipher a MAC address?
The first 3 bytes (6 characters) of the MAC address indicate the device manufacturer. For example:
- 00:1A:79 — Apple
- 3C:5A:B4 — Google (devices Nest)
- 78:31:C1 — Xiaomi
A complete list of manufacturers can be found on the website IEEE or by searching the database MAC Vendors.
⚠️ Attention: Some devices (such as smartphones in power-saving mode) may not respond to ping requests. For a more accurate analysis, use the methods in the following sections.
3. Checking via the router's web interface: the most reliable method
The router's web interface provides the most complete and up-to-date list of connected devices, including those that are not currently active but have a reserved IP address (for example, via DHCP reservation). This method works regardless of your computer's operating system.
Step-by-step instructions:
- Find out your router's IP address:
- IN
Command linecompleteipconfig. - Find the line
Main gateway- this is the IP of your router (usually192.168.0.1,192.168.1.1or192.168.8.1).
- IN
- Enter the router's IP address into the browser's address bar.
- Enter your login and password (by default it is often
admin/adminor indicated on the router sticker). - Find the section with connected devices:
The path may vary depending on your router model. Here are examples for popular brands:
Router manufacturer Path to the list of devices TP-Link Advanced Settings → Statistics → Wireless ModeASUS Network Map → ClientsorLocal Network → DHCP ServerKeenetic Devices → Device ListMikroTik IP → DHCP Server → LeasesorWireless → Registration Table
On most routers you will see:
- 🔹 Device name (if it transmits it according to the protocol mDNS or NetBIOS).
- 🔹 MAC address — unique identifier.
- 🔹 IP address (can be dynamic or static).
- 🔹 Connection type (Wi-Fi 2.4 GHz / 5 GHz / Ethernet).
- 🔹 Connection time and the volume of data transferred.
⚠️ Attention: If the list contains devices with unfamiliar MAC addresses or names (for example,android-123456), but you are not sure that these are your gadgets, we recommend temporarily disabling them using the functionBlockingorParent Controlin the router. Do not block devices with MAC addresses starting with00:00:00orFF:FF:FF- these may be business addresses.
Once a week|Only when the internet is slow|Never checked|I use automatic monitoring-->
4. Specialized programs for monitoring Wi-Fi networks
If you need to not only view a list of devices but also monitor their activity in real time, analyze traffic, or receive notifications about new connections, it's worth using third-party programs. They offer advanced features not available in standard tools. Windows.
Top 5 programs for Wi-Fi network analysis:
- 🛡️ Wireless Network Watcher (from NirSoft) is a free utility that scans the network and displays all connected devices, indicating the manufacturer (by MAC address), IP, and time of first detection.
- 📊 Angry IP Scanner — a cross-platform scanner that checks the availability of IP addresses and ports. Supports plugins for advanced analysis.
- 🔍 Advanced IP Scanner — allows you not only to scan the network, but also to remotely control devices (for example, to shut down a PC over the network).
- 📈 GlassWire — monitors traffic in real time and shows which devices consume the most data.
- 🔒 Fing — available for both PCs and smartphones. In addition to network scanning, it can check for open ports and vulnerabilities.
Example of working with Wireless Network Watcher:
- Download the program from official website (portable version does not require installation).
- Launch
WNetWatcher.exe(administrator rights may be required). - Click
Start Scanning- in a few seconds you will see a full list of devices. - To save the report, select
File → Save As.
Advantages of specialized programs:
- 🔹 Detect hidden devices that do not respond to ping.
- 🔹 Ability to customize notifications about new connections.
- 🔹 Traffic analysis by device (who "eats" the internet).
- 🔹 Export data to
CSVorXMLfor further analysis.
5. How to identify unknown devices on the network
If you spot an unfamiliar MAC address or hostname in the list of connected devices, don't rush to block it. It might be one of your devices that wasn't automatically detected. Here's how to check:
Step 1: Check your gadgets
- 📱 On Android: go to
Settings → About phone → General information → Wi-Fi MAC address. - 🍎 On iPhone/iPad:
Settings → General → About → Wi-Fi Address. - 💻 On MacBook:
System Preferences → Network → Advanced → Ethernet/Wi-Fi → MAC Address. - 🖥️ On Smart TV or set-top boxes: usually the MAC address is indicated in the menu
Network → Wi-Fi Settings.
Step 2: Use manufacturer databases
The first 6 characters of the MAC address (eg. B8:27:EB) indicate the manufacturer. Check them through:
- Website MAC Vendors Lookup.
- Team in Linux/macOS terminal:
curl "https://api.macvendors.com/B8:27:EB"
Step 3: Analyze device behavior
If your device is actively consuming traffic (for example, downloading data), this may be a sign of:
- 🔹 A virus on one of your devices (for example, a smartphone connected to a torrent client).
- 🔹 A neighbor's device that connected to your network due to a weak password.
- 🔹 Smart device (for example, IP cameras or router in repeater mode), which you forgot to set up.
If a device seems suspicious, but you're not sure it's yours, temporarily disable it through your router and check if anything has disappeared from your network (for example, a smart light or camera has stopped working).
6. How to block unauthorized devices on a Wi-Fi network
If you detect an unauthorized device on your network, you need to block it. This can be done in two ways: through the router settings or using specialized software.
Method 1: Blocking by MAC address in the router
- Go to the router's web interface (instructions in Section 3).
- Find the section
Security,MAC address filterorParent Control. - Add the MAC address of the suspicious device to the blacklist.
- Save the settings and reboot the router.
Method 2: Change your Wi-Fi password
If blocking by MAC address doesn't help (some devices can spoof MAC addresses), the most reliable way is to change your Wi-Fi password:
- In the router's web interface, go to
Wireless Mode → Security Settings. - Select encryption type
WPA2-PSKorWPA3-PSK. - Create a complex password (at least 12 characters, with numbers and special characters).
- Save the settings - all devices will be disconnected and will need to reconnect.
Method 3: Using a firewall (for advanced users)
If a third-party device is already connected to your network, but you want to block its access to the Internet, you can set up rules in Windows Firewall or on the router:
- 🔹 On the router: in the section
FirewallAdd a rule that blocks traffic for a specific IP or MAC address. - 🔹 On PC: in
Windows FirewallCreate an outgoing rule that blocks connections from suspicious IP addresses.
⚠️ Attention: MAC address blocking isn't foolproof—an experienced user can change their device's MAC address. For maximum security, combine changing your Wi-Fi password with disabling this feature. WPS and enabling MAC filtering.
7. Automatic network monitoring: setting up notifications
To avoid manually checking the list of connected devices, you can set up automatic monitoring. This is especially useful for office networks or homes with a large number of smart devices.
Option 1: Setting up in the router
Some routers (eg. ASUS, Keenetic) support sending notifications about new connections:
- In the web interface, find the section
NotificationsorSystem tools. - Enable the option
Send notifications by emailorPush notifications. - Enter your email or link your account Telegram/Slack (if supported).
- Enable the option
Notify about new devices on the network.
Option 2: Programs with a monitoring function
Programs like GlassWire or Fingbox (for routers) allow:
- 🔹 Receive notifications about new devices on the network.
- 🔹 Monitor unusual activity (such as traffic spikes).
- 🔹 Block suspicious devices automatically.
Option 3: Script for automatic scanning (for IT specialists)
If you are familiar with PowerShell or Bash, you can write a script that will scan the network and send a report to email. An example of a simple script for Windows:
$devices = arp -a | Select-String "dynamic"
$devices | Out-File -FilePath "C:\network_scan\devices_$(Get-Date -Format 'yyyy-MM-dd').txt"
To automate the launch, add a script to Windows Task Scheduler with a frequency of, for example, once an hour.
8. Common errors and problems when checking devices
Users often encounter difficulties when trying to view the list of connected devices. Let's look at common issues and their solutions:
Problem 1: Team arp -a shows few devices
Solution: The ARP cache stores data only about devices your PC has recently interacted with. To update the cache:
- Do it
arp -d(clear cache). - Scan the network with the command
ping(as in Section 2). - Repeat
arp -a.
Problem 2: I can't access the router's web interface.
Possible reasons:
- 🔹 Incorrect router IP address (check via
ipconfig). - 🔹 The router is not responding (reboot it with the button)
Reseton the back panel). - 🔹 Your firewall or antivirus is blocking access (temporarily disable them).
- 🔹 The router's IP address has changed (try
192.168.0.1,192.168.1.1,192.168.8.1).
Issue 3: Ghost gadgets appear in the device list
Sometimes devices that have been offline for a long time may appear in the list. This is due to:
- 🔹 Caching data in the router (reboot it).
- 🔹 Statically assigned IP addresses (check settings
DHCP reservations). - 🔹 Devices in sleep mode (some routers keep them in the list until the IP lease expires).
Problem 4: Network scanning programs do not work
Solution:
- 🔹 Run the program as administrator.
- 🔹 Temporarily disable your firewall and antivirus.
- 🔹 Check that your PC is connected to the network via Wi-Fi, not Ethernet (some programs only scan the current adapter).
⚠️ Attention: If, after all these steps, unknown devices remain on the network and changing the password doesn't help, your router may be compromised (for example, through a firmware vulnerability). In this case, we recommend resetting the router to factory settings (Reset) and update the firmware to the latest version.
FAQ: Answers to Frequently Asked Questions
Is it possible to see devices connected to Wi-Fi from a phone?
Yes, apps like this are suitable for this. Fing (Android/iOS) or WiFi AnalyzerThey scan the network and display a list of devices, similar to computer programs. You can also access the router's web interface from a smartphone via a browser.
Why does my PC appear twice in the device list?
This is normal if your computer is connected to the network via both Wi-Fi and Ethernet (wired). Duplication can also occur if you have Mobile hotspot or virtual network adapters (for example, from VPN or Docker).
How do I find out which device is consuming the most traffic?
Programs are suitable for this GlassWire or NetBalancer, as well as built-in tools of some routers (section Traffic or Statistics). On routers ASUS And Keenetic There are detailed statistics on devices.
Is it possible to hide your device from network scanning?
Technically yes, but it requires special settings:
- 🔹 Disable replies to
ping(in the firewall settings). - 🔹 Use static
ARP(not all routers support this). - 🔹 Connect via VPN at the router level.
However, it is impossible to completely hide from the router—it will see your MAC address anyway.
What should I do if my neighbor connected to my Wi-Fi?
Sequence of actions:
- Change your Wi-Fi password to a more complex one (at least 12 characters, with numbers and special characters).
- Disable the feature
WPSin the router settings (it is vulnerable to hacking). - Enable MAC address filtering (allow connections only to your devices).
- Update your router firmware to the latest version.
- If the problem persists, consider changing the Wi-Fi channel or using WPA3 instead of WPA2.