Google Assistant on Xiaomi smartphones is often a source of annoyance: it eats up battery power, shows unnecessary notifications and is activated by random clicks. Despite being useful to some users, many want to completely remove or at least disable this service. The problem is that MIUI does not provide a direct option for uninstallation - Google Assistant is sewn into the firmware as a system application.
In this article, weβll look at all the working methods, from simple shutdown through settings to radical removal with ADB and modified firmware. Each method is tested on the latest versions of MIUI 14/15 (Android 12-14) and is suitable for most models, from Redmi Note 12 to Xiaomi 13 Ultra. Important: some actions require rights or unlocked bootloader, which can affect the warranty.
If you're not ready for complex manipulations, start with the first two, which are safe and require no technical skills. For experienced users, we've prepared advanced instructions with ADB commands and alternative firmware.
1. disable Google Assistant via MIUI settings
The safest and fastest way is to deactivate the Assistant in standard settings. This won't remove it completely, but will stop background work and notifications.
Instructions:
- π± Open the Settings. β Annexes β Application management.
- π In the search bar, type βGoogleβ and select Google Assistant (or Google App).
- βοΈ Click Disable (if the button is inactive, first click Stop).
- π Reboot your phone β itβs a must to apply the changes.
After disabling, the Assistant will stop responding to voice commands and gestures (such as holding the Home button).However, it will remain in the system and may be activated again after the Google Play Services update.
π‘
If the βDisableβ button is inactive, try clearing the appβs cache first (Storage β Clear cache).
2.Removal of Google Assistant Updates
Even if you disable the Assistant, Google Play can automatically update it to the latest version, returning all features. To avoid this, you need to roll back the application to the factory version and block the updates.
How to do this:
- Go to Settings β Applications β Google Assistant (or Google App).
- Click on the three dots in the top right corner and select Remove Updates.
- Confirm the action. The app will go back to the version that was installed out of the box.
- Open the Google Play Store, search for Google Assistant and click on three points β Remove from the update list.
This method only works until the next setup reset or manual update, and an ADB will be required to permanently block the updates (see Section 4).
3. Uncoupling of voice control from buttons
Many users complain that the Assistant is activated by long pressing the home or power button, which can be corrected by reassigning the button actions.
Instructions for MIUI 14/15:
- π§ Go to Settings. β Additionally. β Buttons and gestures.
- π€ Select Long Press Home (or PowerΒ»).
- π« In the action list, uncheck the Google Assistant box or select another action (such as Open the menu or Do Nothing).
On some models (e.g. POCO F5 or Redmi K60), this option may be in Settings β System β Gestures. If the option is missing, the manufacturer has blocked it, you will need ADB.
What to do if there is no option to reassign buttons?
4. Complete removal of Google Assistant via ADB
If previous methods failed, you can force the Assistant to uninstall using Android Debug Bridge (ADB), which does not require root rights, but you need to unlock OEM Unlock and enable Developer Mode.
Step-by-step:
Enable the developer mode (7 times click on the build number in "About phone")
Activate "Debugging by USB" in the developer settings
Download and install ADB on PC (e.g. via [Platform Tools](https://developer.android.com/studio/releases/platform-tools))
Connect your phone to your PC and allow debugging
-->
adb shell
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.google.android.apps.googleassistantOnce you have completed the commands, restart the phone. The assistant will be removed for the current user (not systemically), but will not be updated through Google Play. To return it, you just need to reinstall the app from the store.
β οΈ Note: On some firmware, Xiaomi blocks pm uninstall commands for system applications. In this case, only obtaining root rights or installing custom Recovery will help (TWRP).
5. Removal through root or custom firmware
To completely remove Google Assistant, you will need to:
- π Unlocked bootloader (Bootloader Unlock).
- π οΈ Established custom recaveri (TWRP Or OrangeFox).
- π¨βπ» Root access (for example, via Magisk).
Methods of disposal:
- Through TWRP: Download to the recovery, find the file /system/priv-app/Velvet (or GoogleQuickSearchBox) and delete it.
- Using Root Explorer: Use a root-access file manager (such as Mixplorer) and manually delete folders: /system/priv-app/Velvet/ /system/priv-app/GoogleQuickSearchBox/
- Using Magisk: Install Universal GMS Doze or DisableFlags to block Google services.
Once removed, it is recommended to block the automatic installation via Google Play using the NoGoogle module or disable Google Play Services (but this may disrupt other apps).
| Method | Need root? | Reversibility | Risks. |
|---|---|---|---|
| Disconnection in settings | β No. | β Easy to return | Minimum |
| Removal of updates | β No. | β Easy to return | Medium (may reset after the update) |
| ADB-lay-off | β No. | β We can re-install. | Medium (requires ADB) |
| Removal through root | β Yes. | β οΈ Hard to get back. | High (risk "brick") |
| Custom firmware | β Yes. | β οΈ Flip-flashing | Very high (loss of warranty) |
6. Google Assistant Alternatives on Xiaomi
If you have removed the Assistant but want to keep voice control, consider alternatives:
- π€ XiaoAI β built-in voice assistant from Xiaomi (works on Chinese firmware, for global versions requires installation) APK).
- π Alice from Yandex β supports Russian and integrates with Yandex services (weather, maps, music).
- π΅ Bixby (for Samsung) β If you previously owned Samsung, you can try the ported version (requires root).
- π§ Tasker + AutoVoice β for advanced users, allows you to create your own voice commands.
On Chinese MIUI firmware (e.g. Xiaomi 13 Pro CN), XiaoAI replaces Google Assistant by default and has advanced functionality: smart home management, real-time translation, and even photo search. To activate it, go to Settings β XiaoAI and turn on the Voice Assistant option.
7. Frequent problems and solutions
It can be difficult to remove or disable Google Assistant, and consider typical scenarios:
Problem 1: After the shutdown, the Assistant reappears.
β οΈ Warning: This is due to the automatic update of Google Play Services.Solution: roll back the app to the factory version (section) 2) and block the updates through ADB Adb shell dpm set-device-owner com.google.android.gms/.mdm.device.DpcReceiver (call-off!).
Problem 2: Voice search in other apps (e.g. YouTube or Google Maps) is not working.
Solution: Install an alternative voice input application, such as Microsoftβs Voice Search, or turn on the built-in voice recorder in Gboard (Keyboard Settings β Voice).
Problem 3: After removal through root, some features (such as Google Pay or Widevine L1) stopped working.
Solution: Restore deleted files from the backup or reflash your phone. Google Pay may need a reset DRM-keys TWRP There is an option for Format Data β Yes).
FAQ: Frequently Asked Questions
β Can I remove Google Assistant without root?
β Why After Updating MIUI Assistant is coming back?
β Will βOK Googleβ work after the shutdown?
β Can I return an assistant after removal through root?
β Does removing the Assistant affect productivity?
π‘
If you are unsure of your skills, start by disabling Assistant through settings (section 1) or removing updates (section 2).The methods with ADB and root are only suitable for advanced users, as they carry the risk of data loss or device "brick".