How to completely disable Google News on Xiaomi: a step-by-step guide

The Google News widget (formerly Google Discover) appears on the home screen of many Xiaomi smartphones after upgrading to MIUI 12/13/14 or installing Google services. For some users, it is a convenient source of relevant information, for others - an annoying element that eats up battery power and traffic. Unfortunately, Xiaomi does not provide an obvious "Delete" button for this service, but there are several working ways to deactivate it - from simple concealment to complete blocking by system means.

In this article, we’ll break down 5 proven methods, including disabling through MIUI settings, removing app updates, using ADB, and even a radical solution for advanced users. All the instructions are relevant for Redmi, POCO, and Xiaomi models based on Android 11-14 with the MIUI shell. If you’re tired of unnecessary news cards or want to optimize the system, read on.

Why is Google News appearing on Xiaomi?

Google News is integrated into MIUI for two main reasons:

  • πŸ“± Google agreement: Android device makers are required to pre-install key Google services (including Discover) to access Google Play and other ecosystem features. Xiaomi is no exception - even on "naked" MIUI without GMS (For example, in Chinese firmware, a widget may appear after manual installation of services.
  • πŸ”„ Automatic updates: com.google.android.apps.magazines (officially Google News) is updated through the Play Store and may β€œwake up” after resetting or updating MIUI.
  • 🌍 Regional settings: In some countries (e.g. the EU), the widget is activated by default due to Google’s local partnerships with carriers.

It's important to understand that you can't completely remove an application without root rights -- it's protected as a system, but you can disable it, hide it, or lock it so that it doesn't interfere with your smartphone. Next, we'll look at all the options available, from the simplest to the most technically challenging.

πŸ“Š How often do you use Google News on Xiaomi?
Every day.
Sometimes.
Never opened it.
I want to shut it down.
I don't have this widget.

Method 1: Hiding the widget from the main screen

The fastest and safest method is to simply remove the widget from the screen without touching the app itself, which will not turn off background activity from Google News, but will eliminate visual irritation.

  1. Press and hold your finger on the empty seat of the main screen until the edit menu appears.
  2. Go to the Widgets section (usually an icon in the form of a square with a plus).
  3. Find the Google News widget (may be called Discover or Tape).
  4. Drag it up to the Remove (or Remove) label that appears at the top of the screen.

If the widget doesn't disappear or returns after the reboot, it's tied to the left side of the home screen (like the Pixel Launcher).

  • πŸ”§ Go to Settings. β†’ Main screen screen.
  • πŸ“± Find the left panel or Discover screen option and turn it off.
  • πŸ”„ Reboot your smartphone to make changes take effect.

πŸ’‘

If there is empty space in its place after hiding the widget, try changing the main screen grid in the launcher settings (for example, 5Γ—6 instead of 4Γ—5).

Method 2: Disabling notifications and background activity

Even if the widget is hidden, Google News can continue:

  • πŸ”” Send notifications about β€œimportant” news.
  • πŸ“Ά Consume mobile traffic in the background.
  • πŸ”‹ Reduce the battery due to constant synchronization.

To stop this:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search box, type Google News (or Discover).
  3. Select the app and go to the Notifications section.
  4. Turn off all switches (especially Important and Recommendations).
  5. Go back and tap on the battery β†’ select Limit background activity.
  6. In the Data section, disable Background traffic and Auto Start.

On some MIUI firmware, the option to limit background activity may not be available – in this case, use method 3 or 4.

Action.The effectReversibility
Hiding the widgetRemove the visual element, but does not stop the background processesYes, we can return it.
Disabling notificationsStops pop-up alerts, but the app worksYes.
Background restrictionReduces battery consumption and trafficYes.
Removal of updatesReturns the app to the factory version (less aggressive)Yes, but updates will come back automatically.

Method 3: Removing Google News Updates

The Google News app is initially installed in a minimal version, but over time it is updated through the Play Store, adding new features (including annoying notifications).

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find Google News (or com.google.android.apps.magazines).
  3. Slip on three dots in the top right corner and select Remove Updates.
  4. Confirm action. The app will return to the factory version (usually Google Discover 7.0-8.0).

After that:

  • βœ… The widget can disappear on its own (if it was part of the update).
  • βœ… Notifications will become less intrusive.
  • ⚠️ But in a few days, the Play Store will update the app again, and to avoid that, you have to block the updates:

⚠️ Note: Disabling automatic updates for Google News may cause conflicts with other Google services (such as Assistant or Play Games.

To block the updates:

  1. Open the Play Store and search for Google News.
  2. Slip on three dots next to the Update button.
  3. Uncheck the auto update box.

β˜‘οΈ Preparing to turn off Google News

Done: 0 / 5

Method 4: Disconnect via ADB (for advanced)

If previous methods didn't work, you can use Android Debug Bridge (ADB), a deep-tuning tool that doesn't require root, but requires a computer and a little bit of training.

Advantages of the method:

  • πŸ”§ Completely disables the application at the system level.
  • πŸ“΅ Stops all background processes of Google News.
  • πŸ”„ It retains action after rebooting.

Instructions:

  1. Turn on Developer Mode on Smartphone: Settings β†’ About Phone β†’ MIUI Version (Tap 7 times)
  2. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  3. Connect your phone to your computer via USB (select File Transfer mode).
  4. Download and install ADB Tools on PC.
  5. Open the command line (cmd) in the adb folder and type: adb devices (the serial number of your device should appear).
  6. Run the command to disable Google News: adb shell pm disable-user --user 0 com.google.android.apps.magazines

To return the application back, use the command:

adb shell pm enable com.google.android.apps.magazines

⚠️ Attention: Some firmware MIUI (Especially the global versions of the Redmi Note 10/11) can block ADB-If you get a Not allowed error, try adb shell pm uninstall first. -k --user 0 com.google.android.apps.magazines.

What if the ADB can’t see the device?
1. Make sure that Xiaomi drivers are installed (download from the official website). 2. Try another one. USB-cable (preferably original). 3. In the developer settings, enable the option "Debugging by" USB (Security settings)” 4. Restart your phone and PC. 5. If you are using Windows, run the command prompt on behalf of the administrator.

Method 5: Radical solution - removal via TWRP (root only)

If you’re willing to go to extremes and your smartphone has an unlocked bootloader + TWRP Recovery installed, you can completely remove Google News from the system.This method is suitable for users who:

  • πŸ”¨ They already have experience with root and custom firmware.
  • πŸ“¦ Ready for possible disruptions to other Google services.
  • πŸ”„ Agree to manual system repair in case of problems.

Instructions:

  1. Download the latest version of TWRP for your Xiaomi model.
  2. Boot in Recovery Mode (turn off the phone, then pinch Power + Volume up).
  3. In TWRP, select Advanced β†’ File Manager.
  4. Go to /system/priv-app/ or /system/app/.
  5. Find the Magazines (or GoogleNews) folder and delete it.
  6. Reboot. The application will be removed without the possibility of recovery through normal means.

Important! Deleting system applications can lead to:

  • 🚨 Errors in the work of Google Play Services.
  • πŸ”„ Impossibility of updating MIUI "airborne".
  • πŸ“΅ Problems with Google Pay, YouTube and Other Services.

πŸ’‘

Before removing through TWRP Make sure to backup the section /system Recovery (Backup option) β†’ This will allow you to restore the phone if something goes wrong.

What to do if Google News is back?

Sometimes, after a MIUI update or reset, the Google News widget reappears. Here's how to avoid it:

  • πŸ”„ Reverse to the previous version MIUI (If the update brings the widget, use the official firmware archive.
  • πŸ“΅ Block Google News domains via hosts: 127.0.0.1 news.google.com 127.0.0.1 discover.google.com (requires root or apps like AdAway).
  • πŸ›‘οΈ Use an alternative launcher (like Nova Launcher or Lawnchair) that ignores system widgets.
  • πŸ”§ Turn off β€œPersonal Recommendations” in Google Settings: Settings β†’ Google β†’ Advertising β†’ Disable personalization

If neither method worked, perhaps the widget is integrated at the firmware level, and then there are two options:

  1. Install custom firmware (e.g. LineageOS or Pixel Experience without Google services).
  2. Use Google News as a source of information (what if it’s useful?).

FAQ: Frequent questions about turning off Google News on Xiaomi

Can I delete Google News without rooting?
Completely delete - no, but you can disable it via ADB (method 4) or hide the widget (method 1).
Why does the widget return after being disabled through ADB?
This is due to automatic system application recovery in some versions of MIUI. Solution: Repeat the command adb shell pm disable-user after each reboot. Or set the task in Automate/Tasker, which will execute the command automatically.
Is it safe to delete Google News via TWRP?
For most Xiaomi models (e.g. Redmi Note 9 Pro, POCO X3), this is safe, but on some devices (e.g. Xiaomi 12/13 with HyperOS) it can cause Google Play Services to crash.Always do a backup!
How to Disable Google News on Xiaomi with HyperOS?
In HyperOS (the new shell for Xiaomi 14, 13T, etc.), the path is different: Settings β†’ Home screen β†’ Home screen β†’ Discover tape If there is no option, use ADB (mode 4).
Is it true that Google News is draining the battery?
According to AccuBattery, the app’s background activity consumes ~1-3% of its charge per day (depending on the frequency of news updates). If the battery goes down quickly, check other apps (like Facebook or TikTok) first – they consume much more.