Why Xiaomi Mi 9 users want to get rid of Google Assistant
Googleβs voice assistant is integrated into MIUI firmware at the system level, but not all Xiaomi Mi 9 owners need it. The main reasons for turning it off are constant notifications about βvoice activationβ, background activity (which drains the battery by 5-7% per night even in standby mode), and collection of location and search queries, especially for users who prefer Alice from Yandex or do not use voice commands at all.
In this article, weβll look at all the possible ways, from basic shutdown through settings to deep changes to the system with ADB. Importantly, some methods require unlocking the bootloader and can affect the stability of the smartphone. If youβre not sure about your skills, start with the simplest options.
Before you start, check the MIUI version on your Mi 9: Settings path β About phone β MIUI version. This is what makes some features available. For example, MIUI 12.5+ has a separate voice activation switch that wasnβt available in earlier versions.
Method 1: Disconnection through standard MIUI settings
The safest and most reversible way is to use built-in system options, and it is suitable for those who just want to remove unnecessary notifications and prevent the assistant from accidentally starting.
Steps:
- Open the Google app (the icon with the letter "G" on a color background).
- Slip on the profile avatar in the upper right corner β Settings.
- Select Google Assistant β go to General section.
- Turn off the options: π "Google Assistant (Main Switch) π€ "OK Google" (voice activation) π± "Assistant on the lock screen"
After that, the assistant will stop responding to voice commands and will not appear when holding the Home button. However, the background processes of com.google.android.googlequicksearchbox can still work. To completely stop them, you will need to limit activity through battery settings:
Disable Autostart in Settings β Annexes β Application management β Google β Auto-start|Limit background activity in Settings β Battery β Choice of applications β Google β Limit background activity|Remove Google App Updates in Settings β Annexes β Application management β Google β Three points. β Remove updates-->
Limitation: This method does not remove the assistant completely, but only blocks it from starting. When you reset or update MIUI, the parameters can return to factory settings.
Method 2: Disconnect via ADB (without root)
A more radical way is to use Android Debug Bridge (ADB), which allows you to disable system components without obtaining root permissions, but requires a connection to a computer and enable debugging over USB.
Instructions:
- Download and install ADB Tools on PC.
- On Mi 9, activate Developer Mode: Settings β About Phone β MIUI version (shoot 7 times).
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect your phone to your PC, open the command line in the adb folder and do:
adb devices
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchboxThis command will remove Google Assistant for the current user only, without affecting system files. To return everything back, use:
adb shell cmd package install-existing com.google.android.googlequicksearchboxadb shell am force-stop com.google.android.googlequicksearchbox
Important: On some versions of MIUI (especially global ones), this method can lead to errors with Google services. If the Google Play Store or Gmail stops working after the shutdown, return the settings back.
Method 3: Use MIUI Optimization (for power users)
MIUI firmware has a hidden MIUI Optimization feature that allows you to jam system applications, which only works on Chinese versions of MIUI or custom firmware like xiaomi.eu.
Algorithm:
- Install Activity Launcher from Google Play.
- Open it and search for.miui.hiddenmenu β MIUI Optimization.
- In the list of system applications, find Google and disable: π "Google App (main application) π€ "Google Play Services (optional but risky!)
Reboot the phone.
What happens if you turn off Google Play Services?
This method doesnβt delete applications, it only blocks them from running. To get them back, you just need to turn them back on to MIUI Optimization or reset them via Settings β System β Reset (without deleting data).
Using standard settings | Using ADB| Using MIUI Optimization | I have a different way-->
Method 4: Complete removal via TWRP (requires root)
For those who are willing to go to extreme measures, there is an option of physical removal of system APK-Google Assistant files. This requires an unlocked bootloader installed TWRP and root rights.
Step-by-step:
- Download Root Explorer or a similar file manager with access to /system.
- Go to /system/priv-app/GoogleQuickSearchBox.
- Delete or rename (add.bak) files: π GoogleQuickSearchBox.apk π GoogleQuickSearchBox.odex (if any)
Reset the device.
π‘
Removing system APKs can cause firmware to run unstable. Always back up through TWRP before making changes!
Warning: On some versions of MIUI, this can cause bootloop. If the phone doesn't turn on, restore deleted files via TWRP or flash back the firmware.
Comparison of methods: which one to choose?
To make the choice easier, we have compiled a table with the pros and cons of each method:
| Method | Difficulty | PC required | Root is required. | Reversibility | Risk to the system |
|---|---|---|---|---|---|
| Through settings | β | β No. | β No. | β Yes. | β No. |
| ADB | ββ | β Yes. | β No. | β Yes. | β οΈ Low. |
| MIUI Optimization | ββ | β No. | β No. | β Yes. | β οΈ Medium. |
| Removal via TWRP | βββ | β Yes. | β Yes. | β Partially. | β High-pitched |
For most users, the Xiaomi Mi 9 is good for the first two methods. If you donβt plan to use Google Ecosystem (Gmail, Drive, Maps), you can try MIUI Optimization. Removal via TWRP is recommended only in extreme cases.
Frequent problems and their solutions
After you turn off Google Assistant, you may experience side effects, and here are the most common ways to eliminate them:
- π Battery consumption increased: Paradoxically, sometimes after the assistant is turned off, the system begins to search more actively for its components. β Warehouse β Cache data.
- π Notifications from other apps have disappeared: This is due to the Google Play Services shutdown. return settings or use alternative push services (e.g. Huawei Push Kit for some apps).
- π Voice search in the browser doesnβt work: Replace Google Chrome with Firefox or Brave β they use their own search engines.
- π± Reset settings after the update MIUI: Repeat the disablement procedure β updates often restore system applications.
π‘
If your navigation gestures stop working after you turn off Google Assistant, check the settings in Settings β Display β Navigation Bar. Sometimes they are reset when you change system components.
If none of the methods worked, or after manipulation the phone began to work unstable, consider firmware custom version of MIUI (for example, xiaomi.eu), where Google Assistant is disabled by default.