How to permanently disable Google Assistant on Xiaomi Redmi 7A: 5 proven ways

Google Assistant on Xiaomi Redmi 7A can be useful for voice control, but not all users need this service. Constant notifications, background activity and battery consumption force you to look for ways to deactivate it. Unfortunately, the standard shutdown through settings often works incompletely - the assistant continues to start when you hold the Home button or on a voice command.

In this article, we will look at all possible methods, from simple switching off menus to deep system changes through ADB. You will learn how to remove Google Assistant with Redmi 7A without root rights, what limitations each method has and how to avoid typical errors.

Why is Google Assistant not disabled in the standard way?

On Xiaomi Redmi 7A (as with other MIUI smartphones), Google Assistant is integrated at the system level. Even if you turn it off in the app settings, it can:

  • ๐Ÿ”„ Automatically activate after Google Play Services update
  • ๐ŸŽค Activate when pressing the Home button long (unless reassigned)
  • ๐Ÿ“ฑ Continue to work in the background, consuming up to 5-7% day-time
  • ๐Ÿ”Š Issue notices of โ€œuseful clues"

The reason is that MIUI uses a dual binding: (1) Google Assistant itself as an app. (2) The Google App System Service (com.google.android.googlequicksearchbox), which manages voice search and assistant, is not enough to disable the first.

๐Ÿ“Š You are using Google Assistant on Xiaomi?
Yeah, regularly.
Sometimes, if necessary.
No, he's intruding.
Turned off immediately after purchase.

Method 1: Disable via Google Settings (without root rights)

The safest method, but with limitations, is suitable for those who want to minimize the activity of the assistant without removing it completely.

  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. Choose Google Assistant โ†’ General.
  4. Turn off the Google Assistant slider (at the top of the screen).
  5. Go back and select Voice โ†’ Voice Support โ†’ Turn off all options.

โš ๏ธ Attention: This method does not remove the assistant completely:

  • ๐Ÿ” Voice search via Google widget on the home screen
  • ๐Ÿ“ฑ Long press the Home button (unless reassigned)
  • ๐Ÿ”„ Automatically turn on after updating Google Play Services

Is the slider disabled in Google Assistant โ†’ Settings โ†’ General

Have voice commands been removed in "Voice input"

Is the Home button reassigned (Settings โ†’ Buttons and gestures)

Are notifications from Google disabled (Settings โ†’ Apps โ†’ Google โ†’ Notifications)

-->

Method 2: Disconnect via MIUI settings (for Home button)

On Redmi 7A, the default Home button is tied to Google Assistant.

  1. Go to Settings โ†’ Buttons and gestures โ†’ Home button.
  2. Select Long Press โ†’ No Action or Last App.
  3. If no action is missing, select any other action (e.g. Google Search instead of Assistant).

Important: On some versions of MIUI, the Home button to Google Assistant is automatically reset after resetting, and to avoid this, after changing the settings, disable battery optimization for the Google app:

  1. Settings โ†’ Applications โ†’ Application Management โ†’ Google
  2. Optimizing the battery โ†’ No restrictions.
Method of disconnectionEfficiencyDoes it require rut?Cons
Through Google's settingsโญโญ (partly)โŒ No.Does not remove background processes, can be activated after the update
Reassigning the Home buttonโญโญโญโŒ No.Does not disable voice launch and notifications
Disconnection through ADBโญโญโญโญโŒ No.Hard for beginners, resets after resetting the phone
Removal via Titanium Backupโญโญโญโญโญโœ… Yes.Requires root, can disrupt other services Google

Method 3: Completely disable via ADB (no root rights)

This method permanently disables Google Assistant at the system level, but requires a computer connection.It is suitable for users who do not want to get root rights, but need complete deactivation.

โš ๏ธ Attention: Wrong commands ADB You can disrupt your phone. Follow the instructions accurately and don't change the commands!

  1. Turn on Developer Mode: Settings โ†’ About Phone โ†’ MIUI version (tap 7 times).
  2. Activate USB Debugging: Settings โ†’ Additional โ†’ For Developers โ†’ Debugging by USB.
  3. Connect Redmi 7A to your PC and confirm debugging permission.
  4. Download ADB Tools and unpack it into a folder.
  5. Open the command line in this folder and enter in turn:
adb shell


pm uninstall -k --user 0 com.google.android.googlequicksearchbox




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




pm disable-user --user 0 com.google.android.apps.googleassistant

Once you have completed the commands, restart your phone. Google Assistant will be completely disabled, including:

  • ๐ŸŽค Voice Launch (OK, Google")
  • ๐Ÿ“ฑ Activation by Home button
  • ๐Ÿ”” Notifications and background activity
What if ADB issues a "device unauthorized" error?
1. disconnect your phone from your PC. 2. Go to Settings โ†’ Additionally. โ†’ For developers. 3. Find the option to revoke permissions USB-Debug and tap it. 4. Reconnect the phone and confirm the debugging permission. 5. Repeat the commands. ADB.

Method 4: Remove via Titanium Backup (requires root)

If you have root rights, the most radical way is to completely remove the Google Assistant system packages.

  1. Install Titanium Backup (requires root).
  2. Open the application and provide root access.
  3. Find in the list: Google App (com.google.android.googlequicksearchbox) Google Assistant (com.google.android.apps.googleassistant)
  4. Put a tap on everyone. โ†’ Delete! โ†’ confirm.

โš ๏ธ Note: Removing these packets may result in:

  • ๐Ÿ” Voice search inoperability in Chrome browser
  • ๐Ÿ“ฑ Errors in other Google services (e.g. Google Photos)
  • ๐Ÿ”„ Need for manual recovery after update MIUI

๐Ÿ’ก

Before you delete your system packets, back up through Titanium Backup, which will allow you to restore them if something goes wrong.

Method 5: Use custom firmware (for advanced)

If you're ready to experiment, you can install firmware without Google services (like LineageOS or HavocOS), which will solve the problem, but will require:

  • ๐Ÿ”ง Unlock the bootloader (bootloader)
  • ๐Ÿ“ฑ Installations of custom recaveri (TWRP)
  • ๐Ÿ”„ Loss of warranty (if phone warranty)
  • ๐Ÿ” Possible problems with the camera or module NFC

Advantages of this method:

  • โœ… The complete absence of Google Assistant and other unnecessary services
  • โœ… Option to choose alternatives (for example, Bixby or Alice from Yandex)
  • โœ… Improved battery performance and time

For Redmi 7A, you can find the right firmware on the XDA Developers forum (Section Xiaomi Redmi 7A).Please note the firmware version - for the pine model (global version) and pinet (Indian version) may differ.

๐Ÿ’ก

Installing custom firmware is the most effective way to get rid of Google Assistant, but it's also the riskiest. Without experience, it's better to choose methods without root rights.

Frequent problems and their solutions

Even after Google is disabled, Assistant can be active, and consider typical situations and ways to fix them:

1.The assistant is activated after the MIUI update

Reason: The update resets some system settings.

  • Repeat the shutdown via ADB (Method 3).
  • Or install the DisableFlags app (requires root) and turn off the flag enable_assistant.

2.The Home button is still running the assistant

Reason: MIUI settings are not preserved.

  • Reassign the button again (Method 2).
  • If no action is missing, use the Home Button Customizer app (requires root).

3. Notifications from Google Assistant appear

Reason: Google Play Services' background processes continue to work.Solution:

  • Open Settings โ†’ Apps โ†’ Google Play Services โ†’ Notifications and disable everything.
  • Use App Quarantine (requires root) to block background activity.
Can I disable Google Assistant without a computer?
Yes, but not completely. Through Google's settings (Method 1) and reassigning the Home button (Method 2), you'll reduce its activity, but the background processes will remain. You need a root and Titanium Backup to completely shut down without a PC.
Will Google work after the shutdown?
No. Once you run ADB (Method 3) or delete packets (Method 4), voice launch will stop working, but standard voice search in Chrome may remain active.
Does disabling the Assistant affect other Google apps?
For example, Google Photos and Gmail will continue to work, but some features (such as voice search in Google Maps) may be limited. Complete packet removal (Method 4) increases the risk of crashes.
Can I get my Google Assistant back after I disconnect from ADB?
To do this, run the command: adb shell pm install-existing --user 0 com.google.android.googlequicksearchbox Or reinstall the update for the Google app through the Play Market.
Why does the assistant appear again after resetting?
Factory reset restores all system applications, including Google Assistant. To avoid this, immediately reset the shutdown via ADB or reconfigure the Home button.