How to completely remove Google Assistant with Xiaomi Redmi: 5 proven ways

Why do users want to get rid of Google Assistant on Redmi?

Google Assistant on Xiaomi Redmi smartphones is often a source of irritation: it consumes battery power in the background, collects data about your activity and is periodically activated by random clicks. This is especially noticeable on models with MIUI 12-14, where the service is integrated at the system level. Many owners of Redmi Note 10/11/12, Redmi 9/10 or POCO X3/X4 are faced with the fact that the voice assistant interferes with work, even if it has never been used.

The key problem is that Google Assistant cannot be removed with standard MIUI tools like a regular application. The system blocks the uninstallation, suggesting only that it be disabled through settings. However, there are workarounds from simple disabling to complete removal via ADB or firmware modification. In this article, we will discuss all working methods, including nuances for different versions of MIUI and Redmi models.

Before you start, consider that some methods require root rights or unlock the bootloader, which may take away your warranty. If you are not ready for radical measures, start with the safe options in the first two sections.

πŸ“Š You are using Google Assistant on Xiaomi?
Yeah, regularly.
I tried it before, but I turned it off.
Never used it.
I want to remove it completely.

Method 1: Disable Google Assistant through MIUI settings

The easiest and safest method is to deactivate the assistant in the settings menu.This won't remove it completely, but will stop background activity and accidental launches.Calls for all Redmi models on MIUI 12/13/14 without the need for root rights.

Instructions:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” In the search bar, type β€œGoogle” and select Google Assistant (or β€œGoogle App” on some firmware).
  • πŸ”§ Click Disable (if the button is inactive – tap first Stop).
  • πŸ›‘ Confirm the action in the dialog window.

After that, the assistant will stop responding to voice commands and gestures, but it will remain on the system and can be updated via Google Play to block updates:

  1. Return to the Google app menu.
  2. Slip on three dots in the top right corner and select Remove Updates.
  3. Turn off auto-update in Google Play (find the app in the list and uncheck the checkmark from Auto Update).

⚠️ Attention: On some firmware MIUI If you turn off Google Assistant, you may miss the search bar on the home screen. To return it, install an alternative launcher (for example, Nova Launcher).

Make a backup copy of important data|Check the version. MIUI at the Settings β†’ The phone.|Close all background applications|Connect your phone to charge (recommended)-->

Method 2: Removal via ADB (without root)

If the shutdown isn’t enough, you can uninstall Google Assistant with ADB (Android Debug Bridge), a method that doesn’t require superuser rights, but requires a computer and enabled USB debugging. Suitable for Redmi on MIUI 12-14 with an unlocked bootloader (on some models, standard debugging is sufficient).

Step-by-step:

  1. Turn on USB debugging: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version to activate Developer Mode. Go back to Settings β†’ Additional β†’ For Developers and turn on USB Debugging.

Connect your phone to your PC:

  • Install Xiaomi drivers (download from the official website).
  • Connect Redmi over USB and select File Transfer mode.
  • Start ADB: Adb devices (should display your device’s serial number).
  • Remove Google Assistant: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox Some firmware may require a command: adb shell pm uninstall -k --user 0 com.google.android.apps.googleassistant
  • Delete these folders or rename them (e.g., by adding.bak at the end).
  • Reboot the phone.

For complete cleaning, it is also recommended to delete residual files in /data/data/:

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


rm -rf /data/data/com.google.android.apps.googleassistant

Model RedmiDoes it support removal through root?Risks.
Redmi Note 10/11/12Yes.Google Pay services may be coming off
Redmi 9/9A/9CYeah, but requires a dm-verity patch.Possible problems with OTA-update
POCO X3/X4Yes.Voice dialing may disappear in some applications
Redmi K40/K50Yes, but it's more complicated because of Dynamic Partition.Risk of β€œbrief” with incorrect editing

⚠️ Attention: Removing system applications through root can result in a bootloop if you remove critical components.Always back up the partition /system before the changes, on some firmware MIUI After such manipulations, they stop working. OTA-update.

πŸ’‘

Before removing system applications through root, create a full backup using TWRP or OrangeFox Recovery, which will allow you to restore the phone in the event of a crash.

Method 4: Using custom firmware

A Radical but effective way to install custom firmware without Google services (like LineageOS or Pixel Experience without GAPPS) would remove Google Assistant and other components of Google Mobile Services (GMS) entirely, but would deprive you of access to the Play Market and some GMS-dependent apps.

Pros of the method:

  • πŸš€ Total lack of background activity of Google.
  • πŸ”‹ Increase the battery life on 10-15%.
  • πŸ›‘οΈ Greater control over privacy.

Cons:

  • πŸ”§ Installation difficulty (requires unlocking the loader, TWRP, Experience with fastboot).
  • πŸ“± Certain functions MIUI (Mi Cloud or Game Turbo may not work.
  • πŸ”„ Update problems (you will have to install them manually).

If you decide to take this step, follow the instructions for your model in the forum. XDA Developers or 4PDA. Popular firmware without GMS:

  • LineageOS for MicroG (with support for Google alternative services)
  • GrapheneOS (maximum privacy, but limited compatibility with Xiaomi)
  • CalyxOS (optimized for security)

πŸ’‘

GMS-free castom firmware is the only way to get rid of all Google services, but it requires technical skills and lacks warranties.

Method 5: Blocking through Hosts or Firewall

If deletion is not possible (for example, on a restricted work phone), you can block Google Assistant access to the network, which will not physically delete it, but will stop data collection and background activity.

Option 1: Edit the hosts file (requires root):

  1. Open a file manager with root rights.
  2. Go to /system/etc/hosts.
  3. Add the lines: 127.0.0.1 googleapis.com 127.0.0.1 assistant.google.com 127.0.0.1 oauth.google.com
  4. Save the file and restart the phone.

Option 2: Use of a firewall (without root):

  • Install the NetGuard or AFWall+ app (for root).
  • Block Internet access for applications: Google Google Play Services (partially) Google Assistant

This method doesn’t remove the assistant, but it makes it useless.Conscious – some features (like voice search in Chrome) will also stop working.

What if Google Assistant returns after updates?

Even after Google is deleted, the Assistant may reappear after the MIUI or Google Play Services update.

  • πŸ”„ Turn off auto-update for all Google apps in the Play Market.
  • πŸ“₯ Block updates via Package Disabler (requires root).
  • πŸ”§ Install an alternative store (such as the Aurora Store) and disable Play Services completely.
  • πŸ›‘οΈ Use Magisk modules such as Universal GMS Doze to limit background activity.

If the assistant returned after the MIUI update, repeat the removal procedure (via ADB or root). On some firmware Xiaomi adds protection against removing system applications - in this case only custom firmware will help.

How to check if Google Assistant is completely removed?
Follow ADB's command: adb shell pm list packages | grep google If the output does not contain lines from googlequicksearchbox or assistant, the application is removed. Also check the /system/priv-app/ and /data/app/ folders for relevant files.

FAQ: Frequent questions about removing Google Assistant on Xiaomi

Can I delete Google Assistant without a computer?
Yes, but with limitations. Without a PC, you can only turn off the assistant through settings (Method 1) or use a firewall (Method 5). ADB (requires a computer or root.
Will Google work after the shutdown?
No. Once you disable or remove Google Assistant, voice commands will stop working. If you need an alternative, install Alice from Yandex or Siri (for iPhone). Xiaomi also has a built-in voice assistant, Xiao AI, but it only works on Chinese firmware.
Will Google Assistant Appear After Resetting?
Yes. If you hard reset, all system applications, including Google Assistant, will recover. To avoid this, delete it after reset or install custom firmware without GMS.
Can I remove Google Assistant on Redmi with a blocked bootloader?
Partially. You can disable it (Method 1) or block it through a firewall (Method 5), but completely remove it through ADB or root requires unlocking the bootloader. On some models (e.g. Redmi Note 11) ADB-Removal may not work without unlocking.
What are the alternatives to Google Assistant on Xiaomi?
If you need a voice assistant, consider these options: Yandex Alice supports Russian, integrates with smart devices. Samsung Bixby (you can install APK, but the functionality is limited); Amazon Alexa works through a separate application; Xiao AI is a built-in Xiaomi assistant, but requires Chinese firmware. Tasker or MacroDroid will be suitable for automating tasks without voice control.