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

Voice assistants on Xiaomi smartphones can be useful, but not all users like it when the assistant is activated accidentally – for example, when you press a side button or while talking. This is especially annoying for owners of models with MIUI 12/13/14, where two assistants are installed by default: Google Assistant (from Google) and Mi AI (branded from Xiaomi).

In this article, we will look at all the ways to completely disable assistants, from standard settings to hidden features that not everyone knows, how to remove the assistant from the lock screen, untie it from the power buttons, and what to do if, after updating, you will learn how to remove the assistant from the lock screen, untie it from the power buttons, and what to do if, after updating, you will be able to use the new assistant. MIUI Separately, let's look at the nuances for popular models: Redmi Note 12, POCO X5, Xiaomi 13 and others.

Important: Some methods require unlocking the bootloader or root rights, but most methods work without them. If you don't want to go into technical details, skip sections marked "For Advanced" and use the basic instructions.

1. How to disable Google Assistant on Xiaomi

Google Assistant is integrated into MIUI at the system level, so you can't just delete it, but you can turn off activation through buttons, voice commands and gestures. Here's a step-by-step instruction:

1. Open the Google app (the icon with the letter "G" on a color background).

2. Slip on your avatar in the top right corner β†’ Settings β†’ Google Assistant.

3. Go to General and turn off the Google Assistant switch.

This will turn off the assistant, but it won't remove it completely, so it won't interfere with the power button.

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find Google in the list and select Permissions.
  • 🚫 Turn off permission to work in the background.
  • πŸ”„ Reboot the phone.

⚠️ Note: On some models (POCO F4, Xiaomi 12T) When you turn off Google Assistant, you may lose voice search in Chrome. To return it, turn back the permission of the Microphone for the Google app.

πŸ“Š Which assistant is more bothering you?
Google Assistant
Mi AI (Xiaomi)
Both
Nothing bothers me.

2. disabling Mi AI (branded assistant Xiaomi)

Mi AI is Xiaomi’s own voice assistant, which is often activated when holding the Home button or swipe up from the bottom edge of the screen. Unlike Google Assistant, it can be turned off almost completely.

Method 1 (for MIUI 14 and later):

  1. Go to Settings β†’ Additional β†’ Special features β†’ Mi AI Assistant.
  2. Turn off the switch to turn on Mi AI.
  3. In the same menu, tap Voice Activation and turn off OK, Google and Hello, Mi AI.

Method 2 (for older versions of MIUI):

  • πŸ”§ Go to Settings. β†’ System and device β†’ Gestures.
  • πŸ‘† Find the Mi. AI Assistant and turn off all gestures.
  • πŸ—‘οΈ Remove or disable the Mi app AI through settings β†’ Applications (if there is a button Remove updates).
Xiaomi modelHow to disable Mi AInuance
Redmi Note 11/12Through Special OpportunitiesIt may need to be rebooted.
POCO X3/X4Disabling gestures in Settings β†’ GesturesVoice activation remains active
Xiaomi 13/14Through Settings β†’ Voices and inputYou need to disable the Smart Assistant separately.
Black Shark 5Removal via ADBYou need developer rights.

Open the lock screen and check if there is a Mi AI icon at the bottom

Hold the Home button – no assistant menu should appear

Saying β€œHi Mi AI” doesn’t have to be a reaction.

Restart the phone and repeat the check-->

3. How to remove the assistant from the power button

One of the most common problems is that the assistant is activated when you press or hold the power button, and this is because, by default, in MIUI, the power button is tied to a Google Assistant call, and you can fix this in two ways:

Method 1 (without root):

  1. Open Settings β†’ buttons and gestures β†’ power button.
  2. Select Hold the power button.
  3. Replace Google Assistant with No Action or Menu.

Method 2 (via ADB, for advanced):

If the settings do not have the right item (relevant for POCO M4, Redmi 10), use the command:

adb shell settings put global assistant null


adb shell settings put global voice_interaction_service null

⚠️ Attention: On some firmware (MIUI EU, custom assemblies) after completion ADB-Google Pay may be lost to teams. To return functionality, reinstall Google services through Settings β†’ Google β†’ Google Play settings.

πŸ’‘

If after turning off the assistant, the power button stopped working at all, reset the gesture settings: Settings β†’ System β†’ Resetting settings β†’ Reset gesture settings.

4. Disable the assistant on the lock screen

Even after the basic functions are disabled, the assistant can appear on the lock screen, for example, when swiping up or pressing the microphone icon, to remove it:

  • πŸ”’ Go to Settings. β†’ Lock screen β†’ Additional settings.
  • 🎀 Turn off the voice assistant on the lock screen.
  • πŸ” If there is no item, check the settings. β†’ Security β†’ Lockdown and protection β†’ Lock screen settings.

For models with AMOLED-screens (Xiaomi 12 Pro, Redmi) K50) Additional shutdown may be required:

  1. Click the empty space on the main screen β†’ Screen settings.
  2. Select the Lock screen β†’ Widgets.
  3. Remove the voice search widget or Mi AI.
What if the assistant shows up anyway?
If after all the manipulations assistant continues to pop up, check: 1. MIUI updates β€” in some versions, bugs with the assistant were patched. 2. Third-party launchers (Nova, Apex) β€” they can have their own gesture settings. 3. Applications from banks (SberBank, Tinkoff) β€” some of them intercept the power button for quick access.

5. Complete removal of the assistant (for advanced users)

If you need to permanently remove the assistant from your phone, you need a superuser or unlocked bootloader, a method that is suitable for users who are willing to sacrifice the guarantee and stability of the system.

Step 1: Unlock the bootloader

1. Activate Developer Mode: Settings β†’ About Phone β†’ MIUI version (shap 7 times).

2. Include. OEM-unlocking and debugging USB In Settings β†’ Additionally. β†’ For developers.

3. Connect the phone to the PC and do:

fastboot oem unlock

Step 2: Remove via ADB

After unlocking, follow the commands:

adb shell


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




pm uninstall -k --user 0 com.miui.voiceassist  # Mi AI

⚠️ Warning: Removing system applications could cause Google Pay to fail, updates to crash MIUI And problems with Google services. Before you do it, backup through TWRP Or Mi Flash Tool.

πŸ’‘

If you are not sure about your skills, it is better to use methods without root. Complete removal of the assistant is only advisable for custom firmware (LineageOS, Pixel Experience).

6 What to do if the assistant turns on after the update

After the MIUI update, the assistant settings are often reset, which is because Xiaomi and Google are forced to activate assistants to β€œimprove the user experience.”

  • πŸ“΅ Turn off automatic app updates for Google and Mi AI Playmarket.
  • πŸ”„ Before the update MIUI Make a backup of settings through Settings β†’ System system β†’ Backup.
  • πŸ›‘οΈ Use it. ADB, Adb shell settings put global assistant null

If the assistant has already activated after the update:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find Google and Mi AI, then click Reset Settings.
  3. Repeat the instructions in Section 1 and Section 2.

7.Alternatives: What assistants can be used instead of standard assistants

If you have disabled Google Assistant and Mi AI but want to leave voice control, consider alternatives:

AssistantPlusesConsReference
Alice (Yandex)Understands Russian well, integration with Yandex.EcosystemRequires a separate application, no deep integration with MIUIPlay Market
Bixby (Samsung)It works without Google and supports routines.Not optimized for Xiaomi, it can slow downPlay Market
Assistant.aiCustomized teams, working offlinePaid version for full functionalityPlay Market
Saver SaluteSupport of banking operations, Russian languageIt collects a lot of data, advertising.Play Market

To establish an alternative assistant:

  1. Download the app from the Play Market.
  2. Open Settings β†’ Applications β†’ By default β†’ Assistant and voice input.
  3. Choose a new assistant as your primary assistant.

Frequently asked questions

Can I turn off the assistant without losing the functionality of Google Pay?
Yes, if you only disable Google Assistant, not all Google services. The main thing is not to delete the Google Play Services app or block it from working through ADB. For reliability before disabling, check that Settings β†’ Google β†’ Security includes Device Search – this ensures that Google Pay is working.
Why did the voice alarm stop working after Mi AI was turned off?
The MIUI Voice Alarm Control function is tied to Mi AI. To return it, open Settings β†’ Sound and Vibration β†’ Alarm clock. Turn on Voice Control (if there is a point). If there is no point, use third-party alarms (e.g. Sleep as Android).
How to disable the assistant on the POCO F3 GT with custom firmware?
On custom firmware (e.g. Pixel Experience or LineageOS), standard methods may not work. Try: Remove packages via ADB: pm uninstall --user 0 com.google.android.googlequicksearchbox Or disable via Magisk with DisableFlags. If GApps are used, select a version without Google Assistant (e.g. NikGApps Basic).
The assistant is activated when you plug in the headphones. How do you fix this?
This is a problem that is common with the Redmi Note. 10/11 It's connected to Bluetooth settings. Solution: Open Settings. β†’ Connected devices β†’ Headphones, hit the badge. βš™οΈ next to the earbuds connected. Turn off the voice assistant. If you don't, reset your Bluetooth settings. β†’ System system β†’ Resetting settings β†’ Resetting Bluetooth settings).
Will Google work after the assistant is disabled?
No, the phrase "OK, Google is tied to Google Assistant." Once it's disabled, voice activation will stop working. However, you can: Use alternative phrases (e.g., "Hi Alice for Yandex.Alice") Set the activation button in third-party assistants. Turn on Google Assistant selectively for voice search only (in the settings of the Google app).