Why does Google Update appear on Xiaomi and can it be removed?
Google Discover News Feed (formerly called Google Summary) automatically integrates into the left side of the home screen on most Xiaomi smartphones with the Google App preinstalled.This feature shows personalized news, weather, sports performance and recommendations based on your activity on Google services. However, many users find it intrusive β especially when the summary takes a swipe to the left, slows down the system or distracts with unnecessary information.
Unlike pure Android, where it takes a couple of clicks to turn off the summary, MIUI makes it difficult, the manufacturer often hides direct settings, and in some regional firmware (for example, for Russia or India), the option to turn off is not on the menu at all. However, there are at least 5 proven ways to remove the summary β from standard settings to using ADB and modifying system files.
Itβs important to understand that completely removing Googleβs summary could affect other services (like Google Assistant or Search) if you use these features, consider alternative methods β such as disabling only the news feed while saving weather widgets.
Method 1: Disabling the summary through the settings of the MIUI launcher
The simplest method, which works on most Xiaomi, Redmi and POCO devices with MIUI 12-14, is suitable for users who have the summary displayed as a separate screen to the left of the main screen.
- Step 1. Press and hold the empty area on the home screen until the settings menu appears.
- Step 2. Select Screen Settings (or Home Screen depending on the MIUI version).
- Step 3. Find the Google Summary option (may be called Google App or News Feed) and move the slider to the Off position.
- Step 4: Confirm the action β the summary will disappear after the launcher restarts (sometimes you need to restart the phone).
β οΈ Note: Some firmware (for example, for Xiaomi) 12T or POCO F4 global MIUI) This item may not be available, so move on to the next one.
Make a backup copy of the main screen|Check the version. MIUI customized|Close all background applications|Connect your phone to charge (recommended)-->
Method 2: Deactivation through Google App Settings
If the update does not turn off through the launcher, try blocking it directly in the Google App settings. This method works even on devices with customized firmware (for example, Xiaomi.EU).
- π± Open the Google app (the icon with the color letter "G").
- π€ Click on the profile avatar in the upper right corner β Settings.
- π Go to the General section β Summary (or Discover in English version).
- π« Turn off the option to Show on the main screen.
On some devices (e.g. Redmi Note 11 with MIUI 13), this path may be different: instead of βSummaryβ look for βInterestsβ or βPersonalizationβ.
If the item is missing, try resetting the application settings:
- Go to Settings β Applications β Application Management β Google.
- Click Warehouse β Clear the data and Reset the settings.
- Reboot the phone.
π‘
After disabling the summary through the Google App, check if it reappears after the update to the Google Play services. ADB-method.
Method 3: Remove the summary via ADB (for power users)
If standard methods donβt work, youβll need to use Android Debug Bridge (ADB), a low-level system management tool that works for all Xiaomi models, but requires a computer connection and developer mode.
Warning: Incorrect ADB commands may disrupt the system. Follow the instructions accurately!
- π₯οΈ Install. ADB Tools on PC.
- π± On your phone, activate Developer Mode (7 times click on Build Number in Settings) β The phone).
- π Connect the phone to the computer by USB, Select File Transfer Mode and Allow Debugging.
- π Open the command line (Windows) or the terminal (macOS/Linux) file ADB enter:
adb shell pm hide com.google.android.googlequicksearchboxThis command hides the Google App app that's responsible for the summary. To get it back, use:
adb shell pm unhide com.google.android.googlequicksearchboxWhat if the ADB canβt see the device?
β οΈ Note: On some firmware (for example, MIUI For Russia, the pm hide command may not work. The alternative is to disable via pm disable-user:
adb shell pm disable-user --user 0 com.google.android.googlequicksearchboxMethod 4: Using third-party launchers
If you donβt really want to use a standard MIUI launcher, the most radical way to get rid of the summary is to install an alternative launcher (like Nova Launcher, Lawnchair or Hyperion), which allows you to completely customize the main screen, including removing unnecessary widgets.
Advantages of the method:
- β 100% guarantee to remove the summary (as it is tied to a standard launcher).
- β Additional functions: gestures, themes, adaptive icons.
- β No risk to the system (no rooting or ADB).
Disadvantages:
- β Some system widgets (such as Xiaomi weather) may not work.
- β It will take time to set up a new launcher.
Recommended launchers for Xiaomi:
| Launcher | Support for topics | Gestures | Free version |
|---|---|---|---|
| Nova Launcher | β (plug-in) | β | β (restrictively) |
| Lawnchair | β (Pixel-style) | β | β |
| Hyperion Launcher | β | β | β (paid) |
| POCO Launcher | β | β | β |
Standard. MIUI|Nova Launcher|Lawnchair|POCO Launcher|Other-->
Method 5: Manual removal via TWRP (root only)
The most drastic method is to physically delete the system files responsible for the summary, which is only suitable for users with an unlocked bootloader and TWRP Recovery installed.
Step-by-step:
- Download TWRP for your Xiaomi model.
- Load the phone to recovery mode (Power + Volume up).
- Go to File Manager in TWRP.
- Delete the following files (paths may vary depending on the version of MIUI): /system/priv-app/GoogleQuickSearchBox /system/app/GoogleQuickSearchBox /data/app/com.google.android.googlequicksearchbox-* (all folders)
Wipe β Dalvik / ART Cache
Reboot the phone.
β οΈ Note: Deleting system files may result in loss of functionality of Google Assistant and other services. TWRP!
π‘
If the phone stopped booting after deleting the files, restore them via TWRP or reflash the system.
What if the update comes back after the update?
One of the most common frustrations of Xiaomi users is that they return Google's summary after updating MIUI or Google Play Services, because system applications are automatically restored, to prevent the update from reappearing:
- π Turn off the automatic update of Google App: Go to Google Play β Profile β Device management. Find the Google App and turn off auto-update.
Freeze the application via ADB:
adb shell pm disable-user --user 0 com.google.android.googlequicksearchbox(This will prevent it from running even after the updates.)
Use the Magisk modules:
Modules like Universal GMS Doze or DisableFlags can block background activity on Google App.
If the report appears again, check:
- π Have you lost your launcher after the update.
- π¦ Has the Google app recovered through Google Play Protect (turn it off in security settings).