How to remove the device from Bluetooth on Xiaomi Redmi smartphones: all ways + problem solving

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:

  1. Open Settings β†’ Bluetooth (or swipe down the notification panel and hold the Bluetooth icon).
  2. Turn on Bluetooth if it's off.
  3. 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).
  4. Choose Remove (or Forget this device in translation of some firmware).
  5. 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:

  1. Go to Settings β†’ Applications β†’ Permissions β†’ Bluetooth.
  2. Find the app that connected the device (such as Mi Fit for fitness bracelet).
  3. Slip it and select Turn off Bluetooth or Reset permissions.
  4. 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:

  1. Open Settings β†’ System and device β†’ Resetting settings.
  2. Select Network Settings Reset (in some firmwares – Wi-Fi, mobile network, and Bluetooth Reset).
  3. Confirm the action with a password or pattern lock.
  4. 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 RedmiMax: Number of Bluetooth devicesIs reset required to remove "stuck" gadgets
Redmi 9/9A/9C12Yes (in 30% of cases)
Redmi Note 10/1115No (exception: devices connected via Mi AI)
Redmi K40/K5020No.
Redmi 12/1315 (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:

  1. Activate Developer Mode (go to Settings β†’ About Phone β†’ MIUI version, tap 7 times).
  2. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  3. Connect your phone to your PC, install it. ADB-Drivers and open the command line.
  4. 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"].
  5. 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?
1. Check if debugging is enabled by USB and whether File Transfer is selected when connecting to a PC. 2. ADB-driver SDK Platform Tools (download the latest version from the Android site). 3. Try another firmware version: in MIUI 14.0.3 was a locking error ADB-commands for Bluetooth. 4. Use an alternative method via Fastboot (requires an unlocked bootloader).

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 deviceThe 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 restartingSaved in MIUI cache or connected via Mi AIClear the cache in Settings β†’ Applications β†’ Bluetooth β†’ Storage
Remove button is inactiveThe device is connected as an audio device and an input device at the same timeDisable both profiles in Bluetooth settings
Too many connected devicesExceeded 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.

  1. 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 devices

Limit background activity

Mi AI

Google

Settings β†’ Applications β†’ Permissions Management β†’ Autorun

Redmi 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

FAQ: Frequent questions about removing Bluetooth devices on Xiaomi Redmi

Can I remove the device without turning off Bluetooth?
Yes, but only if the gadget is not currently connected. If the device is active (for example, music is playing), first turn it off, then delete. In MIUI 14, the option Remove the next time you disconnect is introduced, which activates automatically when you manually break the connection.
Why don’t Redmi AirDots headphones reconnect after being removed?
This is a feature of the firmware of the headphones, and when you remove them from the phone, you have to reset them to the factory settings: put both headphones in the case, then press the touch button for 15 seconds before the red light flashes, and then they will be visible for the new connection.
How to remove a device if it doesn’t appear in the Bluetooth list but connects automatically?
It's probably a hidden profile. Try: Install the Bluetooth Auto Connect app from Google Play, which shows all the stored devices, including hidden ones. Use ADB (Method 4) to clean the list. Reset the network settings (Method 3). If nothing helps, the device could be tied through Mi Account (relevant to Mi Band and Xiaomi Watch). Untie it in the web account:.xiaomi.com β†’ Device Management.
Will a Bluetooth reset affect your Wi-Fi or mobile network connection?
No, resetting Network Settings (Method 3) only affects: List of Bluetooth devices, saved Wi-Fi networks (you'll have to re-enter passwords), Settings VPN And access points. Mobile network (SIM-maps), Mi Account details and apps will remain unchanged.
Can a remote Bluetooth device be restored without re-pairing?
No, after deleting the connection data is erased from the phone’s memory. To use the gadget again, you will have to pair again (usually you need to hold the button on the device in search mode), except for devices with fast connection (for example, Google Fast Pair), which can restore communication automatically when you first turn on Bluetooth.