How to permanently remove Google Assistant from Xiaomi phone: from simple shutdown to complete removal

Google Assistant on Xiaomi smartphones often runs in the background, consuming battery power and collecting data about your actions. Even if you don't use the voice assistant actively, it can automatically start when you hold the Home button or through gestures. Many users of Redmi, POCO and other Xiaomi lines want to get rid of this service - either because of privacy issues or to optimize performance.

In this article, we will discuss all possible ways, from temporary shutdown to complete removal of the system application (including root-rights methods and through ADB). It is important to understand that some methods can affect the stability of MIUI, so we will describe in detail the risks and alternatives. If you use Xiaomi based on Android One (for example, Mi A1/A2), some instructions will differ - this will also be discussed separately.

Why Google Assistant works for Xiaomi, even if you haven’t run it

On most Xiaomi smartphones (except for models for the Chinese market), Google Assistant is pre-installed as a system application.

  • πŸ”‹ It starts automatically when the device is booted and consumes up to 5-15% Charges per day (according to AccuBattery).
  • 🎀 Activates when you hold the Home button or voice command β€œOK, Google” (even if the microphone is turned off in the settings).
  • πŸ“Š Collects data about your activities: search queries, location, installed applications (for more information in the privacy section).
  • πŸ”„ Updated via Google Play regardless of updates MIUI, Which can lead to conflict with the shell.

The root of the problem is in the agreement between Xiaomi and Google: to certify Google Mobile Services (GMS), the manufacturer must pre-installe the main applications, including the Assistant. Even on the POCO F1 or Redmi Note 10 Pro, where MIUI is as β€œlightweighted” as possible, the assistant remains part of the firmware.

πŸ“Š Have you ever used Google Assistant on Xiaomi?
Yeah, regularly.
Only by accident.
No, I just turned it off.
I don't know what it is.

Method 1: Disconnect via MIUI settings (without root)

The safest method is to deactivate the Assistant without removing it completely, which is suitable for most users, because it does not require technical skills and does not disrupt the system. MIUI 12/13/14:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Slip on three dots in the upper right corner and select Show System Processes.
  3. Search the Google (or Google Assistant) list and tap on it.
  4. Select Disable (if the button is inactive, click Stop first).
  5. Confirm the action in the dialog window.

After that:

  • βœ… Assistant will stop running on the Home button.
  • βœ… Background activity of the application will be limited.
  • ❌ Voice commands β€œOK, Google” can continue to work (requires additional settings in Settings) β†’ Google β†’ Settings for the Assistant β†’ Voice Match).

πŸ’‘

If the Assistant is activated again after the reboot after the shutdown, check for updates in Google Play. Sometimes the service is turned on voluntarily after the update.

Method 2: Remove updates and reset to factory version

Google Assistant consists of two parts: system APK (stitched into firmware) and updates (installed through Google Play).If you can’t completely remove the application without root, you can at least roll it back to the factory version, which will reduce functionality and load on the system.

Instructions:

  1. Go to Settings β†’ Applications β†’ Application Management β†’ Google Assistant.
  2. Slip on three dots in the top corner and select Remove Updates.
  3. Confirm the action. The system will return the app to the version that was used when you bought the phone.
  4. Then turn off the automatic update: Open Google Play. Find Google Assistant in the app list. Tap three dots next to the Update button and uncheck Auto Update.

This method will not remove the Assistant completely, but:

  • πŸ›‘ Background updates that β€œbloat” the size of the application will stop.
  • πŸ”• New features (e.g. context recognition or integration with smart devices) will disappear).
  • ⚠️ Some system functions (such as a quick screen search) may not work properly.

Backup of important data

Check the version of MIUI (Settings β†’ About the phone)

Disable sync with Google account (Settings β†’ Accounts)

Close all background applications-->

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

If previous methods didn’t work, you can use Android Debug Bridge (ADB), a debugging tool that allows you to manage system applications without superuser rights, which is suitable for Xiaomi based on Android 8.0+ and does not require unlocking the bootloader.

You'll need:

  • πŸ–₯️ A computer with installed Xiaomi drivers and ADB (You can download from the official Android website).
  • πŸ“± Included debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times tap to unlock Developer Settings, then turn on Debugging by USB).
  • πŸ”Œ Cable USB (preferably original).

Step-by-step:

  1. Connect the phone to the PC and confirm the debugging permission on the smartphone screen.
  2. Open the command prompt (or PowerShell in Windows) and type: Adb devices Make sure your device appears in the list.
  3. Run the command to disable the Assistant: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox (this will remove all updates and disable the application for the current user).
  4. Reboot the phone.

If the team doesn’t work, try an alternative:

adb shell pm disable-user --user 0 com.google.android.googlequicksearchbox
What if the ADB can’t see the device?
1. Install Xiaomi drivers ADB/Fastboot Tools (e.g. with XDA Developers). 2. Try another one. USB-cable (some cables are only for charging purposes). 3. Include in the Developer Settings the Debugging option USB (security settings) and select Always Allow from this computer. 4. Restart your PC and phone.

⚠️ Attention: After use ADB Some Google features (such as quick screen search or voice input) may stop working, and there is a risk of resetting your Google account settings.

Method 4: Complete removal with root rights

If you're willing to take drastic measures, completely removing Google Assistant is only possible with super-user (root) rights.

  • πŸ”“ Requires unlocking the bootloader (which resets all data on the phone).
  • πŸ› οΈ May disrupt other Google services (e.g. Google Play Services).
  • ⚠️ Deprives of warranty (if the phone is warranty).

Instructions for Xiaomi owners with an unlocked bootloader and installed Magisk or SuperSU:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/priv-app/GoogleQuickSearchBox or (in newer versions of MIUI): /system/app/GoogleQuickSearchBox
  3. Delete the GoogleQuickSearchBox folder (or rename it by adding.bak at the end).
  4. Also delete (if any) files: /data/app/com.google.android.googlequicksearchbox-1 and /data/data/com.google.android.googlequicksearchbox
  5. Reboot the phone.

After removal:

  • βœ… The assistant will be completely uninstalled (including system files).
  • βœ… Disappear from the list of applications and stop consuming resources.
  • ❌ There may be errors in the Google Play Store or other services, in which case you will have to restore deleted files.
Deleting methodNeed root?Risk to the systemEfficiency
Disconnection in settings❌ No.⚠️ Low.⭐⭐ (partial)
Removal of updates❌ No.⚠️ Medium.⭐⭐⭐
ADB-team❌ No.⚠️⚠️ High-pitched⭐⭐⭐⭐
Removal through rootβœ… Yes.⚠️⚠️⚠️ critical⭐⭐⭐⭐⭐

Method 5: Alternatives to Google Assistant on Xiaomi

If you have removed the Assistant but want to keep the functionality of the Voice Assistant functional, consider these alternatives:

  • πŸ€– Xiao AI (Xiaomi built-in assistant: Works without Google, supports Chinese and English (Russian limited) Activated by long-holding Home button (setting in Settings) β†’ Special facilities β†’ Xiao AI). Disadvantages: weak integration with Western services.
  • 🎡 Alice from Yandex: A complete replacement for Russian-speaking users, able to manage smart devices, search the Internet, run applications. ~100MB.
  • πŸ” Bixby (for Samsung owners, but it works on Xiaomi too): APK It's well optimized for Android, but it collects data for Samsung.
  • πŸ› οΈ Tasker + AutoVoice (for advanced users): Allows you to create a custom voice assistant with any commands. Requires customization, but gives you full control.

If you choose an alternative, consider:

  • πŸ”‹ Any voice assistant will consume battery power (but usually less than Google Assistant).
  • πŸ”’ Check the permissions of an alternative application – some (e.g. Xiao) AI) They can collect more data than Google.
  • πŸ“± On Xiaomi with Android One (e.g. Mi) A3) Alternatives may not work well due to firmware limitations.

πŸ’‘

The best alternative to Google Assistant on Xiaomi is Alice from Yandex, if you use Russian. For English, Xiao AI or Bixby (with manual installation) is suitable.

Google’s Privacy Assistant: What it Knows About You

Even when Google is offline, the Assistant can collect data if it doesn't configure privacy correctly, and here's what it can track (according to a study by the Electronic Frontier Foundation):

  • πŸ“ Location: History of places visited (even if GPS switched off, determines by Wi-Fi and towers).
  • 🎀 Audio recordings: All voice requests are saved on Google servers (you can listen to My Activity).
  • πŸ“± Application Activity: What programs you run and how long you use them.
  • πŸ” Search queries: Including those you type in your browser or other services.
  • πŸ“… Calendar and Reminders: Synced with Google Calendar.

How to minimize data collection:

  1. Go to Google Account Settings β†’ Data and Personalization Management.
  2. Disable: Web and Application Activity Location History Voice Requests
  • In the My Activity section, select Delete β†’ Always.
  • For Location History: Google Chronology β†’ Settings β†’ Delete the entire history.

⚠️ Note: Even after the Google Play Services Assistant is disabled, it may still collect some of the data:

  • Install custom firmware without GMS (for example, LineageOS).
  • Use alternative services (e.g. MicroG instead of Google Play Services).
  • Unsubscribe from Google account on the device.

Frequent problems after deleting Google Assistant and their solution

Removing or disabling the Assistant can have unexpected consequences, and here are the most common problems and ways to fix them:

Problem.Reason.Decision
The Home button does not work (long press)The assistant was tied to a gesture.Set another action in Settings β†’ Buttons and gestures β†’ Long press of the Home button
Errors in Google Play MarketGoogle system files deletedReinstall Google Play Services via APKMirror
Voice search in the browser does not workThere is no speech recognition moduleInstall Google App (but not Assistant) from APKMirror
Persistent error notificationsThe system is trying to start a disabled serviceTurn off notifications for Google in app settings

If after manipulation, the phone began to brake or overheat:

  1. Check the background processes in Settings β†’ Battery β†’ Battery use.
  2. Clear the system cache: Settings β†’ Memory β†’ Clear the cache.
  3. Do reset settings (Settings β†’ Additional β†’ Resetting) if the errors are critical.

⚠️ Note: Some Xiaomi models (e.g. Redmi Note 9 Pro) POCO X3) If you delete the Assistant, you may lose the Now on Tap function. If you need it, consider replacing it with an alternative assistant instead of removing it.

FAQ: Answers to Frequent Questions

Can I remove Google Assistant without root and ADB?
No, you can't completely remove a system application without root or ADB, the maximum is to disable it through settings or roll back to the factory version, and you need the rights of a superuser or ADB team to completely remove it.
Will β€œOK, Google” work after the Assistant is disabled?
If you just disabled the app in the settings, voice activation can continue to work (since command processing is at the Google Play Services level).To completely disable "OK, Google," go to Settings β†’ Google β†’ Settings for Assistant β†’ Voice Match and deactivate the option.
Will Google Assistant be back after the MIUI update?
Yes, with major updates. MIUI (For example, from version 13 to version 14, system applications are restored. To avoid this: Before upgrading, back up through TWRP (If there is root, re-apply after the update. ADB-command or remove the application through root. disable automatic update MIUI In Settings β†’ The phone. β†’ Updating the system.
Can I remove the Assistant on Xiaomi with Android One (such as Mi A3)?
On Android One devices, Google Assistant is more integrated than standard MIUI. Only: Disconnect via settings (as in Method 1). ADB-Complete removal is only possible after installing custom firmware (like LineageOS), but this will deprive you of official security updates.
How to get back Google Assistant if you need it for some features?
If you removed the Assistant through root or ADB, but it was necessary (for example, to manage smart devices), you can restore it by: Download the latest version of the APK with APKMirror (look for the Google App, not the Google Assistant). Install the APK through the file manager (allow installation from unknown sources). If you need system files, restore them from a TWRP backup or reflash the MIUI through Fastboot.