How to permanently remove voice assistant on the TV Xiaomi Mi TV: 5 working methods

The voice assistants in today’s Xiaomi Mi TVs are often a source of annoyance: they are activated by random phrases, slow down the system and collect data about your preferences. If you’re tired of unsolicited Google Assistant or built-in XiaoAI tips, this article will help you turn them off completely – or even remove them from the system.

Many users mistakenly think that it is enough to turn off the microphone on the remote, but the assistant continues to work in the background, consuming resources. We tested all the current methods on the Mi TV 4S, Mi TV Q1 and Mi TV P1 models (including the firmware MIUI TV 3.0 and later) and selected only those that are guaranteed to work. Importantly, some methods require developer rights or ADB connection - but we will explain each step in detail.

If you just need to temporarily mute the assistant, you just need to turn off the microphone in the settings. But to completely remove the system components of the assistant (including background processes and data collection), you will need to do more deep firmware manipulation. All the methods in this article are safe if you follow the instructions accurately, but before you start, we recommend backing up the settings.

πŸ“Š What voice assistant is installed on your Xiaomi TV?
Google Assistant
XiaoAI (built-in from Xiaomi)
Both at once.
I don't know.
No assistant.

1. Disable voice assistant through standard settings

The easiest way is to deactivate the assistant in the TV menu, which is suitable for most Xiaomi Mi TV models and does not require technical skills, but it does not delete the assistant system files, but only blocks it from starting.

Instructions:

  1. Take the remote and press the Settings button.
  2. Go to Accounts and Security section β†’ Voice assistant.
  3. Turn off the sliders opposite Google Assistant and/or XiaoAI.
  4. In the Microphone section, select Disable to physically disable the microphone on the remote.

After this, the assistant will stop responding to voice commands, but its processes will remain in the system. To check the result, say a standard activation phrase (for example, "OK, Google") - the TV should not respond.

πŸ’‘

If your region has disabled Google Assistant (e.g., Russia) but still displays it in the settings, try changing the TV region to the U.S. or Germany under Settings β†’ System β†’ Region.

2. resetting the TV to factory settings

If the assistant is activated spontaneously even after the settings are turned off, the cause may be a firmware failure, in which case a full reset will help.

How to reset:

  1. Open Settings β†’ System β†’ Resetting settings.
  2. Choose to Erase All Data (not to be confused with Settings Reset, which doesn’t affect the app!).
  3. Enter. PIN-code (by default 0000 or 1234 if you have not changed it).
  4. Confirm the action and wait for the reboot (it will take 5-10 minutes).

After resetting, do not connect your Google account during the initial setup phase, this will prevent the assistant from automatically activating. If you need apps from Google Play, use alternative installation methods (for example, through Send Files to TV).

What to do if the TV is stuck when you drop it?
If the screen freezes on the Mi TV logo for more than 20 minutes after selecting the reset option, disconnect the TV from the network for 1 minute, then turn it on again. If the problem recurs, you will need to use USB firmware (described in section 4).

3. Disconnection via ADB (for power users)

The method for those who are ready to work with Android Debug Bridge (ADB), it allows you to completely remove the system packages of voice assistants, freeing up memory and resources of the TV, Suitable for all models based on Android TV (including Mi TV 4A, Mi TV 5 and later).

What you need:

  • πŸ–₯️ Computer with Windows/Linux/macOS and established ADB.
  • πŸ”Œ USB-cable (preferably original from Xiaomi).
  • βš™οΈ Developer Settings on TV enabled (how to enable – see below).

Steps:

  1. Activate Developer Settings: Go to Settings β†’ About TV. Click 7 times in a row on the MIUI Version bar (you will be notified "You've become a developer"). Return to Settings β†’ Additional β†’ For Developers and enable USB Debugging.
adb devices

There should be a device with a serial number.

adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox  # Google Assistant


adb shell pm uninstall -k --user 0 com.xiaomi.mitv.voiceassistant       # XiaoAI

Install drivers ADB PC-only|Enable debugging on USB TV-wise|Connect the original USB-cable|Check the connection of the adb device team|Make a backup copy of the data-->

⚠️

Note: Deleting system packages can cause some features to work unstable (e.g. Google Play search).If you have problems after deleting, restore the packages with the command: adb shell cmd package install-existing com.google.android.googlequicksearchbox

4. firmware TV with remote assistant components

The radical method is to install custom firmware without voice assistants, which is suitable for advanced users, because it requires unlocking the bootloader and risks cancelling the warranty, but you get a clean system without unnecessary services.

Step-by-step:

  1. Download modified firmware for your model (see 4PDA or XDA Developers forums). Popular options: MIUI TV Mod β€” firmware without bloatware (including assistants). ATV Custom ROM β€” an alternative firmware based on Android TV.

FAT32

  • Press Menu + Volume Down on the remote and turn the TV on.
  • From the recovery menu, select Apply update from USB.

This is a good way to do it if you use a static IP for your TV, and some features (such as weather updates or YouTube) may stop working.

Comparison of methods: which one to choose?

To make it easier for you to determine, we have compiled a table with the pros and cons of each method:

MethodDifficultyEfficiencyRisks.Reversibility
Disconnection in settings⭐ (simple)⚠️ Partial (processes remain)No.Yes.
Reset to factory⭐⭐⚠️ Temporary (helps with failures)Loss of dataYes.
Removal via ADBβ­β­β­βœ… Complete.Failure of system functionsYes (through packet recovery)
Custom firmwareβ­β­β­β­βœ… Complete. + optimizationLoss of warranty, brickPartially (official firmware required)
Blocking through router⭐⭐⚠️ Partial (network requests only)Online services failureYes.

For most users, the best combination approach is to turn off settings + lock through the router. If you want maximum system cleanliness, use ADB or custom firmware - but only if you are confident in your abilities.

Frequent Mistakes and How to Avoid Them

When working with voice assistants on Xiaomi Mi TV, users often face typical problems.

  • πŸ”„ Helps not to turn off after reset: The reason may be a linked Google or Xiaomi account. Before reset, untie all accounts in the Settings section β†’ Accounts.
  • πŸ”Š Microphone on the remote does not turn off: On some models (for example, Mi). TV Stick) The microphone is built into the remote and has no physical switch. Use the tape to lock the microphone hole.
  • πŸ› οΈ ADB Not seeing TV: Make sure the debugging is on USB and in the developer settings the debugging option is activated USB (safe-haven).