How to control a Xiaomi TV: from remote to voice commands

The Complete Guide to Managing Xiaomi TVs

Xiaomi TVs (Mi TV, Redmi TV, Xiaomi TV A, and others) offer a number of controls, from the classic IR remote to voice assistants and mobile apps. But not everyone knows how to set up each method correctly or solve typical problems, such as when the remote controls stop working and the voice assistant does not recognize commands.

In this article, we will discuss all the available ways to control Xiaomi TVs, including hidden functions, setup via ADB, and give checklists for troubleshooting. We will focus on models from 2022 to 2026 (for example, Xiaomi TV Q2 2023 or Redmi Smart Fire TV 2026), but most of the instructions will be suitable for earlier versions.

If you just bought a Xiaomi TV or want to optimize its management, here you will find answers to questions that are not in the standard instructions.

1. Classic remote control: functions and settings

The basic remote control (DU) comes with any Xiaomi TV, it works on infrared protocol (IR) and does not require synchronization โ€” just point it to TV. But even here there are nuances.

Xiaomi has buttons on its remotes that many users ignore:

  • ๐Ÿ”„ โ€œMiโ€ button โ€“ calls the main menu with quick settings (language, signal source, sound).
  • ๐ŸŽค Microphone (on voice-controlled models) โ€“ activates Google Assistant or Xiao AI.
  • ๐Ÿ“บ "Input โ€“ Quick switching between HDMI, USB and other sources.
  • โš™๏ธ "Settings" - opens advanced settings (analogue of Settings โ†’ All parameters).

If the remote stops working:

  1. Check the batteries (even if they are new โ€“ the contacts may have oxidized).
  2. Make sure there are no obstacles between the remote and the TV (glass, mirrors, direct sunlight interfere with the IR signal).
  3. Reset the remote: press Menu + Volume + for 5 seconds (on some models - Power + Home).

โš ๏ธ Attention: On Xiaomi TVs TV A2 2023 and a newer remote may require initial tethering via Bluetooth. + OK 10 seconds until the indicator flashes.

๐Ÿ“Š Which remote you use more often?
Classic IR remote
Bluetooth remote
Mobile app
Voice control
Other

2.Management through the Mi TV Remote mobile application

The official Mi TV Remote app (available for Android and iOS) lets you control your TV over Wi-Fi or Bluetooth, which is handy if you lost your remote or want to use your smartphone as a touchpad.

To connect the application:

  1. Download Mi TV Remote from Google Play or App Store.
  2. Make sure that your TV and smartphone are connected to the same Wi-Fi network.
  3. Launch the app and select the TV model manually or through scanning.
  4. Confirm the pairing on the TV screen (a code of 4 digits will appear).

Application functions that are not on the remote:

  • ๐Ÿ–ฑ๏ธ Touchpad - control cursor as on a computer.
  • ๐Ÿ” Voice search works even on models without a built-in microphone.
  • ๐Ÿ“ Viewing files โ€“ quick access to media USB-drives connected to TV.
  • ๐Ÿ”„ Quick switching of sources (HDMI 1/2/ARC, TV, AV).

โš ๏ธ Attention: On Redmi TVs TV firmware MIUI TV 3.0 the application may not see the device. Update the software via Settings โ†’ On TV. โ†’ Updating the system.

โ˜‘๏ธ Setting up Mi TV Remote

Done: 0 / 5

3. Voice control: Xiao AI and Google Assistant

Xiaomi TVs support two voice assistants: Xiao AI (branded from Xiaomi) and Google Assistant. The first works only on Chinese firmware, the second on global ones, let's take a look at both options.

Setting up Google Assistant:

  1. Go to Settings โ†’ Device โ†’ Voice Assistant.
  2. Select Google Assistant and sign in to your Google account.
  3. Activate the โ€œOK Google Recognitionโ€ option.
  4. To work the microphone on the remote, turn on Bluetooth in the TV settings.

Examples of voice commands:

  • ๐Ÿ”Š "Turn on Netflix on Xiaomi TV" โ€” launch.
  • ๐Ÿ”Š "Increase volume by 20%" - adjust the sound.
  • ๐Ÿ”Š "Show us the weather for tomorrow โ€“ widgets.
  • ๐Ÿ”Š "Switch to HDMI 1" - change of source.

On Xiaomi TV Q2 2023 and later, the voice assistant can work without the Internet for basic commands (volume control, channel switching), but to find content requires a network connection.

How to turn on Xiao AI on the global firmware?
To activate Xiao AI Non-Chinese firmware will require root access and installation APK-module ADB. This process is informal and may result in a loss of warranty. 4PDA In the topics related to your TV model.

4. Control over HDMI-CEC (one remote for all devices)

HDMI-CEC technology allows you to control your TV and connected devices (set-top box, sound bar, Blu-ray) from a single remote, called Mi Link or AnySee (depending on the model) on Xiaomi TV.

To enable HDMI-CEC:

  1. Go to Settings โ†’ Devices and accessories โ†’ HDMI-CEC.
  2. Activate the Mi Link (or AnySee) option.
  3. In your connected device settings (e.g., Xiaomi Mi Box), also enable CEC.

After setting up, you will be able to:

  • ๐ŸŽฎ Manage Android TV-remote-box.
  • ๐Ÿ”Š Adjust the volume of the sound panel through TV.
  • ๐Ÿ“บ Automatically turn on TV when starting the game console.

The deviceCEC name in settingsSupported functions
Xiaomi Mi Box SHDMI ControlCursor control, on/off
Sony PlayStation 5BD Remote ControlAuto-include TV, switching inputs
Xiaomi SoundbarARC ControlVolume control, on/off
NVIDIA Shield TVCEC ControlFull control, voice search

โš ๏ธ Attention: On Redmi TVs TV portable HDMI 2.1. CEC may conflict with the regime ALLM (Auto Low Latency Mode. If the image flashes when the console is turned on, turn off ALLM customized HDMI.

5. Alternative methods: ADB, keyboard, mouse

For advanced users, Xiaomi TV based on Android TV supports management through:

  • ๐Ÿ–ฑ๏ธ USB-Mouse/keyboard (connected to port) USB via Bluetooth).
  • ๐Ÿ’ป ADB-teams (for debugging and automation).
  • ๐ŸŽฎ Gamepads (e.g. Xiaomi Game Controller).

Example of connection via ADB:

  1. Turn on USB debugging: Settings โ†’ About TV โ†’ Software version (click 7 times on the build number).
  2. Return to Settings โ†’ For Developers โ†’ Debugging by USB and activate the option.
  3. Connect TV to PC by USB and execute the command: adb connect [IP-TV address]:5555

Useful. ADB-command:

  • Adb shell input keyevent 3 โ€“ Home button
  • Adb shell input keyevent 22 โ€“ Back button.
  • adb shell am start -n com.android.tv.settings/.MainSettings - open settings.

๐Ÿ’ก

If the Xiaomi TV doesnโ€™t respond to the remote but works via ADB, the problem is probably the IR receiver: Try controlling the TV via the Mi TV Remote app or plugging in a Bluetooth keyboard.

6. Solving management problems

If the Xiaomi TV doesnโ€™t respond to commands, use the checklist:

Problem.Possible causeDecision
The remote is down.Settled batteries, IR signal interferenceReplace batteries, check line of sight
The app is not connected.Different Wi-Fi networks, outdated firmwareConnect to one network, update the TV
Voice assistant not respondingThe microphone is off, there's no internet.Check the microphone settings and connection
HDMI-CEC is not working.Function disabled on TV or deviceEnable Mi Link in HDMI settings

If nothing helps, reset the remote:

  1. Remove the batteries.
  2. Press and hold any button for 30 seconds.
  3. Put the batteries back in and try to sync again.

๐Ÿ’ก

Before resetting your TV to factory settings, try calibrating the remote: press Menu + Volume for 10 seconds. This often solves problems with unstable buttons.

FAQ: Frequent questions about managing Xiaomi TV

Can I control Xiaomi TV without a remote?
Yes, there are several ways: Use the Mi TV Remote mobile app; connect a Bluetooth keyboard or mouse; control through Google Assistant (if configured); use buttons on the TV body (usually Power and Input are located on the side or bottom).
How to connect a new remote to Xiaomi TV?
For an IR remote, no binding is required โ€” it works immediately. For a Bluetooth remote (e.g., Xiaomi Mi TV Bluetooth Remote): Hold Mi + OK for 5-10 seconds until the indicator flashes. On your TV, go to Settings โ†’ Remote โ†’ Add the remote. Confirm the pairing on the screen.
Why does voice search not work on Xiaomi TV?
Causes and solutions: ๐Ÿ”‡ Microphone is turned off: check settings in Settings โ†’ Voice assistant. ๐ŸŒ No Internet: Voice Search Requires Network Connection. ๐Ÿ—ฃ๏ธ Unrecognized Language: Set the Right Language in Your Voice Settings. ๐Ÿ”„ Outdated firmware: Update TV through Settings โ†’ On TV. โ†’ Updating the system.
How to manage Xiaomi TV with iPhone?
For iPhone available official application Mi TV Remote in the App Store. Alternatives: Use Google Home (if the TV is connected to a Google account); Set up Shortcuts for voice control via Siri; Connect Bluetooth keyboard (e.g. Magic Keyboard); Note: on some Xiaomi models TV The application may require manual input IP-TV address (you can find it in Settings) โ†’ Network).
Can I use a universal remote for Xiaomi TV?
Yes, but you will need a setup. Popular universal remotes (for example, Xiaomi Mi Universal Remote or Logitech Harmony) support Xiaomi TV through a codebase. Instruction: Enable learning mode on the universal remote. Direct it to the original Xiaomi remote and consistently press all the buttons to record commands. Check the work (especially the buttons Mi, Input and Settings). For models with Bluetooth (for example, Xiaomi TV Q2), the universal remote will not work โ€“ you need the original or application.