Why users want to disable voice assistant on Xiaomi
The voice assistants in Xiaomi smartphones are not only a handy tool, but also a potential source of irritation. Many owners of Redmi, POCO or Black Shark devices experience a situation where the assistant is activated accidentally β while talking, listening to music or even in silence. The reasons for wanting to turn it off are diverse, from banal false positives to concerns about data privacy.
Xiaomiβs lineup uses several types of assistants: built-in Xiao AI (or Mi AI in older versions), Google Assistant, and sometimes Alice from Yandex in regional firmware. Each has its own disabling features. For example, on devices with MIUI for the global market (EEA), standard disabling through settings may not work due to integration with Google services. In this article, we will discuss all the current ways, from basic to advanced, including methods for users with root access.
Method 1: Disconnecting through the basic MIUI settings
The simplest method that works on most Xiaomi, Redmi and POCO devices with MIUI 12-14 firmware is suitable for disabling both Xiao AI and Google Assistant (if installed as the main one).
Instructions:
- π± Open the Settings app (cog icon).
- π Go to the Appendix section β Application management.
- π€ In the search bar, enter Voice Assistant or Xiao. AI (model-wise).
- βοΈ Click on the app you found, then select Disable or Remove Updates (if the button is active).
- π For Google Assistant, repeat the steps, but look for Google in the app list β Notification settings β Turn off voice input.
Important: On some devices (such as Xiaomi 13 Pro or POCO F5), the assistant can be activated again after the reboot after the shutdown, due to MIUI Optimization policies that automatically restore system applications.
βοΈ Preparing for the disabling of the voice assistant
Method 2: Deactivation through special features settings
If the standard shutdown didnβt work, try deactivating the voice assistant through the Special Features section, a technique that is particularly effective for devices with Google Assistant, which can be triggered by a long press of the Home button or gesture.
Step-by-step:
- Go to Settings β Special features β System settings.
- Find Voice Assistant or Special Opportunities Services.
- Turn off the sliders next to Google, Xiao AI or Mi AI Voice.
- Return to Special Features β Gestures and Movements and turn off Voice Launch (if any).
On some models (e.g. Redmi Note 12 Pro+), this path may be different. If you don't find the right items, try searching by settings (the magnifying glass icon in the upper right corner).
Method 3: Disconnect via ADB (for power users)
If the system settings do not allow you to disable the assistant, you can use Android Debug Bridge (ADB), this method requires connecting the smartphone to the computer and enabling the developer mode, but it is guaranteed to work on all versions of MIUI.
Instructions:
- Activate Developer Mode: Go to Settings β About Phone and click on MIUI Version 7 times.
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect your phone to your PC, install ADB Tools, and execute the commands:
adb shell pm uninstall -k --user 0 com.miui.voiceassist
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchboxThe first command removes Xiao AI, the second one removes Google Assistant. If you only want deactivation (without deletion), replace uninstall with:
adb shell pm disable-user --user 0 com.miui.voiceassistWhat if the ADB canβt see the device?
β οΈ Note: Removing system applications through ADB This can cause the firmware to work in an unstable way.
Method 4: Use of third-party utilities (without root)
For users who donβt want to mess with ADB, there are third-party apps to manage system components, and one of the most reliable is Package Disabler (available on Google Play).
How to use:
- π² Install the Package Disabler.
- π In the search bar, type voiceassist or googlequicksearchbox.
- β Tag the packages found and click Disable.
- π Reset the device.
The advantage of this method is that it does not require a PC connection and works on most Xiaomi devices without root rights. However, some models (such as the POCO X5 Pro) may block such applications for security reasons.
π‘
If the assistant reappears after the shutdown, check for updates for MIUI. Sometimes system applications are restored after the firmware update.
Method 5: Complete removal with root access
For users with unlocked bootloader and root rights, the complete removal of the voice assistant is available, a method suitable for those who are willing to sacrifice the guarantee for the sake of cleanliness of the system.
Instructions:
- Install a file manager with root support (such as Root Explorer or FX File Explorer).
- Go to /system/priv-app/ or /system/app/.
- Find and delete folders: MiuiVoiceAssist (Xiao AI), GoogleQuickSearchBox (Google Assistant), Velvet (Google Additional Services)
Settings β Storage β Clean the cache
β οΈ Attention: Deleting system files can lead to bootloop.Before manipulation, create a full backup through TWRP Or OrangeFox Recovery.
| Method of disconnection | PC required | Root is required. | Reversibility | Suitable for |
|---|---|---|---|---|
| Through MIUI settings | β No. | β No. | β Yes. | All devices. |
| Special facilities | β No. | β No. | β Yes. | MIUI 12β14 |
| ADB | β Yes. | β No. | β Yes (team enable) | All devices. |
| Package Disabler | β No. | β No. | β Yes. | MIUI without strict restrictions |
| Removal from root | β No. | β Yes. | β No (recovery required) | Advanced users |
Frequent problems and their solutions
Even after the voice assistant is turned off, Xiaomi users may face unpleasant surprises, and consider the most common situations and ways to fix them.
Problem 1: The assistant is activated when the headphones are connected.
Solution: Go to Settings β Connected Devices β Headphones β Sound settings and turn off Voice.
Problem 2: After the MIUI update, the assistant turned on again.
Solution: Use ADB or Package Disabler to shut down again. In extreme cases, roll back the firmware via Fastboot.
Problem 3: A hint about the voice assistant appears on the lock screen.
Solution: Turn off the prompts in Settings β Lock screen β Tips and notifications.
π‘
On devices with MIUI China (CN-The voice assistant can be tightly integrated into the firmware, in which case only flashing to the global version will help (EEA).