How to permanently disable the voice assistant on the TV Xiaomi Mi TV: a detailed guide

The voice assistant on Xiaomi Mi TVs can be useful for quickly finding content or managing a smart home, but not all users like its constant activity. Automatic listening to the microphone, random response to phrases from movies or advertisements, and limited functionality in Russian realities often become reasons for completely disabling this feature. Unlike smartphones, where the voice assistant can be deactivated in two clicks, on Xiaomi TVs this process requires deeper settings – especially if we are talking about new models with MIUI TV 3.0 and above.

In this article, we will discuss all the working ways to disable voice assistant, from standard methods through menus to advanced solutions using ADB and changing system files. We will pay special attention to the nuances for different versions of the firmware, since the interface and available options may differ significantly. For example, on the Mi TV 4S 55" 2020, the mute algorithm will be one, and on the Mi TV Q2 75" 2023 - quite another. Also consider how to completely remove the assistant application if standard deactivation does not give the desired result.

Why is the voice assistant on Xiaomi Mi TV in the way?

Before we get to the instructions, it's important to understand exactly what problems voice assistants cause users, and here are the most common complaints:

  • 🎀 Continuous listening to the microphone: Even in standby mode, the TV can analyze the sound in the room, raising privacy concerns.
  • πŸ“Ί Random positives: The assistant is activated by movie phrases, advertising, or even loud conversation (especially relevant for models with sensitive microphones, such as Mi). TV Q1E).
  • πŸ”„ Slowing the interface: the background processes of the assistant can take up to 10-15% CPU, What is noticeable on budget models of the Mi type TV 4A.
  • 🌍 Limited support for Russian: Many functions (such as smart home management) only work in Chinese or English.
  • πŸ“± Conflict with other devices: If you have Xiaomi Smart Speaker speakers or other gadgets with Google Assistant, there may be confusion in the teams.

In addition, on some firmware, the voice assistant cannot be disabled by standard means - the deactivation button can be hidden or blocked by the manufacturer. In such cases, alternative methods are necessary, which we will discuss below.

πŸ“Š How often do you get annoyed by the voice assistant on TV?
Constantly.
Sometimes.
I used to be annoyed, but I turned it off.
I like him.
I don't know what that is.

Method 1: Disconnect via standard settings (MIUI TV)

Most of the Xiaomi Mi models TV (Except for the latest ones with Google. TV) You can turn off the voice assistant through the settings menu. MIUI TV 2.0–4.0:

  1. Turn on the TV and on the main screen press the button Settings (cogs) on the remote.
  2. Go to Accounts and Security β†’ Voice Assistant (on some models, the path may look like Settings β†’ Additional β†’ Voice Control).
  3. Find the switch Enable the voice assistant and move it to the off position.
  4. Confirm the action if a request for permission appears.

If the assistant continues to activate after these actions, check the following points:

  • πŸ” Update of firmware: on some versions of the software (for example, MIUI TV 3.5.6) the disable option may be hidden after the update.
  • πŸŽ™οΈ Physical button on the remote: on the remotes with a microphone (for example, Mi Remote Pro) there can be a separate button to call the assistant - pressing it ignores the software settings.
  • πŸ”„ Factory reset: if the assistant was activated on the first turn on, sometimes a complete reset helps (more on this in method 5).

β˜‘οΈ Preparation for the assistant's shutdown

Done: 0 / 4

Important: On TVs with Google TV (e.g. Mi TV Q2 2023), the algorithm is different – it uses Google Assistant, and it turns off via Settings β†’ Device β†’ Assistant. If this option is not available, then the assistant is sewn into the system level and requires radical measures (see method 4).

Method 2: Disconnecting the microphone at the hardware level

If the software shutdown doesn't work, you can physically block the assistant's access to the microphone, especially for models with built-in microphones (e.g. Mi TV Master Series or Mi TV Q1E).

Method 1: Disabling in Privacy Settings

  1. Go to Settings β†’ Privacy β†’ Application permissions.
  2. Find the voice assistant (or Mi assistant) in the list.
  3. Turn off permissions to access the Microphone and Warehouse.
  4. Restart the TV (turn it off for 30 seconds).

Method 2: Physically shutting down the microphone (for advanced)

In some models, the microphone is connected to the motherboard through a separate plume, so if you're ready to disassemble the TV, you can unplug the plume, which will completely deprive the assistant of the ability to hear commands, but will retain its visual interface.

  1. Turn off the TV and remove the back cover (a cross screwdriver will be required).
  2. Find a board with a microphone – it’s usually located next to an infrared receiver or camera (if any).
  3. Carefully disconnect the plume (don't pull out force!) On some models, the microphone is soldered, in which case it is better not to take risks.
  4. Put the TV back together and check its performance.
Which models have a removable microphone?
The removable microphone is available in the following series: - Mi TV Master (2020-2022) - Mi TV Q1E (2021) - Mi TV LUX OLED (2020) On budget models (Mi TV 4A, 4S) the microphone is usually soldered into the motherboard.

⚠️ Warning: Disassembling the TV will void the warranty! If you are not sure about your skills, you should contact the service center. Also note that after the microphone is physically turned off, some functions (for example, video calls via Mi) TV Cameras may stop working.

Method 3: Using ADB to Deep Shut Down

If standard methods don’t work, you can use Android Debug Bridge (ADB), a tool for managing Android devices via a computer, which is suitable for all Xiaomi Mi TV models based on Android TV and requires minimal technical skills.

Step 1: Preparation

You'll need:

  • πŸ–₯️ Computer with Windows, macOS or Linux.
  • πŸ”Œ USB-cable (preferably original from Xiaomi).
  • πŸ“₯ Utility. ADB Tools (download and unpack in any folder).
  • πŸ”§ Included debugging by USB TV-wise.

To enable debugging over USB:

  1. Go to Settings. β†’ On TV.
  2. Find the build number and click on it 7 times in a row until the message β€œYou became a developer!” appears.
  3. Go back to the basic settings and open a new section for developers.
  4. Activate the options of Debugging over USB and Debugging over the network (on some models).

Step 2: Connecting and Executing Commands

Now connect the TV to your computer via USB and execute the following commands in the terminal (command line):

adb devices


adb shell




pm uninstall -k --user 0 com.xiaomi.mitv.voiceassistant




pm uninstall -k --user 0 com.xiaomi.mitv.assistant

If the commands are executed without error, the voice assistant will be disabled for the current user.

adb shell cmd package install-existing com.xiaomi.mitv.voiceassistant

1. In the developer settings, enable Debugging over the network.

2. Run the adb connect command on PC [IP-TV address]:5555 (know IP You can set up β†’ Network).

3. Repeat the commands from the instructions.-->

Step 3: Alternative commands for new models

On TVs with Google TV (e.g. Mi TV Q2 2023), Google Assistant is used instead of Mi Assistant.

adb shell pm uninstall -k --user 0 com.google.android.apps.googleassistant

⚠️ Note: Removing system applications through ADB This can cause unstable TV operation! Before executing commands, make a backup of the settings in Settings β†’ System system β†’ Backup.

Method 4: Delete the system files of the assistant (for experienced)

If ADB didn't help, or if you want to get rid of the voice assistant's traces, you can manually delete its system files, which requires root rights and is only suitable for advanced users, and we'll look at two options: TWRP and Magisk.

Option 1: Removal via TWRP

For this method you will need:

  • πŸ”§ Established custom recovery TWRP (Installation instructions look for your model).
  • πŸ“ Backup copy of firmware (required!).
  • πŸ–₯️ Computer with utility ADB and Fastboot.

Instructions:

  1. Download the TV to TWRP mode (usually hold Power + Menu on the remote when you turn on).
  2. Connect to the TV via ADB:
adb shell


mount /system




cd /system/priv-app




rm -rf MiVoiceAssistant




rm -rf MiAssistant




cd /system/app




rm -rf VoiceSearch

  1. Reboot the TV.

Option 2: Freeze through Magisk

If you have Magisk installed, you can β€œfreeze” the assistant applications:

  1. Install the App Systemizer module in Magisk.
  2. In the list of system applications, find:
  • com.xiaomi.mitv.voiceassistant
  • com.xiaomi.mitv.assistant
  • com.google.android.apps.googleassistant (for Google TV)
  1. Select the Freeze option for each of them.
  2. Reboot the TV.

πŸ’‘

Deleting system files can lead to a bootloop! If the TV stops turning on, restore the firmware through Fastboot or contact the service.

Method 5: Resetting the TV to factory settings

If all previous methods failed, the radical solution is to completely reset the system, which will delete all user data, but also return the TV to the β€œout of the box” state where the voice assistant is disabled by default (on most models).

Instructions:

  1. Go to Settings β†’ System β†’ Reset.
  2. Select Reset all settings or Reset to factory settings.
  3. Confirm the action (it may be necessary to enter) PIN-code).
  4. Wait until the process is complete (the TV will restart several times).

After discharge:

  • πŸ”„ Do not connect the TV to the Internet right away – first turn off the assistant in the settings (see Method 1).
  • πŸ“₯ Do not restore data from the backup – this can return the assistant settings.
  • πŸ”§ If the reset did not help, then the assistant sewn into the firmware - try to update or roll back the software.

⚠️ Note: On some models (e.g. Mi) TV P1E) After the reset, you may need to re-activate through your Xiaomi account. If you forget the login details, link another account in advance or back up your authorization tokens.

Comparison of methods of disabling voice assistant

To choose the best method, compare their effectiveness and risks in the table below:

MethodDifficultyEfficiencyRisks.Suitable for models
Standard settings⭐ (simple)Medium (may not work on all firmware)No.Mi TV 4A, 4S, Q1E (MIUI TV 2.0–3.0)
Turning off the microphone⭐⭐ (need to be disassembled)High (complete shutdown of sound)Loss of warranty, risk of damageMi TV Master, LUX OLED
ADB⭐⭐⭐ (PC)High (complete removal for the user)It may disrupt other functionsAll models on Android TV
Deletion of system files⭐⭐⭐⭐ (root)Maximum (complete removal)High risk bootloopOnly for experienced users
Reset to factory⭐⭐ (loss)Medium (not always helpful)Removal of all settingsAll models.

If you’re not confident, start with the simplest method (standard settings) and gradually move on to more complex ones. For most users, the combination of ADB + disabling the microphone in the privacy settings is enough.

Frequently asked questions

Can I turn off the voice assistant on Xiaomi Mi TV without a computer?
Yes, on most models, this can be done through standard settings (see Method 1). If the shutdown option is hidden, try resetting the TV to factory settings (Method 5) or disabling access to the microphone in the privacy settings (Method 2).
After the assistant was turned off, the microphone button on the remote stopped working.
The microphone button on the remote (Mi Remote Pro) is rigidly tied to the voice assistant. If you delete its system files, the button will become inactive. Solutions: Return the assistant via ADB (adb shell cmd package install-existing com.xiaomi.mitv.voiceassistant). Reassign the button to another function (for example, launch YouTube) through applications like Button Mapper (root required).
My Mi TV Q2 2023 has a Google TV on it, and the standard shutdown doesn't work. What do I do?
On Google TVs TV Google Assistant is used, which is embedded deeper into the system. Try: Disable Assistant via Settings β†’ The device β†’ Use an assistant. ADB-Command: adb shell pm uninstall -k --user 0 com.google.android.apps.googleassistant If nothing helps, turn off the microphone in privacy settings or physically (see Method) 2). Note that on Google TV Some features (e.g. content search) may depend on the Assistant and their work will be disrupted.
After the firmware update, the voice assistant turned on again. How do you prevent this?
This is a typical problem of Xiaomi Mi. TV β€” After the software update, some settings are reset: πŸ“΅ Turn off automatic updates in Settings β†’ System system β†’ Update of the PO. πŸ”§ Use it. ADB Remove the assistant after each update. πŸ”„ Reverse to the old firmware version where the shutdown option works stably. πŸ“ Create a backup of settings through Settings β†’ System system β†’ Backup and restore it after updates.
Can you turn off the microphone but leave the visual interface behind?
Yes, this is possible in two ways: through privacy settings (see Method) 2, Method 1) β€” Turn off access to the microphone, but leave the app active. ADB β€” Remove only the microphone permissions: adb shell pm revoke com.xiaomi.mitv.voiceassistant android.permission.RECORD_AUDIO In this case, the assistant will open by a button or voice (if enabled), but will not be able to hear commands.