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:
- Open Settings (the gear icon on the main screen).
- Go to Connections and Sharing โ Bluetooth.
- Activate Bluetooth if it is turned off (the slider at the top).
- In the list of "Conjugated devices" tap on the desired gadget.
- Click Unpair (or the basket icon in HyperOS).
- 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:
- Open the Settings. โ The phone.
- Tap All settings (or additional settings in HyperOS).
- Select Settings Reset.
- Click Reset Bluetooth settings (in some firmware, the item is called Network Reset โ then it will reset Wi-Fi!).
- Confirm the action with a password or pattern lock.
For HyperOS (new Xiaomi 14, Redmi Turbo 3 models):
- Go to Settings โ Connections and Sharing โ Bluetooth.
- Slip on the three dots in the top right corner.
- Select Reset Bluetooth settings.
| Xiaomi model | The Way to Reset Bluetooth | Notes |
|---|---|---|
| Redmi Note 11/12, POCO X4/X5 | Settings โ Additional โ Resetting โ Resetting Bluetooth | You may need to enter. PIN-code |
| Xiaomi 13/13T, Mix Fold 2 | Settings โ About the phone โ Resetting โ Reset Bluetooth | In some firmware, the item is hidden - use the search by settings |
| Xiaomi 14, Redmi K70 (HyperOS) | Settings โ Connections โ Bluetooth โ โฎ โ Reset | Resets 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.
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:
- Connect your smartphone to your PC and allow debugging (in the pop-up window on your phone, click Allow).
- Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
- Enter the command to check the connection: Adb devices should appear serial number of your Xiaomi.
- Run the command to clean all Bluetooth devices: adb shell pm clear com.android.bluetooth
- 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:
- Open Settings โ About the phone โ Reset settings.
- Select Network Settings Reset (or Wi-Fi, Mobile Network, and Bluetooth Reset in HyperOS).
- Confirm the action with a password / pattern lock.
- 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?
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:
- Open the Phone app.
- Enter the combination: ##4636### The Testing menu will open.
- Select Phone Information (or Usage Statistics in some firmware).
- Scroll down and find the Bluetooth section.
- Click Bluetooth Reset (or Clear BT Pairing Devices).
- 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 rebooting | Bluetooth module cache not cleared | Clear 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 module | Update your smartphone firmware and reset your Bluetooth settings |
| The smartphone does not find the device | Disabled detection mode or bug in MIUI | Turn on Visibility for All in the Bluetooth settings on the plug-in. If it doesn't work, reboot both devices. |
| Permanent connection breaks | Energy saving limits Bluetooth | Add 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.