How to completely remove device search on Xiaomi: disable, reset and hidden settings

Xiaomi’s Find Device feature is a useful tool for tracking a lost smartphone, but it sometimes becomes a cause for irritation, such as when the phone constantly sends location notifications, drains the battery or prevents the sale of a gadget. In this article, we will discuss all the ways to completely disable the search for a device, from standard settings to hidden commands through ADB and even hardware reset.

It’s important to understand that simply turning off the settings menu doesn’t always work. MIUI can automatically turn the feature back on after an update or reboot. We’ve tested the methods on Redmi Note 11, Poco X4 Pro, Xiaomi 13, and others with MIUI 12-14 firmware. If you plan to sell the phone or transfer it to another person, delete the Mi Account binding necessarily, otherwise the new owner will not be able to use the device.

Why Xiaomi Device Search Doesn't Turn Off Through Settings

Many users are faced with a situation when, after disabling Find Device in the menu, the function is activated again. MIUI:

  • πŸ”„ Automatic synchronization with Xiaomi servers – the system can turn the function back on when connecting to the Internet.
  • πŸ”’ Mi Account Linking – As long as the account is active, some security features remain enabled.
  • πŸ“± Manufacturer restrictions on some models (e.g. Xiaomi) 12T) Device search cannot be turned off without resetting.

Another reason is that you don't completely delete your data when you reset, and if you just ran Wipe Data through Recovery, but you didn't delete Mi Account through Fastboot, it may still be active, and this is especially true for FRP (Factory Reset Protection)-enabled devices.

πŸ“Š Have you ever tried to disable device search on Xiaomi?
Yeah, but it didn't work.
Yeah, it worked through the settings.
No, I haven't.
I don't know what that is.

Method 1: Standard shutdown via MIUI settings

The easiest method is to use the built-in options, which is suitable if you are not planning to sell the phone and want to temporarily deactivate the feature.

  1. Open Settings β†’ Google β†’ Security β†’ Find the device and turn off the slider.
  2. Return to the main settings menu and go to Settings β†’ Memory β†’ Find Device (or Additional β†’ Device Search depending on the version of MIUI).
  3. Turn off the option and confirm the action with a password from the Mi Account.

⚠️ Attention: On some firmware (MIUI 13 Global and later) after the shutdown, a notification may appear: "The function will be activated again in 24 hours for your safety." To avoid this, immediately after the shutdown:

  • πŸ“΄ Turn off mobile data and Wi-Fi for 5-10 minutes.
  • πŸ”„ Restart the device in Safe Mode (press the power button) β†’ "Restarting in Safe Mode").
  • πŸ”§ Check if the function has returned.

Turn off mobile internet|Delete your Google account (if you don’t need to)|Make a backup copy of the data|Battery charge > 50%-->

Method 2: Delete your Mi Account (completely disabling)

If you want to permanently remove your device search, you have to delete the attached Mi Account, which is the only way to guarantee that you will deactivate the feature, but it has consequences:

  • 🚫 You will lose access to cloud backups, themes and syncs.
  • πŸ”“ After deleting the account, the phone will be unlocked for the new owner (important when selling).
  • ⚠️ On some models (Poco) F3, Redmi K40) After deleting the account, a blocking may work FRP.

Instructions for removal:

  1. Go to Settings β†’ Accounts β†’ Mi Account.
  2. Click on the three dots in the upper right corner β†’ Delete your account.
  3. Confirm the action with a password and code from SMS.
  4. After removal, reset to factory settings (Settings β†’ About Phone β†’ Reset settings).

⚠️ Note: If you delete your account on a device with MIUI China ROM, You may need to be linked to a new account within 72 hours or your phone will be locked.

What to do if your account is not deleted?
If the system gives an error "Can't delete your account", try: 1. Connect to another Wi-Fi network (sometimes the lock is associated with IP). 2. Use ADB command: adb shell am start -n com.xiaomi.account/com.xiaomi.account.ui.UnbindActivity 3. Reset your phone via Fastboot with deletion of Mi Account (see Method 4).

Method 3: Disconnect via ADB (for advanced users)

If standard methods don't work, you can use Android Debug Bridge (ADB), which is suitable for devices with unlocked bootloader or root rights, the advantage of which is that the shutdown occurs at the system level, without resetting data.

Procedure:

  1. Enable Developer Mode (click 7 times on the MIUI version in Settings β†’ About Phone).
  2. Activate Debugging by USB in Settings β†’ Additional β†’ For developers.
  3. Connect your phone to your PC and execute commands: adb shell pm uninstall -k --user 0 com.miui.finddevice pm disable-user --user 0 com.xiaomi.findevice

Once you have completed the commands, restart the device. The search function will be disabled, but the MIUI update may bring it back. To avoid this, add com.miui.finddevice to the list of blocked packets through ADB:

adb shell cmd package block com.miui.finddevice

πŸ’‘

If the ADB search still works after the commands, check for updates for the com.miui.finddevice package in Settings β†’ Applications β†’ Application Management β†’ Three points β†’ Show system. Force it to stop and clear the cache.

Method 4: Fastboot Reset (to delete Mi Account without password)

If you forget your Mi Account password or your phone is locked, you can use hardware reset via Fastboot.This method deletes all data, including your account binding, but requires an unlocked bootloader.

Tools required:

  • πŸ–₯️ Computer with installed ADB and Fastboot.
  • πŸ”Œ Cable USB Type-C (original, stable connection).
  • πŸ“„ Fastboot firmware ROM For your model (download from the official website of Xiaomi).

Step-by-step:

  1. Turn off the phone and press Volume Down + Power to log into the Fastboot.
  2. Connect the device to the PC and check the connection with the command: fastboot devices
  3. Complete reset (delete Mi Account and all data): fastboot erase userdata fastboot erase frp fastboot reboot

⚠️ Note: On some models (Xiaomi) 11T, Redmi Note 10 Pro) may need to be re-activated via Mi Account after a Fastboot reset. If the phone asks for an old account, use password recovery.

πŸ’‘

Fastboot reset is the only way to delete Mi Account without knowing the password, but it only works on unlocked devices.

Method 5: Physically shutting down the module (extreme case)

If software methods don't work (e.g., on devices with corrupted firmware), you can physically disable the search module, a radical way that only works for power users or service centers.

What needs to be done:

  1. Disassemble the phone (Redmi and Poco usually require a mediator and a T3 screwdriver).
  2. Find the Wi-Fi/Bluetooth module (usually marked as WCN3990 or BCM4356) on the motherboard.
  3. Slash or cut the track leading to the antenna. GPS (On some boards, it is marked as GPS_LNA).

⚠️ Effects of consequences:

  • πŸ“‘ Stop working. GPS, Wi-Fi and Bluetooth.
  • πŸ”‹ Battery consumption may increase due to system errors.
  • πŸ› οΈ The guarantee will be cancelled.

This method is used in extreme cases, for example, if the phone is stolen and locked through Find Device, and other methods of unlocking do not work.

Table: Comparison of methods to disable search of Xiaomi device

MethodDifficultyUnlocking requiredDeleting the Mi AccountRecovered after discharge
Through MIUI settings⭐❌ No.❌ No.βœ… Yes.
Deleting Mi Account⭐⭐❌ No.βœ… Yes.❌ No.
ADB-teamβ­β­β­βœ… Yeah (bootloader)❌ No.⚠️ Maybe.
Reset via Fastbootβ­β­β­β­βœ… Yes.βœ… Yes.❌ No.
Physical shutdown⭐⭐⭐⭐⭐❌ No.βœ… Yeah (but breaks) GPS)❌ No.

Frequent Mistakes and How to Avoid Them

When you turn off your device search, you often have typical problems, and here are the most common ones and solutions:

  • πŸ”„ "The function is turned on itself after restarting" β†’ Use it. ADB to block the packet (Method 3) or delete the Mi Account (Method 2).
  • πŸ”’ "Not deleted account - writes 'network error'" β†’ Check your internet connection (mobile data is better) or change region in your account settings.
  • πŸ“± "After reset, asks for an old Mi Account" β†’ Run a reset via Fastboot with the fastboot erase frp command (Method 4).
  • ⚠️ "The phone is blocked after deleting the account" β†’ On devices with China ROM Link a new account within 72 hours.

Another common mistake is using informal firmware (like LineageOS or Pixel Experience), which may not work with Find Device, or even work at all. If you have custom firmware installed and want to return the original MIUI, use the Xiaomi Flash Tool with the official Fastboot ROM.

Can I turn off device search without deleting my Mi Account?
Yes, but not on all firmware. On MIUI Global and EEA, it is usually enough to turn off the function in the settings (Method 1). On China ROM, it can turn on back. Use ADB (Method 3) to guarantee shutdown.
What happens if you sell a phone with Find Device enabled?
The new owner will not be able to use the device, it will be locked through the Mi Cloud, and you will be able to track its location, which is a privacy violation.
Why did the device search for Recovery remain after resetting?
Recovery (Wipe Data) does not delete your Mi Account and FRP-For complete removal, use Fastboot (Method 4) or the official Mi Unlock Tool.
Can I turn off device search on Xiaomi smartwatches (Mi Band, Watch)?summary> Yes, but the process is different. For Mi Band 6/7 and Xiaomi Watch S1: Open the Mi Fitness app (or Zepp). Go to Profile β†’ Device β†’ Find the device and disable the feature. Delete the watch from your account if you plan to sell.
How to check if the search device is disabled?
There are three ways: Try finding the phone through Mi Cloud β€” if it doesn't show up, the feature is disabled. Enter the dialer code ##4636## and check the Device Admin status. ADB-command: adb shell dumpsys package com.miui.finddevice If the output has a line disabled, the function is deactivated.