How to permanently disable the voice assistant on the TV Xiaomi Mi TV 4A

Xiaomi Mi TV 4A comes with built-in voice assistants like Google Assistant and Xiaomi’s branded XiaoAI, designed to make it easier to manage the device, but not everyone is comfortable with it, some facing spontaneous activation of the assistant while watching movies, others are concerned about collecting voice data, and others simply do not need extra β€œfeature” that takes up the system resources.

In this article, we will discuss all possible ways to disable voice assistants on the Mi TV 4A, from standard settings to technical methods through ADB and changing system files. You will learn how to remove assistants completely or simply block their activation, and what to do if after updating the firmware settings reset. The instructions are relevant for all versions of the Mi TV 4A (including the 2018-2023 models) based on Android TV and PatchWall.

Why can the voice assistant interfere?

At first glance, voice control seems convenient: just say a command and the TV will execute it without having to search for a remote control. However, in practice, users of the Xiaomi Mi TV 4A often face the following problems:

  • 🎀 False positives: the assistant is activated from random sounds (speech in the film, loud music, children's laughter).
  • πŸ” Data collection: Google and Xiaomi can record voice commands to improve services (even if you didn’t explicitly agree to it).
  • 🐒 System Slowdown: Background processes of assistants consume up to 10-15% CPU 200-300 MB of RAM, which is critical for budget models Mi TV 4A from 1-1.5 GB of RAM.
  • πŸ“Ί Intrusive prompts: The system constantly suggests β€œtrying voice search” even if you’ve never used it.

The problem is particularly acute for owners of TVs with the firmware PatchWall, Xiaomi’s proprietary shell, where the XiaoAI voice assistant is integrated deeper than the Google Assistant and can automatically turn on when connecting to the Internet after an update, while in some regions (for example, in Russia), XiaoAI is unstable due to geolocation restrictions.

πŸ“Š How often do you use voice control on your TV?
Constantly.
Sometimes.
I tried it before, but I turned it off.
Never used it.

Method 1: Disconnection through standard settings

The easiest method is to deactivate the assistants in the TV menu, which is suitable for most users and does not require technical skills, but keep in mind that after updating the firmware settings may reset.

Instructions for Google Assistant:

  1. Open Settings (cog on the home screen or the Settings button on the remote).
  2. Go to Device β†’ Voice (or Device Preferences β†’ Google β†’ Voice in English).
  3. Select Google Assistant and move the slider to the off position.
  4. In the window that appears, confirm the disconnection by clicking Disconnect.

Instructions for XiaoAI (if installed):

  1. Press the voice search button on the remote (microphone) for 3-5 seconds.
  2. In the menu that opens, select XiaoAI Settings.
  3. Go to Permissions Management and turn off all sliders (including Voice Activation and Personalization).
  4. Return to the main XiaoAI menu and select Exit from your account (if your Xiaomi account is linked).

Google Assistant disabled in device settings|

Disabled XiaoAI via the microphone menu on the remote |

Microphone access permissions for both assistants removed |

No response to voice commands (OK, Google) / Little AI")-->

If the assistants continue to activate after these actions, the cause may be:

  • πŸ”„ Cash Systems: Clean it in Settings β†’ Annexes β†’ All applications β†’ Google/XiaoAI β†’ Warehouse β†’ Clear the cache.
  • πŸ“± Remote with microphone button: some Xiaomi remote models have a separate assistant call button that works when accidentally pressed.
  • πŸ”Š External microphone: If a sound bar or webcam with a microphone is connected to the TV, the assistant can activate from them.

Method 2: Disconnecting through Application Permissions

Even if you disabled the assistants in the settings, their system processes can continue to work in the background, and to completely block access to the microphone and other functions, you need to manually revoke permissions.

For this:

  1. Go to Settings β†’ Applications β†’ All applications.
  2. Search the list of Google (or Google Play Services) and select it.
  3. Open the permissions section and turn it off: 🎀 Microphone πŸ“ Location (if not used) πŸ“ Warehouse (optional)

XiaoAI

After that, the system will request confirmation when assistants try to access the microphone, but this method does not guarantee a complete shutdown: some features (for example, voice search on YouTube) may continue to work through other system services.

πŸ’‘

If XiaoAI is not listed in the application list but the assistant is still activated, check for firmware updates. In some versions of PatchWall, this application is hidden and managed through the com.xiaomi.mitv.assistant system services.

Method 3: Using ADB to Deep Shut Down

For advanced users willing to work with the command line, there is a more radical method – disabling assistants via Android Debug Bridge (ADB), which will block system components that are not available in the standard interface.

What you need:

  • πŸ–₯️ Computer with drivers installed ADB (You can download from the official Android website).
  • πŸ”Œ USB-cable to connect TV to PC (or wireless Wi-Fi connection).
  • βš™οΈ Included debugging by USB on the TV (Settings) β†’ On TV. β†’ Build Number – Press 7 times, then return to Settings β†’ For developers β†’ Debugging by USB).

Step-by-step:

  1. Connect the TV to your computer and confirm the debugging permission on the TV screen.
  2. Open the command prompt (or Terminal on macOS/Linux) and type:
adb devices

(Your device must be displayed with a serial number.)

  1. To disable Google Assistant, do:
adb shell pm disable-user --user 0 com.google.android.googlequicksearchbox


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

  1. To disable XiaoAI (if installed):
adb shell pm disable-user --user 0 com.xiaomi.mitv.assistant


adb shell pm disable-user --user 0 com.xiaomi.mitv.voiceassistant

  1. Reboot the TV with the command:
adb shell reboot

These commands don't delete applications, they just block them from running for the current user. To get it back, replace disable-user with enable.

What if ADB can’t see the TV?
If Adb devices don’t show you your Mi TV 4A, check: 1. Drivers: Install drivers for Android TV (For example, Universal ADB Driver). 2. Connection mode: On the TV in the menu USB Select File Transfer (MTP), Not Charging. 3. Port: Try another one USB-port. 4. Wi-Fi ADB: Connect to the network: adb tcpip 5555 adb connect IP_TV:5555 (IP TV can be found in the settings β†’ Network).

Warning: improper use of ADB can cause a TV to malfunction. Do not disable system components whose names you do not know. For example, pm disable-user com.android.systemui will disable the Android TV interface.

Method 4: Remove via Root Access (for Advanced)

If you're willing to take drastic measures, you can completely delete assistant files by getting a Root-right, a method only suitable for users with experience with Android devices, as the wrong actions can "brick" the TV.

To get Root on Xiaomi Mi TV 4A you will need:

  1. Unlock the bootloader through Mi Unlock Tool (requires a Xiaomi account).
  2. Install custom recovery (e.g. TWRP for Android TV).
  3. Switch Magisk to manage Root rights.

After receiving the Root, perform at ADB Shell or the terminal:

su


mount -o rw,remount /system




rm -rf /system/priv-app/GoogleQuickSearchBox




rm -rf /system/priv-app/PrebuiltGmsCore




rm -rf /system/app/XiaoAI




rm -rf /data/data/com.google.android.googlequicksearchbox




rm -rf /data/data/com.xiaomi.mitv.assistant




mount -o ro,remount /system




reboot

Attention: this method:

  • ⚠️ Violates Xiaomi’s Guarantee.
  • ⚠️ This may result in loss of functionality (for example, some apps from Google Play will not work).
  • ⚠️ Requires firmware recovery via Fastboot in case of failure.

πŸ’‘

Removing system applications through Root is irreversible without flashing. If you plan to sell a TV, it is better to use methods without Root (ADB or resetting).

Method 5: Resetting to factory settings

If all previous methods didn't work, or if you want to reset the TV before selling, do a full reset, which will delete all data, including the assistant settings, but also erase:

  • πŸ“ Installed applications (except pre-loaded ones).
  • πŸ”‘ Google and Xiaomi accounts.
  • βš™οΈ Individual settings of image, sound, network.

How to reset Mi TV 4A:

  1. Open Settings β†’ Device β†’ Reset (or Settings β†’ Device Preferences β†’ Reset).
  2. Select Factory Data Reset (Factory Data Reset).
  3. Confirm the action by entering PIN-code (if installed).
  4. Wait for the reboot (it will take 5-10 minutes).

After discharge:

  • 🚫 Don't connect the account. Google/Xiaomi At the initial setup stage (skip this step).
  • πŸ”• Turn off voice assistants in settings (see Method 1).
  • πŸ”„ Do not update your firmware immediately – check the TV without assistants.

Note: some PatchWall firmware automatically installs XiaoAI when you first connect to the Internet after reset, and to avoid this, disconnect the TV from the network before reset (take off the Ethernet cable or turn off Wi-Fi).

What if the assistant is activated after the update?

Xiaomi regularly releases updates for the Mi TV 4A, and sometimes they automatically restore disabled features, including voice assistants.

  1. Turn off automatic update: Go to Settings β†’ About TV β†’ System Update. Turn off the slider Automatic Update Download.

Block updates for specific applications

  • In Settings β†’ Apps, find Google Play Services and XiaoAI.
  • Open Additional β†’ Auto Update and select Do Not Update.
  • Use alternative firmware: There are custom firmware for Mi TV 4A (like LineageOS for Android TV) that removes all of Google and Xiaomi’s components, but requires unlocking the bootloader and Fastboot experience.

Note that in YouTube, voice search works through Google Assistant, so turning it off completely (see Method 1) will also block this feature.

After the shutdown, XiaoAI stopped working the microphone button on the remote. How do you get it back?
The microphone button on the Xiaomi remote is by default tied to XiaoAI. Once it is turned off, the button may become inactive: πŸ”„ Reassign the button: in some firmware, this can be done through Settings β†’ remote β†’ Button settings. πŸ”§ Use it. ADB, To reassign the action of the button to another application (for example, launching Google Assistant or opening a search): adb shell am start -a android.intent.action.VIEW -d "https://www.google.com" If none of the methods worked, you just have to accept the broken button or return XiaoAI.
Will the TV consume less power after the voice assistants are turned off?
Yes, but the effect will be small. Voice assistants in the background consume: Google Assistant: ~0.5-1 W in standby mode (due to constant listening to the microphone). XiaoAI: ~0.3-0.7 W (depending on the firmware version). For comparison, the Mi TV 4A itself consumes 0.5-2 W in standby mode, and during operation - 50-120 W. Thus, turning off assistants will save only 5-10 kWh per year (in round-the-clock standby).
Can I turn off the voice assistant on the TV without a remote?
Yes, there are several ways: via a mobile app: Install Mi Remote (for Android) or Apple TV Remote (for iOS); connect to your TV via Wi-Fi and use a virtual remote to navigate the menu; via HDMI-CEC: If the TV is connected to a receiver or sound bar via an HDMI ARC, you can control it from another device's remote.

Through ADB over the network

  • Activate Wi-Fi debugging in the developer settings and connect to the TV from your computer (see Method 3).

If the remote is lost and there is no access to the settings, only a reset to the factory settings through the hardware buttons (usually a Power + Menu clamping for 10 seconds) remains.

Legal: Is it legal to shut down voice assistants from a Xiaomi policy perspective?
Yes, the standard method of disabling (through settings or permissions) does not violate Xiaomi's user agreement: πŸ”§ Use of the ADB/Root: not prohibited, but may result in loss of warranty if the TV is sent to a service center with malfunctions caused by these actions. πŸ“œ Removal of system applications: considered a firmware modification and voids warranty. πŸ”„ Firmware updates: Xiaomi can return disabled features through OTA-In most countries (including Russia), the user has the right to disable any functions of the device, as long as it does not violate the laws on digital rights (for example, the Federal Law on Consumer Protection in the Russian Federation).