Xiaomi Redmi smartphones are known for their stable work with wireless devices, but even they sometimes βforgetβ to turn off unnecessary gadgets from the Bluetooth list. The accumulation of old connections not only clutters the menu, but can also cause conflicts with new pairings β for example, when a speaker or headphones refuse to connect due to βghostβ entries in the memory of the phone. In this article, we will analyze all the current ways to remove devices, including hidden settings MIUI, and also solve typical problems like βinvisibleβ gadgets or errors βfailed to remove the deviceβ.
The Redmi feature (unlike the flagship Xiaomi or POCO) is a simplified Bluetooth menu, where some options are hidden behind additional gestures. For example, in Redmi Note 12 and later, removing the device requires not only pressing the cart icon, but also confirming the action in the system resolutions, we will show how to get around these nuances, and also what to do if the phone βdoes not seeβ the delete button or the device appears again after rebooting.
Why itβs important to remove unnecessary Bluetooth devices
Every Bluetooth device stored in your phone's memory takes up not only a place on the list, but also system resources. Here are 3 key reasons to clean your connections regularly:
- π Battery savings: background scanning of older devices consumes up to 5-7% Charge per day (according to Xiaomi tests on Redmi) 10 note 11).
- π Connection conflicts: if 10 are stored in memory+ devices, new gadgets can connect with a delay or require manual profile selection.
- π‘οΈ Security: Outdated pairings (such as those with rented speakers or other peopleβs headphones) increase the risk of Bluetooth attacks such as BlueBorne.
In addition, MIUI 14 and later has a limitation: if there are more than 15 devices on the list, the system automatically turns off the most rarely used devices, which can lead to loss of communication with the smartwatch or fitness bracelet Mi Band at the most inopportune time.
β οΈ Note: Removing the device from Bluetooth does not reset the settings on the gadget itself. For example, if you remove Redmi Buds 4 from your phone, their firmware and custom settings (such as the equalizer) will remain. To completely reset the headphones will require a separate procedure (press the power button for 10 seconds).
Method 1: Standard removal via Bluetooth settings
This is the basic method that works on all Redmi models from Note 7 to Redmi 13C. The instructions are relevant for MIUI 12-14:
- Open Settings β Bluetooth (or swipe down the notification panel and hold the Bluetooth icon).
- Turn on Bluetooth if it's off.
- Find the device you want to remove in the list and tap the gear. βοΈ (Or hold your finger on the name of the gadget in the old versions. MIUI).
- Choose Remove (or Forget this device in translation of some firmware).
- Confirm the action in the pop-up window.
If the Remove button is inactive or absent, check:
- π Is the device currently connected (unplug it before removing it).
- π± Whether the firmware has been updated (in MIUI 13.0.4 was an error with the gray color of the button - fixed in 13.0.6).
- π οΈ Is the developer mode with restrictions on changing settings activated (check Settings) β The phone. β Version. MIUI, tap 7 times).
Disconnect the gadget from Bluetooth
Close all apps that use the connection (such as Spotify or Mi Fit)
Check out MIUI updates in Settings β About Phone β System Update
Reboot your phone if the βDeleteβ button doesnβt appear-->
Method 2: Remove via Application Permissions (for hidden devices)
Sometimes devices don't appear in the main Bluetooth list, but they continue to connect automatically.
- π§ Redmi AirDots headphones that were paired through the Mi app AI.
- π Car multimedia systems (e.g. Android Auto in Redmi) K50).
- π Smart rings or bracelets connected via Mi Fitness.
To remove such devices:
- Go to Settings β Applications β Permissions β Bluetooth.
- Find the app that connected the device (such as Mi Fit for fitness bracelet).
- Slip it and select Turn off Bluetooth or Reset permissions.
- Go back to the main Bluetooth menu and check if the device has disappeared from the list.
β οΈ Note: Once permissions are reset, the application may need to re-authorize. For example, Mi Fit will request geolocation and notification access again. If you use a Xiaomi Watch, you will have to re-synchronize your steps and pulse data after you delete it.
Headphones
Column
Smart watch/bracelet
Automotive system
Game controller
Other-->
Method 3: Reset Bluetooth settings (if the device is not removed)
If standard methods donβt work and the device continues to appear on the list after the reboot, resetting the Bluetooth module will help, which does not affect other phone settings, but will delete all stored devices:
- Open Settings β System and device β Resetting settings.
- Select Network Settings Reset (in some firmwares β Wi-Fi, mobile network, and Bluetooth Reset).
- Confirm the action with a password or pattern lock.
- After the phone is restarted, all Bluetooth devices will be removed.
This method also solves the problems:
- π Permanent communication breaks (for example, when the headphones are turned off every 5 minutes).
- π Distorted sound in speakers or headphones after updating MIUI.
- π± Inability to connect new devices (the error is βToo many connected devicesΒ»).
| Model Redmi | Max: Number of Bluetooth devices | Is reset required to remove "stuck" gadgets |
|---|---|---|
| Redmi 9/9A/9C | 12 | Yes (in 30% of cases) |
| Redmi Note 10/11 | 15 | No (exception: devices connected via Mi AI) |
| Redmi K40/K50 | 20 | No. |
| Redmi 12/13 | 15 (MIUI 14 limitation) | Yes (if the device is added via Quick Settings) |
π‘
If the device still appears on the list after resetting Bluetooth, check if it is connected via another profile (e.g. as an Audio Device and as a Keyboard Input Device).
Method 4: Remove via ADB (for power users)
If the device is "ghostly" after all the manipulations, you can use the Android debugging bridge (ADB), which requires a computer and the developer mode is turned on:
- Activate Developer Mode (go to Settings β About Phone β MIUI version, tap 7 times).
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect your phone to your PC, install it. ADB-Drivers and open the command line.
- Enter the command to view the list of devices: adb shell settings get global bluetooth_devices You'll see the list in format ["MAC-address1","MAC-address2"].
- Remove the unnecessary device from it MAC-address (replace) XX:XX:XX:XX:XX:XX Adb shell settings put global bluetooth_devices "[]" This command clears the entire list. To remove one device, use: adb shell settings put global. bluetooth_devices "[\"AA:AA:AA:AA:AA:AA\",\"CC:CC:CC:CC:CC:CC\"]" (List the ones you need. MAC-comma addresses).
After completing the commands, restart the phone β otherwise the changes may not take effect due to the MIUI cache.
What if the ADB canβt see the device?
Solving common errors in removal
Even after successful removal of the device, problems can arise. Here are typical scenarios and solutions:
| Mistake. | Reason. | Decision |
|---|---|---|
| Failed to remove device | The device is actively used by the application (for example, Mi Music or Google Maps) | Close all applications through Recent and try again |
| The device appears again after restarting | Saved in MIUI cache or connected via Mi AI | Clear the cache in Settings β Applications β Bluetooth β Storage |
| Remove button is inactive | The device is connected as an audio device and an input device at the same time | Disable both profiles in Bluetooth settings |
| Too many connected devices | Exceeded the limit (15+ devices in MIUI 14) | Remove unused devices or reset (Method 3) |
If none of the methods worked, check:
- π² Updates MIUI: Redmi Note 11 on the MIUI 13.0.1 was a critical bug with Bluetooth, fixed in 13.0.4.
- π§ Power saving settings: If the Bluetooth Background Restriction mode is enabled, the devices may not be removed. β Battery β Choice of applications.
- π οΈ Hardware problems: If the Bluetooth module is physically damaged (for example, after a fall), the devices may stick in the memory. Check the module's performance using the test ##4636## (select Device Information). β Bluetooth).
How to prevent automatic connection of remote devices
After removal, some gadgets (especially Xiaomi and Redmi) try to connect again when Bluetooth is turned on next.
- Turn off autoconnection in the gadget settings: For Redmi Buds: press the touchpad for 5 seconds before the beep. For Mi Band: in the Mi Fitness app, go to Device Profile β Settings β Auto Connection.
Add the device to the blacklist
MIUI 14
Settings β Bluetooth β Additional β Blacklist of devicesLimit background activity
Mi AI
Settings β Applications β Permissions Management β AutorunRedmi Note 12 and later also has Connection Priority, which allows you to block automatic pairing for selected devices.
Settings β Connections and Sharing β Bluetooth β Additional β Connection Priority