How to permanently remove Google Assistant with Xiaomi Mi 9: 5 proven ways

Google’s Voice Assistant on Xiaomi Mi 9 may be useful, but not everyone likes its constant activity in the background. It consumes battery power, collects data about your actions and sometimes activates accidentally β€” for example, when you press the Home button or voice command β€œOK, Google.” If you decide to get rid of this service, it is important to understand that a simple disconnect in the settings does not always work. Depending on the version of MIUI (12, 13 or 14) and the status of root rights, you may need different methods, from standard to radical.

In this article, we will discuss all possible ways to remove Google Assistant from Mi 9, including hidden firmware functions, ADB commands and manipulation of system files. You will also learn what consequences can have a complete removal of the assistant and how to return it back if something goes wrong.

Before you start, check the MIUI version on your device: go to Settings β†’ About Phone β†’ MIUI version. This will help you choose the right method. Also note that some methods require debugging over USB and installing ADB on your computer - without this, some instructions will not be available.

πŸ“Š Why do you want to remove Google Assistant?
Savings in battery charge
Random positives
Data confidentiality
Interfering with other applications
Another option

1. Standard shutdown via MIUI settings

The easiest and safest way is to disable the assistant in the settings menu, which will not remove the app completely, but will stop its background activity and voice control, which works on all versions of MIUI (including 14) and does not require root rights or a PC connection.

Open Settings β†’ Apps β†’ App Management and search in the Google list (not to be confused with Google Play Services).Slip on it, then select Notifications and turn off all switches. Go back and press Permissions – here, disable access to microphone, contacts and other data. After that, the assistant will stop responding to voice commands, but its icon will remain on the system.

To completely disable voice control:

  1. Go to Settings β†’ System and device β†’ Additional settings β†’ Home button.
  2. Select Voice Assistant and set the value No.
  3. Go back to Settings β†’ Google β†’ Settings for Google apps β†’ Search, Assistant and Voice.
  4. Turn off the Google Assistant option and confirm the action.

⚠️ Attention: On some firmware MIUI after updating OTA You can reset the settings. Check them after each update.

πŸ’‘

If, after disabling Google, Assistant continues to start when holding the Home button, try assigning another action to it (such as Google Search or Nothing) in the same button settings.

2.Removal of updates and rollback to the factory version

Google Assistant is frequently updated through Google Play, and these updates can return its functionality even after turning it off, and to avoid this, you can remove all updates and "freeze" the application in a factory state.

Do the following:

  1. Open Settings β†’ Applications β†’ Application Management β†’ Google.
  2. Click on the three dots in the top right corner and select Remove Updates.
  3. Confirm the action. The app will return to the version that was preinstalled in the firmware.
  4. Return to the app menu and click Disable (if the option is active).

After that, go to Google Play β†’ Menu (three lines) β†’ My apps and games β†’ Google and disable auto-update.

This method doesn’t work on all devices: some versions of MIUI block system applications from turning off. If the Disable button is inactive, try the following method.

What to do if the β€œDisable” button is inactive?
On some Xiaomi firmware, disabling system applications is blocked. In this case, you can try: 1. Install a third-party launcher (for example, Nova Launcher) and hide the Google Assistant icon. 2. Use ADB to force disabling (instructions in the next section). 3. Get root rights and remove the application manually (risky, but effective).

3. Disconnection via ADB (no root)

If standard methods don’t work, you can use Android Debug Bridge (ADB), a tool to manage your device through your computer, which doesn’t require root rights, but requires you to enable Developer Mode and install ADB on your PC.

Prepare for the procedure:

  1. Turn on Developer Mode: Go to Settings β†’ About Phone and tap on MIUI Version 7 times.
  2. Return to Settings β†’ Additional settings β†’ For developers and activate Debugging via USB.
  3. Connect the Mi 9 to your computer and confirm the debugging request.
  4. Download ADB Tools and unpack the archive.

Now run the following commands in the Windows/Linux/Mac terminal (command line):

adb shell


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




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

The first command removes all updates to Google Assistant for the current user, the second - disables it completely. After rebooting the device, the assistant will disappear from the system, but its icon may remain in the application menu (it will be inactive).

⚠️ Attention: On some firmware MIUI after resetting settings or updates OTA Google Assistant can come back. To avoid this, repeat the procedure or use the root method.

Install Xiaomi drivers on PC

Enable debugging over USB on your phone

Download and unpack ADB Tools

Connect your phone to your PC via cable (not Wi-Fi!)

Start the command line on behalf of the administrator-->

4. Complete removal with root rights

If you are willing to take drastic measures and you have a bootloader with Magisk installed or another root solution unlocked, you can remove Google Assistant forever. This method is suitable for experienced users, as improper actions can lead to system failure or loss of warranty.

You'll need:

  • πŸ”§ Unlocked bootloader and root rights (e.g., via Magisk).
  • πŸ“± File Manager with support for root (such as Root Explorer or Mixplorer).
  • πŸ’Ύ Backup of data (in case of failure).

Instructions for removal:

  1. Open the root manager and go to /system/priv-app/.
  2. Find the Velvet and GoogleQuickSearchBox folders (these names may vary depending on the version of MIUI).
  3. Delete these folders or rename them by adding.bak at the end (e.g. Velvet.bak).
  4. Reset the device.

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

  • ⚠️ Some features (like voice search in Google Search) may stop working.
  • ⚠️ After updating MIUI through OTA Files can be restored – you will have to repeat the procedure.
  • ⚠️ On custom firmware (such as LineageOS or Pixel Experience), the path to files may be different.

πŸ’‘

Deleting root-righted system files is the most efficient way, but also the riskiest. Always back up before changing files in /system!

Alternative methods: concealment and replacement

If you don’t want to delete Google Assistant, but it’s in the way, you can go another way – hide it or replace it with another assistant. For example, many Xiaomi users prefer Alice from Yandex or Bixby (if installed through third-party launchers).

Ways of concealment:

  • πŸ“± Install an alternative launcher (like Nova Launcher or Lawnchair) and hide the Google Assistant icon in the app menu.
  • πŸ” In Google Search settings, turn off the assistant widget on the home screen.
  • πŸ›  Use apps like App Hider or Island (requires root) to isolate Google Assistant from the rest of the system.

Replacement with another assistant:

  1. Download an alternative from Google Play (e.g. Yandex with Alice or Siri for Android).
  2. Assign a new voice command in the app settings.
  3. In Settings β†’ System and Device β†’ Home button, select a new application to hold the button.

These methods don't physically remove Google Assistant, but they make it invisible and inapplicable in everyday use, and the main advantage is that there are no risks to the system and the ability to return everything back at any time.

Possible problems and solutions

When you delete or disable Google Assistant, you may face unexpected consequences, and here are the most common ones and ways to eliminate them:

Problem.Reason.Decision
Accidental rebootsDeleted critical files of Google Services FrameworkRestore files from the backup or reflash the device
Google Search is not workingGoogle Assistant integrated into search engineInstall an alternative browser (such as Firefox)
The error "Google stopped"Conflict after disconnection via ADBFollow the command adb shell pm clear com.google.android.googlequicksearchbox
Applications not updatedGoogle Play Services is disabledEnable it back in the app settings

If the device is unstable after manipulating Google Assistant, try resetting to factory settings (Settings β†’ Additional Settings β†’ Restore and Reset) and this will return all system applications to their original state.

⚠️ Note: On devices with unlocked bootloader and custom firmware (e.g. Xiaomi.eu), some Google features may initially be disabled.

FAQ: Frequent questions about removing Google Assistant

Can I remove Google Assistant without root and ADB?
Yes, but not completely. You can disable it through settings (Settings β†’ Apps β†’ Google β†’ Disable) and remove the updates, but the application files will remain on the system. You need ADB or root to delete it completely.
Will Google Assistant be back after the MIUI update?
If you update through OTA, system applications are restored, and to avoid this, after the update, repeat the deactivation procedure through ADB or delete files again (if there is root).
Will Google Pay work after the Assistant is removed?
Yes, Google Pay depends on Google Play Services, not the Assistant, but if you remove critical components of Google (like the Google Services Framework), payments may stop working.
How to get back Google Assistant if you need it again?
If you disabled it through settings or ADB, just turn it back on the app menu or execute a command: adb shell pm enable com.google.android.googlequicksearchbox If you deleted files from root, restore them from the backup or reflash the device.
Is it true that Google Assistant is draining the battery?
Depends on the use. If you're actively using voice commands, yes, it consumes up to 5-10% If it's off, it's minimally effective (1-2%). The main expense goes to background activity and processing of voice data.