Why your laptop doesn’t see your Xiaomi router: a complete guide to diagnosing and fixing a problem

You turned on a Xiaomi router and your laptop stubbornly refuses to "see" it on the list of available networks? This problem is more common than it seems - and the reasons can lie in the settings of the router itself, and in the parameters of the laptop operating system. In 80% of cases, the malfunction is solved without calling the wizard, but to do this, you need to pinpoint the source of the conflict.

In this article, we will discuss all possible reasons why the laptop does not see Wi-Fi from Xiaomi – from banal (for example, a disabled adapter) to specific (incompatibility standards). 802.11 lock-in MAC-You will receive step-by-step instructions for Windows, macOS and Linux, as well as a table of compatibility of Xiaomi routers with different laptops. 4A/4C/AX3000, The most common ones are the β€œculprits” of these problems.

Before you go into technical manipulation, answer two questions:

  1. Does the router see other devices (smartphones, tablets)?
  2. Is it just one laptop problem or all of them?

This will help narrow down the search for faults.

1. Check the basic settings of the Xiaomi router

Start with the obvious: perhaps the problem isn’t with the laptop, but with the router itself. Xiaomi routers have a few pitfalls that users often forget:

  • πŸ“‘ Hidden network mode (SSID): If the router settings activated the option to Hide the network (Hide) SSID), The laptop will not be able to detect it without manually entering the name.
  • πŸ”„ Double frequency (2.4/5 GHz: Some Xiaomi models, for example, AX3600) Default divides networks into two if the laptop does not support 5 GHz, it won't see the corresponding network.
  • πŸ”’ Filtration MAC-Addresses: The router control panel can include a β€œwhite list” of devices where MAC-The address of your laptop is simply missing.

To check these parameters:

  1. Connect to the router via cable or other gadget (smartphone).
  2. Open the control panel at 192.168.31.1 (or miwifi.com for new models).
  3. Go to the Wi-Fi section β†’ Setting up Wi-Fi and make sure that:
  • Hide the network option is off.
  • Both frequencies (2.4 GHz and 5 GHz) are included, or at least the one supported by the laptop.
  • There are no restrictions in the MAC Filtering section (or your laptop is added to the list).
πŸ“Š What kind of Xiaomi router do you have?
Mi Router 4A
Mi Router 4C
AX1800
AX3000/AX3600
Other

Important! After the changes, remember to save the settings and reboot the router with the Reboot button in the control panel. Sometimes the changes only apply after the device is physically restarted (shut down the power for 10 seconds).

2. Diagnostics of the Wi-Fi adapter on a laptop

If the router is working correctly and other devices are connecting without problems, it is the laptop's fault. The first thing to check is the health of the Wi-Fi adapter and its drivers.

On Windows:

  1. Press Win + X β†’ Device Manager.
  2. Deploy the Network Adapters tab.
  3. Find a device called Wireless, Wi-Fi, or 802.11 (like Intel Wi-Fi 6 AX200).
  4. If there is a light next to the adapter ⚠️ β€” The driver is not working correctly. Right-click. β†’ Update the driver.

On macOS:

  1. Open About This Mac. β†’ System report.
  2. Go to the Network section β†’ Wi-Fi.
  3. Check status: If it says Disabled, turn on the adapter with the button Enable Wi-Fi in the menu bar.

On Linux (Ubuntu/Debian):

lspci | grep -i wireless # Check for adapter


sudo lshw -C network # Detailed information about network devices

β˜‘οΈ Checking the Wi-Fi adapter

Done: 0 / 4

Critical information: If there is no adapter in the Device Manager at all, it is a hardware problem (the Wi-Fi module is disconnected or burned), in which case the laptop needs repair.

3. Wi-Fi Standards Conflict: 802.11n/ac/ax

One of the most common reasons why a laptop doesn't see a Xiaomi router is because wireless standards are incompatible.

  • The router only works in 802.11ax mode (Wi-Fi 6), and the old laptop supports a maximum of 802.11ac.
  • In the settings of the router, only 5 GHz mode is enabled, and the laptop can only work with 2.4 GHz.
  • The laptop adapter does not support the 160 MHz channel width that some Xiaomi AX models use by default.

Decision:

  1. Go to the router control panel (192.168.31.1).
  2. Go to Wi-Fi. β†’ Additional settings.
  3. Set the following settings: Network Mode: 802.11 b/g/n/ac (universal) Channel width: 20/40 MHz (instead of 80 MHz or 160 MHz) Channel: Auto or manually select 1–11 (for 2.4 GHz)

Save the settings and restart the router.

Xiaomi router modelSupported standardsMax. channel widthCompatibility with older laptops
Mi Router 4A802.11n (2.4 GHz)40 MHzβœ… Great.
Mi Router 4C802.11ac (5 GHz) + 802.11n (2.4 GHz)80 MHz⚠️ Possible problems with laptops until 2015
AX1800802.11ax (Wi-Fi 6)160 MHz❌ Requires a laptop with Wi-Fi 6 (2019 and later)
AX3600802.11ax (2.4/5 GHz)160 MHz⚠️ You need to manually adjust the width of the channel

πŸ’‘

If your laptop is released before 2016, try manually setting the 802.11n standard in your router settings – this often solves the problem of network invisibility.

4. Blocking by MAC-password

Many Xiaomi users do not even suspect that the default router can be activated filtering MAC-Addresses or non-standard encryption, which causes the laptop to "not see" the network even though it is there.

How to check:

  1. In the router control panel (192.168.31.1) go to Wi-Fi β†’ MAC filter.
  2. If the function is enabled, turn it off or add it. MAC-address of your laptop (you can find it by ipconfig command) /all Windows or ifconfig on the macOS/Linux).
  3. Check the security type in the Wi-Fi settings section: βœ… Recommended: WPA2-PSK (AES) ❌ Troublesome: WPA3 (Not all old laptops support) ❌ Obsolete: WEP or TKIP

If you have WPA3 installed on your router and your laptop doesn't support it, change the encryption type to WPA2-PSK and save the settings, and then the network should appear on the list of available ones.

How do you know? MAC-notebook?
In Windows: press Win + R, enter cmd, then execute ipconfig /all - look for the physical address next to the Wi-Fi adapter. On macOS: open the Terminal and enter networksetup -listallhardwareports, then find Ethernet Address for Wi-Fi.

5. Problems with drivers or operating system

If the laptop doesn’t see any network (not just Xiaomi), the problem is almost certainly in the drivers or OS settings.

  • πŸ–₯️ Windows 10/11: After the system update, the Wi-Fi driver could "fly." Check in Device Manager - if the adapter appears as Unknown device, download the driver from the laptop manufacturer's website (not from Windows Update!).
  • 🍎 macOS: Sometimes resetting the Wi-Fi module helps. Do this in the Terminal: sudo ifconfig en0 down sudo ifconfig en0 up (replace) en0 Your interface, if it's different).
  • 🐧 Linux: The problem could be in the kernel or iwlwifi module. Update the system and reinstall the packages: sudo apt update && sudo apt install --reinstall firmware-iwlwifi

For Windows, it is also worth checking the WLAN autoconfiguration service:

  1. Press Win + R β†’ enter services.msc.
  2. Find the WLAN Autosetting Service.
  3. Make sure it is running and the type of startup is automatic.

πŸ’‘

If the network has not appeared after the driver update, try to roll back the driver to the previous version or install it manually from the official website of the laptop manufacturer (not through Windows Update!).

6. Hardware malfunctions: what to do if nothing helps

If you’ve tried all the ways, but your laptop still can’t see the Xiaomi router, there may be hardware problems.

  • πŸ”Œ Faulty Wi-Fi module in laptop (often found after falls or overheating).
  • πŸ“Ά A damaged router antenna (for example, after a thunderstorm or a power surge).
  • ⚑ Problems with the router's power supply (insufficient voltage leads to "cutting" the signal).

How to diagnose:

  1. For laptop: Connect an external USB Wi-Fi adapter. If it sees a network, the problem is in the internal module. Check if the Wi-Fi indicator on the laptop case (if any).

For the router:

  • Connect it to another power source (e.g., powerbank).
  • Check if the body is warming - overheating can turn off the signal transmission.

⚠️ Note: If the Xiaomi router smells like a haze or doesn't turn on at all, don't try to repair it yourself - it's dangerous! contact the service center (the warranty on Xiaomi routers is usually 12 months old).

For a laptop, repairing a Wi-Fi module will cost 1,500-4000 rubles (depending on the model). If a laptop is older than 5 years, it is sometimes cheaper to buy an external one. USB-adapter (from 500 rubles).

7. Specific problems of Xiaomi models

Some Xiaomi routers have unique bugs that are worth knowing about:

  • Mi Router 4A (R4A): Sometimes it loses networks after firmware, and the solution is a factory reset (Reset button for 10 seconds).
  • AX3600/AX3000: May conflict with laptops on Intel Wi-Fi 6 due to a mishandled 160 MHz implementation. The solution is to manually set the 80 MHz channel width.
  • Mi Router 4C: Some firmware has 5GHz bugs -- you can see the network, but you can't connect. Update the firmware through the Mi Wi-Fi App.

If you AX-series, also check the settings OFDMA (Wi-Fi section β†’ Sometimes, turning it off solves the problem of connecting old devices.

How to reset the Xiaomi router to factory settings?
1. Press and hold the Reset button (usually located on the back) for 10-15 seconds. 2. Wait until all the indicators start flashing at the same time. 3. Release the button - the router will reboot and reset. ⚠️ After resetting, all settings (including Wi-Fi password) will return to factory settings!

FAQ: Frequent questions

The laptop sees other networks, but it doesn't see Xiaomi. What's the matter?
Most likely, the problem is in the settings of the router: check if it is hidden SSID, whether both frequencies are on (2.4 GHz and 5 GHz) and whether there is no filtration by MAC-Also try changing the channel manually (e.g. from Car to 6 or 11).
After the Windows update, the laptop stopped seeing Wi-Fi.
The update could have β€œfly” the Wi-Fi driver. Go to Device Manager, find your adapter (possibly marked with an exclamation mark), right-click β†’ Update the driver β†’ Search for drivers on this computer β†’ Select a driver from the list. If this does not help, download the driver from the laptop manufacturer’s website.
Xiaomi's router flashes orange and the laptop can't see it. Is it a breakdown?
The orange indicator on Xiaomi usually means an internet connection problem (not Wi-Fi!). But if the network isn't visible at all, try: Turn the router off power for 30 seconds. Connect it to another power source (not through the power supply). USB!). Reset the settings with the Reset button. If the indicator keeps flashing orange, it may be faulty. WAN-port.
Can antivirus block the connection to Xiaomi?
Yes, some antiviruses (e.g. Kaspersky, Avast) have network protection modules that can block new connections. Try temporarily disabling antivirus or adding network to exceptions. Also check the Windows Firewall (Control Panel β†’ Firewall β†’ Allow program...).
The laptop sees Xiaomi's network, but it doesn't connect. What do you do?
This is another problem that is not related to "invisibility." Possible reasons: Wrong password (check the character register!), Incompatible type of encryption (change). WPA3 on WPA2). Conflict IP-addresses (include) DHCP Restriction on the number of devices (Xiaomi defaults to a limit of 32 devices) Try connecting from another device β€” if there is the same problem, reset the router to factory settings.