Why is news on Xiaomi on the left and can it be removed?
The Xiaomi, Redmi or POCO home screen news feed is part of the MIUI branded shell that automatically loads content from Xiaomi and partners. For many users, this widget becomes a source of annoyance: it takes up space, slows down the system and shows irrelevant publications, and fortunately, you can turn it off β and weβll show you how to do it on different versions of the firmware.
It is important to understand that the methods differ depending on the version of MIUI (12, 13, 14 or 15) and regional firmware (global, Chinese, European).Some methods require superuser rights (root), others work without them. In this article, we have collected current instructions for 2026, including bypassing restrictions for new models.
If you use Xiaomi with custom firmware (for example, Pixel Experience or LineageOS), there is no default news feed there - the problem is only typical for stock MIUI. Also note that after major system updates, settings can be reset, so sometimes the procedure has to be repeated.
Method 1: Disable via theme settings (without root)
The simplest method, which works on most MIUI 12-15 devices, is that it doesn't require superuser rights and takes less than a minute.
- Open the Themes app (icon with brush).
- Go to My Profile (the person icon in the lower right corner).
- Slip on the settings (cog in the upper corner).
- Find the Recommendations item on the home screen and turn off the slider.
- Restart the device (required!) to make the changes effective.
If there is no Recommendation on the home screen, then your version of MIUI uses a different mechanism, in which case try the following method.
βοΈ Preparing for news blackout
β οΈ Note: Some firmware (e.g., Chinese version) MIUI 14) the item may be called Personalized Recommendations or Content on the home screen. If you don't see it, scroll through the settings list to the end.
Method 2: Remove via ADB (for advanced users)
If standard settings donβt help, you can remove the news widget using ADB (Android Debug Bridge. This method requires a computer and enabled debugging. USB, It doesn't need root rights. It's good for Xiaomi, Redmi and POCO on MIUI 13β15.
First, prepare the device:
- Activate Developer Mode: Go to Settings β About Phone and tap the MIUI version 7 times.
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect the phone to the PC and confirm the debugging permission.
Now run commands in the terminal (or Command Prompt):
adb shell
pm uninstall -k --user 0 com.miui.weather2
pm uninstall -k --user 0 com.miui.newsAfter you execute the commands, restart the device. The news widget will disappear from the main screen. [DELETE_FAILED_INTERNAL_ERROR], So the package is protected, try the root method.
What to do if ADB is not working?
| Xiaomi model | Supports ADB-method? | Need root? | Notes |
|---|---|---|---|
| Xiaomi 13/13 Pro | Yes. | No. | It works on global and European firmware |
| Redmi Note 12 | Yes. | No. | Chinese firmware may require --user 0 |
| POCO F5 | Yes. | No. | After upgrading to MIUI 15, it can be reset |
| Xiaomi 12T | Partially. | Yes. | Requires removal of system APKs through root conductor |
Method 3: Using third-party launchers
If you don't want to mess around with the system settings, you can just replace the standard MIUI launcher with an alternative one, which will completely remove the news feed, but will change the appearance of the interface.
- π± Nova Launcher β flexible setup, gesture support, no advertising.
- π¨ Lawnchair β open source, minimalist design.
- β‘ Hyperion Launcher β Optimized for Performance.
- π Microsoft Launcher β Windows integration, cloud backup.
To install a third-party launcher:
- Download the app from Google Play.
- Open it and follow the setup instructions.
- In the system settings (Settings β Applications β By default), select the new launcher as the main one.
β οΈ Note: Some Xiaomi models (e.g. Redmi) 10C) After installing a third-party launcher, system widgets (weather, steps) may disappear.
Method 4: Disable via Google Settings (for some models)
On devices with Google Discover preinstalled (such as the POCO X5 Pro or Xiaomi 13 Lite), the news feed can be managed through a Google account to disable it:
- Press and hold the empty space on the main screen.
- Slip on Screen Settings (or Home Screen Settings).
- Find the Google App or Discover item and turn off the slider.
- If there is no option, open the Google app, go to Settings β General β Discover and turn off Show on the home screen.
This method does not work on all Xiaomi devices, as it depends on the version of Google services. If the tape is left after turning off, try clearing the cache of the Google application (Settings β Apps β Google β Storage β Clear the cache).
π‘
If the news feed returns after the Discover reboot, try disabling the auto-update of the Google app in the Play Market. To do this, open the Google Play Market page, tap three dots β βRemove from Auto Updateβ.
Method 5: Manual removal of system APKs (root only)
If none of the previous methods worked, the radical way is to delete the system files responsible for news, which requires root rights and can lead to unstable system operation. Use at your own risk!
You'll need:
- π± Device with unlocked bootloader and root (for example, via Magisk).
- π οΈ File Manager with support for root (such as Root Explorer or Mixplorer).
- π Backup of the system (required!).
Instructions:
- Open the root explorer and go to /system/app/ or /system/priv-app/.
- Find and delete the following folders (or rename it by adding.bak): MiuiNews MiuiWeather2 (sometimes responsible for weather and news) MiuiDaemon (if any)
/data/data/
Reset the device.
β οΈ Attention: Removal of system APK It can cause errors in other functions (such as weather or calendar) If you have problems after deleting, restore files from a backup or re-flash the device.
π‘
Removing system APKs is a last resort, and before doing so, make sure to check if other functionality (such as a weather widget or alarm clock) depends on them.
What if the news comes back after the update?
Many users are faced with the fact that after the MIUI update, the news feed appears again, this is because the system restores the standard settings, to prevent the widget from returning:
- π Turn off automatic updates MIUI In Settings β The phone. β Updating the system β Threefold β Settings β Auto-update.
- π΅ Freeze system applications via Titanium Backup or App Quarantine (root required).
- π‘οΈ Use Magisk modules that block the news widget (e.g., the widget, MIUI Bloater Remover).
- π§ Check your settings regularly after updates and repeat the shutdown if necessary.
If you donβt want to give up on updates, but the news annoys you too, consider installing custom firmware (e.g. Xiaomi.eu) where the news feed is disabled by default.However, this will require unlocking the bootloader and may take away your warranty.