How to completely disable the assistant on Xiaomi Redmi: Google and Mi Assistant

Why Xiaomi Assistant is Interfering with Work – and How to Fix It

Voice assistants on Xiaomi Redmi smartphones are not always convenient, and many users experience situations where the Google Assistant or Mi Assistant are activated by accident, from pressing a side button, holding the phone to your ear or even while talking, especially on models with MIUI 14/15, where the assistant can intercept control, interrupt music or open unnecessary windows.

Compounding the problem, Xiaomi often integrates firmware assistants β€” they can’t just be removed as a regular app. However, there are several proven ways to disable the assistant completely or at least limit its activity. In this article, we’ll look at all the current methods for the Redmi Note 12/13, POCO X5/F5 and other models based on MIUI and HyperOS.

It's important to understand that some of the functions of assistants (such as fast-starting the camera with a double-pressing of the power button) are tied to system gestures, and turning them off can affect the usability of your smartphone, but if you're determined to get rid of the intrusive assistant, follow the instructions below.

πŸ“Š Which assistant annoys you the most?
Google Assistant
Mi Assistant (from Xiaomi)
Both are equally
I'm fine with it.

Method 1: Disabling Google Assistant through Settings

The most obvious method is to deactivate Google Assistant in its own settings, which won’t delete the app, but will stop it running in the background and turn off voice activation.

Instructions:

  • πŸ“± Open the Google app (the icon with the letter "G" on a colored background).
  • πŸ‘€ Slip on your avatar in the upper right corner β†’ Select Settings.
  • πŸ”Š Go to the Google Assistant section β†’ General.
  • πŸ”˜ Turn off the Google Assistant switch (confirmation may be required).

After that, the assistant will stop responding to voice commands "OK, Google" and gestures, but it will still take up space in memory and occasionally appear in the list of recent apps.

πŸ’‘

If after disabling Google Assistant continues to start with a long press on the Home button, check the gesture settings in System β†’ Gestures β†’ Home button.

Method 2: Remove Google Updates (for MIUI 14 and below)

On older versions of MIUI (up to 15th), you could roll the Google Assistant back to the factory version, effectively turning it off, a method that doesn't work on all models, but it's worth a try.

How to do this:

  1. πŸ“± Go to Settings. β†’ Annexes β†’ Application management.
  2. πŸ” Find it in the Google List (not to be confused with Google Play Services).
  3. βš™οΈ Slip on three dots in the top right corner. β†’ Choose to Remove Updates.
  4. πŸ”„ Confirm the action and restart the phone.

After rollback, the assistant will lose most of the functions, but can remain in the system as a shell. On MIUI 15 and HyperOS, this method is often blocked.

What to do if the β€œRemove Updates” button is inactive?
This means that the manufacturer has blocked the rollback for this model.Try alternative methods from this article or use it. ADB-commands (mode 5).

Method 3: Disable Mi Assistant (Xiaomi’s built-in assistant)

Mi Assistant is a Xiaomi branded assistant that is activated when you hold down the Power or Volume button. It requires separate actions to disable.

Step-by-step:

  • βš™οΈ Go to Settings. β†’ Special facilities β†’ Power button.
  • πŸ”˜ Turn off the option to start the assistant when holding the power button.
  • πŸ”Š If there is a Voice Assistant section, deactivate it there.
  • πŸ“± For models POCO: Check the settings. β†’ Additionally. β†’ Power button.

Some firmware Xiaomi hides these settings. If there is no partition, try using ADB (method 5).

Holding the power button does not call the assistant menu|The "Hello Mi" voice command is not working.|There is no "Mi Assistant" process in the application list"|After restarting, the settings are maintained-->

Method 4: Using third-party applications (without root)

If the system methods don't work, you can use the utilities to freeze the applications.

AnnexFunctionalNeed root?Reference (APK)
App InspectorAllows you to disable system applications without root❌ No.Download
Package DisablerFreezes unnecessary services (including assistants)❌ No.Download
Shizuku + ADBComplete control of applications through ADB⚠️ Partially.Official website

Example of the Package Disabler:

  1. πŸ“₯ Install the application and provide access to Special Features.
  2. πŸ” Find the Google or Mi Assistant list.
  3. ❄️ Slip on the snowflake icon to freeze.
  4. πŸ”„ Reboot the phone.

⚠️ Note: Some utilities may label system applications as a "virus" - this is a false positive. Do not manually delete files through the Explorer so as not to damage the firmware.

Method 5: Disconnect via ADB (for power users)

If previous methods failed, the ADB (Android Debug Bridge) remains, which requires connecting the phone to a computer, but is guaranteed to disable the assistants at the system level.

Instructions:

  1. πŸ’» Install. ADB Tools on PC.
  2. πŸ“± On the phone, activate Developer Mode (7 times tap on the Assembly Number in Settings) β†’ The phone).
  3. πŸ”Œ Connect Redmi to USB and select the File Transfer Mode.
  4. πŸ–₯️ Open the command line (Windows) or the terminal (Mac/Linux) adb-folder.

Enter the commands one by one:

adb shell


pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Disables Google Assistant




pm uninstall -k --user 0 com.miui.voiceassist # Disable Mi Assistant (if any)

Once done, restart your phone. Assistants will be disabled until the next reset.

⚠️ Note: Some Xiaomi models (e.g. Redmi Note 11 Pro)+) post-refresh MIUI The assistants can be activated again, and then repeat the procedure.

πŸ’‘

ADB-The method is the most reliable, but it requires caution. Wrong commands can disrupt the system. Always check the names of packets before entering.

What if the assistant starts anyway?

If the Google Assistant or Mi Assistant continues to appear after all the manipulations, the problem may be:

  • πŸ”„ Firmware updates - some versions MIUI reset.
  • πŸ“± Control gestures - check the settings β†’ System system β†’ Gestures.
  • πŸ”Š Voice activation – disable it in Google settings.
  • πŸ”§ Reset to factory settings - after it all disabled applications return.

Another caveat for the POCO F4/F5 and Redmi K60 models is that the manufacturer can block the assistants from being disabled through security policies.

  • πŸ› οΈ Custom firmware (such as LineageOS or Pixel Experience).
  • πŸ”“ Root access with subsequent removal of system APK.

On the Xiaomi Redmi Note 12 Pro+ with HyperOS, disabling the Mi Assistant via ADB can result in a system application stopped error. In this case, use the freezing method (method 4).

FAQ: Frequent questions about disabling assistants

❓ Can I remove Google Assistant completely without root?
No, you can't completely remove a system application without root rights. The maximum is to disable updates and freeze it through ADB or third-party utilities. On some Xiaomi firmware, even this is blocked.
❓ Why did the assistant stop working after the camera’s voice activation?
On Redmi, voice commands for the camera ("Seize a selfie") are often tied to the Mi Assistant, which becomes unavailable once it's turned off, with the alternative being to use gestures or volume buttons.
❓ Will β€œOK, Google” Work After the Assistant Is Disabled?
No, voice activation of "OK, Google" and "Hey, Google" is completely dependent on Google Assistant, and once it's deactivated, those commands will stop working.
❓ Can I disable the assistant only for specific applications?
Yes, but only for Google Assistant. Go to its settings β†’ Assistant β†’ App settings and disable unnecessary integrations (for example, for YouTube or Google Maps).
❓ Will the assistant return to factory settings after resetting the phone?
Yes, all system applications, including assistants, recover after a complete reset, and you'll have to reuse one of the methods in this article.