The WiFi Probe (or βWiFi probeβ) feature in Xiaomi routers is often a source of controversy among users, and on the one hand, it is designed to optimize the operation of the wireless network β the router actively scans the air, analyzes the load of channels and automatically switches to less busy frequencies. On the other hand, it leads to constant transmission of data packets even when devices are not active, which raises suspicions about privacy and increases the load on the network.
Owners of routers Xiaomi Mi Router 3/4/4A/4C/AX1800/AX3600 and other models often face a situation when the function interferes with the work of smart devices (for example, cameras or sensors Mi Home), interferes with neighboring networks or simply seems excessive. In this article, we will analyze how to turn it off on various firmwares β from standard MiWiFi to alternatives like Padavan or OpenWRT, and also assess the possible consequences.
What is WiFi Probe and why do you want to turn it off?
WiFi Probe technology (sometimes referred to as 802.11k/v/r) is a standard mechanism in modern routers that:
- π Scans the airwaves for other networks and devices.
- π‘ Optimizes the channel by switching to less loaded frequencies.
- π Manages roaming (smooth transition of devices between access points in mesh networks).
- π Collects statistics to improve performance.
In practice, this means that your Xiaomi router is constantly sending Probe Request packets, even if no device is connected to it. For some users, this becomes a problem for three reasons:
- Privacy: Packets contain the MAC- address of the router, which theoretically allows you to track its location.
- Interference: Active scanning can interfere with neighboring networks, especially in apartment buildings.
- Compatibility: Some smart devices (such as Xiaomi Mi Home cameras or Aqara sensors) donβt work well with the sensing enabled.
It is important to understand that WiFi Probe β is a surveillance feature, not a feature that transfers your personal data to Xiaomi or third parties, but it can be overactive, especially if you:
- π You live in a private home without a network.
- π΅ Use the router only for wired devices.
- π You have set up the network manually and do not need to be automatically optimized.
Official and informal ways to disconnect
How to deactivate WiFi Probe depends on the firmware of your router, and consider all options, from standard to alternative.
1. Standard MiWiFi firmware (no root rights)
The official MiWiFi firmware (China, global or Russian) does not have a direct switch to disable the sensing, but you can try to circumvent this restriction through hidden settings:
Disconnect all devices from WiFi| Connect to the router via cable | Backup settings in Settings β Additional β Backup | Make sure the firmware version is up to date
-->
Instructions for Mi Router 3/4/4A/4C/AX1800 models:
- Open the router's web interface at 192.168.31.1 (or miwifi.com).
- Go to Settings β Additional β WiFi settings.
- Press F12 (or Ctrl+Shift+I in Chrome) and open the Console tab.
- Enter: document.cookie=challenge=1;location.reload(); and click Enter. the page will update, a hidden menu will appear.
- Now go to Settings β Advanced β Wireless network.
- Find the 802.11k/v/r Support option and turn it off.
- Save the settings and restart the router.
β οΈ Warning: This method doesn't work on all firmware versions. Once the software is updated, the hidden settings may disappear and the procedure will have to be repeated.
2. Padavan firmware (alternative)
If your router is running Padavan (a popular custom firmware for Xiaomi), it is easier to turn off WiFi Probe:
- Go to the web interface (192.168.1.1).
- Go to the Wireless Network β Basic settings.
- Find the 802.11k/v/r block and uncheck all the ticks: π 802.11k Radio Resource Measurement π 802.11v Wireless Network Management π 802.11r Fast Transition
Apply
In Padavan, you can also disable background scanning (which partially duplicates the Probe feature):
- Go to the β Scheduled Tasks.
- Find a task called wifi scan or autochannel.
- Turn it off or delete it.
3. OpenWRT firmware
On OpenWRT, WiFi Probe is managed via configuration files. You will need access via SSH:
- Connect to the router via SSH (for example, via PuTTY or Terminal).
- Open the WiFi configuration file: vi /etc/config/wireless
- Find the option line ieee80211k '1' and replace '1' with '0'.
- Similarly, change ieee80211v and ieee80211r.
- Save the file (:wq in vi) and restart the network: wifi down & & wifi up
Manual control of channels
If the main complaint to WiFi Probe is frequent change of channels, fix them manually:
- Download the WiFi Analyzer (Android) or NetSpot (iOS/macOS) app.
- Scan the ether and select the least loaded channel (e.g. 1, 6 or 11 for 2.4 GHz).
- In the router settings (WiFi settings β Channel), set the selected channel and turn off the Auto.
3.Using the guest network
If the problem is only with certain devices (such as smart light bulbs), connect them to the guest network:
- π§ Guest WiFi is running in isolation and may not be using Probe as actively.
- π‘οΈ This will also improve the security of the main network.
π‘
Disabling WiFi Probe doesn't always solve the problem of interference. Often the real reason for slow WiFi is congestion with neighboring networks. Before changing your router settings, check for ether load using specialized applications.
How to check if WiFi Probe is disabled
To make sure that the function is actually deactivated, use one of the following methods:
1. via the web interface (Padavan/OpenWRT)
Just go back to the 802.11k/v/r settings and check that the ticks are removed.
2. via SSH (for power users)
Connect to the router and execute the command:
iwpriv wl0 get_modeIf the output has lines with 802.11k: disabled or 802.11v: disabled, the function is disabled.
3. With Wireshark
For a thorough check:
- Install Wireshark on your computer.
- Run packet capture on the WiFi interface.
- Filter traffic by wlan.fc.type_subtype == 0x04 (this is Probe Request).
- If packets continue to be sent, the function is still active.
β οΈ Warning: Some Xiaomi routers (e.g., AX6000) may ignore manual settings and turn on the WiFi Probe after rebooting, in which case only the modified core firmware (e.g., OpenWRT with a patch) will help.
Frequent Mistakes and How to Avoid Them
When disabling WiFi Probe, users often face typical problems:
| Mistake. | Reason. | Decision |
|---|---|---|
| Settings are not saved after restarting | The firmware resets the configuration | Update your firmware or use cron to automatically apply your settings after a reboot |
| Smart devices have stopped connecting | No support for 802.11r (Fast Transition) | Turn back 802.11r, leaving 802.11k/v off |
| WiFi speed has dropped by 2 times | Router doesn't optimize channel | Manually select a channel with minimal interference |
| I canβt find hidden settings in MiWiFi. | Xiaomi has removed them in a new version of the firmware | Use Padavan or roll back on old firmware |
If you notice that your router has started to overheat or reboot more often after you turn off the WiFi Probe, this may indicate:
- π₯ Increased CPU load (due to lack of channel optimization)
- πΆ Conflicts with neighboring networks (if the channel is selected unsuccessfully)
In this case:
- Return the WiFi Probe settings back.
- Update the router to the latest version.
- Try alternative optimization methods (e.g. splitting 2.4 GHz and 5 GHz networks).