Google Assistant on Xiaomi Mi9 can be useful for quick information search or smartphone management, but not all users need it. Many people find that the assistant is activated accidentally - for example, when you hold the Home button for a long time or voice command "OK, Google", which drains the battery and distracts from work. In addition, on some versions of the MIUI Google Assistant can not be turned off by standard means without additional manipulation.
In this article, we will discuss all the current ways to deactivate the assistant, from simple settings in the menu to using ADB and removing system updates, focusing on the nuances for the Mi9 on different versions of MIUI (including global and Chinese firmware), and also explain how to avoid typical errors that can lead to malfunctions in the smartphone.
Why is Google Assistant not disabled in the standard way?
On the Xiaomi Mi9 (cepheus model), the problem with disabling Google Assistant is due to several factors:
- π Google App Updates. Even if you disable the Assistant in the settings, a subsequent update to the Google App through the Play Market can bring it back.
- π± Firmware MIUI. In Chinese versions MIUI (for example, MIUI China: Google Assistant is often absent initially but on the global (MIUI Global and European (MIUI EU) It is pre-installed and protected from removal.
- π§ System restrictions: Starting with Android 10, Google tightened its control over the assistant, blocking its complete removal without superuser rights (root).
Thereβs also a nuance to the Home button on the Mi9: Google Assistant is the default long-presser, not Xiaomiβs Mi Assistant. This can be changed, but not in all versions of MIUI.
β οΈ Attention: If you are using Mi9 firmware MIUI 12.5+, Some methods (for example, disabling through ADB) Additional steps may be required due to changes in Xiaomiβs security policy.
Method 1: Disconnecting through Google Settings
The easiest and safest method is to deactivate the assistant in the Google app menu, which is suitable for most users and does not require technical skills.
Instructions:
- Open the Google app (the icon with the letter βGβ on the home screen or in the app menu).
- Slip on your avatar (or initials) in the upper right corner.
- Select the Settings item β Google Assistant.
- Scroll down and press General.
- Turn off the Google Assistant switch.
- Confirm the action by clicking Turn Off in the pop-up window.
The assistant will then stop responding to voice commands and gestures, but this method does not disable the Assistant call through a long press of the Home button, but instead needs to change the gesture settings separately (see Method 3).
βοΈ What to check after disconnection
Method 2: Removing Google App Updates
If Google Assistant continues to work after disabling in settings, the problem may be in the latest updates to the Google app.
How to do this:
- Go to Settings β Applications β Application Management.
- Search the Google list (or com.google.android.googlequicksearchbox) and tap it.
- Click on the three dots in the top right corner and select Remove Updates.
- Confirm the action. The system will return the application to the factory version.
- Reboot your smartphone.
After that:
- π Stop Google from automatically updating to the Play Market (open the app page) β three-point β Remove from auto-update).
- π΅ Turn off notifications from Google Assistant in the app settings.
β οΈ Attention: On some firmware MIUI When you delete the updates, you may lose the search bar on the home screen. To return it, install the Google widget manually.
What to do if the βRemove Updatesβ button is inactive?
Method 3: Change the Home Button Activity
On the Xiaomi Mi9, a long press on the Home button (or a swipe gesture from the corner on navigation gesture screens) calls Google Assistant by default. To fix this, you need to reassign the action of the button.
For MIUI 12 and newer:
- Open Settings β Additional β Home button (or Settings β System β Gestures for gesture navigation).
- Choose a Long Press (or Gesture from the Corner).
- Instead of Google Assistant, set No Action or Mi Assistant (if installed).
For MIUI 11 and older:
- π§ Go to Settings. β System and device β Gestures β Home button".
- π± Choose Long Press. β No.
If your version of MIUI does not have such a clause, then the setting is blocked by the firmware, in which case only ADB (Method 4) or custom firmware installation will help.
Method 4: Disconnect via ADB (for power users)
If standard methods donβt work, you can disable Google Assistant using Android Debug Bridge (ADB), which requires connecting your smartphone to your computer, but doesnβt need root rights.
Step-by-step:
- Download and install ADB Tools on your computer.
- On your smartphone, activate Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β Developer. Turn on USB Debugging.
Mi9
File transfer
Terminal
ADB
adb devicesThe serial number of your device should appear.
adb shell pm disable-user --user 0 com.google.android.googlequicksearchboxReboot your smartphone.
After that:
- π Google Assistant will be completely deactivated, including calling through the Home button.
- π΅ Google will remain in the system, but its functionality will be reduced (for example, the search bar on the home screen will disappear).
β οΈ Attention: On some firmware MIUI 13+ The adb command may not work due to Xiaomi limitations. In this case, try first: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox But this will remove all app updates and it will have to be reinstalled manually.
adb shell pm enable com.google.android.googlequicksearchboxMethod 5: Remove Google Assistant with root rights
The most radical method is to completely remove the Google Assistant app with superuser rights (root), which is suitable for users with an unlocked bootloader and installed Magisk or SuperSU.
How to delete:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/Velvet or /system/app/GoogleQuickSearchBox
- Delete the Velvet or GoogleQuickSearchBox folder (pre-backup!).
- Reset the device.
The following is a Titanium Backup:
- π§ Open the app and search for Google or Google Assistant listing.
- ποΈ Choose Delete (not βFreezeβ as this will not have a full effect).
| Method | Root is required. | ADB is required | Reversibility | Risk of failure |
|---|---|---|---|---|
| Disconnection in Google Settings | β No. | β No. | β Yes. | β No. |
| Removal of updates | β No. | β No. | β Yes. | β οΈ Low. |
| Reassigning the Home button | β No. | β No. | β Yes. | β No. |
| ADB-team | β No. | β Yes. | β Yes. | β οΈ Medium. |
| Removal from root | β Yes. | β No. | β No (no backup) | β High-pitched |
π‘
If you are not sure of your skills, start with the safest methods (Methods 1-3). Use ADB or root only as a last resort, as this can lead to unstable system operation.
What if Google Assistant is back on again?
Even after a successful shutdown, the assistant can return after:
- π Updates to Google Apps via Play Market.
- π± Resetting smartphone settings to factory.
- π§ Firmware updates MIUI (Especially if you are switching to a new version of Android).
To prevent automatic activation:
- Disable updates to the Google app in the Play Market.
- Use ADB to block the packet (the command from Method 4).
- Install an alternative launcher (like Nova Launcher) that is not integrated with Google Assistant.
If the assistant is back after the MIUI update, repeat the steps from the method you chose. Newer versions of the firmware may require ADB even for basic settings.