How to find out how many devices are connected to a Xiaomi Wi-Fi router: all the methods

Monitoring the devices connected to your Wi-Fi network isn't just a security issue, it's also a way to optimize internet speed. Routers Xiaomi (including popular models Mi Router 4A, AX3600, AX6000 And Redmi Router) offer several ways to view a list of gadgets using your data. However, not all users know exactly where to look for this information, especially if the router interface has been updated or differs from the default.

In this article we will look at all current verification methods — from the official mobile app Mi Wi-Fi to hidden functions through Telnet And SSHYou'll learn how to distinguish legitimate devices from suspicious ones, why some gadgets may appear twice, and what to do if your router doesn't display a complete list. For advanced users, we've prepared instructions on analyzing network traffic using third-party utilities.

1. Checking via the Mi Wi-Fi mobile app (official method)

The easiest and manufacturer-recommended method is to use the proprietary application. Mi Wi-Fi (previously Mi Router). It is available for Android And iOS, supports Russian, and automatically detects your router model. Important: The app only works with routers. Xiaomi, connected to your account Mi Account.

To see the list of devices:

  • 📱 Open the app Mi Wi-Fi and log in (if you haven't done so before).
  • 🌐 On the home screen, tap the name of your Wi-Fi network (usually displayed at the top).
  • 👥 Go to the tab Devices or Connected Devices (the name may differ depending on the version of the application).
  • 🔍 Here you will see a complete list of gadgets with their specifications IP-addresses, MAC-addresses and consumed traffic.

The application also offers additional features:

  • 🚫 Blocking devices - temporary disconnection of suspicious gadgets from the network.
  • ⏱️ Speed ​​Limit — setting traffic limits for individual devices.
  • 📊 Usage statistics — activity graphs by day and hour.
⚠️ Attention: If the list shows devices with unknown names (for example, android-123456 or Unknown Device), this could be a sign of neighbors or malware connecting. Check MAC- addresses of such devices through search engines - often they can be used to identify the manufacturer.
📊 Which Xiaomi router do you have?
Mi Router 4A
AX3600
AX6000
Redmi Router
Another

2. Viewing via the router's web interface (192.168.31.1)

If you don't have access to the mobile app or prefer to work through a browser, you can use router web interfaceThis method is universal and works on all models. Xiaomi, including outdated firmware versions. The login address is standard: 192.168.31.1 (or miwifi.com), but may differ if you have changed your network settings.

Step-by-step instructions:

  1. Open any browser (Chrome, Firefox, Edge) on a device connected to the router's network.
  2. Enter in the address bar 192.168.31.1 and press Enter.
  3. Log in using your router login and password (default - admin/admin, if you haven't changed them).
  4. Go to the section Devices or DHCP (depending on the firmware version).
  5. On the tab Connected Devices You will see a table with active clients.

The web interface provides more detailed information than the mobile app:

Parameter Description
Host Name Device name (eg. iPhone-12-Pro or Xiaomi-11T).
MAC Address Unique physical address (example: A4:12:42:XX:XX:XX).
IP Address Local IP assigned by the router (eg. 192.168.31.105).
Connection Time Network connection time (useful for identifying late night connections).
⚠️ Attention: In some firmware Xiaomi The device list is updated with a delay of up to 5 minutes. If you just connected a device, refresh the page in a few minutes or reboot the router.

Reset the router using the Reset button (hold for 10 seconds)|

Check your cable connection (Wi-Fi may be disabled)|

Disable VPN or proxy in your browser|

Try a different browser (for example, Firefox in incognito mode)|

Make sure that the router's IP address has not changed (check via ipconfig (in Windows)-->

3. Using Telnet/SSH for Advanced Users

If standard methods do not show a complete list of devices (for example, due to custom firmware or failures), you can use console commands through Telnet or SSHThis method requires technical skills, but provides the most accurate information, including hidden connections.

Before you begin, make sure that:

  • 🔧 On the router Telnet/SSH access is enabled (in security settings).
  • 💻 Do you have a client program (PuTTY for Windows or built-in terminal in Linux/macOS).
  • 🔑 You know the login and password for access (by default - root/admin).

Instructions for Telnet:

1. Connect to the router via IP (for example, 192.168.31.1) through port 23.

2. Enter your login and password.

3. Run the command to view the ARP table:

cat /proc/net/arp

or for a list of DHCP clients:

cat /tmp/dhcp.leases

4. To see active connections in real time, use:

watch -n 1 "cat /proc/net/arp"

Important: In some firmware versions Xiaomi Telnet access is disabled by default. To enable it, you may need to install alternative firmware (e.g. OpenWRT), which will void the warranty.

What to do if Telnet doesn't connect?

If the router does not respond to port 23, check:

1. Is Telnet enabled in the settings (Advanced → System Tools → Telnet/SSH).

2. Is your router's firewall or antivirus software on your PC blocking access?

3. It is possible that the router firmware does not support Telnet (this applies to new models) AX6000 And AX9000).

In this case, only the web interface or mobile application remains.

4. Third-party network monitoring utilities

If built-in tools Xiaomi If you are not satisfied with it, you can use it specialized programs for network analysis. They not only show connected devices but also visualize traffic, detect data leaks, and even identify hacking attempts.

Top 3 utilities for Windows, macOS And Android:

  • 🖥️ Wireshark - professional packet analyzer (shows All devices on the network, including hidden ones). Difficult for beginners, but provides maximum control.
  • 📱 Fing (for smartphones) - scans the network in seconds, identifies the device manufacturer by MAC-address, checks open ports.
  • 🌐 GlassWire — monitors traffic in real time with convenient graphs. Suitable for identifying "traffic thieves."

Example of use Fing on Android:

  1. Install the app from Google Play.
  2. Connect to your Wi-Fi network.
  3. Click "Scan" - in 10-20 seconds you will receive a list of all devices with their IP, MAC and the manufacturer.
  4. Click on a suspicious device to see open ports and possible vulnerabilities.
⚠️ Attention: Third-party utilities may show more devices than the router's web interface. This is because they scan the entire local network, not just DHCP clients. For example, if a neighbor connected to your Wi-Fi but didn't receive IP-address, the router won't display it, but Wireshark or Fing — will show.

5. Why doesn't the router show all devices?

Sometimes the list of connected devices in the interface Xiaomi turns out to be incomplete. This may be due to several reasons, some of which are easily remedied:

Main reasons:

  • 🔄 Data caching — The router isn't able to update the list. Solution: Restart the router or refresh the page after 5 minutes.
  • 📡 Devices are connected to the guest network - they may be displayed separately or not displayed at all (depending on the model).
  • 🔌 Direct cable connection — Some routers show wired and wireless devices in different sections.
  • 👻 Hidden devices - gadgets with disabled DHCP (manual IP) or using MAC-spoofing.
  • 🛠️ Firmware malfunction — It's rare, but it does happen that after an update the router stops displaying the list correctly.

If the problem persists, try:

  1. Update the router firmware to the latest version (via Mi Wi-Fi or web interface).
  2. Reset to factory settings (attention: all data will be lost!).
  3. Use third-party utilities (as described in the previous section).

6. How to block unknown devices?

If you find unfamiliar gadgets online, you can block them in several ways. The most reliable is MAC address filtering, but temporary blocking via the app will also work.

Method 1: Blocking via Mi Wi-Fi

  • Open the list of devices in the application.
  • Tap on the unknown gadget.
  • Select Block or "Disable".
  • Set the blocking time (forever or for a few hours).

Method 2: Filtering by MAC in the web interface

  1. Go to your router's control panel (192.168.31.1).
  2. Go to Advanced → Security → MAC Filter.
  3. Add MAC-address of unknown device to blacklist.
  4. Save the settings and reboot the router.

Method 3: Change your Wi-Fi password

If you suspect that your neighbors have connected to your network, the most radical method is change passwordTo do this:

  1. In the web interface, go to Settings → Wi-Fi Settings.
  2. Enter a new password (we recommend using WPA3 and a combination of 12+ characters).
  3. Save the changes - all devices will be disconnected and will need to reconnect.
⚠️ Attention: Blocking by MAC-the address is not 100% protection, because MAC can be forged. For reliability, combine this method with changing the password and disabling WPS.

7. Common mistakes and how to avoid them

When checking connected devices, users often encounter common problems. Here's how to prevent them:

Error Cause Solution
The router does not open 192.168.31.1 The router's IP address has changed or there is a conflict with another device. Check your current IP via ipconfig (Windows) or ifconfig (Linux/macOS)
The device list is empty, although gadgets are connected DHCP server failure or display function disabled Reboot your router or check the settings in DHCP → Client List
Unknown devices reappear after being blocked The device changes MAC-address or vulnerability is used Update firmware and turn on AP Isolation (client isolation)
The Mi Wi-Fi app doesn't detect the router. The router is not linked to the account Mi Account or reset Rebind the router in the settings or reset it to factory settings.

Another common problem is - device duplication in the list. This happens if the gadget is connected to both the main and guest networks or has multiple network interfaces (for example, a smartphone with the Wi-Fi Direct). To avoid confusion, disable unnecessary connections.

FAQ: Answers to Frequently Asked Questions

Is it possible to see connected devices without access to the router?

Yes, but with limitations. You can use third-party utilities like Fing or Angry IP Scanner, which scan the local network from your device. However, they will only show devices that are on the same network segment as you. If the router separates networks (for example, guest and main), you won't see devices from a different subnet.

Why are some devices showing up as "Unknown"?

This happens if the device does not broadcast its name (Hostname) when connecting or uses a random MAC-address (function MAC Randomization in modern smartphones). To identify such a device, compare it MAC- an address with a manufacturer database (the first 6 characters are unique for each brand). For example, B8:27:EB - This Raspberry Pi, A 78:31:C1Xiaomi.

How do I check who is connected to my Wi-Fi if I'm not at home?

For remote monitoring, please set up remote access to the router via the app Mi Wi-Fi or turn on DDNS in the web interface. An alternative option is to use cloud services like TeamViewer to connect to a home PC, from which you can then access the router panel. Important: Remote access increases the risk of hacking, so use complex passwords and two-factor authentication.

Is it possible to limit the speed for individual Xiaomi devices?

Yes, in firmware Xiaomi there is a function QoS (Quality of Service), which allows you to limit the speed by IP or MAC-address. To do this:

  1. Log into your router's web interface.
  2. Go to Advanced → QoS.
  3. Add a rule for the desired device, specifying the download/upload limit.

The limitation only applies to traffic passing through the router. If the device is connected to another router or using mobile data, QoS will not apply.

What should I do if my Xiaomi router doesn't show a list of devices after updating?

This is a known issue with some firmware versions. Try:

  • Roll back to the previous firmware version (if a backup is available).
  • Reset the router to factory settings (button Reset).
  • Use third-party utilities to scan the network.

If the problem persists, please contact support. Xiaomi indicating the router model and firmware version.