Suspect someone is accessing your Wi-Fi? Slow internet, unexpected data usage, or simply a desire to monitor your home network—there are many reasons to check the device list. Luckily, you can do this directly from your computer, without any complicated technical steps.
In this article you will find 5 working methodsHow to find out who's using your Wi-Fi network: using built-in tools Windows to specialized programs. We'll figure out how to recognize other people's devices by MAC addresses, hostname, and even gadget model. We'll also tell you what to do if you detect uninvited guests—how to block them and strengthen your router's security.
Some methods require administrator rights, while others work without any additional configuration. Choose the appropriate option based on your technical skills and operating system. Important: Some methods will only show currently active devices, while others will display a complete list of all devices ever connected.
If you use macOS or Linux, the verification principles are similar, but the commands and interfaces will differ. This article focuses on Windows 10/11, as it's the most common operating system among home PCs. For other operating systems, we'll provide brief recommendations in the relevant sections.
Method 1: Viewing connected devices via a router (web interface)
The most reliable and universal method is to access your router's settings. This displays a complete list of all devices connected to the network, including those using a cable (Ethernet). This method works regardless of your PC's operating system.
To open the router's web interface:
- Find out Gateway IP address your network. To do this, Windows click
Win + R, entercmd, and then the command:ipconfig | findstr "Default Gateway"Usually it is
192.168.0.1or192.168.1.1, but may differ. - Copy the received IP address and paste it into the address bar of any browser (for example, Chrome or Edge).
- Enter your username and password to log in. If you haven't changed them, try the default combinations:
- 🔑 admin / admin
- 🔑 admin / password
- 🔑 Look at the sticker on the back of the router
- 📡
DHCP Clients List(TP-Link, ASUS) - 📡
Connected Devices(Netgear, Linksys) - 📡
Local Network → Client List(routers with Russian interface) - Click
Win + Xand selectTerminal (Administrator)orCommand Prompt (Administrator). - Enter the command to view the local network:
arp -aYou will see a list of IP addresses and their corresponding MAC addressesHowever, only devices with which your PC has recently interacted will be listed here.
- To see device names, enter:
net viewThis command will show the names of computers and other gadgets on your local network (if they allow discovery).
In this section you will see a table with all devices, where the following will be indicated: IP address, MAC address, host name (if available) and sometimes even device model (for example, iPhone 13 or Samsung Galaxy S22). Pay attention to unfamiliar names or addresses - these are potential "hijackers" of your Wi-Fi.
⚠️ Attention: If there is a device with a name likeandroid-123456orUnknown, this doesn't always mean a hack. It could be your smartphone, smart speaker, or other gadget that isn't transmitting the hostname. Check MAC address with stickers on your devices.
| Field in the router table | What does it mean? | How to use for verification |
|---|---|---|
| IP address | A unique number for a device on your network (e.g. 192.168.0.103) |
If the IP starts with 192.168 — is a local device. External IPs (for example, 10.0.0.x) may indicate network problems. |
| MAC address | Physical address of the network card (example: 00:1A:2B:3C:4D:5E) |
Compare with the MAC addresses of your devices (you can find them in the gadget settings or on the box). |
| Host name | The name of the device on the network (for example, Lenovo-PC or iPad-Pro) |
Unfamiliar names are a cause for concern. However, some devices may not display the name. |
| Connection time | When the device was last online | If the device is active at night when everyone is sleeping, it is suspicious. |
Method 2: Windows Command Prompt (arp and net view)
If you don't have access to your router (for example, you're connected to someone else's network or you've forgotten your admin panel password), you can use built-in tools. WindowsThis method will show the devices that are currently active.
Open command line as administrator:
The disadvantage of this method is that it does not show All devices on the network, but only those actively exchanging data with your PC. For example, a smartphone connected to Wi-Fi but in sleep mode may not appear.
For a more complete list, combine arp -a Ping all possible IP addresses in your subnet. You can use a script for this:
for /L %i in (1,1,254) do ping -n 1 192.168.0.%i
Replace 192.168.0. to your subnet (you can find out with the command ipconfig). After this, run it again. arp -a — the list of devices will become more complete.
Method 3: Specialized programs for network monitoring
If manual methods seem complicated, try free utilities. They automate the network scanning process and often provide more information than standard tools. Windows.
Top 3 programs for checking connected devices:
- 🔍 Wireless Network Watcher (NirSoft) is a simple utility that displays all devices on the network, indicating their MAC address, network card manufacturer, and time of first detection.
- 📥 You can download it from the official website NirSoft (free, no installation required).
- 🔄 Updates the list in real time.
- 📊 Exports data to
.csvor.html.
- 🔍 Angry IP Scanner — a cross-platform scanner that works on Windows, macOS And Linux. Shows open ports and can determine the device type.
- 🔧 Supports plugins for advanced analysis.
- 🚀 Quickly scans large networks (up to 255 IPs in seconds).
- 🔍 Advanced IP Scanner — a Russian-language program with a simple interface. In addition to listing devices, it allows remote control of computers on the network (if allowed).
- 🔒 Shows the network card manufacturer by MAC address.
- 📡 Supports scheduled scanning.
- Download and unzip the archive with the program (no installation required).
- Run the file
WNetWatcher.exe. - Click
Play(green triangle) to start scanning. - In a few seconds, you'll see a list of all devices on your network. Note the columns:
- Device Name — device name (if available).
- MAC Address — physical address.
- Network Adapter Company — network card manufacturer (for example, Apple, Samsung, Intel).
- Click
Win + R, enterncpa.cpland pressEnterA window will open.Network connections. - Right click on your Wi-Fi connection and select
Status → Wireless Network(V Windows 11 the path may differ). - Click
Details...and find the lineDefault Gateway IPv4— this is the address of your router. - Return to
Network connections, clickNetwork and Sharing Center→Change advanced sharing options. - Make sure it's enabled
Network discoveryAndFile and Printer SharingAfter that inConductor(left panel) a section will appearNet, where the devices will be displayed.
How to use Wireless Network Watcher (step by step):
The advantage of the programs is that they often show device manufacturer by MAC address. For example, if you see a device in the list with a MAC address starting with 3C:22:FB, this is highly likely Apple (iPhone, MacBook, or iPad). A complete list of MAC address prefixes can be found on the website IEEE.
Check the MAC address of your devices|Try disabling it through the router|Change the Wi-Fi password|Enable MAC address filtering|Check the network regularly-->
Method 4: Viewing through Windows Network and Sharing Center
IN Windows 10/11 There's a built-in tool for viewing devices on your local network, but it only shows devices that allow discovery. Still, it's a quick way to get basic information.
How to open the list of devices:
This method is suitable for a quick check, but it will not show:
- 📵 Devices that hide their presence (for example, with network discovery disabled).
- 📵 Gadgets connected via cable (Ethernet), if they are not in the same workgroup as your PC.
- 📵 Devices that don't support the protocol
LLMNR(for example, some smart light bulbs or cameras).
If in the section Net empty, try entering it manually in the address bar Conductor:
\\192.168.0.1
(replace IP with your router's address). If the router supports access via SMB, you will see its web interface or a list of connected devices.
Method 5: Analyzing Traffic with Wireshark (Advanced)
If you want to not only see a list of devices, but also analyze what traffic they consume, use Wireshark — a powerful network analyzer. This method is suitable for experienced users, as it requires an understanding of network protocols.
How to use Wireshark to search for "extra" devices:
- Download and install Wireshark from the official website.
- Launch the program and select your Wi-Fi adapter from the list of interfaces.
- Click
Startto start capturing packets. - In the filter, enter:
wlan.addr == [MAC address](Replace with the suspicious MAC address from the previous methods). This will show all traffic for a specific device.
- Please note:
- 📊 Protocols: if the device is actively using
Torrent,YouTubeorNetflix, this may explain the slow internet. - 📊 IP addresses: If your device is communicating with suspicious servers, it may be a sign of a virus infection.
- 📊 Protocols: if the device is actively using
Warning: Wireshark captivates all Network traffic, including passwords and personal data, if transmitted unencrypted. Do not use this method on public networks and do not save capture logs on public computers.
How to find out the manufacturer by MAC address?
The first 6 characters of the MAC address (eg. 28:CF:DA) are called OUI (Organizationally Unique Identifier) and are assigned to network card manufacturers. They can be used to identify the device's brand:
3C:22:FB— Apple78:31:C1— Xiaomi00:0A:F5— Cisco00:90:0B— Intel
The full database can be found on the website IEEE or by searching for "MAC vendor lookup".
What to do if you find someone else's device on your network?
Spotted an unfamiliar gadget on the list? Don't panic—first, make sure it's truly an unfamiliar device, and not your forgotten smartphone or smart speaker. Here's the plan:
Step 1: Check the MAC address
- 🔍 Compare it with the MAC addresses of your devices (you can find them in the gadget settings or on the box).
- 🔍 Use services like MAC Vendors to determine the manufacturer.
Step 2: Try disconnecting the device
- 🚫 Go to your router settings and find the function
Block DeviceorMAC filtering. - 🚫 Add suspicious MAC to the blacklist.
Step 3: Strengthen your network security
- 🔒 Change your Wi-Fi password complex (at least 12 characters, with numbers and special characters).
- 🔒 Disable WPS - This protocol is vulnerable to hacking.
- 🔒 Enable MAC filtering (but remember that MAC can be faked).
- 🔒 Update your router firmware - Outdated versions often contain vulnerabilities.
Step 4: Set up a guest network
- 🛡️ Create a separate network for guests with limited access to local resources.
- 🛡️ Limit the speed of your guest network so it doesn't affect your main traffic.
⚠️ Attention: If someone else's device still appears on the network even after changing the password, your router may have been hacked. In this case:
- Reset the router to factory settings (button
Reseton the back panel).- Update the firmware from the manufacturer's official website.
- Check your PC for viruses - some Trojans can spread access to your network.
FAQ: Frequently asked questions about checking Wi-Fi devices
Is it possible to find out who is connected to Wi-Fi if I'm not the network admin?
Yes, but the capabilities will be limited. You can use arp -a in the command line or a program like Wireless Network Watcher, but they will only show devices your PC has interacted with. The full list of connected devices is only available through the router, which requires access to its settings.
How to distinguish your device from someone else's by MAC address?
Compare the first 6 characters of the MAC address (OUI) with the manufacturer database. For example:
B8:27:EB— Raspberry PiA4:83:E7— Samsung78:31:C1— Xiaomi
Also check the MAC with the stickers on your gadgets or in their settings (for example, in Settings → About phone → Status on Android).
Is it true that my neighbors can connect to my Wi-Fi even if I have a password?
Yes, if:
- 🔓 You are using an outdated encryption type (
WEPinstead ofWPA2/WPA3). - 🔓 The password is too simple (for example,
12345678orqwerty). - 🔓 Enabled
WPS- it can be hacked in a few hours. - 🔓 Your router is vulnerable to attacks like
KRACK(if you haven't updated the firmware for a long time).
To protect yourself, use WPA3, turn it off WPS and set passwords that are at least 12 characters long and include mixed cases.
Is it possible to find out what websites someone else's device is visiting on my network?
Technically yes, but this violates privacy laws (in most countries). If the device belongs to a family member, you can:
- 📊 Use parental controls on your router (for example,
Parental ControlsV ASUS or TP-Link). - 📊 Set time limits or block specific websites.
To analyze the traffic of other people's devices, you will need specialized tools like Wireshark, but their use without the consent of the gadget owner may have legal consequences.
Why do unknown gadgets with names like "android-12345" appear in the device list?
These could be:
- 📱 Your own devices that don't broadcast the hostname (e.g. an old smartphone or tablet).
- 🎮 Game consoles (PlayStation, Nintendo Switch) or smart devices (Amazon Echo, Google Nest).
- 🖥️ Virtual machines or guest OS (eg. Windows Sandbox).
- ⚠️ Less often, it could be genuinely third-party devices if your Wi-Fi isn't secure enough.
To check, unplug all your gadgets and see if the unknown device remains on the list.