How to permanently disable Google Assistant on Xiaomi: 5 working ways

Google Assistant on Xiaomi smartphones is often activated by accident – just press the Home button or say β€œOK, Google.” For many users, this feature is useless, and it consumes up to 15% of battery power in the background (according to tests on the Redmi Note 12 Pro+ with MIUI 14).

In this article, you’ll find 5 proven ways to disable, from standard settings to root-enabled power users, and we’ll go through the nuances for different versions of MIUI (12 to 14), and explain why some methods only work temporarily. If you’re tired of spontaneous voice search runs or want to save battery life, read on.

1. Standard shutdown via Google Settings

The simplest method, which works on all Xiaomi smartphones without any additional manipulation, is suitable for users who want to disable voice activation but save access to the assistant through a long press on the Home button.

The instructions are relevant for MIUI 13/14 and all models: Redmi Note 11/12, POCO X5/F5, Xiaomi 13/14, etc. On older versions (MIUI 12), the path to settings may be slightly different.

  • πŸ“± Open the Google app (the icon with the letter β€œG” on a colored background).
  • πŸ‘€ Click on your avatar in the upper right corner β†’ Select Settings.
  • πŸ”Š Go to the Google Assistant section β†’ General settings.
  • 🚫 Find the Google Assistant and move the slider to the off position.

⚠️ Note: This method only disables voice activation ("OK, Google"). The assistant will still start when holding the Home button or swipe from the corner of the screen (on some models).

β˜‘οΈ What to check after disconnection

0

2. Complete shutdown via MIUI settings

If you need to completely deactivate Google Assistant, including starting from the Home button, use the hidden MIUI settings.This method works on all Xiaomi smartphones, but requires care - wrong actions can reset gesture settings.

Important: on some firmware (for example, MIUI 14 Global), the path to settings may be hidden. If you do not find the right item, use a search by settings (the magnifying icon at the top of the screen).

  1. Open the settings β†’ Additional settings.
  2. Select buttons and gestures β†’ Home button".
  3. Find the Google Assistant and turn it off.
  4. For models with MIUI 14, you may need to further disable Long Press Home.
Xiaomi modelThe path to settingsNotes
Redmi Note 10/11/12Settings β†’ Additional β†’ Buttons β†’ Google AssistantGlobal firmware may be called Digital Assistant.
POCO X3/X4/X5Settings β†’ System β†’ Gestures β†’ Home buttonReboot required to apply changes
Xiaomi 12/13/14Settings β†’ Screen β†’ Home button β†’ MoreIn Chinese, the item may not be available.

After turning off, check the Home button β€” on some devices, a long press may stop working at all, in which case, return the settings to the factory settings or use the method from the next section.

πŸ“Š What kind of smartphone you Xiaomi?
Redmi (Note 10/11/12)
POCO (X3/X4/X5/F5)
Xiaomi (11/12/13/14)
Black Shark
Another model

3. Disconnection via ADB (no root)

If the standard methods didn’t work, and you don’t have root rights, you can use ADB debugging. This method completely blocks Google Assistant at the system level, including background processes.

Warning: Incorrect ADB commands may disrupt the system. Follow the instructions carefully and do not change other settings.

  • πŸ–₯️ Install. ADB Tools on the computer.
  • πŸ“± On your smartphone, activate Developer Mode (7 times click on Version) MIUI In Settings β†’ The phone).
  • πŸ”Œ Connect your phone to your PC and allow debugging. USB.
  • πŸ’» In the command line (Windows) or terminal (Mac/Linux) enter:
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox

This command will delete Google Assistant for the current user without affecting the system files. To return the assistant, use:

adb shell cmd package install-existing com.google.android.googlequicksearchbox

⚠️ Note: On some firmware (for example, MIUI 14 China) This method can cause errors in the operation of Google services. Before executing the command, make a backup through Settings. β†’ Additionally. β†’ Backup.

πŸ’‘

If voice commands in other apps (such as Google Maps) are no longer working after being disabled via ADB, install an alternative voice search from Google Play, such as Voice Search from APKMirror.

4. Disconnection with root rights (for experienced)

If you have root access (e.g., through Magisk), you can completely remove Google Assistant from the system, a method suitable for users who want to free up up to 300 MB of memory and reduce background activity (based on the POCO F4 GT tests).

Important: removing system applications can lead to unstable firmware, and we recommend you to create a full backup beforehand through TWRP or OrangeFox Recovery.

  • πŸ“² Install a root-enabled file manager (such as Root Explorer or Solid Explorer).
  • πŸ” Cross the path. /system/priv-app/Velvet or /system/app/Velvet.
  • πŸ—‘οΈ Delete the Velvet folder (this is the Google Assistant).
  • πŸ”„ Reset the device.

An alternative way is to freeze the app via Magisk or Titanium Backup, which is less risky than completely uninstalling and allows you to return functionality if necessary.

MethodRoot is required.ReversibilityRisks.
Delete the Velvet folderβœ… Yes.❌ No, I need a backup)Possible errors in the work of Google services
Freeze through Titanium Backupβœ… Yes.βœ… Yes.Minimum
Disconnection via Magisk (modules)βœ… Yes.βœ… Yes.Conflicts with other modules
What if Google Services stopped working after deletion?

If after removing Velvet, the Google Play Store, Gmail or other services stopped working, restore the folder from the backup or execute a command in ADB:

adb shell cmd package install-existing com.google.android.gms

If the problem persists, you may need to flash through Fastboot or install a custom GApps package (such as NikGApps).

-->

5. Disconnection through Google Account Settings

Few people know, but Google Assistant can be deactivated at the account level, which is useful if you're using one account on multiple devices and want to disable the assistant everywhere at once.

Limitation: This method only works for voice activation (OK, Google) and doesn’t disable the Home button, but it syncs across all devices where you’re logged in.

  • 🌐 Open in myaccount.google.com.
  • πŸ”§ Go to Data and Personalization section.
  • πŸ—£οΈ Find the voice and audio activity block β†’ Voice settings.
  • 🚫 Turn off the voice control option and delete all recorded voice commands.

This method is especially useful for users who want to protect their privacy β€” Google stops recording and analyzing your voice requests β€” but it doesn’t affect how the Google Assistant app itself works on the device.

πŸ’‘

Disconnecting through a Google account is the only way that works on all devices at the same time (including tablets, smartwatches, and Android TVs).

Frequent problems and their solutions

Even after Google is disabled, Assistant can spontaneously turn on after updating the firmware or resetting settings. Here are the most common problems and ways to solve them:

Problem 1: After the MIUI update, the Assistant is activated again.

  • πŸ”„ Repeat the shutdown via Google Settings or ADB.
  • πŸ“΅ If it doesn’t help, roll back to the previous firmware version via Fastboot.

Problem 2: The Home button stopped working after the shutdown.

  • πŸ”§ Return your gesture settings to factory (Settings) β†’ System system β†’ Gestures β†’ Reset).
  • πŸ”„ Restart the device – sometimes a simple reboot helps.

Problem 3: A notification appears that says β€œGoogle Assistant is stopped.”

  • πŸ› οΈ Clear the app cache (Settings) β†’ Annexes β†’ Google β†’ Warehouse β†’ Clear the cache).
  • 🚫 Turn off notifications for Google in Settings β†’ Notifications β†’ Google.

⚠️ Note: On some firmware (for example, MIUI 14 China) Google Assistant is integrated into system services, its complete removal may lead to loss of functionality of Google Play (ADB or account settings).

Can I turn off Google Assistant without root?
Yes, there are three ways to do it without root: through Google settings (only voice activation is disabled); through MIUI settings (disables home button); through ADB (completely blocks the current user assistant); and you will still need root Assistant to completely delete system files.
Why does the assistant turn on again after the shutdown?
This is due to: Automatic updates to Google services (they can restore deleted components); resets after the MIUI update; syncs with your Google account (if the assistant is enabled in web settings); Solution: use ADB to permanently disable or regularly check settings after updates.
How to disable Assistant on Xiaomi with custom firmware (e.g. LineageOS)?summary> On custom firmware, the path to settings may be different. Try: via Settings β†’ System β†’ Gestures β†’ Home button Through Settings β†’ Apps β†’ Google β†’ Disable. Through ADB (the same command: adb shell pm uninstall -k --user 0 com.google.android.googlequisearchbox). If the firmware is based on AOSP (without Google services), the assistant may be absent.
Will Xiaomi’s XiaoAI work after Google Assistant is turned off?
Yes, XiaoAI (the Xiaomi brand assistant) works independently of Google Assistant, and even more so, after the latter is turned off, XiaoAI can become more responsive, since there will be no conflicts between the two voice assistants. To activate XiaoAI, say "Hiao Ai" or press the Power button (on some models). β†’ XiaoAI.
Can I turn off the Assistant only for specific applications?
No, Google Assistant is system-level and has no settings for selective shutdown: πŸ”• Turn off the microphone for specific applications in Settings β†’ Confidentiality β†’ Permits β†’ Microphone. πŸ“΅ To prevent the Assistant from showing notifications from certain applications in its settings.