The news feed to the left of the main screen on Xiaomi smartphones is one of the most controversial elements of the MIUI shell. On the one hand, it provides quick access to the weather, currency rates and current events. On the other hand, it takes up space, slows down the system and shows unnecessary content.
In this article, we will analyze all working ways to remove news feed on Xiaomi, Redmi and other devices. POCO steerable MIUI 12-15 (including global and Chinese firmware versions) You will learn how to disable the widget through launcher settings, remove it using the help of the launcher. ADB, We also look at the nuances for older models (such as the Mi 8 or Redmi Note 7) and new flagships (Xiaomi 14, POCO F6).
Why News Feeds Are Reappearing and How to Fix It
The main problem is that widgets automatically recover from system updates or resets, which is because MIUI considers the news feed a "system component" and enforces it, and here are the key reasons for widgets to return:
- ๐ Update MIUI โ after installing a new version of the firmware, the system resets some launcher settings.
- ๐ฑ Launcher cache reset โ if youโve been cleaning the com.miui.home appโs cache, widgets can come back.
- ๐ง Recovery from backup โ when transferring data from another device, system widgets are sometimes restored.
- ๐ก Xiaomi server settings โ sometimes the company forcibly activates the tape through cloud services (especially on Chinese firmware).
To get rid of tape forever, it's not enough to just remove it through settings, you need to block automatic recovery, and below we'll show you how to do this in a variety of ways, from simple to radical.
Method 1: Disconnect via launcher settings (without root)
The easiest and safest method is to turn off the tape through standard settings, which works on most devices, but can reset once you upgrade.
- Open the main screen and make a gesture to the right (swipe) to open the news feed.
- In the upper right corner, press three dots (โฎ) โ Select the tape settings.
- Go to widget management section.
- Turn off the slider next to Show News Feed (or Mi-Lent on Chinese firmware).
- Confirm the action by clicking Disable.
If there is no widget management, try an alternative path:
- Press the empty space on the home screen โ select Screen Settings.
- Go to the Home Screen. โ News feed.
- Turn off the option to show the tape.
Check the version of MIUI in Settings โ About the phone
Backup the main screen (Settings โ Additional โ Backup)
Close all background applications
Reboot your phone after the changes-->
Important! Some firmware (e.g. MIUI 14 for Redmi Note 12) leave the screen blank when the swipe is turned off to the right, and to remove it completely, you need to further disable the gesture in the launcher settings:
- Go to Settings. โ Home screen.
- Select Gestures โ Swipe to the right on the main screen.
- Set the value No action.
๐ก
If the tape still appears after turning off, try clearing the launcher's cache: Settings โ Applications โ Application Management โ Launcher (com.miui.home) โ Storage โ Clear the cache.
Method 2: Remove via ADB (for power users)
If the tape is returned after rebooting, it can be completely deactivated using the Android Debug Bridge (ADB), a method that does not require root rights, but requires connecting the phone to a computer.
Warning: Incorrect ADB commands may disrupt the system. Follow the instructions carefully.
โ ๏ธ Warning: Before executing commands, make sure that debugging is enabled on your device. USB (Settings โ The phone. โ Version. MIUI โ 7 times press the version โ Come back to the extra. โ For developers โ Debugging by USB).
Steps to turn off the tape through ADB:
- Download and install Googleโs Platform Tools (or use Minimal ADB and Fastboot).
- Connect your phone to your computer via USB and select File Transfer mode.
- Open the command prompt (cmd) in the adb folder and do: adb devices make sure your device appears in the list.
- Run the command to deactivate the tape: adb shell pm hide com.miui.miservice If the command doesn't work, try: adb shell pm uninstall --user 0 com.miui.miservice
- Reboot the phone.
After that, the news feed will disappear, and the swipe to the right on the home screen will stop working.
adb shell pm uninstall --user 0 com.miui.miserviceor (if you used to hide):
adb shell pm unhide com.miui.miserviceWhat if the ADB canโt see the device?
Method 3: Using a third-party launcher
If standard methods donโt work, you can completely replace the launcher with an alternative one (for example, Nova Launcher, Lawnchair or Hyperion), which not only removes the news feed, but also adds new screen customization features.
Advantages of third-party launchers:
- โ Full control of gestures (you can turn off the swipe to the right).
- โ No forced widgets from Xiaomi.
- โ More customization options (icons, animations, folders).
- โ Less system load (some launchers are lighter than standard com.miui.home).
Installation instructions:
- Download the launcher from Google Play (like Nova Launcher).
- Set it as the default launcher (the system will prompt you to do so when you first start).
- Open the launcher settings and turn off all gestures associated with the newsfeed.
- If necessary, hide the standard Xiaomi launcher (via Settings โ Applications โ Launcher โ Disable).
Cons of this method:
- โ Some system features (such as a smart assistant or quick notes) may become unavailable.
- โ On Chinese firmware without Google Play will have to install the launcher manually (via Google Play). APK).
๐ก
The launcher is the only way to permanently remove the news feed without root rights and ADB. However, this will affect the operation of some system functions of Xiaomi.
Method 4: Disable through the system settings editor (requires root)
If you have root rights, you can delete the news feed at the system file level, a method that is suitable for power users, as incorrect changes can lead to a bootloop.
โ ๏ธ Warning: Editing system files may disrupt work MIUI And you lose your warranty (TWRP OrangeFox before the changes!
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/MiuiSystemUI or (for newer versions of MIUI): /system/product/priv-app/MiuiSystemUI
- Find the file MiuiSystemUI.apk and rename it to MiuiSystemUI.apk.bak.
- Reboot the phone.
If you have problems after the reboot (for example, the notification bar does not work), return the original file name.
Alternative method (more secure):
- Install the App Systemizer app (requires root).
- Find the com.miui.miservice (or MiuiDaemon) app on the list.
- Select Convert to User App, then Uninstall.
Comparison of methods: which one to choose?
To make it easier for you to determine, we have compiled a table with the pros and cons of each method:
| Method | Difficulty | PC/root required | Works after the update | Risks. |
|---|---|---|---|---|
| Disconnection in the launcher settings | โญ (simple) | โ No. | โ No, she might come back) | Low. |
| ADB-team | โญโญ (middle-of-the-road) | โ Yes) | โ Yes. | Average (for errors) |
| Sideways launcher | โญ (simple) | โ No. | โ Yes. | Low (loss of system functions) |
| Editing system files | โญโญโญ (difficult) | โ Yeah) | โ Yes. | High (bootloop risk) |
Selection recommendations:
- ๐ฑ For beginners, try turning off the tape in the launcher settings first. If it comes back, install a third-party launcher.
- ๐ป For advanced users: use them. ADB, If you don't want to change the launcher.
- ๐ง For experienced (with root): editing system files will give maximum control, but requires caution.
Frequent problems and their solutions
Even after you turn off the tape, you're facing some problems, and here are the most common ways to solve them:
Problem 1: The tape is gone, but the swipe to the right still opens up an empty screen.
Solution: Turn off the gesture in the launcher settings (Settings โ Home Screen โ Gestures โ Swipe to the right โ No action).
Problem 2: After the MIUI update, the tape returned.
Decision:
- Repeat the shutdown via ADB or settings.
- Install an ad blocker (e.g. Blokada) to block the tape domains (api.miui.com, app.mi.com).
Problem 3: There is no โDisable the tapeโ item in the settings on Chinese firmware.
Decision:
- Use ADB (adb shell pm hide com.miui.miservice) command.
- Install a global firmware (if possible for your model).
Problem 4: The side launcher slows down or doesn't show notifications.
Decision:
- Try another launcher (like Lawnchair optimized for Xiaomi).
- Enable auto-start for launcher in battery settings (Settings โ Applications โ Auto-start management).