How to completely disable Google Assistant on Xiaomi: 5 proven ways

Why Xiaomi users want to get rid of Google Assistant

Google Assistant on Xiaomi smartphones is often a source of irritation: it spontaneously activates when you press the Home button, consumes battery power in the background and collects data about your activity. Despite the useful features (voice search, reminders, smart home management), many owners of Redmi, POCO or Mi prefer to turn it off β€” especially if you use alternative assistants like Mi AI or Alice from Yandex.

The problem is that MIUI (even in the latest version 14) doesn’t offer an obvious way to completely deactivate the service. The β€œDisable” button in settings often leads to a shutdown rather than a complete deletion. In this article, we’ll look at all possible methods, from standard to hidden, including disabling through ADB and changing system settings.

It is important to understand that some methods require root rights or unlock the bootloader, which may affect the warranty.

Method 1: Standard shutdown via MIUI settings

To start with, the basics are built-in MIUI tools, which are suitable for most models (Redmi Note 12, POCO X5, Mi 11, etc.) and do not require additional rights.

Steps:

  • πŸ“± Open the Settings app (cog icon).
  • πŸ” Go to the Appendix section β†’ Application management.
  • πŸ”Ž In the search bar, type Google and select Google Assistant (or Google App).
  • βš™οΈ Click Disable (if the button is active) or Remove Updates β†’ Shut down.

⚠️ Note: On some firmware after disconnecting, Assistant may be activated again after restarting.This is due to automatic updates to Google Play Services.

β˜‘οΈ What to check after disconnection

Done: 0 / 4

If the Disable button is inactive (grey), then the application is system-based and deactivated, in which case move on to the following methods.

Method 2: Disable via Google Settings (without root)

Even if you can’t completely remove the Assistant, you can limit its functionality through your Google account, which works on all devices with MIUI 12-14 and doesn’t require technical skills.

Instructions:

  1. Open the Google app (the icon with the letter "G").
  2. Tap your avatar in the upper right corner β†’ Settings.
  3. Choose Google Assistant β†’ General.
  4. Turn off the switches: 🎀 Voice assistant (disables the response to OK, Google"). πŸ“± Assistant on the lock screen. πŸ”„ Personalization (limits data collection).

πŸ’‘ Useful advice: After this action, the Assistant will stop activating with voice, but may still appear with a long press on Home. To correct this, you need to change the action of the button (see Method 3).

πŸ“Š What voice assistant do you use instead of Google Assistant?
Yandex Alice
Mi AI (built into MIUI)
Siri (on other devices)
Other
I don't use voice assistants.

Method 3: Reassign the Home button (for MIUI 12 and later)

One of the big problems is that the Assistant starts with a long press on the Home button, and in MIUI you can either reassign this action to another application or turn it off altogether.

How to change it:

  • πŸ”§ Go to Settings. β†’ System and device β†’ Buttons and gestures.
  • πŸ–±οΈ Select Long Press Home (or Home).
  • 🚫 In the action list, select No Action or another app (like Google Lens if you need one).
Xiaomi modelSupports reassignment?Notes
Redmi Note 10/11/12βœ… Yes.It works on MIUI 12.5+.
POCO F3/F4/F5βœ… Yes.It may need to be rebooted.
Mi 11/12/13βœ… Yes.In some regions, the option is hidden.
Redmi 9/9A/9C❌ No.Required ADB (Method 4)

⚠️ Note: Some of the updates after the update MIUI button settings are reset, and we recommend checking them after each major update.

Method 4: Disconnect via ADB (without root but with PC)

If the standard methods do not help, you can use Android Debug Bridge (ADB) β€” It's a tool for debugging Android devices, and it doesn't require root rights, but it needs a computer and a computer. USB-cable.

Step-by-step:

  1. πŸ’» Install. ADB Tools on PC.
  2. πŸ”Œ Connect your smartphone to your computer and turn on debugging USB (Settings β†’ The phone. β†’ Version. MIUI β†’ 7 times tap the version β†’ Come back to the extra. β†’ For developers).
  3. πŸ–₯️ Open the command line (Windows) or the terminal (Mac/Linux) adb-folder.
  4. πŸ“‹ Enter the commands in turn: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox pm disable-user --user 0 com.google.android.apps.googleassistant

πŸ”Ή What teams do:

  • uninstall-k --user 0 - removes the Assistant updates for the current user.
  • Disable-user – disables the system application.

What if the ADB can’t see the device?
1. Check if debugging is included on USB 2. Install Xiaomi drivers (download from the official website) 3. Try another one USB-cable (original better).4. Enter adb devices in the command line – if the list is empty, the problem is on the PC side.

⚠️ Attention: After disconnection through ADB Some features (like voice search in Google Chrome) may not work properly. To get it back, use the command:

adb shell pm enable com.google.android.apps.googleassistant

Method 5: Complete removal with root rights (for experienced)

If you are willing to take drastic measures and you have a bootloader unlocked with Magisk or another root manager installed, you can completely remove the Assistant from the system, which irreversibly deletes system files and can lead to unstable firmware.

Instructions:

  • πŸ› οΈ Install a file manager with root support (such as Root Explorer or Mixplorer).
  • πŸ“‚ Go to the folder. /system/priv-app/ or /system/app/.
  • πŸ—‘οΈ Find and delete folders: GoogleQuickSearchBox Velvet (if any) PrebuiltGmsCore (only if you are sure!)
  • πŸ”„ Reset the device.

πŸ’₯ Warning: Deleting PrebuiltGmsCore could disrupt all Google services (Play Market, Gmail, etc!

πŸ’‘

Before deleting system files, be sure to back up via TWRP or other recovery, which will help restore the device in the event of a crash.

What if the assistant is still running?

If, after all the manipulations of Google, the Assistant continues to activate, check the following points:

  • πŸ”„ Auto Updates: Go to Google Play Market β†’ Settings β†’ Auto Update Apps and select Do Not Update Automatically.
  • πŸ“¦ Residual files: Use apps like App Inspector or Package Name Viewer to find all packages associated with the Assistant (com.google.android.googlequicksearchbox, com.google.android.apps.googleassistant).
  • πŸ”§ Resetting: In extreme cases, reset to factory settings (Settings) β†’ The phone. β†’ Resetting settings), but remember that it will delete all data.

πŸ” Hidden setting for MIUI: Some firmware has a hidden parameter that prevents you from shutting down. To deactivate it, type the phone code into the phone app:

##4636##

Then go to Usage statistics β†’ Disable (if available).

FAQ: Frequent questions about disabling Google Assistant

❓ Can I disable Assistant without losing Google Play functionality?
Yes, if you use Methods 1-3 (standard disabling, button reassignment, ADB). Complete root removal (Method 5) can disrupt Google services.
❓ Why After Updating MIUI Assistant reappears?
This is due to Google's policy of forcibly restoring system apps through Play Services.Solution: disable auto updates in the Play Market or use ADB-team after each update.
❓ Will Yandex Alice work after Google Assistant is turned off?
Yes, Alice uses her own services and is independent of Google, and you can even assign her to the Home button through the gesture settings in MIUI.
❓ Can I return the Assistant after complete removal through root?
Yes, but it would require you to reflash the device or manually copy deleted system files from the backup, and without a backup, recovery is more difficult.
❓ Does the Assist's Disconnection Affect Battery Autonomy?
Yes, but the effect depends on the model. On the Redmi Note 12 Pro+, users report a 5-10% increase in autonomy, and on the budget models (Redmi 10A), the difference is minimal.