Why Users Want to Get Rid of XiaoAI and How to Do It Right
Xiaomiβs XiaoAI voice assistant is positioned as a smart device control tool, but in practice many users are confronted with its intrusive behavior. Activation by random push of a button, background battery consumption, collection of data on voice commands β these factors are leading to the search for ways to completely disable the assistant, POCO and Mi on MIUI 14/15, XiaoAI is integrated at the system level.
In this article, we will discuss all working methods of deactivation, from standard settings to deep system changes. It is important to understand that simply turning off the parameters menu often works temporarily: after updating the software or resetting the settings, the assistant can be activated again, so we will focus on radical solutions, including deleting through ADB and disabling system services.
Before you start, check your firmware version in Settings β About Phone β MIUI. Some methods only work on certain builds, and devices with global firmware (such as Redmi Note 12 Global) may not have separate menu items.
Method 1: Standard shutdown via MIUI settings
The easiest and safest method is to deactivate through the system interface, which is suitable for most devices on MIUI 12 and later, but has a limitation: the assistant can turn on again after the update.
Instructions:
- π± Open the Settings. β Annexes β Application management.
- π In the search box, type βXiaoAIβ or βVoice AssistantΒ».
- π Select the XiaoAI Assistant app (icon with microphone).
- βοΈ Click βDisableβ (in some versions β βDelete UpdatesΒ» β Β«Shut downΒ»).
- β Confirm the action in the dialog window.
βοΈ What to check after disconnection
On some devices (for example, Xiaomi 13 Pro) may require additional disabling in Settings β Additional β Special features β XiaoAI. If there is no point, then the assistant is already deactivated at the system level.
β οΈ Note: On firmware for the Chinese market (China) ROM) The standard shutdown is often blocked.In this case, use methods 3 or 4 from this article.
Method 2: Remove via ADB (for power users)
If the standard method doesnβt work, you can remove the assistant via Android Debug Bridge (ADB), which requires a PC connection and developer mode, but is guaranteed to remove all traces of XiaoAI.
Step-by-step:
- Enable Developer Mode: Go to Settings β About Phone. 7 times click on MIUI Version. Return to Settings β Additional β Developer. Activate Debugging over USB.
Command line.
Terminal
ADB
adb shell
pm uninstall --user 0 com.miui.voiceassist
pm uninstall --user 0 com.miui.voiceassist.touch
pm uninstall --user 0 com.xiaomi.aiasstAfter you execute the commands, restart the device. The assistant will be completely deleted for the current user (without root rights, the system files remain, but are not active).
What to do if ADB issues a "Device Unauthorized" error
β οΈ Note: On certain devices (e.g, POCO F5) after removal ADB In this case, restore the application with the command adb shell cmd package install-existing com.miui.voiceassist.
Method 3: Disconnection through system applications (without ADB)
If ADB seems complicated, you can do with built-in MIUI tools, which work on devices with an unlocked bootloader or on some global firmware.
Algorithm of action:
- π§ Go to Settings. β Annexes β Application management β Three dots (menu) β Show all applications.
- π Find and open: XiaoAI Service (com.miui.voiceassist) XiaoAI Touch (com.miui.voiceassist.touch) AI Assistant (com.xiaomi.aiasst)
- π« For each application, click βDisableβ and confirm.
- π Reset the device.
On some devices (such as the Xiaomi 12T), disabling the XiaoAI Touch can cause motionless gestures on the locked screen, in which case leave the app active and only disable the basic services.
Method 4: Permissions-Blocking (for MIUI 14+)
On newer versions of MIUI, even a disabled assistant can be activated through third-party applications (such as Mi Home or Mi Fit), which requires manual blocking of all permissions for associated services.
It's done like this:
- Open Settings β Privacy β Application permissions.
- Choose one by one: π€ Microphone β Find XiaoAI and turn off access. π Location β Denie access to AI Assistant. π Auto-start β Turn off auto-start for all apps with the word Β«AIΒ» or "Voice" in the title.
Settings β Battery and Performance β Battery Consumption Management
XiaoAI
Limited.
π‘
If voice notes or voice recorders stop working after blocking permissions, check the settings in the Sound Recorder app - it may also have lost access to the microphone.
Method 5: Remove via TWRP (for advanced users)
The most radical method is to physically delete the assistant system files through custom recovery, which is only suitable for devices with an unlocked bootloader and a TWRP installed. Wrong actions can lead to a device blink!
Procedure:
- Download the official TWRP for your model.
- Boot into recovery (usually Power + Volume Up).
- Go to Advanced β File Manager.
- Delete the following folders: /system/priv-app/XiaoAI /system/app/VoiceAssist /data/app/com.miui.voiceassist*
Wipe β Cache
β οΈ Note: On some devices (e.g. Redmi) K50 Gaming) deleting XiaoAI system folders may disrupt Game Turbo. TWRP β Backup.
Comparison of methods: which one to choose?
To make the choice easier, we have collected the key features of each method in the table:
| Method | Difficulty | PC required | Efficiency | Risks. | Suitable for |
|---|---|---|---|---|---|
| Standard settings | β | β No. | Medium (may be switched on again) | No. | All devices. |
| ADB | βββ | β Yes. | Tall. | Loss of microphone function (rarely) | MIUI 12+ |
| System applications | ββ | β No. | Tall. | Signs can go missing. | Global firmware |
| Blocking permits | ββ | β No. | Medium | Conflicts with other applications | MIUI 14+ |
| TWRP | ββββ | β Yes. | Absolute. | Brick with error | Devices with unlocked BL |
π‘
For most users, the best solution is a combination of method 1 (standard shutdown) and method 4 (permission lock), which strikes a balance between simplicity and reliability.
Frequent problems and their solutions
Even after a successful shutdown, users sometimes face unexpected consequences, and let's look at typical scenarios and how to fix them.
Problem 1: The assistant appears again after the MIUI update.
- π Solution: Repeat the disconnection through ADB Or system settings. New versions. MIUI Add the application to the autorun blacklist (Settings) β Battery β Auto-start).
Problem 2: Voice activation for other features (like voice search on Google) is missing.
- π Solution: Check permissions for Google App in Settings β Annexes β Google β Permits β Microphone. Reinstall Google Assistant if necessary.
Problem 3: Double tap is not available on the locked screen to unlock.
- π Solution: This is a side effect of disabling XiaoAI Touch. β Apps or use alternative gestures in Settings β Lock screen β Gestures.
Problem 4: A notice appears that says βXiaoAI Service is terminated.β
- π« Solution: Disable notifications for the application in Settings β Notifications β XiaoAI. If the notification is system, use ADB complete removal.