How to permanently disable Google Assistant on Xiaomi phone: 5 working methods

Google Assistant on Xiaomi smartphones is often activated by accident – just press the Home button or say β€œOK, Google.” For many users, this feature becomes a source of annoyance: it eats battery power, collects data about location and habits, and sometimes even intercepts control during games or watching videos. Especially relevant problem for owners of Redmi Note 10/11/12, POCO X3/X4 and flagship Xiaomi 12/13, where the Assistant is integrated at the MIUI firmware level.

In this article, you will find 5 proven ways to disable Google Assistant, from standard settings to hidden options for power users. We will discuss how to remove the assistant without root rights, what to do if it is turned on voluntarily after the MIUI update, and how to block its access to the microphone. All instructions are relevant for MIUI 12-14 firmware (including global and Chinese versions).

Why Google Assistant works on Xiaomi if you haven’t installed it

Many users are surprised to find a voice assistant on their Xiaomi, although they have never downloaded it separately, because Google Assistant is pre-installed on all smartphones with Google Mobile Services (GMS).

  • πŸ“± All global versions of Xiaomi (with Global in the model name)
  • 🌍 Devices for the European, Indian and Latin American markets
  • πŸ”„ Smartphones where the user manually stitched MIUI s GMS (For example, the Chinese version)

Even if you delete the Google app (where the Assistant is hidden), it will recover after another update via the Play Market. Moreover, in MIUI 13/14, the assistant is integrated into system services - it cannot be removed by standard means without losing the functionality of other applications (for example, Google Maps or Gmail).

⚠️ Note: On Chinese versions of Xiaomi (without the GMS) Google Assistant doesn't exist by default. If it appears, it means you installed it manually or stitched through an informal firmware.

Method 1: Disable via Google Settings (without root)

The easiest method is to deactivate the assistant in its own settings menu, which works on all Xiaomi models with MIUI 12-14 and does not require superuser rights.

  1. Open the Google app (the icon with the colored letter G).
  2. Slip on your avatar (or initials) in the upper right corner.
  3. Select Settings β†’ Google Assistant.
  4. Go to the Assistant tab (or General in new versions).
  5. Scroll down and press the phone.
  6. Turn off the Google Assistant slider.

After that, the assistant will stop responding to voice commands and hold the Home button, but the background processes of the Google app will continue to work, which means that:

  • πŸ”‹ The assistant will consume up to 5-10% of the charge per day, according to AccuBattery)
  • πŸ“ It can still collect location data.
  • πŸ”Š Possible Accidental Activations After Updates MIUI

Is Google Assistant Slider Disabled in Settings

Are voice commands removed in Settings β†’ System β†’ Gestures

Reload the phone to apply changes

Checked whether the battery consumption in 24 hours-->

If after these actions, the Assistant continues to start, proceed to the next method.

Method 2: Removal of microphone rights and notifications

Even a Google Assistant that's disabled can listen to your Xiaomi if it has access to the microphone, to block it from working completely:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the Google app and tap it.
  3. Select Permissions.
  4. Turn it off: 🎀 Microphone πŸ“ Location πŸ“± Displaying on top of other applications πŸ”” Notifications

Limit background activity

These actions will completely paralyze the Assistant’s work, but will keep other Google services (e.g. YouTube or Chrome) functional.

Action.Effects of consequencesRisks.
Turning off the microphoneAssistants will not be able to listen to voice commandsSome apps (like Google Translate) will lose voice recognition.
Blocking notificationsPop-up tips from an assistant will disappearImportant notifications from other Google services may be missing
Background restrictionBattery consumption will be reduced by 10-15%Google Maps and Gmail will slow down in the background

⚠️ Note: On some models POCO (for example, POCO F4) After Google rights are restricted, navigation gestures may stop working, in which case return permission to display on top of other applications.

Disabled through Google settings

Removed app updates

Used. ADB-team

I've done nothing, I'm patient.

Another option-->

Method 3: Disconnect via ADB (for power users)

If standard methods fail, you can force the Google Assistant to be deactivated using the Android Debug Bridge (ADB), which requires you to connect your phone to your computer, but does not need root rights.

  1. Turn on Developer Mode on Xiaomi: Go to Settings β†’ About Phone. Tap the MIUI version 7 times until the notification appears.

USB debugging

Settings β†’ Additional β†’ For Developers

ADB-tools

Win + R β†’ cmd

adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox

This command will remove Google Assistant updates for the current user, returning it to the factory version (which is less intrusive).To disable the assistant completely, use the additional command:

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

Advantages of the method:

  • βœ… Works on MIUI 13/14 Despite the system limitations
  • βœ… Doesn't require root rights
  • βœ… Keeps other Google services functional

⚠️ Warning: After resetting your phone to factory settings or updates MIUI The assistant can recover from the Fastboot.

What if the ADB can’t see the device?
1. Make sure that the debugging is enabled by USB You have confirmed trust in the computer on your phone. 2. Install Mi drivers. USB Driver from the official Xiaomi website. 3. Try using another one USB-cable (preferably original). 4. Enter adb devices in the command line – if the device doesn’t show up, restart your phone and PC.

Method 4: Delete via Mi Account (for Chinese firmware)

On the Chinese versions of Xiaomi (without GMS), Google Assistant is usually absent, but if you have flashed MIUI with Google services, it can be deleted through your Mi Account.

  1. Go to Settings β†’ Xiaomi account.
  2. Select Mi Cloud β†’ Synchronization.
  3. Turn off synchronization for system settings.
  4. Back to Settings β†’ Annexes.
  5. Find Google, click Remove Updates.
  6. Reboot the phone.

After that:

  • πŸ“‰ Battery consumption will decrease by 5-8% (according to tests on the Redmi Note 11 Pro)+)
  • 🚫 Voice activation on the Home button will disappear
  • βš™οΈ All other Google features (e.g. Play Market) will be retained)

If this method does not work, try the combination with ADB (see Method 3). Some firmware (e.g. MIUI 14 for POCO F5) requires you to pre-disable MIUI Protection in the security settings.

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

To completely remove Google Assistant, root rights are required.This method is only suitable for experienced users, since improper actions can lead to a phone blink (inoperability).

  1. Get root rights with Magisk (see instructions for your model on 4PDA).
  2. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  3. Go to /system/priv-app/GoogleQuickSearchBox
  4. Delete the GoogleQuickSearchBox folder or rename it to GoogleQuickSearchBox.bak.
  5. Reboot the phone.

After that, Google Assistant will be completely removed from the system.

PlusesCons
βœ… 100% guarantee of disconnection❌ Risk of losing the guarantee
βœ… Free up to 200 MB of memory❌ Google Play Services may be broken
βœ… All background processes disappear❌ Some applications (such as banking) will stop working.

⚠️ Attention: On Xiaomi 12T/13 Pro MIUI 14 Deleting GoogleQuickSearchBox can lead to a reboot cycle.Before experimenting, back up through TWRP.

πŸ’‘

Before obtaining root rights, check if your Xiaomi model has custom TWRP recovery. Without it, error recovery will not be possible.

What to do if Google Assistant is turned on after the update

Many Xiaomi users are faced with a problem: after updating MIUI through Ota or Fastboot Google Assistant suddenly returns.

  • πŸ”„ System applications are restored from backup
  • πŸ“¦ Updates MIUI Contains the latest versions of Google services
  • πŸ”§ Some firmware will force the assistant to activate (for example, MIUI 13.5. POCO X4 Pro)

To prevent automatic activation:

  1. Before updating MIUI, run the ADB command (see Method 3).
  2. Turn off automatic app updates in Play Market: Settings β†’ Network settings β†’ Auto-update apps β†’ Never
  3. Install an ad blocker (such as AdGuard) and blacklist the domains: googleapis.com assistant.google.com

If the Assistant has already returned:

  • πŸ”„ Repeat the steps from Method 1 and Method 2.
  • πŸ“΅ Check if there are new permissions in the Google app.
  • πŸ” Use App Inspector (from Play Market) to find hidden assistant processes.

πŸ’‘

After each major MIUI update (e.g., version 13 to version 14), check the status of Google Assistant, which can be activated even if it was disabled earlier.

FAQ: Frequent questions about disabling Google Assistant on Xiaomi

Can I disable Google Assistant without losing the functionality of other Google services?
Yes, if you use Method 1 (disable settings) or Method 2 (restrict rights), these methods only block the assistant without affecting Gmail, Maps or Play Market. However, some features (such as voice search in Chrome) will stop working.
Why does the Assistant still start when you hold the Home button?
This is due to a conflict between MIUI settings and Google services. Solution: Go to Settings β†’ System β†’ Gestures β†’ Home Button. Turn off the Google Assistant option (replace with Not Designated or Last Apps). Reboot your phone. If you don't have an option, use ADB (Method 3).
Is it safe to remove Google Assistant through root?
Removing system applications is always risky. On Xiaomi, it can lead to a risk: ❌ Google Play Services (no apps will be updated) ❌ Problems with authorization in banking applications (due to a breach of SafetyNet) ❌ Reboot cycle on some firmware (for example, MIUI 14 for Xiaomi 12S Ultra: Try the rootless methods first (Methods 1-4).
How to check if Google Assistant is disabled?
Use these steps to diagnose: Try activating the assistant with voice (OK, Google) or holding the Home button. Check battery consumption in Settings β†’ Battery β†’ Battery use, if Google consumes >1%, assistant is still active. Install App Inspector and find processes called com.google.android.googlequicksearchbox. ADB: adb shell dumpsys package com.google.android.googlequicksearchbox If the output has a line enabled=True, the assistant is not disabled.
Are there any alternatives to Google Assistant for Xiaomi?
If you need a replacement, consider these options: πŸ€– XiaoAI – built-in Xiaomi assistant (works without Google, but only on Chinese firmware). 🌍 Bixby can be installed through APK, but requires setting up in Russian. πŸ’¬ Alice from Yandex – supports voice commands and integrates with the MIUI. πŸ”§ Tasker + AutoVoice – to create custom voice commands (requires customization). To install alternatives, disable Google Assistant by Method 1 or Method 2.