How to completely disable Google News on Xiaomi smartphones: 5 proven ways

Google News (formerly Google Discover) automatically appears on the home screen of many Xiaomi smartphones to the left of the desktop. For some users, it is a convenient source of relevant information, for others - an annoying feature that eats traffic and battery power. If you are in the second group, this article will help completely remove or hide the news feed without root rights and complex manipulation.

The problem is that MIUI (Xiaomi firmware) is deeply integrated with Google services, and simply removing the Google app through the menu often doesn’t work – the tape returns after the reboot. We tested all the current methods on the Redmi Note 12 Pro+, POCO X5 Pro and Xiaomi 13T (MIUI 14/15) models and selected only those that are guaranteed to work.

Why Google News is coming to Xiaomi and can it be removed forever?

The news feed is embedded in MIUI at the system level through two components:

  • πŸ“± Launcher MIUI β€” It's the one who's responsible for displaying the widgets on the home screen, and it's the one who's actually reserving the space for the tape on the left.

Technically, you can't completely remove the tape without root rights, it will come back after resetting or updating MIUI.

  • βœ… Hide the news widget (does not remove the app, but removes it from view).
  • βœ… Disable background activity of Google service.
  • βœ… Replace the standard launcher with a third-party launcher (for example, Nova Launcher).

On models with MIUI Global (European/Russian firmware), the news feed is active by default; in the Chinese version of MIUI China, it is not, instead, Xiaomi News is used (but that is another story).

πŸ“Š How often do you use Google News on your smartphone?
Every day.
Sometimes.
I used to, but I turned it off.
Never used it.

Method 1: Disconnect via MIUI launcher settings

The easiest method is to hide the news feed right in the shell settings. Works on all Xiaomi/Redmi/POCO smartphones with MIUI 12 and later:

  1. Press and hold the empty space on the main screen.
  2. In the lower menu, select Screen Settings (or Home Screen Settings in English firmware).
  3. Scroll down and find the Google App or Google Discover option.
  4. Switch the slider to the position Off (Off).

If there is no such item, try an alternative path:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search, type in Google and select the Google app (the G icon).
  3. Turn it off (do not delete!) and confirm the action.

β˜‘οΈ Preparing before disabling Google News

Done: 0 / 4

⚠️ Note: Disabling the Google app may disrupt other services, such as Google Assistant or Phone Search. If you need these features, use Method 3 (replace the launcher).

Method 2: Remove updates and reset Google App

If the news feed continues to appear even after the shutdown, the reason may be automatic updates to Google services.

  1. Go to Settings β†’ Applications β†’ Application Management β†’ Google.
  2. Slip on three dots in the top right corner and select Remove Updates.
  3. Confirm the action and restart the smartphone.
  4. Go back to the Google app settings and select Storage β†’ Clear Data.

After that, the news feed will disappear, but temporarily, when the next update to Google Play services, it can return.

  • πŸ›‘οΈ Turn off auto-update for Google app on Google Play β†’ Settings β†’ Auto-update of applications.
  • πŸ“΅ Ban the application from accessing the Internet: Settings β†’ Annexes β†’ Google β†’ Mobile Data & Wi-Fi (Switch off both switches).
Action.The resultReversibility
Removing Google UpdatesThe tape disappears, but returns after the updateYes (manually upgrade)
Google's data cleanupResetting news and search settingsYes (on the next login to the account)
Banning Internet accessThe tape is not updated, but the search is offlineYes (return access)

πŸ’‘

If after resetting the Google app stopped opening, reinstall it via Google Play – this will not return the news feed if you have banned auto updates.

Method 3: Replace the standard launcher with a Nova Launcher or other

If previous methods have not worked, a radical solution is to install a third-party launcher, which will completely remove the Google News feed, as it is tied to the standard MIUI launcher.

We recommend Nova Launcher (free version is quite functional):

  1. Download Nova Launcher from Google Play.
  2. After installation, click Home and select Nova as the default launcher.
  3. In the Nova settings (Long Press β†’ Nova Settings), turn off the Google Discover option (if any).

Advantages of the method:

  • βœ… The news feed disappears forever (until you return to the standard launcher).
  • βœ… Additional customization functions (themes, gestures, icons).
  • βœ… There is no risk of disrupting other Google services.

⚠️ Note: On some Xiaomi models (e.g, POCO F5) when changing the launcher may disappear brand gestures MIUI (For example, swipe down to search. They can be returned in the System settings. β†’ Gestures.

How to return the standard MIUI launcher?
Go to Settings β†’ Applications β†’ Application Management β†’ Nova Launcher and click Clear Data. The next time you click Home, the system will prompt you to select the launcher again.

Method 4: Disconnect via ADB (for power users)

If you are ready for more complex manipulations, you can forcibly turn off the news feed through the ADB (Android Debug Bridge. This method doesn't require root rights, but it will require a computer and a computer. USB-cable.

Instructions:

  1. Turn on the Developer Mode on your smartphone: Settings β†’ About Phone β†’ MIUI version (shap 7 times).
  2. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  3. Connect your phone to your PC, install ADB Tools and execute the command:
adb shell pm hide com.google.android.googlequicksearchbox

After the reboot, the news feed will disappear. To get it back, do this:

adb shell pm unhide com.google.android.googlequicksearchbox

Limitations of the method:

  • ❌ Not working. MIUI 16+ Latest security updates (Google blocks hidden system applications).
  • ❌ After resetting settings or updating MIUI tape may return.

πŸ’‘

ADB is the most reliable method for older versions of MIUI (up to the 15th), but requires technical skills.

Method 5: Manual removal via TWRP (advanced only)

If you have custom TWRP recovery installed, you can physically delete your newsfeed files, which is irreversible and only suitable for users with an unlocked bootloader.

Step-by-step:

  1. Boot to TWRP (hold Power + Volume up when turned on).
  2. Go to Advanced β†’ File Manager.
  3. Delete folders: /system/priv-app/GoogleQuickSearchBox /data/app/com.google.android.googlequicksearchbox*

Wipe β†’ Cache

Risks of the method:

  • πŸ”₯ It may disrupt other Google services (e.g. Play Market).
  • πŸ”„ After updating MIUI through OTA tape may return.
  • ⚠️ Does not work on devices with Dynamic Partitions (e.g. Xiaomi) 12/13 series).

What to do if the news feed is back after the update

After updating MIUI or Google services, the news feed may reappear.

  1. Download APK version 12.45.16 (the last without a news feed) from APKMirror and block updates.
  2. Use the Magisk Module: Install the DisableForceEncrypt or Universal GMS Doze module to limit Google activity.

If nothing works, there are two options:

  • πŸ“΅ Go to firmware without Google services: for example, MIUI China or custom firmware like LineageOS.
  • πŸ› οΈ Humiliate and customize the feed for yourself: in the settings of Google (Settings) β†’ Google β†’ Tape) you can disable unnecessary themes and reduce the frequency of updates.

FAQ: Frequent questions about Google News shutdown on Xiaomi

Can I delete Google News without root rights?
The most reliable ways to do this are to replace the launcher with Nova Launcher, disable the Google app in the settings (but it will disrupt other services), and completely remove it only with root rights or through TWRP.
Why does the tape return after the shutdown?
The reason is automatic updates to Google services. To avoid this: Stop Google's app from accessing the Internet; disable auto-update in Google Play; use the launcher without Google widgets.
Will Google Assistant work after the news is turned off?
Depending on the method: If you just hid the tape through the launcher settings -- yes, Assistant will work. If you disabled or deleted the Google app -- no, Assistant will stop responding to voice commands. Solution: Use a launcher replacement instead of completely shutting down Google.
Are there any alternatives to Google News on Xiaomi?
Yes, we can install: πŸ“° Microsoft Start – News Feed with Theme Setting. 🌍 Flipboard - customized tape with support RSS. πŸ“± Xiaomi News (Chinese firmware only) All installed as regular apps and do not require root rights.
Can you only turn off news for a specific Google account?
No, the news feed is tied to your device, not your account. If you use multiple Google profiles on one smartphone, disabling the feed will affect everyone. β†’ System system β†’ Multiple users) and set up the feed separately for it.