How to Remove Unnecessary Bluetooth Devices on Xiaomi: 5 Proven Ways

The list of paired Bluetooth devices on Xiaomi, Redmi or POCO smartphones grows over time to dozens of items: old headphones, colleaguesโ€™ fitness bracelets, car radios or randomly connected speakers. These โ€œdeadโ€ devices do not just clutter the menu โ€” they can slow down the search for new gadgets, cause conflicts when connecting, and even drain the battery due to background scanning. In this article, we will examine all the ways to clean the list, including hidden MIUI functions and technical methods for advanced users.

Complicating the problem is that Xiaomi regularly changes the layout of the settings in new versions of the shell.What worked on MIUI 12 may not work on MIUI 14 or HyperOS. We tested all methods on the current firmware in 2026 and highlighted universal solutions that will suit most models, from the budget Redmi Note 12 to the flagship Xiaomi 14 Ultra.

Why itโ€™s important to remove unnecessary Bluetooth devices

At first glance, the old devices on the pairing list seem harmless, but they affect the Bluetooth Low Energy (BLE) module and overall connectivity stability, and these are the key issues that come up with a cluttered list:

  • ๐Ÿ”‹ Increased battery consumption: Bluetooth uses energy to scan and try to connect to inaccessible devices. On some Xiaomi models, this increases the consumption by 5-12% in standby mode.
  • ๐Ÿ” Slowing down search: When you turn on Bluetooth, your smartphone consistently polls all the stored devices. The more of them, the longer it takes to discover new gadgets.
  • ๐Ÿ”„ Connection conflicts: If there are devices with the same names on the list (for example, Mi Band 5 from different users), the system may connect to the wrong gadget.
  • ๐Ÿ›ก๏ธ Security risks: Stored devices can be used for Bluetooth attacks (e.g. BlueBorne) if an attacker gains physical access to them.

On Xiaomi smartphones with Qualcomm Snapdragon 8 Gen 2 chips (such as the Xiaomi 13T Pro), the problem is more pronounced due to the aggressive optimization of the power consumption of the Bluetooth module. In some cases, users complain of spontaneous disconnection of headphones or speakers precisely because of an overloaded pairing list.

๐Ÿ“Š How often do you clean the list of Bluetooth devices on your smartphone?
Never cleaned.
Six months
Only when problems arise
After each new connection

Method 1: Standard removal via MIUI settings

The simplest method, which works on all Xiaomi smartphones regardless of the MIUI or HyperOS version, is suitable for removing individual devices without resetting all settings.

  1. Open the Settings app (the gear icon on the home screen).
  2. Go to Connections and Sharing (HyperOS can be called Bluetooth and Devices).
  3. Slip on Bluetooth.
  4. In the list of associated devices, find the unnecessary and click on the icon โš™๏ธ (squirrels near his name.
  5. Select the option to Delete or Forget this device (depending on the firmware version).
  6. Confirm the action in the window that appears.

If the gear icon is missing, try holding your finger on the device name for 2-3 seconds โ€“ in some versions of MIUI, the context menu with the option of deleting opens.

Check the MIUI/HyperOS version in the settings

Take a screenshot of the list of devices (in case of an error)

Disable important gadgets (earphones, smartwatches) before removing

Charge your smartphone at least 30%

-->

โš ๏ธ Note: On some models (e.g, POCO F5) After removing the device, it may be necessary to restart the smartphone for the changes to take effect. Otherwise, the gadget may again appear in the list after re-enabled Bluetooth.

Method 2: Mass removal through developer modes

If the list of devices is full to the limit (more than 20 positions), it is irrational to delete them one by one, in which case the hidden reset function of all pairings available through the Developer Mode will help.

You can activate it like this:

  1. Open the Settings. โ†’ The phone.
  2. Find the MIUI version and tap it 7 times in a row. You will be notified of becoming a developer!
  3. Return to the main settings menu and open the section Additional โ†’ For developers (the HyperOS path may differ: Settings โ†’ System โ†’ Advanced settings โ†’ Developer settings).
  4. Scroll down and find the option to Reset Bluetooth settings (or Clear the list of conjugated devices).
  5. Confirm the reset and restart the smartphone.

This method removes all stored devices, including current connections (earphones, smartwatches, car systems), and after resetting, they will have to be paired again.

Xiaomi modelThe Way to Reset BluetoothNeed a reboot?
Xiaomi 13/14, Redmi Note 12Settings โ†’ Additional โ†’ For developers โ†’ Reset Bluetooth settingsYes.
POCO F4/F5Settings โ†’ System โ†’ Advanced โ†’ Developer settings โ†’ Clear the Bluetooth listNo.
Redmi 10C, Redmi A2Settings โ†’ About Phone โ†’ MIUI Version (7 taps) โ†’ Back โ†’ Additional โ†’ Reset BluetoothYes.
Xiaomi Pad 6Settings โ†’ Connections โ†’ Bluetooth โ†’ โ‹ฎ (menu) โ†’ Resetting settingsNo.

๐Ÿ’ก

If the Bluetooth reset option is not in the developer menu, upgrade to the latest version of the firmware. In older builds of MIUI 11 and below, this feature may be hidden.

Method 3: Remove via ADB (for power users)

If standard methods donโ€™t work (e.g., the device doesnโ€™t get deleted due to a crash), you can use Android Debug Bridge (ADB), which requires connecting the smartphone to your computer, but is guaranteed to clear the list even in cases of software errors.

Instructions for Windows/macOS/Linux:

  1. Download and install ADB Tools (or use the platform-tools from Android Studio).
  2. Activate USB Debugging in the developer settings (see Method 2).
  3. Connect your smartphone to your computer via USB and select File Transfer mode.
  4. Open the command line (or Terminal) and type:
adb devices

(Your device name should appear with authorized status.)

adb shell pm clear com.android.bluetooth

This command resets all Bluetooth settings, including the list of devices.

To remove a particular device from its MAC-use the address:

adb shell settings delete global bluetooth_devices_list
adb shell settings put global bluetooth_devices_list "[]"

โš ๏ธ Attention: Teams ADB This can cause you to lose all saved Wi-Fi passwords on some firmware MIUI. Before execution, export backup through Settings โ†’ Google โ†’ Backup.

What if the ADB canโ€™t see the device?
If the adb device command returns an empty list: 1. Check if debugging is enabled by USB 2. Install drivers for your Xiaomi model (you can download it on the Xiaomi website). 3. Try another one. USB-cable (preferably original). 4. Reboot your smartphone and computer. 5. On Windows, run the command prompt on behalf of the administrator and execute: adb kill-server adb start-server

Method 4: Clean Bluetooth cache via Recovery

If a smartphone starts to โ€œglueโ€ after updating the firmware or connecting a new device, the problem may lie in the damaged cache of the Bluetooth module. Cleaning through Recovery Mode helps in 80% of cases when standard methods are powerless.

Step-by-step:

  1. Turn off your smartphone.
  2. Press the button combination to enter Recovery: For most models: Volume up + Power. For POCO F3/F4: Volume down + Power. For Xiaomi 12T and newer: Volume up + Volume down + Power.

Wipe & Reset

Clearing the data

Wipe Cache Partition

Wipe Data

Confirm the action and wait for the process to be completed.

Reboot

This method does not remove the devices themselves from the list, but resets the temporary data of the Bluetooth module, which often solves connection problems. After cleaning the cache, it is recommended to manually remove unnecessary devices through settings (see Method 1).

๐Ÿ’ก

Cleaning the Bluetooth cache via Recovery is the only way to return the module to work if the smartphone stopped seeing any devices after updating the firmware.

Method 5: Reset all network settings (extreme case)

If none of the methods worked, and Bluetooth problems persist (for example, the smartphone does not find new devices or constantly loses connection), you will have to resort to a complete reset of network settings.

  • ๐Ÿ“ถ All saved Wi-Fi networks and their passwords.
  • ๐Ÿ”— List of associated Bluetooth devices.
  • ๐Ÿ“ก Mobile network settings (APN).
  • ๐Ÿ“ Geolocation data (if network location services were used).

Instructions:

  1. Open Settings โ†’ Connections and Sharing โ†’ Resetting.
  2. Select Network Settings Reset (or Wi-Fi, Mobile Network, and Bluetooth Reset).
  3. Enter. PIN-code or pattern lock for confirmation.
  4. Wait for the process to be completed and restart the smartphone.

After the reset, you'll have to do it again.

  • ๐Ÿ”‘ Enter passwords from Wi-Fi.
  • ๐ŸŽง Hide all Bluetooth devices.
  • ๐Ÿ“ฑ Set up mobile internet (APN It is usually restored automatically).

โš ๏ธ Note: On smartphones with HyperOS (such as Xiaomi 14), resetting network settings can also delete your data.SIM. If you are using a virtual SIM-map, pre-save its profile in the operator's application.

How to prevent the accumulation of unnecessary devices

To avoid having to clean the Bluetooth list regularly, follow these rules:

  • ๐Ÿšซ Opt out of automatic connection to public devices (such as in cafes or transport). In Bluetooth settings, turn off the option of Autoconnect to known devices.
  • ๐Ÿ”„ Check the list regularly (every 1-2 months) and remove devices you donโ€™t use, especially temporary connections (rented bikes, hotel speakers).
  • ๐Ÿ”’ Use Bluetooth Private Mode (available on the Internet) MIUI 14+). It hides your device from scanning and blocks unauthorized connections.
  • ๐Ÿ“ฑ Update the firmware. In new versions. MIUI HyperOS improved Bluetooth control system, including automatic cleaning of unused devices.

On Xiaomi smartphones with Snapdragon 8+ Gen 1 and later (such as Xiaomi 13 Pro or Redmi K60), there is an additional Bluetooth optimization feature in the battery settings. Turn it on so that the system automatically turns off device search in the background.

๐Ÿ’ก

If you frequently connect to other devices (such as taxis), create a separate user profile on your smartphone through Settings โ†’ System โ†’ Multiplayer mode.

FAQ: Frequent questions about removing Bluetooth devices on Xiaomi

Can a remote Bluetooth device be restored?
No, once you delete the device, it disappears from the list without any recovery, you have to re-pair it as if you were connecting it for the first time, except if you have a backup of the MIUI settings created before you delete it (e.g., through Settings โ†’ Google โ†’ Backup), in which case the recovery of the copy will return all the saved devices.
Why does the device appear on the list again after deleting?
This is a typical MIUI problem associated with Bluetooth data caching. Solutions: Reboot your smartphone after deleting. Clear the Bluetooth app cache through Settings โ†’ Applications โ†’ Application Management โ†’ Bluetooth โ†’ Clear the cache. If the problem recurs, reset Bluetooth settings through Developer Mode (see Method 2). On some models (e.g., POCO X3 Pro), it helps to disable the Quick Connection feature in Bluetooth settings.
How to remove a device that is not responding (for example, broken headphones)?
If the gadget is turned off or broken but remains on the list, try: Remove it in the standard way (see Method 1). If you do not succeed, proceed to the next step. Use ADB for forced removal (see Method 3). For a short time, turn on Flight Mode, then try to delete again. If nothing helps, reset all Bluetooth settings through Developer Mode. For Mi Band or Xiaomi Smart Band devices, additionally delete them through the Mi Fitness application (Profile โ†’ My devices).
Will a Bluetooth reset affect NFC or Wi-Fi?
No, the Bluetooth reset does not affect other wireless modules, but some Xiaomi models (such as the Redmi Note 11 Pro+) may require re-activation of Wi-Fi Direct or Mi Share in connection settings after reset.
How to remove a Bluetooth device on Xiaomi with root rights?
If you have root, you can manually edit a file with Bluetooth data: Install a root-enabled file manager (like Root Explorer). /data/misc/bluedroid/. Delete the files bt_config.conf and bt_config.conf.bak. Warning: Incorrect editing of system files can result in the loss of all network settings or bootloop ( loop boot). TWRP.