How to completely disable β€œOK Google” on Xiaomi smartphones: all working methods

Google Assistant with the activation phrase β€œOK Google” may be useful, but not all Xiaomi users need it. Constant random response from music, podcasts or conversations, battery consumption in the background and collecting data about your queries are the main reasons why owners of Redmi, POCO or Mi want to disable it. In this article, we will discuss all the current ways to deactivate voice search, including hidden MIUI settings and methods for technically trained users.

It's important to understand that you can't completely remove Google Assistant without root rights -- it's a system application integrated into Android. However, it can be disabled at the system level, remove voice activation, and limit background activity. We've tested all methods on devices with MIUI 12-14 (including HyperOS) and identified those that work stably. If you use Xiaomi with custom firmware (like LineageOS), some of the instructions may not be appropriate, we'll warn you about this separately.

Why OK Google works on Xiaomi, even if you haven’t set it up

Many users are surprised to find that the voice assistant is activated on their Xiaomi, although they did not explicitly turn it on.

  • πŸ” Pre-setting when you first turn on your smartphone often suggests activating voice commands (many skip this step, but the system still retains the permissions).
  • πŸ“± Updates MIUI Sometimes reset privacy settings, returning default values to Google services.
  • 🎀 Third-party apps (such as Google Search or YouTube) can request access to the microphone and indirectly activate listening.
  • πŸ”„ Syncing with your Google account transfers the assistant settings from other devices (for example, if you used it on your tablet).

In addition, on some Xiaomi models (for example, Redmi Note 11 Pro+ or Xiaomi 13 Lite), voice activation may be triggered due to a conflict with the brand assistant XiaoAI. These two services sometimes β€œcompete” for access to the microphone, which leads to false positives.

πŸ“Š Have you ever accidentally activated? OK Google?
Yeah, all the time.
Yeah, but rarely.
No, never.
I don't know what it is.

Method 1: Disconnect via Google Settings (the easiest method)

This method is suitable for 90% of users and does not require technical skills; it disables voice activation, but leaves the ability to manually start the Assistant (for example, by holding the Home button).

  1. Open the Google app (the icon with the letter β€œG” on a color background).
  2. Slip on your profile (avatar in the upper right corner) β†’ select Settings.
  3. Go to Voice Search β†’ Voice Match (or Oh, Google in some localizations).
  4. Turn off the slider Access from the lock screen (if it is active).
  5. Select Voice Model β†’ Click Remove Voice Model (this will remove your voice data from Google servers).
  6. Go back and turn off the slider Oh, Google (or OK Google).

After this, the assistant will stop responding to voice commands, but will remain available for manual operation. If you want to block it completely, move to the next method.

β˜‘οΈ Preparation for shutdown OK Google

Done: 0 / 4

Method 2: Deactivation via MIUI settings (for all versions)

Xiaomi adds its own system application management tools to MIUI, including Google Assistant, which works even if you have removed the voice model through Google’s settings, but the assistant is still activated.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search bar, type in Google and select the Google app (not to be confused with Google Play Services!).
  3. Slip the Permits. β†’ Find the microphone and set the value to Prohibit.
  4. Go back, press Battery β†’ select Limit background activity.
  5. In the same app menu, click Notifications and turn off all sliders (this will prevent pop-up prompts from the Assistant).

For models with MIUI 13/14 and HyperOS, an additional item has been added:

  1. Go to Settings β†’ Special Features β†’ Voice Assistant and turn off Google Assistant (if it is on the list).
What to do if the "Voice Assistant" item is not available?
Some firmware has this section hidden. In this case, use method 3 (ADB) or check for MIUI updates in Settings β†’ About Phone β†’ System Update.

Method 3: Disconnect via ADB (for power users)

If previous methods have failed, you can block Google Assistant at the system level using Android Debug Bridge (ADB), which requires connecting the smartphone to the computer, but gives the most complete shutdown without root rights.

You'll need:

  • πŸ’» Computer with Windows/macOS/Linux and installed Xiaomi drivers.
  • πŸ“± USB-cable (preferably original).
  • πŸ”§ Included Debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times tap the version β†’ Return to the Additional Settings β†’ For developers β†’ Debugging by USB).

Steps:

  1. Download ADB Tools and unpack the archive.
  2. Connect Xiaomi to your computer and confirm the debugging permission on your smartphone screen.
  3. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  4. Enter the commands in turn: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox pm disable-user --user 0 com.google.android.apps.googleassistant
  5. Reboot your smartphone (adb reboot).

After these commands are executed:

  • βœ… Voice activation Β«OK Google will be completely shut down.
  • βœ… Google Assistant icon will disappear from the search bar.
  • ⚠️ Google Search widget on the home screen may stop working (you have to manually remove it).
pm disable-user --user 0 com.google.android.velocity

This will disable background processes related to voice control.-->

Method 4: Remove Google Assistant Updates (if it has been updated)

Often, problems with spontaneous activation of OK Google begin after an automatic update of the app via Google Play, in which case you can roll it back to the factory version, which is less aggressive.

How to do this:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find Google Assistant (or com.google.android.apps.googleassistant).
  3. Slip on the three dots in the top right corner β†’ select Remove Updates.
  4. Confirm the action and restart the smartphone.

After the rollback:

  • πŸ”’ Ban the application from accessing the Internet: Settings β†’ Annexes β†’ Google Assistant β†’ Mobile data and Wi-Fi β†’ Turn off both sliders.
  • 🚫 In Google Play, open the Google Assistant page, click on three dots. β†’ Remove from the update list (this will prevent automatic updates).
Method of disconnectionYou need a PC?Works without root?It's still there after the dump?Impact on other functions
Through Google's settings❌ No.βœ… Yes.❌ No.Manual launch of the Assistant is maintained
Through MIUI settings❌ No.βœ… Yes.βœ… Yes.Voice prompts may be missing in other apps
ADB-teamβœ… Yes.βœ… Yes.βœ… Yes.Google widgets may break down
Repeal of updates❌ No.βœ… Yes.❌ No.Assistant will return after the update

Method 5: Use of third-party applications (for root users)

If you have root rights (for example, through Magisk), you can use specialized utilities to deeply disable Google services.

  • πŸ› οΈ App Systemizer – transfers Google Assistant from system applications to user applications, after which it can be removed.
  • πŸ”§ Debloater Tools (e.g. Universal Android Debloater) – allows you to disable system packages without removing them.
  • 🚫 DisableService – Blocks the Assistant’s background services at the Android level.

Example of Universal Android Debloater:

  1. Install the application from XDA Developers.
  2. Give root access.
  3. In the search, type in Googleassistant or Quicksearchbox.
  4. Select the packages you find and select Disable (not Uninstall to avoid system errors!).
  5. Reset the device.

⚠️ Note: Removal of system applications on Xiaomi may lead to loss of functionality MIUI, For example: XiaoAI and other Xiaomi voice commands will stop working, weather and calendar widgets may disappear on the home screen, errors may occur when updating the firmware through the home screen. OTA. Before removing, make a full backup through TWRP or MIUI Backup.

What to do if OK Google is still working

If after all the manipulations the voice assistant continues to activate, check the following points:

  1. Conflict with XiaoAI: On some Xiaomi models (such as the Mi 11 or Redmi K40), the branded XiaoAI assistant can β€œwake up” the microphone, which leads to false positives from Google. Disable it in Settings β†’ Special Features β†’ XiaoAI.
  2. Reset microphone settings: Go to Settings β†’ System β†’ Reset settings β†’ Reset application settings (does not delete data, but resets permissions).
  3. Virus Check: Some malicious apps mimic voice commands. Scan your device through Google Play Protect or Malwarebytes.
  4. Hardware problem: If the microphone is working on its own (for example, due to moisture), contact the service center. Check this in Settings β†’ Special features β†’ Hearing β†’ Microphone settings.

If the problem persists, try a temporary workaround:

  • πŸ”‡ Turn off the microphone at system level: Settings β†’ Confidentiality β†’ Application authorizations β†’ Microphone β†’ Disable all applications except calls and records.
  • πŸ“΅ Use the Do Not Disturb mode with blocking notifications from Google Assistant.

πŸ’‘

On HyperOS devices (such as Xiaomi 14 or Redmi K70), some of the Google settings have been moved to Settings β†’ Connected Devices β†’ Voice Assistant. Check it out if standard methods don’t work.

FAQ: Frequent questions about shutting down OK Google on Xiaomi

Can I turn off OK Google for specific apps (like YouTube)?
No, voice activation works at the system level, and you can't selectively turn it off. But you can: Disable microphone access for specific applications (Settings β†’ Applications β†’ [app name] β†’ Permissions) Use YouTube Vanced (modified version), where voice search is disabled by default.
After the ADB shutdown, Google Maps stopped working. How do I fix it?
This is due to the blocking of background processes. Back up the team: adb shell pm enable com.google.android.apps.maps If the problem persists, unlock all Google packages: adb shell pm enable com.google.android.gms adb shell pm enable com.google.android.gsf
Will battery life be saved after OK Google is turned off?
Yes, but not much. In our tests on the Redmi Note 12 Pro+, turning off the voice assistant gives you a 3-5% increase in autonomy when you use it actively (by reducing background microphone activity and synchronizing with Google servers), a more noticeable effect is achieved when you turn off Google Play Services, but it can break other features.
Can Google return OK after being disabled via ADB?
Yes, follow the command: adb shell pm enable com.google.android.googlequicksearchbox adb shell pm enable com.google.android.apps.googleassistant If the Assistant icon does not appear, reinstall updates for the Google app through the Play Market.
Does this work on the POCO F5 or Black Shark?
Yes, all methods are applicable to MIUI or HyperOS-based devices, including: POCO F5/F4/F3, Black Shark 5/4, Redmi K60/K50. Exceptions are custom firmware models (e.g., POCO X3 Pro on Pixel Experience), where a different approach may be required.