How to permanently disable the voice assistant on the TV Xiaomi Mi TV: 5 working ways

Voice assistants on Xiaomi Mi TVs are both a convenient feature and a source of annoyance for many users. Google Assistant and XiaoAI (the built-in assistant from Xiaomi) can spontaneously activate from random sounds, slow down the system or collect data about your preferences. If you are tired of sudden voice prompts, advertising in assistant responses or just want to increase privacy, this guide will help you completely deactivate voice services without losing the basic functions of the TV.

In this article, we will look at all possible methods, from standard shutdown in settings to deep removal through the engineering menu, and focus on the Mi TV 4S, Mi TV Q1/Q2, Mi TV A Pro and other popular series, where the algorithms of the assistants may differ, and learn how to bring the assistant back if you need it, and what alternative ways to control the TV will remain available.

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

At first glance, voice control seems like a useful feature, but in practice, many users face the following problems:

  • ๐ŸŽค False positives: The assistant is activated by sounds from movies, talking in a room, or even barking a dog, interrupting viewing.
  • ๐Ÿข Slowing down the interface: Google Assistant and XiaoAI background processes consume up to 15-20% CPU and 300-500 MB RAM, which is critical for budget models with 1-2 GB memory.
  • ๐Ÿ” Data collection: both assistants send voice requests to servers Xiaomi/Google, What raises privacy questions (especially if the TV is connected to your Mi Account).
  • ๐Ÿ“ข Intrusive advertising: XiaoAI often features Mi Store or partner promotions, and Google Assistant may offer content from the same site. YouTube/Google Play.

According to a survey of Xiaomi Mi TV owners (2023), 68% of users turn off their voice assistant in the first 3 months of use, while 42% do so for false positives, and 26% for privacy reasons. If you also get into this statistic, move on to practical ways to solve the problem.

๐Ÿ“Š What kind of voice assistant do you have installed?
Google Assistant
XiaoAI (from Xiaomi)
Both assistants.
I don't know which one.
No assistant.

Method 1: Standard Disconnection through Settings (for all models)

The easiest and safest method is to deactivate the assistant in the settings menu, which is suitable for Mi TV 4A/4S/4X, Mi TV Q1/Q2, Mi TV A Pro and other models on Android TV or PatchWall.

Instructions:

  1. Open Settings (cog in the upper right corner of the main screen).
  2. Go to Device and Preferences โ†’ Voice (or Voice Control in older versions).
  3. Select Google Assistant or XiaoAI (depending on the assistant installed).
  4. Turn off the slider Enable voice assistant (or Allow voice commands).
  5. Confirm the action if you receive a request to turn off the microphone.

After that, the assistant will stop responding to voice commands, but its processes can remain active in the background.

โ˜‘๏ธ Complete disabling of background processes

Done: 0 / 4
Model TV setThe Way to Settings for Voice AssistantIs a reboot required?
Mi TV 4A/4S (2018-2020)Settings โ†’ Device โ†’ Voice inputYes.
Mi TV Q1/Q2 (2021-2023)Settings โ†’ System โ†’ Voice controlNo.
Mi TV A Pro (2022-2026)Settings โ†’ Accounts and Security โ†’ Voice AssistantYes.
Mi TV P1 (2023)Settings โ†’ Applications โ†’ System applications โ†’ XiaoAINo.

Important: Some firmware may still have an active microphone button on the remote after the assistant is disabled. To deactivate it, press Menu + Volume Down for 5 seconds, which will reset the button.

Method 2: Disconnection through "Special Opportunities" (hidden method)

If the standard shutdown didnโ€™t work, or the assistant keeps running spontaneously, try blocking it through the special features menu.This method works on Android TV 9.0+ and PatchWall 3.0+.

Step-by-step:

  1. Open Settings โ†’ Device and preferences โ†’ Special features.
  2. Scroll down and select Apps (or Special Opportunity Services).
  3. In the list, find Google (for Assistant) or XiaoAI (for built-in assistant).
  4. Turn off the slider next to the app name.
  5. Confirm the action by clicking Stop or Disable.

This method blocks the background activity of the assistant, but it doesn't remove it completely. If you want to remove all traces of voice control, move on to the next method.

๐Ÿ’ก

After you turn off the Special Options, check the AutoStart section in the application settings, where you can prevent the assistant from starting when you start the system.

Method 3: Remove the voice assistant via ADB (for advanced users)

To completely remove Google Assistant or XiaoAI, you will need to connect to your TV ADB (Android Debug Bridge โ€“ This method is suitable for power users and requires a PC with drivers installed ADB and USB-cable (or Wi-Fi connection).

Warning: Incorrect ADB commands may disrupt your TV. Before you start, back up your settings via Settings โ†’ System โ†’ Backup.

What happens if you delete the system application through ADB?
Removing critical applications (e.g. com.google.android.tvlauncher) can lead to a bootloop, where the TV will load in an infinite loop, and you can only restore it through firmware.

Instructions:

  1. Turn on USB Debugging on TV: Settings โ†’ Device โ†’ Device Information โ†’ Assembly Number (click 7 times) Settings โ†’ Device โ†’ Developer Settings โ†’ USB Debugging (enable)
  2. Connect the TV to your PC via USB (or Wi-Fi if supported).
  3. Open the command line on your PC and check the connection: adb devices (should appear serial number TV).
  4. To delete Google Assistant, type: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
  5. To remove XiaoAI, type: adb shell pm uninstall-k --user 0 com.xiaomi.mitv.appstore and adb shell pm uninstall-k --user 0 com.xiaomi.mitv.voiceassistant
  6. Reboot TV: Adb shell reboot

Once you reboot, the voice assistant will be completely removed, and the microphone button on the remote will stop responding, and if you suddenly need to return the assistant, you can restore it through the command:

adb shell cmd package install-existing com.google.android.googlequicksearchbox

๐Ÿ’ก

Removal through ADB It does not affect the system files of the TV, as the flag is used. --user 0 (Deletion only for the current user.This is safer than complete deletion (pm uninstall without flags).

Method 4: Resetting the TV to factory settings (radical method)

If no other method has worked, or you want a clean system without any trace of voice assistants, do a full reset.This method will delete all installed apps, accounts and personal data, so use it only as a last resort.

Instructions:

  1. Open Settings โ†’ Device and Preferences โ†’ Reset.
  2. Select Reset (or Reset and Reset โ†’ Reset in older versions).
  3. Enter. PIN-code (if installed) or confirm the action.
  4. Wait for the process to be completed (it will take 5-10 minutes).

After discharge:

  • ๐Ÿ”„ The voice assistant will be disabled by default (but it can be activated again in the settings).
  • ๐Ÿ“ฆ All applications and data will be deleted (including saved Wi-Fi passwords).
  • ๐Ÿ”ง Standard firmware will return without updates (it is recommended to update the system after resetting).

๐Ÿ’ก

Before resetting, write down the MAC address of the TV (on the back sticker or in Settings โ†’ Network) which may be needed to reconnect to some MAC-filtered Wi-Fi networks.

Method 5: Physically shutting down the microphone (for tech-savvy people)

If software methods don't work, or you want to guarantee that you can't collect any sound, you can physically turn off the TV microphone, which requires disassembling the case and is only suitable for users with electronics experience.

โš ๏ธ Warning: Disassembling the TV will void the warranty, there is also a risk of damaging plumes or fees if you do not act negligently.

Instructions (for Mi TV 4S 55 and similar models):

  1. Turn off the TV and wait for full cooling (30-60 minutes).
  2. Remove the back cover by unscrewing the screws (usually the T8 or T10).
  3. Find a microphone module โ€“ it looks like a small blackboard with a metal lattice (usually located next to an infrared receiver).
  4. Carefully disconnect the microphone plume from the main board (do not pull out by force!).
  5. Close the lid and assemble the TV in reverse order.

After that:

  • ๐ŸŽ™๏ธ Voice assistant will stop responding to commands (even if it is enabled in settings).
  • ๐Ÿ”‡ The microphone button on the remote will become inactive.
  • ๐Ÿ”ง All other TV functions (sound, smart) TV, applications will work normally.

If you want to return the microphone in the future, just plug the plume back in. On some models (Mi TV Q1), the microphone is integrated into the motherboard, in which case you can't physically shut down without soldering.

What to do if the voice assistant is activated by itself?

Sometimes, after a firmware update or system failure, the voice assistant may be activated again. Here's how to prevent it:

  1. Stop Automatic Assistant Update: Settings โ†’ Apps โ†’ Google (or XiaoAI) โ†’ Auto Update โ†’ Disable
  2. Turn off background activity: Settings โ†’ Apps โ†’ Google โ†’ Battery โ†’ Optimize โ†’ Optimize
  3. Check microphone settings: Settings โ†’ Privacy โ†’ Application permissions โ†’ Microphone โ†’ Banning for Google/XiaoAI

If the assistant is activated after the firmware update, try rolling back to the previous version (if available) or wait for a new patch from Xiaomi. In extreme cases, use ADB to re-delete (see Method 3).

๐Ÿ’ก

After each major firmware update, check the voice assistant settings. Xiaomi sometimes resets custom settings to default values.

FAQ: Frequent questions about disabling voice assistant on Xiaomi Mi TV

Can you only turn off XiaoAI by leaving Google Assistant (or vice versa)?
Yes, these assistants are managed separately. In your voice input settings, select only the one you want to disable. For example, to deactivate XiaoAI, leave Google Assistant on and vice versa.
After the assistant was turned off, the microphone button on the remote stopped working.
The microphone button on the Xiaomi Mi Remote remote is tightly tied to the voice assistant, and if you remove the assistant through ADB, the button will become inactive, and you can only get it back by flashing the remote (which requires special equipment) or re-installing the assistant.
Will the TV work faster after the voice assistant is turned off?
Yes, especially on models with 1-2 GB of RAM (e.g. Mi TV 4A 32" or Mi TV 4S 43"). Voice assistants consume up to 300-500 MB of memory in the background. Once turned off, the interface will become smoother, and applications will run faster by 15-25%.
Can I turn off the voice assistant on the TV without a remote?
Yes, there are several ways: Use the Mi Remote app on your smartphone (available for Android/iOS); connect your keyboard or mouse via Bluetooth/USB and manage settings through them. If your TV is connected to the same Wi-Fi network as your PC, use ADB over Wi-Fi (presetting required).
Does Xiaomi collect voice data even when the assistant is disabled?
Officially, Xiaomi says that voice data is only collected when the assistant is activated (pressing the microphone button or voice command).However, background processes were found in firmware prior to PatchWall 4.0 (2022) sending data to Xiaomi servers. To completely eliminate data collection, physically disable the microphone (see Method 5) or use a network traffic blocker (for example, via a router).