Google Assistant on Xiaomi Redmi 8T is often activated by accident β just press the Home button or say "OK, Google." For many users, this feature becomes a source of irritation: it eats battery power, collects data about location and habits, and also interferes with games or watching videos. Especially a problem for owners of Redmi 8T with MIUI 11/12 firmware, where the Assistant is integrated deeper than in the stock Android.
In this article, weβll look at all the working ways to disable Google Assistant, from standard settings to hidden commands via ADB and editing configuration files, how to block the Assistant from running with gestures, voice and buttons, and what to do if the Assistant is activated again after the MIUI update. Importantly, some methods require superuser rights (root) or PC connection β weβve marked them separately so you can choose the best option.
Why Google Assistant is running Redmi 8T, even if you didnβt turn it on
On the Xiaomi Redmi 8T (model M1908C3JG), Google Assistant is installed by default as part of Google Mobile Services (GMS). Even if you haven't manually set up the Assistant, it can activate automatically because of:
- π Updates MIUI: After installing new firmware versions (for example, with MIUI 11 on MIUI 12.5) Google Assistant may be re-enabled despite previous settings.
- π€ Voice activation: The phrase βOK, Googleβ is recognized even when the screen is locked, if the option βVoice recognition from the lock screenβ is not disabled in the settings".
- π± Gestures and buttons: Pressing the Home button or swipe from the corner of the screen (in new versions) MIUI) Default is tied to the launch of the Assistant.
- π Background processes: com.google.android.googlequicksearchbox consumes up to 5-7% Battery charges per day, even if you donβt use an assistant.
In addition, Xiaomi sometimes adds its own triggers for Google Assistant to the firmware. For example, MIUI 12 introduced a feature called βSmart Assistantβ, which can conflict with Googleβs settings. This means that simply turning off the Settings β Google menu doesnβt always work.
β οΈ Note: If you use a Google corporate account (for example, through Android Enterprise), the administrator can force the Assistant to turn on through device policies.
Method 1: Disconnect via standard MIUI settings
The easiest and safest method is to use built-in options. MIUI. It is suitable for users who do not want to risk the stability of the system. 8T firmware MIUI 11β14:
- Open Settings and go to Google β Settings for Google apps β Search, Assistant and Voice.
- Select Google Assistant β scroll down and click General Settings.
- Turn off the switches: π "Google Assistant (Main Tumbler) π "Voice Activation (for the phrase βOK, Google") π "Personalization" (to stop collecting data)
Go back to Settings β Apps β App Management, search Google and click Disable (if the option is active).
After this, the Assistant will stop running on the voice, but can remain accessible through gestures or buttons to remove the binding completely:
- Go to Settings β Additional β Buttons and gestures β gesture of the Home button.
- Choose Do Nothing or Last App instead of Google Assistant.
Steps:
- Connect your phone to your PC and open the command line (or Terminal on macOS/Linux).
- Enter the command to check the connection: Adb devices Should appear with the serial number.
- Run the command to disable Google Assistant: adb shell pm disable-user --user 0 com.google.android.googlequicksearchbox
- Reboot your phone: adb reboot
Once you restart, the Assistant will be disabled at the system level. To get it back, use the command:
adb shell pm enable com.google.android.googlequicksearchboxβ οΈ Note: Some apps (such as Google Pay or YouTube) may stop working correctly after turning off Googlequicksearchbox.
Through settings MIUI|ADB-team|Root access|Disconnection through Magisk|I'm not turning it off, I'm using an assistant.
-->
Method 3: Remove via Magisk (root required)
If you have Magisk installed (or are ready to get root rights), you can completely remove Google Assistant without risk to the system, which is suitable for advanced users, as it requires modification of system files.
Instructions:
- Install the Universal Google Assistant Remover module for Magisk.
- Download the module file (.zip) and transfer it to the phoneβs memory.
- Open Magisk Manager, go to Modules β Install from Storage β select the downloaded file.
- Reset the device.
The module removes the following components:
| Component | Description | Effects of removal |
|---|---|---|
| com.google.android.googlequicksearchbox | Main appendix of the Assistant | Completely shutting down voice and gestures |
| com.google.android.as | Voice recognition service | It will not respond to βOK, Google.β |
| Velvet.apk | Integration Library with MIUI | Disappears from the settings menu |
After installing the module, check the phone: some features (like Google Lens in the camera) may stop working. If you need to return the Assistant, just delete the module in Magisk and restart.
π‘
Before installing Magisk modules, always back up the /system partition via TWRP, which will help restore the phone if something goes wrong.
Method 4: Disconnecting through editing build.prop
For advanced users who are ready to work with system files, there is a way to disable Assistant by editing build.prop. This method requires root rights and accuracy, as errors can lead to a bootloop ( looped reboot).
Steps:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Open /system/build.prop file in the text editor.
- Add the following lines to the end of the file: ro.opa.eligible_device=false persist.google.assistant.setup=0
- Save the file and restart the phone.
These settings tell the system that the device does not support Google Assistant and it stops activating through gestures or voice. If the phone does not turn on after the restart, delete the added strings via TWRP (mount /system in recording mode).
β οΈ Warning: Editing build.prop can break OTA-update MIUI. Before the next update, delete the added lines or install firmware manually through Fastboot.
Method 5: Replacing Google Assistant with an alternative
If you donβt like Google Assistant but need a replacement for voice control, consider the alternatives:
- π€ Xiaomi AI Assistant (XiaoAI): Built-in assistant in the MIUI, It works without Google services, activated by holding the Power button for a long time (configured in Settings). β Smart assistant).
- π£οΈ Bixby (for users of Samsung services): You can install via APK, But requires a Samsung account.
- π Assistant.ai or Hound: Third-party assistants with support for Russian and advanced features (for example, search by photo).
- π± Tasker + AutoVoice: For advanced users, customize your own voice commands without cloud services.
To link the alternative assistant to the buttons:
- Install the selected application (e.g. XiaoAI).
- Go to Settings β Additional β Buttons and gestures β gesture of the Home button.
- Select Launch the app and point the way to an alternative assistant.
The advantage of this method is that you retain the functionality of voice control, but without collecting data from Google. For example, XiaoAI is integrated with Xiaomi services (smart home, Mi Fit) and supports offline commands.
How to get back Google Assistant after deleting?
What to do if Google Assistant is turned on after the MIUI update
Many Redmi 8T users are faced with the Assistant being activated again after the Google firmware update, which is because Xiaomi resets some of its default settings to prevent automatic activation:
- Before updating, back up through Settings β Additional β Backup and Reset.
- After installing the update, do not connect to the Internet via mobile network or Wi-Fi until you turn off the Assistant again.
- Use ADB or Magisk to block the com.google.android.googlequicksearchbox (as described in Methods 2 and 3).
- Turn off automatic sync with Google account: Settings β Accounts β Google β Disable sync
If the update is already installed and the Assistant is back, check:
- π Gesture settings: Maybe the Home button has been reset.
- π¦ App Updates: Go to Google Play β Check to see if Google Assistant has automatically updated.
- π§ Device policies: If the phone is tied to a work account, the administrator could force the Assistant to be activated.
π‘
The most reliable way to prevent the Assistant from turning on automatically is to block it via ADB or Magisk. Standard MIUI settings can be reset after updates.