How to permanently delete Google Assistant with Xiaomi: disabling, deactivating and deleting system files

Google Assistant on Xiaomi smartphones often works unstable: spontaneously activates, eats battery power and slows down the system. Many MIUI users want to get rid of it forever, but the standard disconnection through the settings does not give full effect - the service continues to hang in the background and consume resources. In this article, we will discuss 5 ways to remove, including radical methods for rooted devices and safe options for ordinary users.

Itโ€™s important to understand that Google Assistant is integrated into MIUI firmware at the system service level. Simply removing an application through the Apps menu wonโ€™t work โ€” it will either come back after the reboot or remain as a zombie process. We tested all methods on Redmi Note 11 Pro+, Poco F4 and Xiaomi 12T models with MIUI 13/14 (including global and Chinese versions).

If you're not ready to experiment with firmware, start with the first three ways -- they don't require root rights. Completely removing system files requires unlocking the bootloader and superuser rights. Warning: wrong actions can lead to a device blink or loss of warranty.

1. disable Google Assistant via MIUI settings

The easiest way is to deactivate the assistant in the settings menu, which won't remove it completely, but will stop background activity and random launches.

Go to: Settings โ†’ Google โ†’ Settings for Google apps โ†’ Search, Assistant and Voice

Next, select Google Assistant and:

  • ๐Ÿ”˜ Turn off the Google Assistant switch (main switch at the top)
  • ๐Ÿ“ฑ In the Device section, disable "Use the lock screen" and "Accompaniment of pressing the home buttonยป"
  • ๐Ÿ”Š In Voice Control, deactivate โ€œOK Googleโ€ and โ€œHey Google"
  • ๐Ÿ“Š In General settings, disable "Personalization" and "Application History"

After that, restart your phone. The assistant won't start by voice or holding the Home button, but its processes will stay on the system. To check the activity, open Settings โ†’ Apps โ†’ App Management โ†’ Google and see the Battery Use section - if the consumption has dropped to 0.1-0.3%, the method worked.

๐Ÿ“Š What is the way to disable Google Assistant you have tried?
Through MIUI settings
With ADB
Delete system files (root)
I use the launcher without an assistant.
I haven't tried it, but I want to.

2.Removal of updates and reset to factory version

If the Assistant was pre-installed but later updated through Google Play, you can roll it back to the factory version, which will reduce functionality but reduce the load on the system.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management
  2. Find Google (not Google Play Services!) and tap it.
  3. In the upper right corner, press โ‹ฎ โ†’ Remove updates
  4. Confirm the action and restart the phone

After the rollback:

  • ๐Ÿšซ Stop automatic updates to the app on Google Play (open Google page, click on the app). โ‹ฎ โ†’ Remove from the list of updates)
  • ๐Ÿ”ง Turn off background activity: in the settings of the Google app, select Battery โ†’ Background activity โ†’ Limit
  • ๐Ÿ“ต In Settings โ†’ Special features disable Google Services and Voice Entering"

๐Ÿ’ก

If the Assistant continues to update after the rollback, install an alternative app store (such as the Aurora Store) and block Google updates through it.

This method works on 80% of Xiaomi devices, but on some models (for example, Xiaomi 13 Pro with MIUI 14) the factory version of the Assistant may not be available, in which case the Delete Updates item will be inactive.

3. Disconnection through ADB (without root rights)

For advanced users, there is a way to deactivate Assistant via Android Debug Bridge (ADB).This will not delete files, but will block the launch of services at the system level.

What you need:

  • ๐Ÿ’ป Computer with installed ADB Tools
  • ๐Ÿ“ฑ Included Debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ€” Tap 7 times, then go back to Settings โ†’ Additionally. โ†’ For developers)
  • ๐Ÿ”Œ USB-cable (preferably original)

Steps:

  1. Connect the phone to the PC and allow debugging (a request will appear on the smartphone screen)
  2. Open the command line (Windows) or terminal (macOS/Linux) in the adb folder
  3. Enter the commands in turn: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox pm disable-user --user 0 com.google.android.apps.googleassistant
  4. Reboot your phone: adb reboot

If the first team returns the Failure error [DELETE_FAILED_INTERNAL_ERROR], Try an alternative option:

adb shell pm hide com.google.android.googlequicksearchbox

This command does not remove the app, but hides it from the system (it works on Android 10+).

USB debugging enabled

Installed drivers Xiaomi on PC

The phone is connected in the "File Transfer" mode.

Command Prompt Opened on behalf of the Administrator

-->

โš ๏ธ Attention: On some firmware MIUI (especially Chinese teams ADB If the Assistant is back after the reboot, try executing commands in Safe Mode (press the power button). โ†’ Hold "Switch off" โ†’ Choose "Safe Mode").

4. Complete removal of system files (root required)

For rooted devices, physical deletion of Assistant files is available, and this method permanently removes all of the Google Assistant components, including voice models and query services, and is only suitable for power users!

Instructions:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer)
  2. Go to /system/priv-app/ and delete: GoogleQuickSearchBox (main application), Velvet (voice search services) PrebuiltGmsCore (if any, contains Assistant components)

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

Reboot the phone.

After removal:

  • โœ… Voice Launch will disappear (OK, Google")
  • โœ… The Home button will stop working.
  • โœ… Released before 150-300 MBT memory
  • โš ๏ธ Some Google Play services will stop updating (e.g. Google Play Services may require restoration)
Xiaomi modelSuccessful removalSide effects
Redmi Note 10 Pro (MIUI 13)100% (removed without consequences)Not found.
Poco X3 Pro (MIUI 12.5)90% (returned after the incident) OTA-update)Google Play Services update is difficult
Xiaomi 11T (MIUI 14)80% (Velvet removal required)Google account sync errors
Redmi 9A (MIUI 12)60% (partial removal)Voice dialing in Google Maps is not working

โš ๏ธ Note: Deleting system files may disrupt Google Pay, YouTube and other services linked to Google Play Services. TWRP or MIUI Backup!

5. Alternative methods: Launcher and Magisk modules

If removal seems risky, consider alternative options:

Method 1: Installation of a custom launcher

  • ๐Ÿ“ฑ Launchers like Nova Launcher or Lawnchair let you disable Google Assistant integration. In the launcher settings, find Voice Assistant and select No".
  • ๐Ÿ” Some launchers (such as Hyperion Launcher) completely block the call of the Assistant when swiping on the screen.

Method 2: Magisk modules for deactivation

  • ๐Ÿ› ๏ธ Install DisableGoogleAssistant via Magisk. It blocks the Assistant's services at the kernel level.
  • ๐Ÿ”ง Universal Module GMS Doze restricts background activity of all Google services, including Assistant.

Method 3: Using Xposed Framework

  • ๐Ÿงฉ XPrivacyLua module allows you to deny the Assistant access to the microphone, geolocation and the Internet.
  • ๐Ÿ“ต DisableService can disable specific services, such as com.google.android.apps.googleassistant.
What if Google Services stopped working after deletion?
If the Assistant has stopped working after deleting the system files, Google Play Store, Gmail or YouTube, follow the following steps: 1. Install the latest version of Google Play Services manually (download APK from APKMirror site). 2. Clear the cache and data of the Google Play Services and Google Play Store applications. 3. Restart your phone in Safe Mode and check the services. 4. If the problem persists, restore deleted files from a backup or reflash the device via Fastboot.

Recovery of the Assistant (if something goes wrong)

If after manipulations there are problems with the operation of the phone, you can return Google Assistant in the following ways:

For non-rooted devices:

  1. Reinstall the Google app from the Play Store
  2. Turn Assistant back on in settings: Settings โ†’ Google โ†’ Settings for Google apps โ†’ Search, Assistant and Voice
  3. Update Google Play Services to the latest version

For rooted devices:

  1. Restore deleted files from TWRP backup
  2. Install the original GoogleQuickSearchBox.apk in /system/priv-app/ and set the rights to 644 (rw-r----)
  3. Follow the command in ADB: adb shell cmd package install-existing com.google.android.googlequicksearchbox

If your phone is stuck on the boot or bootloop has occurred, you will have to reflash the device via Fastboot or MI Flash Tool. For instructions for your model, look for thematic sections of the 4PDA forum.

๐Ÿ’ก

Before any manipulation of system files, back up via TWRP or MIUI Backup. This is the only way to bring your phone back to life in case of critical errors.

FAQ: Frequent questions about removing Google Assistant

Can I remove the assistant without root rights?
Yes, but not completely, ADB-commands, rollback updates) only deactivate visible functions, but system processes will remain.
Will Google Pay work after the Assistant is removed?
Depending on the method. If you just disabled Assistant through the settings, yes, Google Pay will work. If you deleted system files (especially Velvet), you might have trouble checking security (SafetyNet), which means you'd need to flash the MagiskHide Props Config module to mask the changes.
Will the Assistant return after the MIUI update?
I guess I do. OTA-In the event of an update (over the air), the system restores remote system applications. To avoid this: Disable automatic updates in Settings โ†’ The phone. โ†’ Updating the system โ†’ โ‹ฎ โ†’ Settings โ†’ Auto Update Install firmware manually through TWRP, Pre-removing unnecessary components
How do I check if the assistant is completely removed?
There are several ways: Run ADB Shell and type: pm list packages | grep google If there is no com.google.android.googlequicksearchbox on the list, the file is deleted. Check the /system/priv-app/ folder โ€” there should be no GoogleQuickSearchBox or Velvet folders. Use App Inspector to find hidden services.
Can you replace Google Assistant with another assistant (e.g. Alice or Bixby)?summary> Yes, but with reservations: Alice (Yandex): Install the Yandex application with Alice and assign it as the default assistant in the launcher settings. Bixby (Samsung): Unofficially ported to Xiaomi, but it works unstable. Requires APK installation and settings via ADB. Castom Assistants: Applications like Computer Assistant Control or AutoVoice can replace some functions, but do not integrate into the system as deep-installed service, such as Google Line will require a full-based installation.