How to untie the remote from the console Xiaomi: 4 proven ways (including hidden)

The Xiaomi Mi Box can be used in a variety of situations: you bought a used device with a previous owner’s remote, you want to connect a new remote, or the old one started to glittle after updating the firmware. Unlike TVs, where resetting the remote is often reduced to removing batteries, Xiaomi consoles use more complex pairing mechanisms, from standard Bluetooth to proprietary protocols in older models.

The main problem is that the manufacturer does not always document the unbundling process. In the official instructions for the Mi Box S, Mi Box 4K or Mi Box 4C, you will find a section on connecting the remote, but not on removing it. Meanwhile, improper actions (for example, trying to reset via Settings β†’ Bluetooth) can lead to a complete lockdown of the console control. In this article, we will discuss all working methods from the simplest to the technically complex, including hidden engineering commands.

1. Standard reset via console menu

If your Xiaomi console turns on and responds to the remote (though not the one you want to untie), start with this method.It works on most models, including the Mi Box S (MDZ-22-AB), Mi Box 4K and Mi Box 3.

Instructions:

  • πŸ“Ί Turn on the console and wait for the main screen to load.
  • πŸ”„ Go to Settings. β†’ Devices β†’ Bluetooth (on some firmware, the path may be different: Settings) β†’ Connections β†’ Remote and accessories).
  • πŸ” In the list of conjugate devices, find the current remote – it is usually marked as Mi Remote Controller or Xiaomi RCxxx (where xxx is the model).
  • ❌ Click on the basket icon or select Forget the device/Delete.
  • βœ… Confirm action. The remote will be untied, and the console will automatically go into the mode of finding new devices.

β˜‘οΈ Preparation for reset via menu

Done: 0 / 4

⚠️ Attention: On the consoles with firmware MIUI TV (Like the Mi Box. 4C) If the screen is stuck in the device search phase, pull the power cable for 10 seconds and reconnect.

This method will not work if:

  • πŸ”‹ The remote is discharged or broken and you can’t control it.
  • πŸ”’ The device is blocked by the previous owner’s password.
  • πŸ› οΈ Bluetooth Menu is not in your firmware version (relevant for older models until 2018).

2. Hardware reset button on the body

If the remote doesn’t respond or you can’t go into the settings, use the physical reset button, which is on all Xiaomi Mi Box models, but is arranged differently:

  • πŸ“¦ Mi Box S and Mi Box 4K: the button is hidden in the hole on the back panel (you need to press a paper clip or toothpick).
  • πŸ“¦ Mi Box 3 and Mi Box 4C: button is placed on the lower edge of the body (you can press the finger).

Step-by-step:

  1. Turn off the power supply (remove the cable from the outlet).
  2. Press and hold the reset button (10-15 seconds).
  3. Without releasing the button, connect the power back.
  4. Hold the button for another 5-7 seconds until the Xiaomi logo or Recovery Mode sign appears on the screen.
  5. Release the button - the console will reset to the factory settings.
What to do if the console does not respond to reset?
If the console does not reset after holding the button, try: 1. Repeat the procedure with another power source (for example, USB-2 Hold the button longer (up to 20 seconds). 3. Check if the button is stuck inside the case (relevant for the Mi Box 3, where the button often breaks from time to time).

Model of the consoleLocation of the reset buttonRetention timeSign of successful discharge
Mi Box S (MDZ-22-AB)The hole on the back.10-15 sec.Xiaomi logo on the screen
Mi Box 4K (MDZ-16-AB)The hole next to HDMI12-17 sec.Recovery's inscription
Mi Box 3 (MDZ-16-AA)The button on the bottom5-10 secondsBlinking red indicator
Mi Box 4CThe button under the lid15-20 sec.Sound signal

⚠️ Warning: Hardware reset deletes all data, including accounts, stored Wi-Fi passwords and application settings. If the console was tied to a Xiaomi account, you will need to re-authorize after the reset.

πŸ“Š What Resetting Method Have You Tried Before?
Through the menu
A button on the body
Through ADB
No, it's my first time.

3. undressing the remote via ADB (for advanced users)

If standard methods have not worked and the console is still responding to commands (e.g., via USB-mouse or remote app on a smartphone, you can use ADB (Android Debug Bridge – This method is suitable for all Android models TV, It requires minimal knowledge of command line.

What you need:

  • πŸ–₯️ Computer with installed ADB Tools.
  • πŸ”Œ USB-cable for connecting the console to the PC (or shared over Wi-Fi).
  • πŸ“± Initiated Debugging Mode USB on the prefix (activated in Settings) β†’ About the prefix β†’ Build Number – Press 7 times, then return to Settings β†’ For developers).

Instructions:

  1. Connect the console to your PC via USB (or Wi-Fi if ADB over the network is enabled).
  2. Open the command line (Windows) or terminal (macOS/Linux) and do:
adb devices

If the console is determined (the serial number will appear), continue. If not, check the drivers or cable.

  1. Run a command for a list of Bluetooth devices:
adb shell dumpsys bluetooth_manager

Find the paireddevices section, and there it will be. MAC-remote address.

  1. Remove the remote with the command (replace) XX:XX:XX:XX:XX:XX real MAC-address):
adb shell cmd bluetooth_manager remove_bond XX:XX:XX:XX:XX:XX
  1. Reboot the console:
adb reboot

πŸ’‘

If after removing the console console does not find new devices, follow the command adb shell cmd bluetooth_manager disable, then adb shell cmd bluetooth_manager enable – this will restart the Bluetooth module.

⚠️ Note: Some of the firmware Xiaomi team bluetooth_manager This may not work due to manufacturer limitations, in which case try an alternative method using settings:

adb shell am start -n com.android.tv.settings/.device.bluetooth.BluetoothSettingsActivity

This command will open the Bluetooth menu directly, where you can manually remove the remote.

4. Reset via Recovery Mode (if the console does not load)

If Xiaomi does not turn on or hovers on the logo, but reacts to the reset button (see section 2), you can try resetting via Recovery Mode.This method deletes all data, including the tethered remotes, but requires caution - wrong actions can lead to the "bricking" of the device.

Instructions:

  1. Turn off the console (remove the power cable).
  2. Press and hold the reset button (as in Section 2).
  3. Connect the power by continuing to hold the button until the Recovery menu appears (usually a blue or green screen with items in English).
  4. Use the volume buttons on the remote (if it works at all) or connected USB-mouse.
  5. Select Wipe data/factory reset and confirm the action.
  6. After reset, select Reboot system now.
What happens if the Recovery Mode does not open?
If the menu does not appear: 1. Check that you hold the button before the power connection (not after). 2. Try a different power source (for example, USB-Port TV instead of charging from the phone). 3. On the Mi Box models 3/4C Sometimes it helps to hold the reset button and button simultaneously. OK on the remote (if the remote is at least slightly responsive).

⚠️ Note: Some Xiaomi firmware may not have Wipe data. In this case, select Apply update from ADB and connect to the console via a computer as described in Section 3, then execute the command:

adb sideload update.zip

Where update.zip is the official firmware for your model (you can download it on the Xiaomi Support website).

5. Features of the detachment of the remote on different Xiaomi models

Not all Xiaomi consoles handle remote resets the same way, and here are the key differences to avoid errors:

ModelType of remoteFeatures of the decouplingFrequent problems
Mi Box S (MDZ-22-AB)Bluetooth + ICThe reset through the menu is stable. The reset button is in the hole.After reset, the remote may not find - a reboot is required.
Mi Box 4K (MDZ-16-AB)BluetoothADB-Teams don’t always work – it’s better to use the Bluetooth menu.When hardware resets, HDMI-CEC settings are sometimes confused.
Mi Box 3 (MDZ-16-AA)Bluetooth (old version)The reset button often breaks - disassembly may be required.After the reset, you need to re-assign to the Xiaomi account.
Mi Box 4CIR + RF (433 MHz)The remote is reset only through a menu or a full reset.RF-remotes (wireless) may not be untied – battery replacement is required.

πŸ”Ή For the Mi Box 3 and Mi Box 4C: If the remote uses RF-protocol (works without prefix orientation), its decoupling may not work through standard methods:

  • πŸ”‹ Try removing the batteries from the remote for 10-15 minutes – sometimes it resets the connection.
  • πŸ”„ If the remote is hybrid (IK) + RF), untie it through the Settings menu β†’ Remote and accessories, then reset the console with a button.

πŸ”Ή For the Mi Box. S/4K: If after detachment of the console does not respond to the new, check:

  • πŸ“Ά Settings HDMI-CEC (Settings menu β†’ Display and sound – sometimes they block new devices from connecting.
  • πŸ”„ Firmware Version: Older versions (below Android 9) may require manual updates.

6. What should I do if nothing helps?

If you’ve tried all the methods, but the remote never stopped, here are the alternatives:

  • πŸ› οΈ Replacement of Bluetooth module: on models of Mi Box 3/4C Sometimes the Bluetooth module itself fails. It can be replaced by yourself (cost). ~500–1000 β‚½) or to call on the service.
  • πŸ“± Using your smartphone as a remote: Install the Mi Remote Controller app (official from Xiaomi) and connect via Wi-Fi.

πŸ’‘

Before you take drastic measures (disassembly or firmware), check the remote on another device, and perhaps the problem is not the tether, but the remote itself - for example, the batteries have gone or the contact has gone.

⚠️ Note: If the console was bought with hands and tied to the previous owner's account, the reset may not help because of the Mi Account Lock feature:

  1. Try contacting the seller and asking to untie the device through Xiaomi’s personal account.
  2. If the connection is lost, contact Xiaomi support with a purchase check (if any).

FAQ: Frequent questions about remote detachment

❓ Can I untie the remote without resetting the console?
Yes, if the remote is responsive at all. Use the method through the Settings menu. β†’ Bluetooth (Section 1) or ADB (If the remote is not fully operational, only a hardware reset (section 2 or 4).
❓ Why does the console not find a new remote control after resetting?
Possible causes: πŸ”‹ Batteries discharged in the new remote. πŸ“Ά The Bluetooth module is damaged (check if it finds other devices, such as a smartphone). πŸ”„ The console is getting stuck in search mode - turn it off from the socket for 30 seconds. πŸ› οΈ Some firmware requires manually activating the pairing mode: press OK + Menu on remote for 5 seconds.
❓ How to untie the remote if the console is blocked by a password?
If the console requires a password when turned on and the remote is tied to the previous owner's account: Perform a hardware reset (Section 2).This will delete all data, including the password. If the reset does not help (Xiaomi account is linked to the device), contact support with proof of purchase. In extreme cases, run the console through Fastboot (instructions are on the 4PDA). ⚠️ Note: Reset does not always remove the link to Xiaomi account on models with Mi Account Lock (for example, Mi Box S on firmware newer than 2021).
❓ Does the undressing work through the Mi Home app?
No, the Mi Home app doesn't run the Mi Box consoles, it's designed for the Xiaomi Smart Home. Use the official Mi Remote Controller app to control the console. If you want to untie the remote via your smartphone: Connect to the console via Wi-Fi via Mi Remote Controller. Go to Settings β†’ Bluetooth on the console and remove the remote manually.
❓ Can I use a remote from another Xiaomi console?
Technically yes, but with reservations: πŸ”„ Remotes from Mi Box S and Mi Box 4K Interchangeable (both are Bluetooth-based). ❌ Remotes from Mi Box 3/4C Not suitable for new models due to different protocols + RF Bluetooth). ⚠️ Even if the models of the remotes match, it may be necessary to flash the remote (for example, through the ADB), because they are tied to a specific prefix at the firmware level. πŸ’‘ Tip: If you want to use a remote from another console, first untie it from the old device, then reset the donor console (to avoid conflicts).