How to turn off WiFi Probe protection on Xiaomi routers: a complete guide with risks and alternatives

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:

  1. Privacy: Packets contain the MAC- address of the router, which theoretically allows you to track its location.
  2. Interference: Active scanning can interfere with neighboring networks, especially in apartment buildings.
  3. 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.
πŸ“Š Have you ever tried to turn off the WiFi Probe on your router?
Yes, successfully.
Yeah, but it didn't work.
No, but I want to try.
No, I don't need that.

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:

  1. Open the router's web interface at 192.168.31.1 (or miwifi.com).
  2. Go to Settings β†’ Additional β†’ WiFi settings.
  3. Press F12 (or Ctrl+Shift+I in Chrome) and open the Console tab.
  4. Enter: document.cookie=challenge=1;location.reload(); and click Enter. the page will update, a hidden menu will appear.
  5. Now go to Settings β†’ Advanced β†’ Wireless network.
  6. Find the 802.11k/v/r Support option and turn it off.
  7. 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:

  1. Go to the web interface (192.168.1.1).
  2. Go to the Wireless Network β†’ Basic settings.
  3. 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):

  1. Go to the β†’ Scheduled Tasks.
  2. Find a task called wifi scan or autochannel.
  3. Turn it off or delete it.

3. OpenWRT firmware

On OpenWRT, WiFi Probe is managed via configuration files. You will need access via SSH:

  1. Connect to the router via SSH (for example, via PuTTY or Terminal).
  2. Open the WiFi configuration file: vi /etc/config/wireless
  3. Find the option line ieee80211k '1' and replace '1' with '0'.
  4. Similarly, change ieee80211v and ieee80211r.
  5. 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:

  1. Download the WiFi Analyzer (Android) or NetSpot (iOS/macOS) app.
  2. Scan the ether and select the least loaded channel (e.g. 1, 6 or 11 for 2.4 GHz).
  3. 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_mode

If the output has lines with 802.11k: disabled or 802.11v: disabled, the function is disabled.

3. With Wireshark

For a thorough check:

  1. Install Wireshark on your computer.
  2. Run packet capture on the WiFi interface.
  3. Filter traffic by wlan.fc.type_subtype == 0x04 (this is Probe Request).
  4. 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 restartingThe firmware resets the configurationUpdate your firmware or use cron to automatically apply your settings after a reboot
Smart devices have stopped connectingNo support for 802.11r (Fast Transition)Turn back 802.11r, leaving 802.11k/v off
WiFi speed has dropped by 2 timesRouter doesn't optimize channelManually select a channel with minimal interference
I can’t find hidden settings in MiWiFi.Xiaomi has removed them in a new version of the firmwareUse 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:

  1. Return the WiFi Probe settings back.
  2. Update the router to the latest version.
  3. Try alternative optimization methods (e.g. splitting 2.4 GHz and 5 GHz networks).
❓ Will WiFi Probe Disconnection Speed Up My Internet?
Not necessarily. The function itself does not consume much traffic (usually <1% of total bandwidth). However, in busy networks (e.g., apartment buildings), turning it off can stabilize the connection if the router switches channels too often. πŸ”§ Use Qos (traffic prioritization). πŸ“Ά Go to 5 GHz (if devices support). πŸ”„ Update router firmware.
❓ Can I turn off WiFi Probe for 2.4 GHz only, leaving it at 5 GHz?
Yes, in Padavan and OpenWRT firmware, 802.11k/v/r settings are set separately for each band. There is no such distinction in standard MiWiFi firmware, the shutdown affects both networks. If you need to leave the WiFi Probe only for 5GHz: Reflash the router on Padavan. In 5GHz settings, leave 802.11k/v/r on. For 2.4GHz, turn them off.
❓ Will Xiaomi block the router for changing settings?
No, Xiaomi does not block devices for disabling WiFi Probe or other legal configuration changes. However: 🚫 The warranty can be canceled if you use unofficial firmware (Padavan, OpenWRT). ⚠️ If critically incorrect settings, the router can lock (reset will be required). πŸ”„ Firmware updates through the official MiWiFi center can reset your settings. If you are afraid of losing the warranty, it is better not to resort to custom firmware, but to use hidden settings of the standard MiWiFi.
❓ What Xiaomi models support WiFi Probe shutdown?
The feature can be disabled on most modern Xiaomi routers, but the methods are different: Model Standard firmware Padavan/OpenWRT Mi Router 3/3G/3C Through hidden settings Yes, full support for Mi Router 4/4A/4C Only on older versions Yes, full support AX1800/AX3600/AX6000 No (Blocking Xiaomi) Yes, but Mi Router 4Q (R4A) via SSH Yes on newer models (AX9000, BE7000) The shutdown can be blocked at the kernel level, in which case only the alternative firmware remains.
❓ Is there a risk that the router will become vulnerable to hackers after shutdown?
No, WiFi Probe is not a security feature. Turning off this feature does not weaken your network's security. However: πŸ”’ Make sure you have WPA3 encryption enabled (or at least WPA2-AES). πŸšͺ Disable WPS and UPnP in router settings. πŸ”„ Regularly update your firmware (even if you have disabled WiFi Probe). If you're concerned about security, it's best not to disable the feature for that, it doesn't affect vulnerabilities.