How to completely disable Google Assistant on Xiaomi smartphones: 5 proven ways

Google Assistant on Xiaomi smartphones is often activated by accident โ€“ when holding the Home button, swipe from the corner of the screen or even during a conversation. For many users, this feature becomes a source of irritation: the assistant interrupts music, eats the battery and sends data to Google. Unfortunately, MIUI does not offer an obvious way to turn it off โ€“ the corresponding settings are hidden in different menus or are not at all in some versions of the firmware.

In this article, weโ€™ll look at all the possible ways to deactivate Google Assistant on Xiaomi, Redmi, POCO and Black Shark devices, from standard settings to hidden commands for power users. Weโ€™ll focus on the nuances for different versions of MIUI (12, 13, 14) and models with or without Google Mobile Services (GMS) (e.g., for Chinese firmware). If you want to not just hide the assistant, but completely remove its system processes, here youโ€™ll find instructions for that as well.

Why Google Assistant works for Xiaomi, even if you didnโ€™t turn it on

On most Xiaomi smartphones with Google Global Firmware, the Assistant is activated by default via:

  • ๐Ÿ”˜ Long-term pressing of the Home button (navigation bar or gesture)
  • ๐Ÿ—ฃ๏ธ Voice command โ€œOK, Googleโ€ (even if the microphone is turned off in the settings)
  • ๐Ÿ“ฑ Swipe from the bottom corner of the screen (on some models with the MIUI 13+)
  • ๐Ÿ”Š Automatic start when connecting headphones or by alarm

The reason for this โ€œobsessiveโ€ behavior lies in the agreements between Xiaomi and Google: to certify Google Mobile Services (GMS), the manufacturer must integrate the assistant into the firmware. Even if you use the Chinese version of MIUI without GMS, some models (for example, Xiaomi 13 Ultra or Redmi K60 Pro) can receive updates that restore the assistant after resetting.

โš ๏ธ Attention: On devices with MIUI For example, in Russia (Redmi Note) 12 Pro+ 5G) Google Assistant can be replaced by Yandex Alice by default, but its processes still work in the background, consuming up to a few hours of the same time. 5-7% battery-charge.

Before you go to disconnect, check which version of the assistant is installed on your smartphone:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search, type โ€œGoogleโ€ and find Google Assistant or Google App.
  3. See the version in the section Information about the application.
๐Ÿ“Š How often does Google Assistant accidentally activate?
Constantly, several times a day.
Sometimes 1-2 times a week
Nearby, but not intruding.
Never turned on.
I'm off.

Method 1: Disconnect via standard MIUI settings

The easiest method is to deactivate the assistant in the settings menu, which is suitable for most Xiaomi, Redmi and POCO models with global firmware (MIUI Global or MIUI EU).

Instructions:

  1. Go to Settings โ†’ Google โ†’ Settings for Google apps โ†’ Search, Assistant and Voice.
  2. Select Google Assistant.
  3. Scroll down and click General Settings.
  4. Turn off the Google Assistant switch.

If this is not the case, try an alternative route:

  • ๐Ÿ“ฑ Open the Google app (the icon with the letter โ€œGยป).
  • ๐Ÿ” Slip on the avatar in the upper right corner โ†’ Settings โ†’ Google Assistant.
  • โš™๏ธ Go to General Settings and deactivate the assistant.

โš ๏ธ Note: On certain devices (e.g, POCO F5 Xiaomi 12T) After disabling, the assistant can be activated again after restarting, this is due to the automatic synchronization of Google services. To avoid this, turn off the auto-update of the Google application in the Play Store.

If the standard method does not work, proceed to the next method.

โ˜‘๏ธ Preparing to disable Google Assistant

Done: 0 / 4

Method 2: Removing access rights and disabling voice

Even if you have disabled Google Assistant in the settings, it can continue to work in the background if it has rights to:

  • ๐ŸŽค Microphone (listening to voice commands)
  • ๐Ÿ“ Geolocation (contextual clues)
  • ๐Ÿ“ฑ Special features (intercept of gestures)

To completely block the assistant:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find Google or Google Assistant and open its settings.
  3. Select Permissions and disable all rights (microphone, camera, location, contacts, etc.).
  4. Go back and press Battery โ†’ Background Activity, then select Limit.
  5. In the Notifications section, turn off all switches.

It is also recommended to disable voice activation:

  1. Open the Google app.
  2. Go to Settings. โ†’ Voice search.
  3. Turn off Google and Voice Match.
Action.The effectReversibility
Disabling permitsThe assistant will not be able to use the microphone and geolocationYes, you can return at any time.
Limitation of background activityReduced battery consumption by 3-5%Yes.
Shutting down "OK Google"Eliminates accidental triggers from the voiceYes.
Removing Google App UpdatesReturns the assistant to the factory version (less intrusive)Yeah, but it's gonna need a re-installation.

This method doesn't remove the assistant completely, but it makes it virtually inoperable. If you need a complete removal, read on.

๐Ÿ’ก

If the Assistant is still activated after disabling Google permissions, try clearing the cache and data of the Google app in the settings, which will reset all its settings to factory.

Method 3: Disconnect via ADB (for power users)

If standard methods donโ€™t work, you can block Google Assistant at the system level using ADB (Android Debug Bridge), which is suitable for all Xiaomi models, including the POCO X5 Pro, Redmi Note 12 and Xiaomi 13 Lite, but requires a connection to a computer.

What you need:

  • ๐Ÿ’ป Computer with Windows, macOS or Linux
  • ๐Ÿ“ฑ USB-cable (preferably original)
  • ๐Ÿ”ง Included debugging by USB smartphone
  • ๐Ÿ“ฆ Installed drivers Xiaomi and ADB

Step-by-step:

  1. Activate Developer Mode: Go to Settings โ†’ About Phone. Tap 7 times on MIUI Version. Go back to Settings โ†’ Additional โ†’ Developer. Turn on USB Debugging.

Connect your smartphone to your computer and confirm your trust in the device.

Command line.

Terminal

adb devices

Make sure your device is listed.

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

This command removes the Google app (together with the Assistant) for the current user without affecting the system files.

Reboot your smartphone.

โš ๏ธ Note: Once you complete this command, you will lose access to Google Search, Google Feed, and other services integrated into the Google app. APK or reset.

If the team doesnโ€™t work, try an alternative:

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


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

These commands don't delete the application, they just deactivate it for the current user. To get it back, replace the disable-user with enable.

What if the ADB canโ€™t see the device?
1. Make sure that the debugging is enabled by USB and you are allowed to connect to this computer. 2. Check if the Xiaomi drivers are installed (you can download it on the official website). 3. Try another one. USB-cable (some charging cables don't transmit data). 4. Reboot your smartphone and computer. 5. If you're using Windows, try running the command prompt on behalf of the administrator.

Method 4: Use of third-party utilities (without root)

If you don't want to mess with ADB, you can use specialized applications to disable system services.

AnnexFunctionalityReferenceFeatures
App InspectorAllows you to turn off background activity of system applicationsPlay MarketNo root, but ADB rights are required for some functions
Package DisablerBlocks selected applications (including Google Assistant)Play MarketThe paid version will unlock all functions.
Shizuku + AppOpsFull control over permissions and background processesOfficial websiteRequires customization via ADB, but works without root

Example of the Package Disabler:

  1. Download and install the app from the Play Market.
  2. Open it and give access to special features (in the security settings).
  3. Find Google Assistant or Google Assistant.
  4. Press Disable (disable).
  5. Reset the device.

The advantage of this method is that you don't have to delete the application, you just block it, but some utilities (such as App Inspector) can conflict with MIUI Optimization, which will slow down the system, in which case you turn off optimization in the developer settings (Settings โ†’ Developers โ†’ Disable MIUI Optimization).

๐Ÿ’ก

Third-party utilities are a good trade-off between simplicity and efficiency, but always check reviews before installing.Some applications may contain ads or request unnecessary permissions.

Method 5: Completely remove Google Assistant (root required)

If youโ€™re willing to take drastic measures, you can completely remove Google Assistant from the system, which is suitable for users with unlocked bootloader and root rights (for example, through Magisk).

Warning: Mistakes may result in the loss of functionality of other Google services or even a device blink.

Instructions:

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /system/priv-app/ or /system/app/.
  3. Find and delete the following folders (if any): GoogleQuickSearchBox Velvet GoogleAssistant

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

Reset the device.

Alternative method (via Terminal Emulator with root rights):

su


mount -o rw,remount /system




rm -rf /system/priv-app/GoogleQuickSearchBox




rm -rf /system/priv-app/Velvet




rm -rf /data/data/com.google.android.googlequicksearchbox




reboot

โš ๏ธ Note: On some devices (e.g. Xiaomi) 12S Ultra or Black Shark 5 Pro, removing these folders can cause Google Play Services to fail, and youโ€™ll have to restore files from the backup or reflash the device.

If you donโ€™t want to delete files permanently, you can simply rename them (e.g., add bak at the end of the folder name) and itโ€™s easy to return them back if needed.

What to do if Google Assistant is back after the update

Many Xiaomi users are faced with the fact that after updating MIUI or Google Play Services, the assistant is activated again.

  • ๐Ÿ”„ Auto-update apps in Play Market restores remote components.
  • ๐Ÿ“ฆ System updates MIUI They can return standard settings.
  • ๐Ÿ”ง Google services periodically check the integrity of system applications.

To prevent the return of Google Assistant:

  1. Turn off auto-update for the Google app: Open Play Market. Find Google in the list of installed apps. Tap three dots in the top right corner and uncheck Auto Update.

Titanium Backup

App Quarantine

Google background synchronization

Settings โ†’ Accounts and Sync โ†’ Google โ†’ Disable Sync

ADB

adb shell dpm set-device-owner com.google.android.gms/.mdm.receivers.MdmDeviceAdminReceiver

This command disables automatic update installation for system applications.

If you use custom firmware (like LineageOS or Pixel Experience), the issue with returning the assistant usually doesnโ€™t arise, as these firmware doesnโ€™t include Googleโ€™s proprietary services by default.

Alternatives to Google Assistant on Xiaomi

If you have disabled Google Assistant but want to keep the functionality of the voice assistant, consider the following alternatives:

AssistantAdvantagesDeficienciesReference
Yandex AliceWell optimized for Russian, integration with Yandex servicesCollects data about users, less functional abroadPlay Market
Siri (via Shortcuts)It works on iOS devices, good integration with Apple MusicRequires an iPhone or iPad to work properlyApp Store
Bixby (for Samsung owners)Deep integration with Samsung devices, gesture supportNot optimized for Xiaomi, it can slow downPlay Market
Assistant.aiLocal data processing, no dependence on GoogleLimited functionality, paid versionOfficial website

For maximum privacy, we recommend Assistant.ai or local solutions like Rhasspy (requires server configuration).If you want to integrate with MIUI, try XiaoAI, a Xiaomi-branded assistant that works without Google (available in Chinese firmware).

๐Ÿ’ก

To activate XiaoAI on global firmware, install the APK from a Chinese store (e.g., with APKPure) and provide all the necessary permissions.

FAQ: Frequent questions about disabling Google Assistant on Xiaomi

Can I disable Google Assistant without a computer?
Yes, use Method 1 (standard settings) or Method 4 (third-party utilities like Package Disabler). However, complete removal (Method 5) will require ADB or root.
Why does Google Assistant still run after itโ€™s turned off?
Probable causes: ๐Ÿ”„ Auto-Update Google App in Play Market. ๐Ÿ“ฑ The assistant launch gesture is assigned to the Home button or swipe (check in Settings). โ†’ Additionally. โ†’ Buttons and gestures). ๐Ÿ”Š Voice activation of OK Google is not disabled (see Method 2). Solution: Repeat Method 3 (ADB) Use App Inspector to block background activity.
Will Google Pay work after the Assistant is disabled?
Yes, Google Pay is not dependent on Google Assistant. However, if you delete the Google App completely (Method 5), there may be problems with Google Play Services. In this case: Reinstall Google Play Services from APKMirror. or roll back to Method 2 (disable permissions instead of deleting).
How to get my Google Assistant back if I deleted it through ADB?
You can restore the assistant in two ways: ADB: adb shell cmd package install-existing com.google.android.googlequicksearchbox Through Play Market: download and install Google's app, then update it. If the assistant doesn't work afterward, check the settings in Settings โ†’ Google โ†’ Settings for Google apps.
Is there a risk of losing your warranty when you disable Google Assistant?
No, disabling through settings or ADB It doesn't affect the warranty: ๐Ÿ”ง Unlocking the bootloader (to get root) will void the warranty on most Xiaomi devices. ๐Ÿ“ฆ Removal of system applications (Method) 5) This can cause software failures that the warranty will not cover. 1-3, If you need to keep the guarantee.