How to completely disable Google Assistant on Xiaomi Mi 10T: all working methods

Why Users Want to Remove Google Assistant from Mi 10T – and Whether to Do It

Google’s voice assistant is integrated into the Xiaomi Mi 10T at the MIUI firmware level, but not all users benefit from it. The main reasons for turning it off are constant consumption of 20-40 MB of RAM in the background, random activation when you press buttons or voice, and collection of location and activity data, especially for owners of the Mi 10T with 8/128 GB modification, where every megabyte of RAM counts.

On the other hand, removing the assistant completely can disrupt some MIUI features, such as quick search or integration with Google Lens. Before you start to turn it off, consider whether you are being hampered by background activity, voice control or notifications, and perhaps partial rights restrictions instead of radical measures will be enough.

In this article, we’ll look at 5 proven ways, from simply turning off through settings to deep removal of system components. All methods tested on Xiaomi Mi 10T with MIUI 12.5 firmware and MIUI 13 (Android 11/12). If your smartphone is running on a newer version, check the relevance of the instructions in the comments.

πŸ“Š Why do you want to disable Google Assistant?
Savings in battery charge
Random activations
I don't use a voice assistant.
Google Data Collection
Other

Method 1: Standard shutdown via MIUI settings

The safest and most reversible method is to use the built-in system options, which is suitable if you need to temporarily suspend the assistant without deleting system files.

  1. Open the Google app (the icon with the letter "G" on a color background).
  2. Slip on the profile icon in the upper right corner β†’ select Settings.
  3. Go to the Google Assistant section β†’ General.
  4. Turn off the Google Assistant slider (at the top of the screen).
  5. Confirm the action by clicking Turn Off in the dialog box.

This method doesn't remove the assistant completely, it only blocks it from running on the voice command "OK, Google" or holding the Home button. The app will still hang in the background, but its activity will decrease. To completely stop the background work:

  • πŸ“± Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find Google in the list and select it.
  • 🚫 Press Stop (forced stop).
  • πŸ”’ Turn off autostart: Battery β†’ Auto-start β†’ Google (click to the left).

⚠️ Note: After a forced stop, some functions MIUI (For example, search by settings may not work properly, and the Google Play Store may give errors when updating applications, in which case it is enough to restart the Google application manually.

Make a backup copy of important data

Check out the MIUI version (Settings β†’ About the phone)

Turn off sync with your Google Account (if not necessary)

Remember the password from your Mi Account (may be required to unlock it)-->

Method 2: Disconnect via ADB (no root rights)

If standard settings don’t work, you can use Android Debug Bridge (ADB), a debugging tool that allows you to turn off system components without getting root access, a method that is suitable for power users and requires connecting a smartphone to a PC.

Advantages of the method:

  • πŸ”§ Does not require superuser rights.
  • πŸ“‰ Significantly reduces background activity of Google.
  • πŸ”„ Reversible process (you can bring it all back).

To start, turn on USB debugging on the Mi 10T:

  1. Go to Settings. β†’ The phone.
  2. Tap 7 times on the MIUI version until the notification β€œYou became a developer” appears.
  3. Back to Settings β†’ Additionally. β†’ For developers.
  4. Activate Debugging via USB and confirm the resolution.

Now connect your phone to your computer and execute the commands in ADB:

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


adb shell pm disable-user --user 0 com.google.android.apps.googleassistant

The first command removes the updates for Google Search (where the assistant is built in), and the second command disables the assistant itself for the current user.

  • βœ… Voice activation will disappear.
  • βœ… Notifications from the assistant will stop coming.
  • ❌ Google Play Services will remain active (they are needed for other applications).

⚠️ Attention: On some firmware MIUI after updating the team system ADB You'll have to repeat the procedure. To avoid this, block the automatic update of the Google app through Settings. β†’ Annexes β†’ Google β†’ Threefold β†’ Disable updates.

πŸ’‘

If Google Maps or YouTube stop working after ADB commands, try clearing the cache of those apps in the settings, which usually resolves the problem without rolling back changes.

Method 3: Remove via MIUI Hidden Settings (for advanced)

MIUI firmware contains hidden settings that allow you to disable system components without ADB or root. Accessing them requires the MIUI Hidden Settings app (available on 4PDA or GitHub), which works on the Mi 10T with MIUI 12.5+ and does not require a PC connection.

Instructions:

  1. Download and install. MIUI Hidden Settings (APK-file).
  2. Open the application and give access to the settings.
  3. Go to the Manage Applications section.
  4. Find Google and Google Play Services in the list.
  5. Choose each one of them and then choose the one that you have.

The effect will be similar. ADB-The method, but with one key difference: MIUI Hidden Settings allows you to flexibly configure permissions for each component, for example, you can only turn off voice input, leaving Google Lens to work.

ComponentWhat's going to be offlineEffects of consequences
com.google.android.googlequicksearchboxVoice search and assistantIt won’t respond to β€œOK, Google,” but the search in the browser will remain.
com.google.android.apps.googleassistantOnly Google AssistantVoice commands will stop working, but image search (Lens) will continue
com.google.android.gmsGoogle Play ServicesNot recommended – most applications will fail

If you notice a MIUI malfunction after you turn off (for example, the Camera or Gallery does not open), return the settings back through the same application. MIUI Hidden Settings does not make irreversible changes to the system.

What if MIUI Hidden Settings is not running?
If the application gives an error "No root access" or closes immediately after launch, try: 1. Install an older version of the APK (for example, 2.4.1 for MIUI 12.5). 2. Enable the resolution "Display over other apps" in the special features settings. 3. Clear the cache and data of the Settings application through the standard menu.

Method 4: Complete removal with TWRP and Magisk (for experienced)

If you’re willing to take drastic measures and have experience with custom firmware, you can physically delete Google Assistant files via TWRP and Magisk modules, a method that offers a 100% shutdown guarantee, but requires an unlocked bootloader and installed recovery.

Pre-launch warnings:

  • πŸ”“ Unlocking the bootloader will reset all data on the phone.
  • πŸ› οΈ Incorrect actions in TWRP This can cause a β€œbrick” (inoperability) of the device.
  • πŸ”„ After updating MIUI You have to repeat the procedure.

Step-by-step:

  1. Unlock the bootloader through Mi Unlock Tool (the official utility from Xiaomi).
  2. Install TWRP Recovery for Mi 10T (the version must match the apollo model).
  3. Download the Magisk module and module Disable_GApps (available XDA Developers).
  4. Download to TWRP (Power buttons + Volume up).
  5. Install Magisk, then the module. Disable_GApps.
  6. Reboot and check for no Google Assistant.

Module Disable_GApps Allows you to selectively disable Google Mobile Services components (GMS). In its settings, you can choose which services to remove:

  • 🎀 Google Assistant – Voice Assistant.
  • πŸ” Google Search – The search bar on the home screen.
  • πŸ“ Google Location History – Location History.

⚠️ Note: Delete Google Play Services via TWRP This will make it impossible for most apps, including YouTube, Gmail and Google Maps, and if you need these services, use more gentle methods (for example, use more sparing methods, ADB).

πŸ’‘

Use this method only if you are critically interested in getting rid of all Google footprints. For most users, 1-3 methods are sufficient.

Method 5: Alternative launchers and workarounds

If you are only hindered by the visual presence of Google Assistant (for example, the search bar on the home screen), you can do without making deep changes to the system.

The best options for Xiaomi Mi 10T:

  • 🏠 Nova Launcher – allows you to hide the Google search bar and disable the assistant gestures.
  • 🎨 Lawnchair – Lightweight Open Source Launcher, Supports Themes MIUI.
  • ⚑ Hyperion Launcher – Optimized for performance, blocks Google background activity.

How to configure Nova Launcher to disable Assistant:

  1. Install a launcher from Google Play.
  2. Press your finger on the main screen β†’ Settings.
  3. Go to the App Settings β†’ Search bar.
  4. Select No in the "Search bar on the home screen" section.
  5. In the Gestures and buttons section, turn off Google Voice Search.

You can also use the Shizuku + App Ops app to fine-tune Google rights:

  • πŸ”• Block access to the microphone.
  • πŸ“ Turn off Location.
  • πŸ“΅ Stop auto-starting.

These methods do not remove the assistant completely, but make it invisible and inactive in everyday use, the main advantage is that there is no risk to the stability of the system and the ability to quickly return to standard settings.

What happens if you completely remove Google Assistant from Mi 10T?

Deleting Google's system components completely could have unexpected consequences.

Action.Effects of consequencesDecision
Delete com.google.android.googlequicksearchboxThe search bar on the home screen will disappear, and the β€œOK, Google” will stop working.Use alternative launchers (Nova, Lawnchair)
Turning off Google Play ServicesApps will stop updating, YouTube, Gmail, Maps will breakInstall MicroG as a replacement (root required)
Delete via TWRP without backupRisk of "brike" (non-boot system) in case of errorAlways backup TWRP before changes
Blocking access to the microphone for GoogleVoice input will not work in any applicationsSet exceptions in App Ops

The safest option is partial shutdown (methods 1-3). Complete removal is only advisable if you:

  • πŸ›‘οΈ Use Mi. 10T without Google services (e.g. with Huawei AppGallery).
  • πŸ”§ Ready for manually configured alternatives (MicroG, custom firmware).
  • πŸ“± Have a backup device in case of failures.

If your goal is to simply save battery power, try first to limit background activity through battery settings (Settings β†’ Battery β†’ Application Selection β†’ Google β†’ Limit background activity) this will reduce resource consumption without risk to the system.

FAQ: Frequent questions about disabling Google Assistant

Can I disable Google Assistant without a computer?
Yes, use Method 1 (via MIUI settings) or Method 3 (MIUI Hidden Settings app). Both methods work without a PC connection. However, deep removal (via ADB or TWRP) will still require a computer.
Why does the assistant appear again after the ADB shutdown?
This is due to the automatic update of the Google app. To prevent the assistant from returning: Disable the auto-update for Google in the Play Store. Freeze the app with Titanium Backup (requires root). Use the Magisk module to block updates.
Will Google Pay work after the assistant is removed?
Google Pay depends on Google Play Services, not Google Assistant. If you only removed the Assistant (methods 1-3), the payment application will continue to work. But if you disabled Google Play Services via TWRP, Google Pay will cease to function. In this case, install MicroG with SafetyNet support.
How to get Google Assistant back?
Recovery methods depend on the disable method: Method 1 (settings): Just turn the assistant back on the Settings menu of Google β†’ Google Assistant. Method 2 (ADB): Follow the command adb shell cmd package install-existing com.google.android.googlequicksearchbox Method 4 (TWRP): Install the full GApps package through recovery (e.g., NikGApps). If the assistant is not working properly after recovery, clear the cache and application data in Google settings.
Are there any alternatives to Google Assistant for Xiaomi Mi 10T?
On Mi. 10T can be used: πŸ€– XiaoAI – built-in assistant from Xiaomi (works on Chinese firmware, for global versions requires a patch). 🌐 Bixby – Samsung Assistant (installed via Samsung) APK, but may conflict with MIUI). πŸ’¬ Alice from Yandex – supports voice commands and integration with smart devices. πŸ”§ Tasker + AutoVoice – to create custom voice commands, a full replacement will require root access and the installation of alternative services (for example, MicroG to replace Google Play Services).