Who Else Is Using Your Wi-Fi? 7 Ways to Find Out How Many Devices Are Connected

Have you noticed your internet has slowed down or your router is blinking more often than usual? It's possible that unwanted users—neighbors, guests, or even hackers—have connected to your network. The first thing you need to check is: How many devices are actually using your Wi-Fi? Right now. This information will help you identify unnecessary gadgets, optimize network load, and protect your personal data.

In this article, we'll cover all available methods—from viewing the list of devices in the router's web interface to using specialized apps. You'll learn how track connections on routers TP-Link, ASUS, Keenetic and other popular models, as well as how to detect hidden devices that may be consuming your data in the background. We'll focus on methods that work even if you don't have access to your router's settings.

1. Checking through the router's web interface is the most reliable method

Any modern router keeps a log of connected devices, and this information can be viewed through its control panel. You don't need any special software—a standard browser on your computer or smartphone is enough. The main requirement is that you know Router IP address, login and password for entry (usually they are indicated on the sticker on the back of the device).

Algorithm of actions:

  • 🌐 Enter in the address bar of your browser 192.168.0.1 or 192.168.1.1 (for some models Zyxel or MikroTik can be used 192.168.88.1).
  • 🔑 Log in using standard data (for example, login admin, password admin or password).
  • 📊 Find the section with active connections. Depending on your router model, it may be called:
    • DHCP → DHCP Clients List (For TP-Link)
    • Local Network → Client List (For Keenetic)
    • Wireless → Wireless Client List (For ASUS)

In this section you will see a table with MAC addresses, IP addresses and the names of the connected devices. Pay attention to the column Host Name - gadget names may be displayed there (for example, iPhone-12-Pro or Samsung-SM-G975F). If the name is unknown or suspicious (for example, a set of random letters and numbers), this is a reason to be wary.

2. Using mobile apps to monitor Wi-Fi

If accessing your router settings is inconvenient or you can't remember your login details, mobile apps can help. They scan your local network and display all connected devices, including those that may be hidden in the web interface. Popular apps:

  • 📱 Fing (Android/iOS) — identifies devices, their IP, MAC, manufacturer, and even notifies about new connections.
  • 🛡️ NetScan (Android) — scans the network and creates graphs of device activity.
  • 🔍 WiFi Guard (Android) - specializes in searching for "foreign" gadgets on the Internet.

Example of working with Fing:

  1. Connect to your Wi-Fi network.
  2. Launch the app and click Scan.
  3. In 10-20 seconds, you will receive a list of devices indicating their type (smartphone, laptop, TV, etc.).
  4. Click on the unknown device to view it MAC address and the manufacturer.

The advantage of such apps is that they work even if you don't have administrator rights on your router. However, keep in mind that some features (such as device blocking) may require a fee. Also, scanning may not reveal devices that are in sleep mode or use a static IP.

📊 What app do you use to monitor Wi-Fi?
Fing
NetScan
WiFi Guard
Other
I don't use it

3. Windows Command Prompt: A Quick Way for Advanced Users

If you prefer to work without third-party programs, you can use built-in tools WindowsThis method is suitable for computers connected to the network via cable or Wi-Fi. You will need command line (cmd) and one simple command.

Instructions:

  1. Click Win + R, enter cmd and press Enter.
  2. Enter the command:
    arp -a

    It will show a table of IP and MAC addresses of all devices on the local network.

  3. To filter only active connections, use:
    arp -a | findstr "dynamic"

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

192.168.1.5 00-1a-79-XX-XX-XX dynamic

192.168.1.7 3c-5a-b4-XX-XX-XX dynamic

Where 192.168.1.5 — the IP address of the device, and 00-1a-79-XX-XX-XX — its MAC address. Compare this list with devices you know. Unknown addresses can be checked using services like MAC Vendors or Wireshark.

What to do if the arp -a command shows few devices?

If there are fewer devices in the list than there should be, it may mean that:

1. Some gadgets use a static IP (check the router settings section DHCP Reservation).

2. The devices are in sleep mode or disconnected from the network.

3. Your router divides the network into subnets (for example, guest Wi-Fi).

To see the full list, try the command nbtstat -a [IP address] for each address from your network range (for example, 192.168.1.1192.168.1.255).

4. Router traffic analysis: who consumes the most?

Some routers (eg. ASUS RT-AX88U, Keenetic Ultra or TP-Link Archer C5400) can not only show a list of connected devices, but also track traffic in real time. This helps identify bandwidth-hungry devices that could be slowing down the network.

How to enable traffic monitoring:

  • 📈 In the router's web interface, find the section Traffic Monitor, Bandwidge control or Traffic statistics.
  • 🔄 Enable data collection (you may need to reboot your router).
  • 📊 Check the report after 10-15 minutes. It usually shows:
    • Device IP/MAC address;
    • Volume of downloaded and sent data;
    • Channel usage percentage.

Example of a traffic table (data is conditional):

Device IP address Uploaded (MB) Sent (MB) % usage
iPhone-13-Pro 192.168.1.100 450 120 12%
Samsung-TV-Q70 192.168.1.102 1200 85 38%
Unknown-Device 192.168.1.105 890 450 25%

If there is a device in the list with suspiciously high traffic (for example, Unknown-Device in the table above), this may indicate:

  • 🎮 Online gaming or streaming (legitimate high traffic);
  • 🕵️‍♂️ Hacking the network and using your channel for mining or DDoS attacks;
  • 📥 Automatic updates or background downloads.

5. Checking via a guest network: how to identify "extra" devices

Many routers support the function guest network — a separate Wi-Fi access point with limited permissions. If you didn't create the guest network yourself, but it's still active, this is a sure sign that someone else has connected to your router. You can check this as follows:

Steps for TP-Link:

  1. Go to the router's web interface.
  2. Go to Guest network (Guest Network).
  3. Check if the option is enabled Enable Guest Network.
  4. If yes, please see the list of connected devices in this section.

For ASUS:

  1. Open Wireless Network → Guest Network.
  2. Check the network status (should be Disabled, if you haven't configured it).
  3. If the network is active, press Client list.

Detected unknown devices on your guest network? This means someone has connected to your router and activated it. In 80% of cases, this is done by neighbors who know the default password for your router (for example, admin/admin) or have cracked it through vulnerabilities. Solution:

  • 🔒 Change the password for your main and guest networks.
  • 🔄 Disable the guest network if you are not using it.
  • 🛡️ Update your router firmware (outdated versions often contain vulnerabilities).

1. Change your Wi-Fi password to a complex one (at least 12 characters, with numbers and special characters)

2. Disable WPS (WPS)

3. Enable MAC address filtering (if necessary)

4. Update your router firmware to the latest version

5. Check DHCP settings for static bindings-->

6. Specialized programs for PC: Wireshark and GlassWire

If you need to not only count devices but also analyze their activity, professional tools will come in handy. They require a little more effort to set up, but they provide the most comprehensive information.

Wireshark (Windows/macOS/Linux) is a network "microscope." The program intercepts all data packets and shows which devices are exchanging information. How to use:

  1. Download and install Wireshark from the official website.
  2. Select a network interface (Wi-Fi or Ethernet).
  3. Start packet capture (Start).
  4. After 1-2 minutes, stop capturing and enter into the filter:
    wlan.addr == [your_router_MAC]

    This will show all devices communicating with your router.

GlassWire (Windows) - A simpler tool with visual graphs. It shows:

  • 📊 All devices on the network;
  • 📈 Traffic dynamics over time;
  • ⚠️ Suspicious connections (e.g. to unknown IP addresses).

These programs are useful if you suspect your Wi-Fi is being used for illegal activities (such as distributing pirated content or hacking). However, they require some technical knowledge—without preparation, you could miss important details.

7. Alternative methods: from cloud-controlled routers to smart speakers

Some modern routers (for example, Google Nest WiFi, Netgear Orbi or Huawei WS7200) support cloud management via a mobile app. This means you can check your device list even when you're not at home. Simply:

  1. Install the manufacturer's official application (for example, Google Home or Netgear Nighthawk).
  2. Log in to your account.
  3. Open section Devices or Net.

Another unusual way is to use smart speakers (For example, Yandex Station or Amazon Echo). They can scan the local network and display connected devices via voice commands:

  • 🎤 Say: "Alice, show me the devices on my network." (For Yandex Stations).
  • 🎤 Or: "Alexa, how many devices are on my Wi-Fi?" (For Amazon Echo).

These methods are convenient due to their simplicity, but have limitations:

  • ❌ Not all routers support cloud monitoring;
  • ❌ Smart speakers may not show hidden devices;
  • ❌ Data is updated with a delay (not in real time).

FAQ: Answers to Frequently Asked Questions

Is it possible to find out who exactly is connected to my Wi-Fi (name, phone model)?

Yes, but with some caveats. In the router's device list or in apps like Fing displayed:

  • 📱 Device name (unless it is hidden by the user, for example, iPhone-12-Pro);
  • 🏭 Manufacturer (determined by MAC address, For example, Apple, Samsung);
  • 🌐 IP address And MAC address.

However, the owner's exact name or personal information cannot be found out—this is a breach of privacy. If you suspect a neighbor has connected to your network, it's best to change password and enable MAC filtering.

What should I do if I see an unknown device named "android-XXXX" or "esp8266" in my device list?

Such names often belong to:

  • 🤖 Smart devices (lamps Xiaomi, sockets TP-Link Tapo, sensors);
  • 📡 Microcontrollers (For example, esp8266 — a popular chip for DIY projects);
  • 🕵️‍♂️ Hacked gadgets (if you haven't purchased smart technology but see such devices).

Recommendations:

  1. Check if you have recently connected any new smart devices.
  2. If the device is unknown, block it by MAC address in the router settings.
  3. Change your Wi-Fi password to a more complex one.
How do I know how many devices have been connected to my Wi-Fi in the last month?

Most routers only store connection logs for the last 24–48 hoursTo get a month's history, you need:

  • 📊 Routers with logging support (For example, MikroTik, Ubiquiti);
  • 💾 Third-party programs (For example, PRTG Network Monitor);
  • ☁️ Cloud services (if your router supports them).

For home routers, the easiest way is:

  1. Turn on System log (System Log) in the settings.
  2. Export logs to a file and analyze them manually.

Please note: Storing logs for a long time may slow down your router.

Is it possible to limit the number of devices connected to Wi-Fi?

Yes, this can be done through the router settings. Here are the methods:

  • 🔢 Quantity limit (chapter Wireless → Advanced → Max Clients);
  • 🔒 MAC filtering (allow connection only to certain devices);
  • 🕒 Access schedule (for example, turning off Wi-Fi at night).

Example for TP-Link:

Wireless Mode → Advanced Settings → Maximum Clients

Please note: If you set a limit (for example, 10 devices), then if the limit is exceeded, new devices will not be able to connect until one of the old ones disconnects.

Is it true that my neighbors can connect to my Wi-Fi even if I have a strong password?

Yes, such cases are possible, but rare. The main vulnerabilities are:

  • 🔓 WPS attack: If the router has WPS (quick connection button) enabled, it can be hacked in a few hours;
  • 🕳️ Firmware vulnerabilities: older routers (eg. D-Link DIR-300 older than 2018) have gaps;
  • 📡 Traffic interception: if a neighbor uses Wireshark and your router does not encrypt traffic (outdated protocol) WEP).

How to protect yourself:

  1. Disable WPS in your router settings.
  2. Use encryption WPA3 (or WPA2-AES, if WPA3 is not supported).
  3. Update your firmware regularly.
⚠️ Attention: Some monitoring methods (eg Wireshark or ARP scanning) may be prohibited by your internet service provider (ISP) or corporate policy (if you're using a work network). Before running active scans, check your contract or contact your network administrator.
⚠️ Attention: If you find a device named MicroTik-RB, Ubiquiti or similar, this may be a sign that your Wi-Fi is being used for organization Internet resale (for example, through a signal repeater). In this case, it is recommended not only to change the password, but also to check the settings DMZ And Port Forwarding in the router - they could have been modified to bypass restrictions.