How to Remove Google Widget from Home Screen on Xiaomi: Working Techniques for 2026

The Google Discover widget (formerly known as Google Feed) automatically appears on the home screen of most Xiaomi, Redmi and POCO smartphones after upgrading to MIUI 12 and later.This element takes up valuable space, consumes traffic in the background and is not always user-friendly. Despite the fact that Xiaomi integrates Google services at the system level, there are several ways to disable it - from simple settings to deep changes to ADB.

In this article, we will discuss 5 proven methods, including hidden MIUI settings, using Nova Launcher, disconnecting via ADB, as well as a radical solution for advanced users. We will pay special attention to the nuances for different versions of the shell (MIUI 12/13/14) and models (Redmi Note 12, POCO X5, Xiaomi 13T, etc.). If you are tired of the unnecessary widget that eats battery power and prevents customization, read on.

Why does Google widget appear on Xiaomi and can it be removed forever?

The Google Discover widget is installed on Xiaomi smartphones under an agreement between the company and Google under the Mobile Services (GMS) program.

  • πŸ” Google Search on the Main Screen
  • πŸ“° Discover News Feed (left of the main screen)
  • πŸ”„ Automatic content updates in the background

Technically, the widget is part of the com.google.android.googlequicksearchbox system application, which cannot be removed without root rights. However, it can be disabled, hidden or replaced with alternative solutions. It is important to understand that after a reset or major update to the MIUI, the widget can return - so some methods require reuse.

πŸ“Š What kind of launcher are you using on Xiaomi?
Standard MIUI Launcher
Nova Launcher
Hyperion Launcher
Other
I don't know.

Xiaomi doesn’t provide a direct option to remove the widget in the settings, but workarounds do exist, and we’ll go from the simplest to the most complex, taking into account the risks and limitations of each method.

Method 1: Disable Google feed through MIUI settings (without root)

The most secure method that works on most devices with MIUI 12-14 is that it doesn’t remove the widget completely, but it removes the news feed and search bar from the home screen:

  1. Long tap on the free seat of the home screen β†’ select β€œScreen settings”** (or Home β†’ Settings in some versions).
  2. Go to Screen Style β†’ Additional settings.
  3. Find the Google Tape* option (or Google App) and turn off the slider.
  4. Confirm the action if a warning appears.

After that, the news feed on the left and the search bar will disappear, but the Google app itself will remain in the system, which is reversible, the widget can be returned at any time.

Add an alternative weather widget to the screen|Save important bookmarks from Google feed|Check the version. MIUI In Settings β†’ The phone.|Turn off auto-update apps in the Play Market-->

⚠️ Attention: On some firmware (MIUI 13 for POCO F4, Redmi K50) This option might be called something else, like Google Feed or Google Assistant. If you don't have one, try updating it. MIUI last-minute.

Method 2: Using Nova Launcher to replace the standard launcher

If standard MIUI settings don’t allow you to remove the widget, you can install a third-party launcher, such as Nova Launcher, which gives you full control over the main screen, including the ability to hide the system widgets:

  1. Install Nova Launcher from Play Market.
  2. Launch the application and select it as the default launcher (a system request will appear).
  3. Long press on the screen β†’ Settings β†’ Widgets.
  4. Find the Google widget in the list and drag it to the cart (or turn off the display).

Nova Launcher also allows you to:

  • 🎨 Customize icons, animations and gestures.
  • πŸ”’ Block system widgets from reappearing.
  • πŸ“± Create backup copies of screen settings.
How to return the standard MIUI launcher?
To return to your home launcher, go to Settings β†’ Applications β†’ Silences β†’ Launcher and select MIUI Launcher (or com.miui.home).

The downside: Nova Launcher consumes additional RAM (~100-150 MB), but this is offset by the flexibility of the configuration. For budget models (Redmi 10A, POCO M4), it is better to use a lightweight version of Nova Launcher Prime.

Method 3: Disconnect via ADB (for power users)

If previous methods didn’t work, you can use Android Debug Bridge (ADB), a deep-tuning tool that completely disables Google’s OS-level widget, but requires a PC connection and command knowledge.

Step-by-step:

  1. Enable USB debugging on your smartphone: Settings β†’ About Phone β†’ MIUI Version (click 7 times) Settings β†’ Additional β†’ For Developers β†’ Debugging on USB
  2. Connect your phone to your PC and install ADB Tools.
  3. Open the command prompt (cmd) in the folder with adb.exe and type: adb shell pm hide com.google.android.googlequicksearchbox
  4. Reset the device.

This command hides the Google app for the current user, but does not remove it. To return the widget, use:

adb shell pm unhide com.google.android.googlequicksearchbox

⚠️ Note: On some devices (Xiaomi 12 Pro, POCO F5) after-out ADB Voice search and other Google Assistant features may stop working. Make a backup before you execute commands!

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

This will disable the application for the current user without completely removing it.-->

Method 4: Delete via De-bloater (requires unlocking the bootloader)

For users willing to take drastic measures, it is possible to completely remove unnecessary Google apps using tools like Universal Android De-bloater (UAD).

  • πŸ”“ Unlocked bootloader (bootloader).
  • πŸ’» Established ADB and Fastboot.
  • πŸ› οΈ Backup of data (risk of loss of information!).

Instructions:

  1. Unlock the bootloader through the official Xiaomi tool.
  2. Set UAD on the PC.
  3. Connect your phone in Fastboot mode (Off β†’ Hold Power + Volβˆ’).
  4. In UAD, select com.google.android.googlequicksearchbox and click Uninstall.

Advantages of the method:

  • βœ… Complete removal of the widget without the possibility of recovery.
  • βœ… Liberation. ~200-300 MB of memory.
  • βœ… Disabling Google Background Activity.

Risks:

  • ❌ Loss of warranty (when unlocking the bootloader).
  • ❌ Possible malfunctions in Google Play Services.
  • ❌ The need for manual firmware updates.

πŸ’‘

Unlocking the bootloader resets all data on the phone! Before the procedure, save contacts, photos and applications to the cloud or on your PC.

Method 5: Reset the launcher settings (if the widget returned after the update)

After updating MIUI or resetting the Google widget can appear again, in which case, resetting the settings of the standard launcher will help:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find MIUI Launcher (or com.miui.home).
  3. Press Warehouse. β†’ Clear the data.
  4. Confirm the action and restart the phone.

After discharge:

  • πŸ”„ The main screen will return to factory settings (apps will remain).
  • πŸ“± Google widget will disappear, but it can be added again manually.
  • βš™οΈ Wallpaper and folder settings will reset.

This method doesn’t remove the widget permanently, but it allows you to quickly remove it after auto-restore.For a permanent solution, combine it with Nova Launcher or ADB.

Comparison of methods: which one to choose?

MethodDifficultyRequired. root/ADBReversibilityRisks.
MIUI settings⭐❌ No.βœ… Yes.The widget may return after the update
Nova Launcher⭐⭐❌ No.βœ… Yes.Additional RAM consumption
ADB-teamβ­β­β­βœ… Yes (ADB)βœ… Yes.Google Assistant features may break
De-bloaterβ­β­β­β­βœ… Yeah. (unblocking. loader)❌ No.Loss of warranty, risk of "bricking"
Launcher reset⭐❌ No.βœ… Yes.Resets of the main screen settings

For most users, the best solution would be a combination of Nova Launcher + disabling through the MIUI settings. If you're ready to experiment, try ADB, but only after you've created a backup. The De-bloater method is only suitable for enthusiasts who understand the risks.

FAQ: Frequent questions about removing Google widget on Xiaomi

Can I remove the Google widget without root rights?
Yes, there are three ways to do it without root: Disconnect through settings MIUI (Screen style section. Use of third-party launcher (Nova Launcher, Hyperion). ADB-Pm hide command (does not require root, but needs debugging by USB). Complete removal without root is impossible, as the widget is a system application.
Why is the widget coming back after the MIUI update?
Xiaomi restores standard launcher settings with major updates (MIUI 13 β†’ MIUI 14). To avoid this: Use Nova Launcher as the main one. Check your settings regularly after updates. Turn off MIUI auto-update in Settings β†’ About Phone β†’ System Update.
Will Google Play work after removing the widget?
Yes, Google Play Market and Google Play Services will continue to work after: Disconnect via Settings MIUI. Use of Nova Launcher. ADB-Problems can only occur when completely removed via De-bloater – in this case, some functions (such as push notifications) may crash.
How do I return the widget if I need it?
You can restore the widget: Through settings MIUI (Turn Google Tape into Screen Style). ADB-command: adb shell pm unhide com.google.android.googlequicksearchbox Reinstall Google App from Play Market (if removed).
Are there any alternatives to the Google widget on Xiaomi?
You can use Google Discover instead of Google Discover: 🌑️ Weather widget from AccuWeather or Yr.no. πŸ“° News Feeds: Microsoft Start, Flipboard. πŸ” Search widgets: DuckDuckGo, Startpage. πŸ“Š Customizable widgets: KWGT, UCCW. To install, drag the widget to the main screen from the add-on menu (Long press). β†’ Widgets).