How to permanently disable Google Assistant on Xiaomi: 5 proven methods

Why Xiaomi users want to get rid of Google Assistant

Google’s voice assistant is so deeply integrated into MIUI firmware that even after manually shutting down, it continues to consume resources in the background. According to XDA Developers tests, on Xiaomi Android 12+ devices, com.google.android.googlequicksearchbox can consume up to 150 MB of RAM and 3% of charge per day β€” even if you’ve never used voice commands. Reasons for deactivation range from banal (β€œintrusive notifications”) to critical:

First, on devices with 4-6 GB of Google RAM, the Assistant can cause slowdowns when multitasking, especially if MIUI Optimization and Mi Cloud background processes are working simultaneously. Second, the Assistant collects data about your actions - from search history to geolocation, which contradicts the privacy policy of many users. Finally, on budget models (Redmi 9A, Poco M3), constant service activity reduces battery life by 10-20%.

In this article, we’ll look at all the current ways to disable, from standard settings to hidden ADB commands that work even on the latest versions of MIUI 14 and HyperOS. Importantly, some methods require superuser rights (root), but we’ll also point out alternatives for clean devices.

Method 1: Standard Disconnection through MIUI settings

The easiest way that works for 90 percent of users is to deactivate through the settings menu, and it doesn't delete the app completely, but it stops most of the background processes. MIUI 12-14 and HyperOS:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search bar, type in Google and select Google Assistant (or Google App on some firmware).
  3. Click Disable (if the button is inactive – tap Stop first).
  4. Confirm the action in the dialog window.

After that:

  • πŸ”• Voice activation will disappear on the command "OK, Google".
  • πŸ“± Notifications from the assistant will stop coming.
  • ⚠️ But: com.google.android.googlequicksearchbox background processes may continue to work.

β˜‘οΈ What to check after disconnection

Done: 0 / 4

To stop the service completely, go to Settings β†’ Accounts and Sync β†’ Google β†’ Google Account Settings β†’ Services β†’ Search, Assistant and Voice Input and turn off all the switches. This path works on Xiaomi 11T, Redmi Note 10 Pro and newer models.

⚠️ Note: Some of the updates after the update MIUI Check the status of the Assistant after each major update.

Method 2: Disconnect via ADB (without root)

If the standard method does not help, use it. ADB-commands -- they block the Assist from starting at the system level, and this method doesn't require superuser rights, but it does:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ“± Included debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β€” Tap 7 times, then return to the additional β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ USB-cable (preferably original).

Steps:

  1. Download ADB Tools and unpack it into a folder.
  2. Connect your smartphone to your PC and enter in the terminal:
adb devices

(Your device should appear. If not, confirm the debugging on your phone screen.)

adb shell pm disable-user --user 0 com.google.android.googlequicksearchbox


adb shell pm disable-user --user 0 com.google.android.apps.googleassistant

These commands completely block the launch of the Assistant, including:

  • 🎀 Voice activation.
  • πŸ” Integration with Google Search.
  • πŸ“Š Background processes (savings up to 200 MB of RAM).

πŸ’‘

If the Assistant still starts after completing the commands, check for updates to the Google app in the Play Market. ADB-lockdown.

To get it back, use:

adb shell pm enable com.google.android.googlequicksearchbox


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

Method 3: Removal via Magisk (root required)

If your Xiaomi has an unlocked bootloader and Magisk installed, you can remove the Assistant permanently, which is suitable for advanced users, since it requires:

  • πŸ”“ Unlocked bootloader (instructions for Xiaomi are on the official website).
  • πŸ“¦ Installed by Magisk (version 25.0)+).
  • πŸ› οΈ Universal SafetyNet Fix (to keep banking apps from flying).

Instructions:

  1. Download the Disable Google Assistant module for Magisk.
  2. Install it through the Magisk app (Modules β†’ Install from storage).
  3. Reset the device.

The module does the following:

Action.The effect
Delete com.google.android.googlequicksearchboxVoice activation and search bar disappear on the home screen
Blocks com.google.android.apps.googleassistantAll Assistant features, including Google Lens integration, are no longer working
Disable the Velvet serviceData collection on user actions is stopped
Cleaning the cache of Google Services FrameworkRemoved β€œghost” processes that consume RAM

⚠️ Note: On some HyperOS firmware, the module may conflict with MiuiOptimization. If lags occur after installation, disable optimization MIUI developer-setting.

πŸ“Š What method do you prefer to disable Google Assistant?
Standard settings
ADB-team
Magisk (root)
Removal via TWRP
Another way.

Method 4: Manual removal of system APKs (for experienced)

This is the most radical and only suitable if you are prepared for possible system failures. We will delete key files of the Assistant via TWRP or Root Explorer. On devices with HyperOS 1.0+, this method can lead to bootloop if you do not follow the sequence.

Required files for deletion:

/system/priv-app/Velvet/


/system/priv-app/GoogleQuickSearchBox/




/system/app/GoogleAssistant/




/data/data/com.google.android.googlequicksearchbox/




/data/data/com.google.android.apps.googleassistant/

Procedure:

  1. Create a backup copy through TWRP (Backup β†’ System).
  2. Use Root Explorer or Adb Shell with Superuser Rights.
  3. Delete the folders listed above.
  4. Clean the cache and Dalvik-cache in TWRP (Wipe β†’ Advanced Wipe).
  5. Reset the device.

After removal:

  • βœ… Google Now integration and voice commands will disappear.
  • βœ… Free up to 300-500 MB of space in memory.
  • ⚠️ Some Google Play Services features will stop working (for example, automatic contact sync).
What to do if a bootloop occurs after removal?
If the device doesn't boot, go to TWRP and restore the system backup. If there's no backup, run the clean firmware through the Mi Flash Tool with the "Clean All" option.

Method 5: Alternative launchers and workarounds

If you don't want to go through the system files, you can just hide the Assistant from everyday use.

  1. Install an alternative launcher (like Nova Launcher or Lawnchair).
  2. In the launcher settings, turn off Google Discover (swipe left on the home screen).
  3. Replace the Google search widget with any other one (e.g., Sesame Search).

You can also turn off voice launch through:

  • πŸ”Š Settings β†’ Special facilities β†’ Gesture management β†’ Voice Assistant (disable Google Assistant).
  • πŸ“± Settings β†’ Lock screen β†’ Voice assistant (set "No").

This method does not physically remove the Assistant, but makes it invisible in everyday use, and is suitable for users who want to keep the functionality of Google Play Services but get rid of the intrusive assistant interface.

πŸ’‘

Alternative launchers are the only way to disable the Assistant without risking the system, but they don’t solve the problem of background resource consumption.

What happens if you completely remove Google Assistant?

Deactivating or removing the assistant completely has both pros and cons. Here's what's going to change:

ConsequencePlusesCons
AutonomyIncrease in working hours by 10-20%Some apps (like Google Maps) may be slower
ProductivityFree up to 500 MB of RAMThere may be a problem when using Google services.
ConfidentialityData collection on voice commands and actions is stoppedSome features (such as Gmail’s Smart Reply) will no longer work.
FunctionalityIntrusive notifications disappearVoice search on YouTube and Google Photos will not work

On HyperOS devices, removing the Assistant completely can cause Mi Share and Quick Apps to crash, as these features are partly dependent on Google Play Services. If you’re actively using the Xiaomi ecosystem (smartwatches, speakers), it’s best to limit yourself to the new features. ADB-method or disconnection through settings.

FAQ: Frequent questions about disabling Google Assistant on Xiaomi

Can I turn off the assistant without a computer?
Yes, but not completely. Through settings (Settings β†’ Apps β†’ Google Assistant β†’ Disable), you will stop the basic functions, but the background processes will remain. You need ADB or root to lock completely.
Why does the assistant appear again after the shutdown?
This is due to automatic updates to Google Play Services. To prevent a return: Open Play Market β†’ Settings β†’ Auto-Update Apps and select "Do not update automatically." For the Google app, click three dots β†’ "Delete Updates."
Will Google Pay work after the Assistant is removed?
Yes, Google Pay depends on Google Play Services, not the Assistant. However, if you deleted system files through root, you may have problems with SafetyNet certification.
How to get an assistant back if you need it for some functions?
If you have used ADB, do: adb shell pm enable com.google.android.googlequicksearchbox If you have deleted files through root, you will have to refashion the device or restore the backup.
Are there any alternatives to Google Assistant on Xiaomi?
Yes, you can use: XiaoAI (a built-in Xiaomi assistant, runs on Chinese firmware); Bixby (requires APK installation, but functionality is limited); Alice from Yandex (integrates well with Russian-language services); To install alternative assistants, you may need to disable MiuiOptimization in the developer settings.