Who's Connected to Your Wi-Fi? 5 Ways to Check the Device List

Have you noticed your internet has slowed down even though you haven't changed your plan? Or do you suspect your neighbors are using your Wi-Fi without permission? The first thing you need to do is... check the list of connected devices to your wireless network. This procedure not only helps identify "outsiders" but also monitors the router load, optimizes speed, and even identifies potential security vulnerabilities.

In this article, we'll cover all available methods—from standard tools in the router's web interface to mobile apps and specialized utilities. You'll learn how to distinguish legitimate devices from suspicious ones, what to do if you detect an unfamiliar connection, and how to configure your router to prevent unauthorized access in the future. And also— Why even disconnected gadgets can remain in the list of connected ones and how to fix this.

1. Checking via the router's web interface (universal method)

The most reliable way is to log into your router's control panel. This method works on any models (TP-Link, ASUS, Keenetic, Zyxel etc.), but the path to the desired section may differ. You only need a computer or smartphone connected to the same network.

Instructions:

  • 🌐 Open your browser and enter in the address bar 192.168.0.1 or 192.168.1.1 (less often - 192.168.8.1 or 10.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 or admin/empty field). If you changed it, use your own information.
  • 📊 Find the section with connected devices. It's usually called:
    • "DHCP" → "DHCP Client List"** (for TP-Link)
    • Network Map or "Devices" (for ASUS)
    • “My Networks” → “Connected Devices”** (for Keenetic)

In the table you will see:

Parameter What does it mean? Example of meaning
Host Name Device name (can be arbitrary or model) iPhone-12-Pro, DESKTOP-ABC123
MAC-address A unique physical address (it can be used to identify the gadget) 00:1A:2B:3C:4D:5E
IP-address Local IP assigned by the router 192.168.0.105
Connection Type Connection type (Wi-Fi or cable) Wireless (2.4GHz), Ethernet
⚠️ Attention: If the list contains devices with names like android-123456 or UnknownIf the MAC address is unfamiliar, this is cause for concern. But first, check whether guests or old devices that haven't been used in a while have connected to your network.
📊 What brand is your router?
TP-Link
ASUS
Keenetic
Zyxel
D-Link
Huawei
Another

2. Mobile apps for Wi-Fi monitoring

If accessing your router settings is inconvenient, you can use specialized apps. They display a list of connected devices directly on your smartphone screen, and some even send notifications about new connections.

Top 3 verified apps:

  • 📱 Fing (Android/iOS) — Scans the network, revealing IP, MAC address, device manufacturer, and even security vulnerabilities. There's a free version with limitations.
  • 🔍 WiFi Guard (Android) — compares current connections with a "white list" and notifies you about new gadgets.
  • 🛡️ NetScan (iOS) - a simple scanner with the ability to export a list of devices to CSV.

How to use (using example) Fing):

  1. Download and install the application from App Store or Google Play.
  2. Connect to your Wi-Fi network.
  3. Click "Scan" - after 10-20 seconds a list of devices will appear.
  4. Click on any device to see details: MAC address, manufacturer (first 3 bytes of MAC), open ports.
⚠️ Attention: Apps scan the network from your device, so they may not see devices connected via cable (Ethernet) if your smartphone is connected to the same network via Wi-Fi. For a complete list, it's best to combine methods.

Check the MAC address using a search engine (the first 6 characters will indicate the manufacturer)

Disconnect the device from the network (if possible through the router)

Change your Wi-Fi password to a more complex one

Enable MAC address filtering (if needed)

Check your router for malware (rare, but it happens)-->

3. Windows Command Prompt (for advanced users)

If you prefer to work without a graphical interface, you can get a list of connected devices via command line or PowerShellThis method is suitable for Windows 10/11 and requires administrator rights.

Instructions:

  1. Open Command line as administrator (click Win + X → "Terminal (administrator)").
  2. Enter the command to view the ARP table (it contains IP and MAC address mappings):
    arp -a
  3. To see only active connections, first ping the entire local network range (for example, if your router has an IP 192.168.0.1, the range will be 192.168.0.1192.168.0.255):
    for /L %i in (1,1,254) do ping -n 1 192.168.0.%i

    Then run it again arp -a.

As a result, you will get a list like this:


Interface: 192.168.0.100 --- 0x12

Internet Address Physical Address Type

192.168.0.1 aa-bb-cc-dd-ee-ff dynamic

192.168.0.101 11-22-33-44-55-66 dynamic

To determine the manufacturer by MAC address, use services like MAC Vendors (enter first 6 characters of MAC).

4. Via smartphone settings (Android/iOS)

Not everyone knows, but some smartphones can display a list of devices on the same network—albeit with limitations. This method won't provide a complete picture, but it will help you quickly spot obvious "outsiders."

For Android (using the example Samsung, Xiaomi, Google Pixel):

  • 📱 Open "Settings» → «Wi-Fi».
  • 🔗 Click on the name of your network (there will be a “⚙️” or “ℹ️” icon next to it).
  • 👥 In some firmware (for example, MIUI on Xiaomi) there is a tab "Devices on the network».

For iPhone (iOS 15 and later):

  • 🍎 Go to "Settings» → «Wi-Fi».
  • 🔍 Click on the "i» next to your network name.
  • 📊 Scroll down to the "IP address" - the number of connected devices can be displayed here (but not their list!).
⚠️ Attention: On iPhone There is no built-in functionality for viewing a complete list of devices on the network. For this, you will have to use third-party applications (for example, Fing) or the router's web interface.

5. Checking through the provider (if the router is rented)

If your router is provided by your internet service provider (e.g. Rostelecom, MTS, Beeline), some control functions may be blocked. In this case, the list of connected devices can be viewed:

  • 🖥️ In personal account provider (section "My devices" or "Wi-Fi").
  • 📞 By phone, technical support (the operator can remotely check active connections).
  • 📄 In the contract or an appendix to it (sometimes providers send traffic reports indicating devices).

Example for Rostelecom:

  1. Go to the website lk.rt.ru.
  2. Log in and go to the "Internet» → «My devices».
  3. Here you will find a list of gadgets with the time of their last connection.
⚠️ Attention: Some providers (eg. Dom.ru) Your personal account only displays devices connected within the last 24 hours. For a complete list, you'll need to use other methods.
Why might the list contain "dead" devices?

Even if the device has been turned off for a long time, its MAC address may remain in the router's ARP table or DHCP cache. This is normal—routers store information about recent connections for anywhere from a few minutes to a day (depending on the model). To clear the list:

1. Reboot the router (using the button) Reset or via the web interface).

2. In the DHCP settings, reduce the IP lease time (for example, from 24 hours to 1 hour) - this will force the router to update the list more often.

3. Use the command ipconfig /release And ipconfig /renew on Windows to reset the cache on your PC.

6. How to distinguish your device from someone else's?

Finding an unfamiliar device in the list is half the battle. Now you need to figure out whether it's yours or someone else's. Here's the verification process:

Step 1: Check the device name

  • 📱 Smartphones and tablets are often displayed with the model: iPhone-14-Pro, SM-G991B (This Samsung Galaxy S21).
  • 💻 Laptops can have names like DESKTOP-ABC123 (Windows) or MacBook-Pro.
  • 🎮 Game consoles: PS5-1234, XboxSeriesX.

Step 2: Check the MAC address

  • 🔍 Find your device's MAC address:
    • On Windows: ipconfig /all (look for the line "Physical address»).
    • On Android: «Settings» → «About the phone» → «General information» → «Wi-Fi MAC address».
    • On iPhone: «Settings» → «Main» → «About this device» → «Wi-Fi address».
  • 🔎 Compare with the MAC addresses from the router list.

Step 3: Check the manufacturer by MAC

The first 3 bytes of the MAC address (e.g. 00:1A:2B) indicate the manufacturer. Here are some examples:

MAC prefix Manufacturer Typical devices
3C:5A:B4 Google, Inc. Pixel, Nest, Chromecast
78:31:C1 Apple, Inc. iPhone, iPad, MacBook
00:0A:F7 Samsung Electronics Galaxy, Smart TV
28:CF:DA Xiaomi Communications Redmi, Mi Band, Mi routers
00:90:0B Cisco Systems Network equipment, corporate devices

If the manufacturer is unknown or the device has a name Unknown actively transmits data - this is a reason to block it.

7. What to do if you find someone else's devices?

Finding the Wi-Fi thief is just the first step. Now it's time to take action:

Method 1: Disconnect the device via the router

  • 🚫 In the router's web interface, find the "Bandwidth control" or "Parental control».
  • 🔗 Select an unfamiliar device and click "Block" or "Disable».
  • 🔄 Some routers (for example, Keenetic) allow you to set traffic limits for suspicious gadgets.

Method 2: Change your Wi-Fi password

  • 🔑 Go to your router settings → "Wireless network» → «Protection».
  • 🔄 Select encryption type WPA2-PSK or WPA3-PSK (never use WEP!).
  • 💡 Create a complex password (at least 12 characters, with numbers, letters, and special characters). Example: WiFi_7#Kot2026!PeT.

Method 3. Enable MAC address filtering

This is a radical method, but it is guaranteed to protect your network:

  1. Collect MAC addresses all of their own devices (see section 6).
  2. In your router settings, find "MAC address filter" (usually in the "Wireless network» → «MAC filter»).
  3. Add only your addresses to the "white list" and activate filtering.
⚠️ Attention: MAC filtering isn't 100% secure—an experienced user can spoof their device's MAC address. Therefore, it's best to combine this method with changing the password and disabling WPS.

Method 4. Disable WPS

WPS (Wi-Fi Protected Setup) is a vulnerable feature that allows you to connect to a network using a PIN code. It's often hacked:

  • 🔌 In the router settings, find the section “WPS" And turn it off his.
  • 🔄 If the option is grayed out and inactive, update your router firmware (see section 8).

8. Additional security measures

To avoid unauthorized connections in the future, configure your router according to these recommendations:

1. Update your router firmware

  • 🔄 Outdated software contains vulnerabilities. Check the manufacturer's website for the latest version.
  • 🖥️ In the web interface, find the section "System» → «Firmware update».

2. Change the network name (SSID)

  • 📛 Don't use standard type names TP-Link_1234 - They reveal the router model and make hacking easier.
  • 💡 Think of a neutral name without personal information (e.g. HomeNet_5G instead of Ivanov_Family).

3. Set up a guest network

  • 👥 If you have frequent guests, create a separate network with limited access to local resources.
  • 🔗 In your router settings, find “Guest network" and enable it with a separate password.

4. Disable remote control

  • 🔒 In the section "Administration" or "Remote access» Disable the ability to manage the router from the Internet.
  • 🛡️ If you need remote access, use a VPN or the manufacturer's cloud services (for example, TP-Link Tether).

5. Enable your router's firewall

  • 🛡️ In the security settings, activate the built-in Firewall (if any).
  • 🔍 Set up rules to block suspicious connections (for example, from other countries).

FAQ: Frequently asked questions about connected devices

🔍 Why do unknown gadgets with names like "Android-XXXX" or "Unknown" appear in the list of devices?

These could be:

  • 📱 Old smartphones or tablets that haven't been used for a long time but automatically connect to the network.
  • 🎮 Game consoles or smart devices (eg. Xiaomi Mi Band or Amazon Echo).
  • 🚨 Hacked devices (if the MAC address is unknown and the gadget is actively transmitting data).

First, check all your devices, then block suspicious ones.

🔄 How often should I check the list of connected devices?

Recommended frequency:

  • 🏠 For a home network: once a month (or if you notice a drop in speed).
  • 🏢 For office or public Wi-Fi: once a week.
  • 🚨 If you suspect a hack: immediately!

You can customize notifications in apps like Fing or WiFi Guard.

🔒 Is it possible to see which websites connected devices are visiting?

Yes, but this requires additional settings:

  • 🖥️ In some routers (for example, ASUS with firmware Asuswrt-Merlin) there is a built-in traffic analyzer.
  • 🔧 Can be customized DNS redirection for a service like OpenDNS or Pi-hole for logging requests.
  • ⚠️ Collecting such information may violate privacy laws (for example, if you monitor other people's devices without consent).
📶 Why are some devices connected to 2.4 GHz and some to 5 GHz?

It depends on:

  • 📱 Device capabilities (old smartphones or smart bulbs only work at 2.4 GHz).
  • 🔄 Router settings (you can manually separate networks or enable Smart Connect, which automatically distributes devices).
  • 📡 Distance to the router (5 GHz has a smaller coverage area, but higher speed).

If you want to force your device to switch to 5GHz, change the network name (SSID) for each band.

🔌 What should I do if my router doesn't show a list of connected devices?

Possible causes and solutions:

  • 🔄 Outdated firmware — update your router software.
  • 🔌 DHCP is disabled — check if the DHCP server is enabled in the settings.
  • 🖥️ Router malfunction - try resetting the settings to factory settings (Reset).
  • 🛠️ Provider restrictions — If the router is rented, contact technical support.