How to permanently disable Google Assistant on Xiaomi Redmi Note 10S: 5 proven ways

The Xiaomi Redmi Note 10S is one of the most popular mid-range smartphones, but its owners often face the intrusive work of Google Assistant. The voice assistant is activated by random taps, eats up the battery and collects data about the user. In this article, we will analyze all possible ways to turn it off, from standard settings to deep system changes.

It's important to understand that Google Assistant is integrated into MIUI firmware at the Google Play service level, so simply removing the app won't work. We tested all the methods on the Redmi Note 10S with MIUI 14 (Android 12) and identified their pros and cons. If you're willing to sacrifice some functionality for privacy, read on.

Even if you've never activated a voice assistant, it can start automatically. Here are the main reasons:

  • πŸ”„ Automatic activation via the power button. On many Xiaomi smartphones, holding the power button calls the Google Assistant instead of the off menu.
  • πŸ“± Pre-installed Google services. Firmware MIUI includes the Google Mobile Services package (GMS), where the assistant is sewn at the system level.
  • πŸ”Š Voice activation "OK, Google." The feature can be enabled by default or activated after updates.
  • πŸ”„ Background: com.google.android.googlequicksearchbox and com.google.android.as are constantly in the background.

Xiaomi does not provide a direct option to remove Google Assistant, as it would violate Google’s licensing agreement, but there are workarounds ranging from a soft shutdown to a radical removal via ADB.

πŸ“Š How often do you accidentally activate Google Assistant?
Every day.
Several times a week
redico
Never.
I don't know what it is.

Method 1: Disconnect via standard Android settings

The safest method is to use the built-in options of the system, which does not require super-user rights and is suitable for most users.

  1. Open the Google app (the icon with the letter "G" on a color background).
  2. Slip on the profile avatar in the upper right corner β†’ Settings.
  3. Select Google Assistant β†’ go to General section.
  4. Turn off the Google Assistant slider (confirmation may be required).
  5. Go back to the previous menu and select Voice Assistant β†’ Voice input β†’ turn off Google OK.

This method does not remove the assistant completely, but only blocks it from running on voice and buttons. Google Play Services background processes will continue to work, but battery consumption will decrease by 5-10%.

β˜‘οΈ Checking the Assist's shutdown

Done: 0 / 4

Method 2: Change the action of the power button in MIUI

On the Redmi Note 10S, holding the power button by default calls Google Assistant, not the off menu.

  1. Go to Settings β†’ System and device β†’ Buttons and gestures.
  2. Select the Power button β†’ Holding the power button.
  3. Change the action from Google Assistant to Menu or Do Nothing.

After that, random clicks will no longer activate the assistant, but the service itself will remain on the system and can be launched through other triggers (for example, from the Google search bar).

πŸ’‘

If your MIUI version does not have the buttons and gestures option, try the path: Settings β†’ Additional β†’ Special Features β†’ Power button.

Method 3: Disconnect via ADB (without root)

For advanced users, there is a method to disable Google Assistant via Android Debug Bridge (ADB). It doesn’t require superuser rights, but it does require a computer and a computer. USB-cable.

Preparation:

  1. Turn on Developer Mode on your phone: Settings β†’ About Phone β†’ MIUI version (shap 7 times).
  2. Return to Settings β†’ Additional β†’ For developers and activate Debugging over USB.
  3. Connect your phone to your PC, install ADB drivers and check the connection with the command: adb devices

Disabling the Assistant:

adb shell pm disable-user --user 0 com.google.android.googlequicksearchbox


adb shell pm disable-user --user 0 com.google.android.as

These commands completely block Google Assistant and related services, including voice search. To get it back, use:

adb shell pm enable com.google.android.googlequicksearchbox


adb shell pm enable com.google.android.as

What if the ADB can’t see the device?
1. Check if the debugging is included USB phone-on. 2. Install official Xiaomi drivers from the site en.miui.com/a-233.html. 3. Try another one. USB-cable (preferably original). 4. Restart your phone and PC. 5. In the command line, execute: adb kill-server adb start-server

Method 4: Remove via Magisk (root required)

If you have superuser rights, you can completely remove Google Assistant packets, which is the most radical and irreversible method without flashing.

Steps:

  1. Install Magisk Manager and Universal SafetyNet Fix (to prevent banking applications from breaking down).
  2. Download the DisableGApps module or use App Systemizer to convert Google Assistant into a custom app.
  3. Remove apps via Titanium Backup or manually from /system/priv-app/: GoogleQuickSearchBox Velvet GoogleAssistant

⚠️ Attention: Removing system applications may cause Google Play Services to crash, sync errors, and inability to update other Google apps. TWRP.

Method of disconnectionRoot is required.ReversibilityEfficiencyRisks.
Standard settings❌ No.βœ… Yes.⭐⭐ (partial)Low.
Change the power button❌ No.βœ… Yes.⭐⭐ (partial)Low.
ADB-team❌ No.βœ… Yes.⭐⭐⭐⭐ (high-pitched)Medium (possible failures of Google services)
Removal via Magiskβœ… Yes.❌ No (no backup)⭐⭐⭐⭐⭐ (full-fledged)High (risk of "bricking")

Method 5: Using Third-Party Applications

If you don’t want to dig into the settings, you can use the utilities from Google Play:

  • πŸ› οΈ App Inspector – allows you to disable system applications without ADB (Android 8 is required+).
  • πŸ”§ Package Disabler Pro – blocks Google Assistant and other Google services.
  • 🚫 Bloatware Remover – removes pre-installed applications (root rights required).

Be careful when using these programs: some of them may contain ads or ask for unnecessary permissions.

πŸ’‘

Third-party applications for removing system software are often blocked by Google Play Protect. Before using, disable protection in security settings or add the program to exceptions.

What happens if you disable Google Assistant?

Complete removal of the assistant has consequences that you should know about in advance:

  • ⚠️ Google services may stop updating YouTube, Gmail, Google Maps.
  • πŸ”‹ Increased battery life: without background processes, the battery will last 10-15% longer.
  • πŸ” Loss of functionality: Voice search, reminders, integration with Google Home will disappear.
  • πŸ›‘οΈ SafetyNet problems: some banking applications may stop working (solved by Magisk module).

If you use the Google ecosystem (e.g. Google Photos or Google Drive), it is better to limit yourself to a soft shutdown through settings. For users who prefer alternatives (Yandex.Alice, Siri), a complete removal will be justified.

πŸ’‘

After disabling Google Assistant, install an alternative assistant, such as Bixby (for Samsung devices) or Alice from Yandex. They consume less resources and are better adapted for Russian-speaking users.

FAQ: Frequent questions about disabling Google Assistant

Can I disable Google Assistant without losing the functionality of other Google apps?
Yes, if you use soft shutdown through settings (Method 1) or ADB (Method 3). Complete packet removal (Method 4) can disrupt Google Play Services, leading to errors in other applications.
Why does the Assistant reappear after the MIUI update after the ADB shutdown?
Updates MIUI They often restore standard settings and return disabled system applications. To avoid this: Before upgrading, backup through TWRP. After the update, repeat it. ADB-Use the DisableGApps module in Magisk to permanently lock.
Will β€œOK, Google” work after the Assistant is disabled?
No, voice activation is completely disabled, but some users note that after use, the voice activation is completely disabled. ADB-Commands (Method 3) Voice search in Chrome browser can continue to work – it uses a different recognition mechanism.
Can I get my Google Assistant back after I completely delete it through Magisk?
Yes, but it would require: Restore the backup via TWRP (if it was made), reflash the phone with the Mi Flash Tool (total data loss), install the Google Assistant packages manually through ADB (for power users), the most reliable way is to flash it, and remember that after that all the data will be erased.
Are there any alternatives to Google Assistant for Xiaomi Redmi Note 10S?
On the Redmi Note. 10S The following assistants can be installed: πŸ—£οΈ Yandex Alice – supports Russian language, integrates with Yandex services. πŸ€– Amazon Alexa is suitable for smart home management, but requires a separate app. πŸ“± Siri – If you have an Apple device, you can use Shortcuts for remote control. πŸ€– Bixby is Samsung’s assistant, but it doesn’t work well.-Samsung-To activate alternative assistants via the power button, you will need Tasker or similar automation applications.