How to Remove All Bluetooth Devices on Xiaomi: 5 Ways to Work

Stored Bluetooth devices on Xiaomi smartphones accumulate over time as digital garbage: old headphones, fitness bracelets, smartwatches or speakers remain in the systemโ€™s memory even if you have not used them for a long time. This not only clutters the list of available devices, but can also cause connection conflicts, slow scanning or even automatic reconnection to irrelevant gadgets. For example, if your Redmi Note 12 stubbornly clings to a neighborโ€™s column instead of the new Xiaomi Buds 4 Pro, the problem is precisely caches.

In this article, weโ€™ll look at all the possible ways to remove Bluetooth devices on Xiaomi devices, from manually cleaning through the MIUI menu to radically resetting network settings. Weโ€™ll focus on the nuances for different firmware versions (including MIUI 14 and HyperOS), and solve typical problems like gray devices that donโ€™t get removed in the standard way. If youโ€™re faced with a smartphone โ€œforgettingโ€ a device just removed or it reappears after a reboot, hereโ€™s the solution.

Why You Should Remove Old Bluetooth Devices

At first glance, unnecessary entries on the list of connected gadgets seem harmless, but in practice they create a number of problems:

  • ๐Ÿ” Slow scanning: The more devices in memory, the longer Xiaomi is looking for new ones. For example, connecting to the Mi Band 8 can take up to 30 seconds instead of the usual 5-10.
  • ๐Ÿ”„ Autoconnect to irrelevant gadgets: A smartphone can cling to an old Mi Portable Speaker speaker instead of new headphones if it was once a priority.
  • ๐Ÿ› ๏ธ Profile conflicts: Some devices (e.g. Xiaomi Smart Door Lock) require exclusive connection.
  • ๐Ÿ”‹ Increased battery consumption: Background scans and attempts to connect to dead devices eat up to 5โ€“7% of the charge per day.

In addition, MIUI has a bug (current for versions 12.5โ€“14.0.5) where a remote device can return to the list after a reboot or system update, which is due to caching data in the Bluetooth Stack module, and we will discuss the solutions to this problem in the section on resetting.

โš ๏ธ Note: If you use Xiaomi to connect to your car system (e.g. Android Auto or CarPlay via Bluetooth), removing the device will result in the loss of all stored media settings and contacts. โ†’ Google โ†’ Backup.

Method 1: Manual removal via Bluetooth menu

The most obvious method is to remove each device manually, which is suitable if you have no more than 10-15 records, the instructions are relevant for all Xiaomi, Redmi and POCO smartphones on MIUI 12-14 and HyperOS:

  1. Open Settings (the gear icon on the main screen).
  2. Go to Connections and Sharing โ†’ Bluetooth.
  3. Activate Bluetooth if it is turned off (the slider at the top).
  4. In the list of "Conjugated devices" tap on the desired gadget.
  5. Click Unpair (or the basket icon in HyperOS).
  6. Confirm the action in the pop-up window.

To speed up the process, you can use the selection mode (available in MIUI 14 and later):

  • ๐Ÿ“Œ Tap and hold any device in the list.
  • ๐Ÿ“Œ A checkbox will appear โ€“ mark all unnecessary gadgets.
  • ๐Ÿ“Œ Slip the basket icon in the upper right corner.

If the device is not removed (button is inactive or error occurs), try:

Turn off Bluetooth and turn it back on.

Reboot your smartphone

Remove the device in Safe Mode (press the power button โ†’ "Safe Mode")

Update the firmware to the latest version-->

โš ๏ธ Note: On some models (Xiaomi) 12T, Redmi K50) After deleting the device, it may remain on the list marked "Unconnected." This is a visual bug - the data is actually erased. To remove the record, clear the Settings app cache (Settings). โ†’ Annexes โ†’ Application management โ†’ Settings โ†’ Warehouse โ†’ Clear the cache).

Method 2: Reset Bluetooth settings (without data loss)

If manual deletion doesnโ€™t work or devices come back after rebooting, apply a targeted reset of the Bluetooth module.This method does not affect other smartphone settings (Wi-Fi, mobile network, accounts), but completely clears all associated devices and cache.

Instructions for MIUI:

  1. Open the Settings. โ†’ The phone.
  2. Tap All settings (or additional settings in HyperOS).
  3. Select Settings Reset.
  4. Click Reset Bluetooth settings (in some firmware, the item is called Network Reset โ€“ then it will reset Wi-Fi!).
  5. Confirm the action with a password or pattern lock.

For HyperOS (new Xiaomi 14, Redmi Turbo 3 models):

  1. Go to Settings โ†’ Connections and Sharing โ†’ Bluetooth.
  2. Slip on the three dots in the top right corner.
  3. Select Reset Bluetooth settings.
Xiaomi modelThe Way to Reset BluetoothNotes
Redmi Note 11/12, POCO X4/X5Settings โ†’ Additional โ†’ Resetting โ†’ Resetting BluetoothYou may need to enter. PIN-code
Xiaomi 13/13T, Mix Fold 2Settings โ†’ About the phone โ†’ Resetting โ†’ Reset BluetoothIn some firmware, the item is hidden - use the search by settings
Xiaomi 14, Redmi K70 (HyperOS)Settings โ†’ Connections โ†’ Bluetooth โ†’ โ‹ฎ โ†’ ResetResets and settings LE Audio

After discharge:

  • ๐Ÿ”„ Reboot your smartphone (required!).
  • ๐Ÿ” Go to Settings. โ†’ Annexes โ†’ Application management โ†’ Bluetooth and clear the cache.
  • ๐Ÿ“ฑ Try to connect the desired device again.
๐Ÿ“Š What version? MIUI/HyperOS You're using it?
MIUI 12 or older
MIUI 13
MIUI 14
HyperOS
I don't know.

Method 3: Cleaning through ADB (for power users)

If standard methods don't work, you can use ADB (Android Debug Bridge) commands to remove even those devices that are stuck in the system, and this requires connecting the smartphone to the computer.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/macOS/Linux.
  • ๐Ÿ”Œ Cable USB (better-than-original).
  • ๐Ÿ“ฆ Installed drivers Xiaomi and ADB Tools.
  • ๐Ÿ”ง Included debugging by USB on a smartphone (Settings) โ†’ The phone. โ†’ Version. MIUI โ€” Slip 7 times; then Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).

Step-by-step:

  1. Connect your smartphone to your PC and allow debugging (in the pop-up window on your phone, click Allow).
  2. Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
  3. Enter the command to check the connection: Adb devices should appear serial number of your Xiaomi.
  4. Run the command to clean all Bluetooth devices: adb shell pm clear com.android.bluetooth
  5. Reboot your smartphone: adb reboot

If the command fails (Operation not allowed error), try an alternative method:

adb shell


su




rm /data/misc/bluedroid/bt_config.conf




exit




exit

โš ๏ธ Note: Su commands require root rights. On most Xiaomi smartphones, they can be obtained through unlocking the bootloader and installing Magisk, but this voids the warranty).

๐Ÿ’ก

Before using ADB, back up your data via Settings โ†’ Additional โ†’ Backup and Reset. In rare cases, cleaning a Bluetooth module can reset your mobile network settings.

Method 4: Complete reset of network settings (radical method)

If nothing works, you'll have to completely reset your network.

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

How to do this:

  1. Open Settings โ†’ About the phone โ†’ Reset settings.
  2. Select Network Settings Reset (or Wi-Fi, Mobile Network, and Bluetooth Reset in HyperOS).
  3. Confirm the action with a password / pattern lock.
  4. Wait for the reboot (it will take 1-2 minutes).

After discharge:

  • ๐Ÿ”„ Connect to Wi-Fi again.
  • ๐Ÿ”Š Set up the parameters of the mobile network (APN Usually restored automatically).
  • ๐ŸŽง Connect the right Bluetooth devices.
What to do if the mobile Internet does not work after resetting?
If your mobile network is missing after reset, check your settings. APN: 1. Go to Settings. โ†’ SIM-maps and mobile networks โ†’ [Yours. SIM] โ†’ Access points (APN). 2. Press Reset to default values. 3. If it didn't help, manually add APN your operator (options can be found on the provider's website, for example, for MTS: Internet.mts.ru). 4. Reboot your smartphone.

Method 5: Remove through the Engineering Menu (for advanced)

Xiaomi smartphones have a hidden engineering menu where you can reset Bluetooth settings at a low level, which helps if devices โ€œghostlyโ€ return after being removed or reset.

Instructions:

  1. Open the Phone app.
  2. Enter the combination: ##4636### The Testing menu will open.
  3. Select Phone Information (or Usage Statistics in some firmware).
  4. Scroll down and find the Bluetooth section.
  5. Click Bluetooth Reset (or Clear BT Pairing Devices).
  6. Confirm the action and restart the smartphone.

Alternative code for new models (Xiaomi 13/14, Redmi K60):

##232338##

โš ๏ธ Warning: Do not change other options in the engineering menu unless you know what they are intended for! Incorrect settings can lead to network loss or overheating of the processor. TX Power can bring the wireless module out of order.

Solving Typical Problems After Removal

Even after successfully cleaning Bluetooth devices, Xiaomi users face a number of challenges, including the most common and ways to solve them:

Problem.Reason.Decision
Devices return after rebootingBluetooth module cache not clearedClear the cache via ADB (adb shell pm clear com.android.bluetooth) or manually (Settings โ†’ Applications โ†’ Bluetooth โ†’ Storage โ†’ Clear the cache)
Cannot connect to a new device.Profile conflict or outdated firmware Bluetooth moduleUpdate your smartphone firmware and reset your Bluetooth settings
The smartphone does not find the deviceDisabled detection mode or bug in MIUITurn on Visibility for All in the Bluetooth settings on the plug-in. If it doesn't work, reboot both devices.
Permanent connection breaksEnergy saving limits BluetoothAdd Bluetooth app to optimization exceptions: Settings โ†’ Battery โ†’ Battery Optimization โ†’ All apps โ†’ Bluetooth โ†’ No restrictions

If after all the manipulations the problem remains, check:

  • ๐Ÿ”‹ Battery charge: At level below 15% MIUI Automatically disables power-intensive modules, including Bluetooth.
  • ๐Ÿ“ฆ Firmware updates: In older versions MIUI (below 12.5) there are bugs with Bluetooth 5.0+. Update through Settings โ†’ The phone. โ†’ Updating the system.
  • ๐Ÿ› ๏ธ Hardware malfunctions: If the smartphone does not find any devices, the Bluetooth module may be damaged. Check it through the engineering menu (#4636## โ†’ Bluetooth Test).

๐Ÿ’ก

If none of these things work, the problem may be the hardware, and if you do, go to Xiaomi Service Center, and it costs 1,500 to 3,000 to repair a Bluetooth module. โ‚ฝ model-wise.

FAQ: Frequent questions

Can I remove Bluetooth devices without resetting?
Yes, in most cases manual removal through the Bluetooth menu or clearing the module's cache is sufficient. Use Method 1 or Method 3 (ADB) for selective cleaning.
Why does the device appear on the list again after deleting?
It's a famous bug. MIUI, file-caching bt_config.conf. Solution: Remove the device in the standard way. Clear the Bluetooth cache through Settings โ†’ Annexes โ†’ Bluetooth โ†’ Storage. Reboot your smartphone. If it doesn't work, use the Method. 3 (ADB).
How to remove Bluetooth devices on Xiaomi Watch or Mi Band?
For Xiaomi wearables, the procedure is different: Open the Mi Fitness or Zepp Life app. Go to the device profile (e.g. Mi Band 8). Tap to Disable the device or Delete. Confirm the action. On the watch/bracelet itself, you can't remove the smartphone from the list of associated devices - this is done only through the application.
Will a Bluetooth reset affect NFC or Wi-Fi?
No, the Bluetooth reset does not affect: NFC (payment, tags) module; Wi-Fi settings (if you use a targeted Bluetooth reset rather than a full network); Mobile network data (SIM, APN); Exception is Method 4 (full network reset), which resets all wireless connections.
Can remote Bluetooth devices be restored?
No, when you delete or reset, the pairing data is permanently erased. However, you can: Reconnect the device (you need to reconfirm the pairing); Reset the settings from the backup (if it was created before deleting); MIUI backups only store application data, but not Bluetooth system settings.