The Xiaomi Mi 9, released in 2019, is still a popular smartphone thanks to its powerful hardware and regular MIUI updates. However, many users are faced with an intrusive voice assistant that is activated by random taps or voice commands. In this article, we will discuss all possible ways to disable both the standard Google Assistant and the branded MIUI Assistant, from simple settings to deep system edits.
Itβs important to understand that on the Mi 9, the assistant can work in three modes: voice (OK, Google), long-holding Home button (or navigation gesture), and through a special button on the headphones. Weβll look at disabling each of them, and also explain why some methods may not work on custom firmware or after resetting.
If you don't want to remove the assistant completely, but only limit its activity, there's a section in this article that sets the microphone sensitivity and gestures. For advanced users, we'll give you ADB commands that will turn off services at the system level.
1. disable Google Assistant through standard settings
The easiest way is to deactivate Google Assistant in the Android settings menu, which is suitable if the assistant is running by voice (OK, Google) or when holding the Home button.
Instructions:
- π± Open the Google app (the icon with the letter βGβ on a colored background).
- π Click on the profile icon in the upper right corner β Settings.
- π Choose Google Assistant β Go to the General section.
- βοΈ Tap on Google Assistant (first item) and turn off the slider.
After that, the voice commands will stop working, but the assistant can still open when the Home button is held, to remove this feature:
- Press the Home button (or make a gesture from the bottom up if you use gesture navigation).
- In the opening window of the assistant, tap the icon. βοΈ (gear in the top corner.
- Select the Phone. β Turn off the Assistant option.
π‘
If the Home button stops working after the Google Assistant is disabled, restart your smartphone. This is a temporary MIUI 12-14 bug that is fixed by restarting the system.
2. deactivation of MIUI Assistant (brand assistant Xiaomi)
The Xiaomi Mi 9 has its own MIUI Assistant, which is responsible for quick commands like βOpen Cameraβ or βEnable Flashlight,β and its settings are hidden deeper, but you can turn them off without root rights.
Method 1: Through system settings
- βοΈ Go to Settings. β Annexes β Application management.
- π In the search bar, enter the Assistant.
- π Choose. MIUI Assistant (or Quick Apps in some versions).
- π« Press Turn Off. β confirm.
Method 2: Through gesture settings
If the assistant is activated by double pressing the Power button or by other gesture:
- Open Settings β Additional functions β Power button.
- Turn off the option of Double pressing to start the assistant.
- Check the Gestures section - there may be additional triggers.
What happens if you turn off MIUI Assistant?
3. Disconnecting the Assistant via ADB (for power users)
If standard methods donβt work (for example, on custom firmware or after updating), you can disable the assistant via Android Debug Bridge (ADB), which requires connecting the smartphone to the computer, but gives 100% result.
What you need:
- π₯οΈ A computer with installed Xiaomi drivers and ADB.
- π± Included Debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β 7 times tap to unlock the developer mode).
- π USB-cable (preferably original).
Instructions:
- Connect the Mi 9 to your PC and confirm the debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchboxThis command removes Google Assistant for the current user (no root rights).
To disable MIUI Assistant, use:
adb shell pm disable-user --user 0 com.miui.voiceassistInstall Xiaomi drivers from the official website | Download ADB Tools (e.g. Platform Tools) | Enable USB debugging on your smartphone | Connect your phone to your PC in file transfer mode (MTP)
-->
β οΈ Attention: Teams ADB You can turn off the assistant just for your account, and after you reset or update the system, you may need to do it again. --user 0 on com.google.android.googlequicksearchbox without flags for complete removal.
4. adjusting the sensitivity of the microphone and gestures
If you donβt want to turn off the assistant completely, but it works too often (for example, to foreign sounds), you can reduce the sensitivity of the microphone or reassign gestures.
Adjustment of voice:
- π€ Open the Google Settings β Voice search β Voice Match.
- π Turn off the OK Google option or set the microphone sensitivity to a minimum.
- π± In the Voice Learning section, remove all recorded samples.
Reassignment of gestures:
On the Mi 9, the assistant can be started by:
| Gesture/button | How to turn off | Alternative action |
|---|---|---|
| Long-term Home retention | Settings β System β Gestures β Home button | Launching Google Search or No Action |
| Double-pressing Power | Settings β Additional β Power button | Launching the Camera or the Lantern |
| Swipe from the corner of the screen | Settings β Screen β Navigation buttons | Calling the notification panel or opening the menu |
| Voice command through headphones | In the settings of the Bluetooth headset | Disable the voice assistant in the device profile |
Google Assistant|MIUI Assistant (Xiaomi)|Both are equal.|I don't know which one.|I'm not getting in my way.-->
5. Removal of the Assistant through root access (expert level)
If you have root rights, you can completely remove the assistant's system applications, which is irreversible and can lead to unstable system operation if you do something wrong.
List of disposal packages:
- com.google.android.googlequicksearchbox β Google Assistant.
- com.miui.voiceassist β MIUI Assistant.
- com.miui.voiceassist.debug β debugging files (optional).
- com.xiaomi.aiasst β additional services Xiaomi (on some firmware).
To remove, use Root Explorer or the command in the terminal:
su
pm uninstall -k com.google.android.googlequicksearchbox
pm uninstall -k com.miui.voiceassistβ οΈ Note: Removal of system applications may disrupt Google Services or MIUI. Before the procedure, make a backup copy through TWRP On some firmware Mi 9 after deleting com.google.android.googlequicksearchbox stops updating Google Play Services, this will lead to errors in other applications.
6. Alternative solutions: replacement of assistant with another
If you donβt like standard assistants, but you need voice control functionality, you can install alternatives:
- π€ Amazon Alexa β works through a separate app, integrates with a smart home.
- π¬ Yandex Alice β supports Russian language and local services.
- π΅ Siri (via Shortcuts) β if you have an Apple device.
- π οΈ Tasker + AutoVoice β to create custom voice commands.
To designate an alternative assistant by default:
- Install the app you want (e.g. Yandex with Alice).
- Go to Settings β Applications β Default Applications β Assistant and Voice Input.
- Select the installed application.
π‘
Replacing the assistant doesnβt disable standard Google or MIUI services, it only changes the application by default. Use the methods from the previous sections to completely disable the original assistants.
7. Frequent problems and their solutions
Even after the shutdown, the assistant can continue to start, and let's look at the typical causes and ways to fix them.
Problem 1: The assistant starts when the headphones are connected.
Decision:
- Open Bluetooth Settings β Find your headphones. β Settings (βοΈ).
- Turn off the option of Google Assistant or Voice Assistant.
- If there is no option, reset the headphone settings (forget the device β connect again).
Problem 2: After the MIUI update, the assistant is activated again.
Decision:
- Repeat the steps in Section 1 or 3 (depending on the method of disabling).
- If you have used ADB, check the status of the packets by the command:
adb shell pm list packages | grep -E 'googlequicksearchbox|voiceassist'If the packets are active, repeat the commands to disable.
Problem 3: The Home button stopped working after the assistant was turned off.
Decision:
- Reboot the smartphone β it will reset the cache of the system buttons.
- If it doesnβt help, return your gesture settings to Settings β System β Gestures β Home button.
- In extreme cases, reset settings through Settings β System β Reset settings β Reset all settings (application data will be saved).