How to permanently disable Google Assistant on Xiaomi Redmi 9: 5 proven ways

Google Assistant on Xiaomi Redmi 9 is often a cause of inconvenience: it spontaneously activates when holding the Home button, consumes battery power in the background and takes up precious space in memory. Despite the useful features (voice search, reminders, smart home management), many users prefer to turn it off β€” especially if you use alternative assistants like Mi AI or Alice Yandex.

The problem is that MIUI (Xiaomi firmware) does not always provide an obvious way to completely disable Google Assistant. Even after deactivation through settings, it can continue to work in the background, consuming resources. In this article, we will discuss 5 methods - from simple to advanced, including hidden settings MIUI 12/13/14 and ADB commands. You can choose the best option depending on your version of the firmware and level of technical training.

Why Google Assistant is Interfering with Redmi 9

On Redmi 9 (Redmi 9A/9C/9T models inclusive), Google Assistant is integrated at the system level and has multiple β€œentry points”:

  • πŸ”˜ Home button activation: Holding calls the assistant, even if you are used to another action (such as opening the app menu).
  • πŸ”Š Voice activation: The phrase β€œOK, Google” is triggered by random action while talking or listening to music.
  • πŸ“± Background processes: com.google.android.googlequicksearchbox consumes up to 150-200 MB of RAM and drains the battery by 3-5% per night.
  • πŸ”„ Google Play Services regularly restores the assistant, even if you disabled it.

According to XDA Developers, on Redmi 9 with 2/3/4 GB of RAM, disabling Google Assistant frees up to 10-15% of RAM and increases battery life by 1-1.5 hours, especially on MIUI firmware 12.5 and older, where optimizing background processes leaves much to be desired.

⚠️ Note: On some versions MIUI Global (e.g. 12.0.8.0 for Redmi 9) disabling Google Assistant may cause Google Play Store or YouTube to malfunction. β†’ The phone. β†’ Version. MIUI.

Method 1: Disconnect via Google Settings (the easiest)

This method is suitable for users who want to deactivate the voice assistant but don't want to delete it completely.It works on all versions of MIUI and doesn't require root rights.

Instructions:

  1. Open the Google app (the icon with the letter β€œG” on the home screen).
  2. Slip on the profile avatar in the upper right corner β†’ select Settings.
  3. Go to the Google Assistant section β†’ General.
  4. Turn off the Google Assistant slider (at the top of the screen).
  5. In the window that appears, confirm the action by clicking Off.

After that, the assistant will stop responding to voice commands and the Home button retention. However, the background processes (com.google.android.googlequicksearchbox) will continue to work, consuming resources.

There is no response to β€œOK, Google"|Home button does not call an assistant|Task Manager does not have a Google App process"|Notifications from the Assistant are disabled-->

To completely stop background activity, additionally:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find Google β†’ Battery β†’ Select Limit Background Activity.
  3. In the same Google app menu, click Notifications and turn off all switches.

πŸ’‘

If the Assistant is activated again after Google is disabled, clear the cache of the Google and Google Play Services app in the app settings.

Method 2: Remove Google App Updates (without root)

Google Assistant is part of the Google app (com.google.android.googlequicksearchbox) If you roll it back to the factory version, the assistant will stop working, but the basic search features will remain.

How to do this:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find Google β†’ click on the three dots in the top right corner β†’ Remove updates.
  3. Confirm the action. The app will return to the version that was installed out of the box.

After that:

  • 🚫 Google Assistant will stop running.
  • ⚠️ Voice search in Chrome browser may not work properly.
  • πŸ”„ Google Play Store will try to update the app.To prevent this, disable auto-update for Google in Play Store settings.

⚠️ Attention: On some firmware MIUI (For example, 13.0.4.0 for Redmi 9, removing updates can cause the error "Google stopped." In this case, restart the phone or restore updates.

Method 3: Disconnect via ADB (for power users)

If previous methods failed, you can force the Google Assistant to be deactivated using ADB (Android Debug Bridge) commands. This does not require root rights, but requires connecting the phone to a computer.

What you need:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ“± Cable USB (preferably original).
  • πŸ› οΈ Utility. ADB (You can download from the official Android website).
  • βš™οΈ Included Debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times tap the assembly number β†’ Go back to Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).

Step-by-step:

  1. Connect Redmi 9 to your computer and allow debugging (a request will appear on your phone screen).
  2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Run the command to disable Google Assistant: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
  5. Reboot the phone.

This command removes the application only for the current user (without affecting system files).

  • βœ… Google Assistant will disappear from the system.
  • ⚠️ Some Google features (like image search) may not work well.
  • πŸ”„ To return the assistant, just update the Google application through the Play Store.
What if the ADB can’t see the device?
1. Make sure that the Xiaomi drivers are installed (you can download on the official website). 2. Try another one. USB-cable (some cables are only for charging). 3. Enable the debugging option in the developer settings USB (File transfers). 4. Reboot your phone and computer.

Method 4: Use hidden MIUI settings (for firmware 12.5+)

MIUI 12.5 and later (including MIUI 13/14 for Redmi 9) have hidden options for managing system applications, which allow you to disable Google Assistant without ADB.

How to access:

  1. Open the phone app and enter the code: ##4636##
  2. In the menu that appears, select Phone Information β†’ scroll down to the MIUI Hidden Settings block.
  3. Go to Manage Applications (Manage Applications).
  4. Find in the Google list and turn off the switches: πŸ”˜ Assistant (Assistant) πŸ”˜ Background Activity (Background Activity) πŸ”˜ Auto-start (Auto-start)

Save the changes and restart the phone.

This method doesn’t work on all versions of MIUI, but if it’s available, it’s the safest way to disable the assistant without the risk of crashes.

MethodRoot is required.PC requiredRisk of failureEfficiency
Google settings❌ No.❌ No.⚠️ Low.⭐⭐ (partial-out)
Removal of updates❌ No.❌ No.⚠️ Medium.⭐⭐⭐ (shutdown)
ADB-team❌ No.βœ… Yes.⚠️⚠️ High-pitched⭐⭐⭐⭐ (complete removal)
Hidden MIUI settings❌ No.❌ No.⚠️ Low.⭐⭐⭐⭐ (shutdown)
Root + Titanium Backupβœ… Yes.βœ… Yes.⚠️⚠️⚠️ critical⭐⭐⭐⭐⭐ (complete removal)

Method 5: Complete root-right removal (extreme method)

If you're willing to take drastic measures, you can completely remove Google Assistant with root rights.

  • πŸ”§ I have already received root (for example, through Magisk).
  • πŸ“± Use custom firmware (for example, LineageOS or Pixel Experience).
  • πŸš€ At least once unlocked bootloader on Xiaomi.

Instructions:

  1. Install Titanium Backup or Root Explorer from Play Store.
  2. Open the app and find it in the list of com.google.android.googlequicksearchbox.
  3. Select Delete and confirm the action.
  4. Reboot the phone.

Advantages of the method:

  • βœ… Google Assistant will be permanently removed, even after resetting.
  • βœ… Free up to 200-300 MB of memory.

Risks:

  • ⚠️ Google Play Services malfunction (apps may stop updating).
  • ⚠️ Loss of warranty (if the phone is warranty) it is better to use other methods).
  • ⚠️ Possible disruptions GMS (Google Mobile Services).

⚠️ Attention: Redmi 9 with firmware MIUI Global Stable removing system applications through root can result in a bootloop (loop reboot). TWRP.

Through Google's settings|Removal of updates|ADB-team|Hidden settings MIUI|Root + complete removal|Don't turn it off.-->

What to do if Google Assistant is turned on again

Even after Google is disabled, Assistant may recover due to:

  • πŸ”„ Auto Updates to Google Apps Through Play Store.
  • πŸ“± Resetting phone settings to factory.
  • πŸ”§ Firmware updates MIUI (Especially when switching to a new version of Android).

How to prevent:

  1. Turn off auto-update for Google app: Open Play Store β†’ click on profile avatar β†’ Settings. Select App Auto-Update β†’ Do not update automatically.
  2. Freeze the app with App Quarantine (requires Xiaomi ADB/Fastboot Tools).
  3. Use an alternative launcher (like Nova Launcher) where you can reassign the Home button.

If the assistant shows up anyway, check:

  • πŸ“Œ Availability of updates MIUI (Sometimes bugs are fixed in new versions).
  • πŸ“Œ Relevance of Google Play Services (Older versions can restore Assistant).

πŸ’‘

If Google Assistant returns after each update MIUI, The only radical way is to turn it off. ADB In other cases, the combination of removing updates will help. + shutdown.

FAQ: Frequent questions about turning off Google Assistant on Redmi 9

Can I turn off Google Assistant without losing the functionality of Google Play?
Yes, if you use method 1 (Google settings) or method 2 (remove updates). Complete removal via ADB or root can disrupt the Play Store, but in 80% of cases everything works fine. Before removing, check the dependence of applications through App Inspector (available in Xiaomi ADB/Fastboot Tools).
Will Yandex Alice work after Google Assistant is disabled?
Yes, Yandex Alice (and other assistants like SberSalut or Mi AI) are independent of Google Assistant, but they use their own voice control services, but activating Alice using the Home button requires reassigning the action of the button through the launcher or ADB settings.
Why did the Assistant stop working on Google Docs?
Voice printing in Google Docs uses the same speech recognition services as Google Assistant. If you completely removed the app through ADB or root, this feature will stop working. Solution: Install Gboard (keyboard from Google) - it has built-in voice input. Or use alternative speech recognition apps (like SpeechNotes).
How to get back Google Assistant if you need it again?
There are three ways to restore the assistant: Update the Google app through the Play Store. ADB-command, execute: adb shell cmd package install-existing com.google.android.googlequicksearchbox When completely removed via root reinstall APK-com.google.android.googlequicksearchbox (can be downloaded from APKMirror) After recovery, you may need to restart your phone.
Is there a risk of blocking your Google account when you disable your Assistant?
No, disabling or deleting Google Assistant does not affect your Google account status, but if you use a corporate account (e.g., through Google Workspace), the administrator may restrict access to certain features if you detect system modifications.