How to find out who is connected to the access point on Xiaomi: all ways

Have you noticed that the Internet on Xiaomi has become slower, or suspect that your access point has been connected by outsiders? In this article, we will analyze all the current ways to check the list of devices connected to a Wi-Fi hotspot or router via a Redmi smartphone, POCO or Mi. It does not matter whether you use an integrated Internet distribution function or an external router, we will show you how to identify β€œextra” gadgets and block them.

Note that the methods differ depending on whether you check your own access point on your smartphone (modem mode) or connect to a Xiaomi router (for example, Mi Router 4A or AX3600). Also note that some methods require administrator rights or special applications.

1. Check connected devices through Xiaomi settings (modem mode)

If you’re sharing the internet from your smartphone (Access Point or Modem Mode), the easiest way to see the list of connected gadgets is to look at the system settings, which works on all Xiaomi, Redmi and POCO models with MIUI 12-14 shells, including the latest firmware from 2026.

Instructions:

  • πŸ“± Open the Settings app (cog icon).
  • πŸ” Go to the section Network and Internet β†’ Access Point/Modem Modem.
  • πŸ‘₯ Click on Connected Devices (or Device Management in older versions) MIUI).
  • πŸ“‹ You will see a list of the names of the gadgets, their MAC-addresses and connection times.

Check if the access point is on in the notification panel

Update the page by pulling the screen down

Reset the modem modem (turn off and turn on again)

Make sure that at least one device is connected to the point.-->

In this menu, you can block unfamiliar devices by clicking on the cross next to the name or select the option to Disable Connection. Note: Some models (such as the POCO F5 or Redmi Note 12 Pro+) show not only active connections, but also history over the past 24 hours.

πŸ’‘

If the list contains strange names like "android_1234" or "iPhone-5s", It could be neighbors who have logged in by mistake. Change the password from the access point to a more complex one. 12 symbols with numbers and special signs).

2. View devices on the Xiaomi router via Mi Wi-Fi

If you are using a Xiaomi router (Mi Router) 4C, AX1800, AX6000 And so, the connected devices are checked through the Mi Wi-Fi app (formerly Mi Router), which gives you more information than the smartphone settings, and you'll see not only the names of the gadgets, but also the names of the gadgets. IP-Addresses, traffic volume, and even device models (if defined by the system).

Step-by-step:

  1. Download the Mi Wi-Fi app from Google Play or the App Store (for iOS).
  2. Sign in with the same Mi Account that is linked to the router.
  3. On the main screen, tap the name of your Wi-Fi network.
  4. Go to the Devices tab (or Connected Clients in English).

In this section you can:

  • πŸ”’ Block the device (option to disable access).
  • ⏳ Limit speed for a particular gadget (helpful if someone eats up all traffic).
  • πŸ“Š View usage statistics for the day/week/month.
  • πŸ”„ Prioritize your device (e.g., for a game console or Smart) TV).
What if the router is not displayed in Mi Wi-Fi?
1. Make sure the smartphone is connected to the network of this router. 2. Check if the router settings have enabled the mode "Cloud management" (Settings β†’ Additional β†’ Cloud). 3. Reboot the router (Reset button on the back). 4. Update the router's firmware through the web interface (192.168.31.1).

3. Use of the router web interface (192.168.31.1)

If the Mi Wi-Fi app is unstable or you prefer the classic method, you can go to the router control panel through the browser, which is suitable for all Xiaomi models, including the Mi Router 3G, 4Q and AX9000.

How to open a list of devices:

  1. Connect your smartphone or computer to the router network.
  2. Open your browser and type in the address bar 192.168.31.1 (or miwifi.com).
  3. Enter the login and password (by default – admin and password from the sticker on the router).
  4. Go to the Devices section or DHCP-Customers (depending on the firmware version).

In the web interface you will see a table with the following data:

ParameterDescription
Name of deviceThe name of the gadget (may appear as "Unknown" if not defined).
MAC-addressUnique identifier (example: 00:1A:2B:3C:4D:5E).
IP-addressLocal address on the network (for example, 192.168.31.102).
Type of connectionWi-Fi 2.4 GHz / 5 GHz or Ethernet.
Time to connectWhen was the last time the device connected to the network?

πŸ’‘

Not only can you see devices in the web interface, but you can also set up static IPs for them (DHCP β†’ Address Reservations), which is useful if you want to always assign the same IP to a gadget (for example, for port forwarding).

Important: if there are devices with names on the list "Xiaomi_XXXX" or "Redmi_XXXX", But you don't recognize them, they could be your guests' gadgets (e.g., Mi Band fitness bracelets or Mi Smart Speaker speakers.

4. Third-party applications for network analysis

If standard methods don’t give a complete picture (for example, they don’t show hidden devices), you can use specialized utilities that scan the local network and identify all active hosts, including those that can be hidden in the router settings.

Top.-3 apps:

  • πŸ” Fing shows devices, open ports, and even vulnerabilities on the network.
  • πŸ“‘ Network Analyzer – Scanning Wi-Fi and LAN, Determine the manufacturers of the devices MAC-address.
  • πŸ›‘οΈ WiFi Guard – compares current connections to the β€œwhite list” and alerts about new gadgets.

Example of working with Fing:

  1. Download the app from Google Play.
  2. Start the network scan (Refresh button).
  3. Click on any device to see the details: MAC, IP, manufacturer and open ports.
  4. If you find a suspicious gadget, block it through the router (as described in section 2).

Fing

Network Analyzer

WiFi Guard

Other

Not using.-->

Warning: Some applications (like NetCut) allow you to not only view, but also disconnect devices from the network, which can be regarded as interference with someone else's network and violation of the law in some countries.

5. Checking through the command line (for advanced users)

If you are familiar with the basics of networking, you can manually scan the network using ping and arp commands. This method works without installing additional applications, but requires access to the terminal (on Android – via Termux or ADB).

Instructions for Xiaomi:

  1. Install Termux from Google Play.
  2. Enter the command to scan the local network: for ip in $(seq 1,254); do ping -c 1 192.168.31.$ip | grep "bytes from" & done
  3. Look at the table. ARP, see MAC-addresses of active devices: cat /proc/net/arp

The result will look something like this:

IP address       HW type     Flags       HW address            Mask     Device


192.168.31.1     0x1         0x2         00:11:22:33:44:55     *        wlan0




192.168.31.100   0x1         0x2         AA:BB:CC:DD:EE:FF     *        wlan0

Determine the manufacturer of the device by MAC-address, use services like MAC Vendors, like the address. 78:11:DC:XX:XX:XX It belongs to Apple, and B4:5D:50:XX:XX:XX β€” Xiaomi.

πŸ’‘

If you check the network frequently, save commands to a text file and run them through sh script.sh in Termux.

6. How to block foreign devices

Found an unfamiliar gadget online? Here are 3 ways to block it:

Method 1. via Mi Wi-Fi (for Xiaomi routers):

  • πŸ“± Open the Mi Wi-Fi app.
  • πŸ‘₯ Go to the Devices section.
  • 🚫 Click on the suspicious device and select Block.

Method 2. Through the router's web interface:

  • 🌐 Get in to 192.168.31.1.
  • πŸ”’ Go to Security. β†’ Blacklist.
  • πŸ“ Add in. MAC-device address on the blocked list.

Method 3: Change the Wi-Fi password:

  • πŸ”‘ Change the network password in the router settings (Settings) β†’ Wi-Fi).
  • πŸ“± Reconnect only your devices.

πŸ’‘

Lock-in MAC-The address is not the most reliable method, since an experienced user can substitute the address. MAC. For full protection, use cover. SSID + password-plate WPA3 + guest-network.

⚠️ Note: if you block the device by MAC-address, but it keeps appearing online, perhaps someone is spoofing MAC (In this case, only a complete flashing of the router or replacing the equipment will help.

7. Frequent mistakes and how to avoid them

When checking connected devices, Xiaomi users often face the following problems:

Error 1: The list of devices is not updated

πŸ”Ή Reason: Mi Wi-Fi app cache or router sync failure.

πŸ”Ή Decision:

  • πŸ”„ Restart the router (reset button or via web interface).
  • πŸ—‘οΈ Clear the Mi Wi-Fi app cache in Android settings.
  • πŸ“₯ Update the router to the latest version.

Error 2: Listing "ghost" devices

πŸ”Ή Reason: Router keeps in memory DHCP-licks (rented) IP) even after the devices are turned off.

πŸ”Ή Decision:

  • ⏳ Wait 24 hours – the router will automatically clear inactive records.
  • πŸ”§ Manually update the list DHCP-clients in the web interface.

Error 3: You can't lock the device

πŸ”Ή Reason: You do not have administrator rights on the network (for example, if the router has configured the provider).

πŸ”Ή Decision:

  • πŸ”‘ Check with the provider login / password to access the settings.
  • πŸ”„ Reset the router to factory settings (reset button for 10 seconds).

⚠️ Note: If you can’t go to the settings on 192.168.31.1 after resetting your router, check the sticker on the back – some Xiaomi models (e.g. Mi Router) 4A Gigabit is using another one. IP, e.g. 192.168.0.1.

FAQ: Answers to Frequent Questions

Can I see connected devices without root rights?
Yes, all of the methods described (Xiaomi, Mi Wi-Fi, router web interface) work without root rights. Superuser rights can only be needed for advanced network utilities like NetGuard or Packet Capture.
Why does the list of devices show β€œUnknown”?
This means that the router could not determine the name of the gadget by its MAC-It's often found on altered devices. MAC Or old gadgets. To identify a device like this, look at it. IP Check which ports are open (via the Fing app).
How do I know who is connected to my Xiaomi hotspot if I am not at home?
If you have a Xiaomi router that supports cloud management (such as the AX3600 or AX6000), you can: Open the Mi Wi-Fi app and check the list of devices remotely. Enable notifications for new connections in the router settings (Security β†’ Alerts). For access points on your smartphone, remote verification is impossible β€” you need to physically open the phone settings.
Can I track the location of a device connected to my network?
No, the router or the Xiaomi smartphone can't determine the geolocation of the connected device. MAC-address, name and IP. Location tracking requires special services (e.g. Google Find My Device), but they only work if the target device is geolocated and linked to the account.
What if a neighbor hacks into my Wi-Fi and connects without permission?
Follow this algorithm: Change your password to a complex one immediately (at least 12 characters, with numbers and special signs); turn on MAC filtering in your router settings (let only your devices connect); upgrade your router firmware to the latest version (remove vulnerabilities); disable WPS (an outdated protocol that is easy to crack); if the problem recurs, contact your provider to check the network for leaks.