Google Assistant is integrated into most Xiaomi MIUI-based smartphones, but not all users need it. Constant notifications, random activations by voice or button, and background activity of the service can drain the battery and slow down the device, especially for the budget models of Redmi and Poco, where every percentage of the charge counts.
In this article, we will discuss all possible ways to disable Google Assistant on Xiaomi, from simply removing the shortcut to completely blocking system processes. Note that some methods require superuser rights (root), but we will also provide solutions without root access. We will consider the nuances for different versions separately. MIUI (12, 13, 14) and popular models: Redmi Note 12, Poco X5, Xiaomi 13T others.
Why does Google Assistant work on Xiaomi if you havenβt installed it?
Many users are surprised to find Google Assistant on their Xiaomi, even though they never activated it consciously, because they have pre-integrated Google Services (GMS) into MIUI firmware for global smartphone versions. Even if you don't use the voice assistant, it can:
- π Battery discharge β com.google.android.googlequicksearchbox background processes consume up to 5% charge per day.
- π± Memory β the assistant cache can reach 500 MB.
- π€ Accidentally activate β pressing the Home button or the phrase βOK, Googleβ is triggered by the assistant.
- π Collect data β even in an inactive state, the service sends logs to Google servers.
On the Chinese versions of MIUI (without GMS), Google Assistant is not available by default, but it can be installed manually via Google Play. If you purchased a smartphone with global firmware, the assistant is already pre-installed and partially activated.
Method 1: Disable via Google Settings (without root)
The easiest and safest method is to deactivate the assistant in your Google account settings, which does not require superuser rights and is suitable for all Xiaomi models on MIUI 12-14.
Instructions:
- 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.
- Choose Google Assistant β General.
- Turn off the Google Assistant slider (at the top of the screen).
- Confirm the action in the dialog window.
After that, the assistant will stop responding to voice commands and clicking the Home button. However, the background processes of com.google.android.googlequicksearchbox will continue to work. To completely stop them, go to Settings β Apps β App Management β Google and select Stop.
Make sure the slider in Google settings is off |
Try saying "OK, Google" - there should be no reaction |
Press and hold the Home button β the assistant should not open |
Check battery consumption in battery settings
-->
Method 2: Remove the shortcut from the Home button
If youβre only annoyed by accidentally opening Google Assistant when you click Home, you can reassign the action of the button without completely disabling the assistant.This is true for Xiaomi with physical or touch-sensitive navigation buttons.
How to change the action of the Home button:
- Go to Settings β System β Gestures (or Navigation buttons in older versions of MIUI).
- Select the Long Press Home button.
- Instead of Google Assistant, install No Action or Last App.
On models with gesture control (for example, Xiaomi 13 Pro or Poco F5), the path will be different:
- Settings β Additional β Special features β Quick access gestures.
- Find Google Assistant and turn it off.
π‘
If the Home button stopped working after turning off, restart your smartphone. In rare cases, you need to reset your gesture settings to Settings β System β Reset your settings β Reset gesture settings.
Method 3: Disconnect via ADB (without root but with PC)
For advanced users ready to connect Xiaomi to a computer, there is a method to disable Google Assistant via the ADB (Android Debug Bridge: This method does not require root rights, but access is required. USB-debugging.
Step-by-step:
- Activate Developer Mode: Go to Settings β About the phone, tap 7 times on the version MIUI. Back to Settings β Additionally. β For developers. USB-debugging.
Connect your smartphone to your PC via USB and confirm your trust in your computer.
ADB Tools
cmd
ADB
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchboxThis command will delete Google Assistant for the current user without deleting system files. To return the assistant, use:
adb shell cmd package install-existing com.google.android.googlequicksearchboxWhat if the ADB canβt see the device?
Method 4: Complete removal with root rights
If you are ready to get root access (for example, through Magisk), you can completely remove Google Assistant from the system, which is suitable for advanced users, as it carries risks of violating the stability of MIUI.
Instructions:
- Install Magisk Manager and get root (see the XDA Developers forum for instructions for your model).
- Download a root-enabled file manager (such as Root Explorer or FX File Explorer).
- Go to /system/priv-app/GoogleQuickSearchBox or /system/app/GoogleQuickSearchBox.
- Delete the GoogleQuickSearchBox folder or rename it to GoogleQuickSearchBox.bak.
- Reboot your smartphone.
After removal of the system APK-The Assistant will disappear from the app menu, stop consuming resources and will not be updated through the Play Market. However, this can lead to errors in the work of other Google services (for example, Google Pay or Google Photos).
π‘
Deleting root-right system files can disrupt the work OTA-Before doing this, back up your files through TWRP.
Method 5: Limit background activity (to save battery)
If you donβt need to completely disable Google Assistant, but want to reduce its impact on autonomy, you can limit background activity through MIUI settings.
How to do this:
- Go to Settings β Applications β Application Management.
- Find Google in the list and tap it.
- Choose the Battery. β Background restriction.
- Set limits to background activity.
- Turn off Auto Start and Show notifications.
You can also turn off battery optimization for Google Assistant:
- In the same Google app settings, select Battery β Battery Optimization.
- Find Google Assistant in the list and set Limit.
π‘
If Google Pay payments have stopped working after manipulation with Google Assistant, add the card again.