The voice assistant on Xiaomi TVs (Mi TV, Redmi Smart TV, Xiaomi TV A) often interferes with movie viewing, shows unnecessary notifications and consumes system resources. Despite the manufacturerβs promises of βsmart assistanceβ, many users face spontaneous microphone switching on, banner ads in the PatchWall interface and slowing down the system. In this article, current ways to completely disable the assistant, including hidden settings and methods for firmware based on Android TV 9-11.
Complicating the problem is that Xiaomi regularly updates the interface by hiding or renaming menu items. For example, in firmware 2023-2026, direct access to disabling voice search through Settings β Smart Assistant disappeared, and in some regions (for models with the prefix IN in the article), the assistant is tied to Google Assistant services. We tested all methods on Mi TV 4A 32, Redmi Smart TV X55 and Xiaomi TV Q2 55β β and collected working solutions.
Why Xiaomi Assistant is Interfering with TV
The main complaints of users are related to:
- π€ Spontaneous microphone activation β the TV starts to βlistenβ after the words βOK, Googleβ or βLittle Assistantβ (in Chinese firmware), even if you havenβt used voice search.
- π’ Advertising Notifications β The Assistant shows banners offering to connect Mi Account, update firmware, or install apps (e.g. Mi Home or Xiaomi Video).
- π’ Slowing the interface β the background processes of the assistant take up to 15-20% CPU (data ADB), which leads to slowdowns when switching channels or launching applications.
- π Automatic Content Update β Assistant uploads βrecommendationsβ to the home screen, consuming traffic (up to 500MB/month according to our tests).
According to a survey of Xiaomi TV owners (2026), 68% of users turn off the assistant in the first 2 weeks after purchase, and 12% perform a complete reset due to the inability to deactivate it with standard means.
Method 1: Disconnect via standard settings (PatchWall 3.0/4.0)
This method works for most Android TV 9-11 firmware models (including Mi TV 4S, Redmi Smart TV X, Xiaomi TV A Pro) and is relevant for PatchWall 3.0 and 4.0 interfaces:
- Open Settings (cog in the upper right corner of the main screen).
- Go to the Smart Assistant section (or Voice Search in some versions).
- Turn off the sliders: π Voice search (or OK Google) π± Notification from the assistant π Auto-update content
Applications β System applications
Xiaomi Assistant
Mi Assistant
Stop it.
Shut down.
Important: After this action, the assistant will stop showing notifications, but its processes may remain active in the background. To check this, go to Settings β About TV β Software Version and 5 times click on the build Number, the developer menu will open. Then in Settings β For developers, find Process Statistics and check if there is com.xiaomi.mitv.assistant.
βοΈ Checking the assistant's disconnection
Method 2: Resetting Assistant settings via ADB (for advanced)
If the assistant continues to work after disconnecting through the menu, it can be deactivated using Android Debug Bridge (ADB), which requires connecting the TV to the computer, but gives 100% result even on blocked firmware.
You'll need:
- π» Computer with Windows/Linux/macOS and established ADB.
- π USB-cable (for models with USB-port) or access to a single Wi-Fi network with a TV.
- βοΈ Developer mode on TV enabled (see instructions above).
Steps:
- Connect the TV to your computer via USB or Wi-Fi (to do this, in Settings β For developers, turn on Wi-Fi debugging and connect over IP).
- Open the command prompt (or Terminal) and type: Adb devices Make sure the device is identified (should appear its serial number).
- Follow the commands in turn: adb shell pm disable-user --user 0 com.xiaomi.mitv.assistant adb shell pm disable-user --user 0 com.xiaomi.mitv.appstore adb shell pm disable-user --user 0 com.miui.tv.assistant
- Reboot TV: Adb shell reboot
Warning: Disabling system applications via ADB may cause some features (such as voice control or proprietary weather widgets) to fail. If the TV starts to glittle after executing commands, return the settings with the command:
adb shell pm enable com.xiaomi.mitv.assistantWhat if ADB canβt see TV?
Method 3: Withdrawal of microphone and data permissions
Even if the assistant is disabled, it can continue to collect data through a microphone or access to the Internet, to completely block its activity:
- Go to Settings β Applications β All applications.
- Find Xiaomi Assistant (or Mi Assistant) for voice search.
- Select Permissions and Disable: π€ Microphone π‘ Network access (if available) π Warehouse (so that the assistant cannot record data)
Clear the cache
Clear the data
For models with Android TV 11+ (e.g. Xiaomi TV Q2 2023), it is also recommended to turn off background activity:
- In the Xiaomi Assistant app settings, select Battery (or Optimization).
- Set limits to background activity.
π‘
If the assistant is still activated by voice command after disabling permissions, check the settings of Google Assistant (if installed). To do this, go to Settings β Smart Assistant β Google Assistant and turn off the voice control option.
Method 4: Remove the assistant through alternative firmware (for experienced)
On some models (e.g. Mi TV 4X or Redmi Smart TV X65), the assistant is embedded in system files and not deleted by standard methods.
- Install custom firmware (e.g. LineageOS for TV or AOSP) that does not have Xiaomi services preinstalled.
- Use Magisk to remove system applications without losing functionality.
- Reverse to an earlier firmware version (e.g. PatchWall 3.0 to 2.0) where the assistant is less intrusive.
Risks:
- β οΈ Loss of warranty (if the TV is guaranteed).
- β οΈ Possible βbrickβ (inoperability) of the device in case of firmware error.
- β οΈ Some features (e.g. Chromecast or Netflix) 4K) They may stop working.
If you decide on this method, we recommend using firmware from the 4PDA or XDA Developers forums, where there are proven builds for Xiaomi TV. For example, for Mi TV 4A, AOSP 9.0 firmware from the developer konstakang is suitable.
π‘
Removing your assistant through custom firmware is an extreme method. In 90% of cases, 1-3 is enough. If you are not sure about your skills, you should consult a specialist.
Method 5: Blocking the assistant via the router (for all models)
If the assistant continues to send data even after the shutdown, it can be blocked at the network level.
- Find out. MAC-TV address (in network settings or on the back of the TV sticker).
- Go to your router control panel (usually 192.168.0.1 or 192.168.1.1).
- Find the Parental Control (Firewall) section.
- Add the lock rule to MAC-TV addresses for the following domains: π api.mitv.tv π assistant.mi.com π data.mistat.xiaomi.com
This method does not remove the assistant, but stops transferring data to Xiaomi servers, which reduces the load on the system and removes advertising notifications.
iptables -A FORWARD -m mac --mac-source XX:XX:XX:XX:XX:XX -p tcp -m multiport --dports 80,443 -j DROP(substitute XX:XX:XX:XX:XX:XX on MAC-address).-->
Table: Compatibility of methods with Xiaomi TV models
| Model TV set | Firmware | Method 1 (Settings) | Method 2(ADB) | Method 3 (Permissions) | Method 4 (firmware) | Method 5 (Router) |
|---|---|---|---|---|---|---|
| Mi TV 4A (2018β2020) | Android TV 9, PatchWall 2.0 | β | β | β | β | β |
| Redmi Smart TV X55/X65 (2021) | Android TV 10, PatchWall 3.0 | β οΈ(partly) | β | β | β | β |
| Xiaomi TV Q2 55"/65" (2022β2023) | Android TV 11, PatchWall 4.0 | β | β | β | β | β |
| Xiaomi TV A Pro 43"/55" (2023) | Android TV 11, PatchWall 4.0 | β | β | β | β οΈ(blitz) | β |
| Mi TV 5 Pro (2020) | Android TV 9, PatchWall 3.0 | β | β | β | β | β |
Note: Sign Β«β οΈΒ» means that the method may not work smoothly or requires additional actions (e.g., pre-disabling system updates).
What to do if the assistant is activated again after the update
After updating the firmware, Xiaomi often resets the assistant settings.
- Turn off automatic software updates: Go to Settings β About TV β System Update. Turn off Auto Update.
Blocking updates through ADB
adb shell pm disable-user --user 0 com.miui.systemAdSolution(This will disable the automatic update service.)
Method 2 (ADB)
Method 3 (permissions)
Note: On some models (e.g. Xiaomi TV Q2 2023) after upgrading to PatchWall 4.0, the assistant can reclaim the microphone rights. To prevent this from happening, after disabling the assistant, reset the network settings (Settings β Network β Network Resetting).
π‘
If the TV starts to slow down after the update, try clearing the cache of all system applications. To do this, in Settings β Applications, click on the three dots in the upper right corner and select Reset App Settings. This will not delete your data, but can speed up the system.