How to completely remove the news feed on Xiaomi Redmi: from simple settings to radical methods

MIUI news feed is one of the most controversial features of Xiaomi Redmi smartphones. On the one hand, it provides quick access to current events, weather and recommendations; on the other, many users find it intrusive, consuming traffic and battery power. If you fall into the second category, this article will help completely remove or at least minimize the presence of the tape on the home screen.

Complicating the problem is that Xiaomi regularly changes the layout of the settings and how the tape works in new versions of MIUI. What worked on the Redmi Note 10 in 2021 may not work on the Redmi 12 with firmware in 2026.We have collected relevant techniques, including hidden developer options, ADB commands and even radical removal of system applications for power users.

Itโ€™s important to understand that some methods require superuser rights (root) or unlock the bootloader, which can affect the warranty and security of the device. If youโ€™re not ready for such measures, focus on the first three methods that work without additional manipulation.

๐Ÿ“Š What version? MIUI installed on your Redmi?
MIUI 12
MIUI 13
MIUI 14
HyperOS
I don't know.

1. Standard disabling news feed through settings

The easiest and safest way to do this is to use the built-in MIUI options, which are suitable for most Redmi models (from Redmi 9 to Redmi Note 13 Pro+) and does not require technical skills. However, the method has a limitation: the tape is not removed completely, but only hidden behind a gesture or replaced with an empty screen.

To turn off the tape in a standard way:

  1. Open the Settings. โ†’ Main screen screen.
  2. Select the News Feed item (in some versions โ€“ Screen on the left or Smart Assistant).
  3. Transfer the slider to the off position. or uncheck the tick from the option Show the tape.
  4. Reboot your smartphone (required!) to make the changes take effect.

If after these actions the tape still appears when swiping to the left, try an alternative path:

  • ๐Ÿ“ฑ Keep your finger on the empty seat of the main screen โ†’ Screen settings โ†’ News feed โ†’ Shut down.
  • ๐Ÿ”„ In some firmware, the option is hidden: Settings โ†’ Additionally. โ†’ Special facilities โ†’ Simplified mode (turn it on temporarily to deactivate tape).

โš ๏ธ Note: On HyperOS (the new firmware for Redmi 2026), the path may be different. If you don't find a News Feed item, try searching by settings (the magnifier icon at the top of the screen) and type in the "Tape" requestยป.

๐Ÿ’ก

If the tape continues to appear after the shutdown, check for updates to system applications in Google Play. Sometimes the failure is caused by older versions of Xiaomi services (for example, Mi Browser or GetApps).

2. Removal of updates to system applications

News feed at MIUI works through a complex of system services, among which the key roles are played by:

  • com.miui.weather2 โ€“ weather and widgets
  • com.miui.player โ€“ multimedia recommendations
  • com.xiaomi.channel is the main module of the tape.

These apps canโ€™t be removed completely without root, but you can roll them back to the factory version, which often removes the tape.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search, type in the application names from the list above (or scroll down to the Systems section).
  3. For each app found, click โ‹ฎ (three-point) โ†’ Remove updates.
  4. Confirm the action and restart the phone.

If the Remove Updates button is inactive:

  • ๐Ÿ”ง Try to stop the app first, then try again.
  • ๐Ÿ“ฆ Install a third-party launcher (like Nova Launcher or Lawnchair) โ€“ it can block the display of tape at the interface level.

โš ๏ธ Warning: Reverse updates will reset the weather, alarm clocks and other related features, for example, on the Redmi Note 11, after this procedure, the weather widget on the locked screen may disappear, and you will have to reconfigure it.

What if the tape returns after the MIUI update?
After a major firmware update (e.g., from MIUI 13 to MIUI 14), system applications are automatically updated to current versions, restoring the tape. 1. Before upgrading, turn off the Internet (mobile data and Wi-Fi). 2. Update the firmware through Settings โ†’ System Update (use a local file if available). 3. Immediately after the update, repeat the application rollback (paragraph 2 of this instruction). 4. Go to Google Play โ†’ Settings โ†’ Application Automating and select Never for System Services.

3. Disconnecting the tape via ADB (no root)

If standard methods donโ€™t work and you donโ€™t want root rights, you can use USB debugging and ADB commands. This method is suitable for all Redmi models, including Redmi K50, Redmi 10 and newer devices.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/Linux/macOS;
  • ๐Ÿ“ฑ Cable USB (preferably original);
  • ๐Ÿ› ๏ธ Utility. ADB (You can download from the official Android website).

Step-by-step:

  1. Turn on the smartphone Developer Mode: Go to Settings โ†’ About Phone. 7 times click on the MIUI Version (you will be notified โ€œYou became a developerโ€). Return to Settings โ†’ Additional โ†’ For developers. Activate debugging over USB and Allow debugging (for charging only).

Connect the phone to the PC and confirm the trust in the computer (a request will appear on the smartphone screen).

ADB

adb devices

(Your device should be displayed)

adb shell pm hide com.xiaomi.channel
adb shell pm hide com.miui.weather2

Reboot your smartphone.

If after the reboot the tape disappeared, but the weather on the home screen also disappeared, follow an additional command to restore it:

adb shell pm unhide com.miui.weather2

Developer mode is on

Installed ADB drivers on PC

USB debugging is allowed on the phone

The cable is connected to the USB 2.0 port (for stability)

Backup of important data is made

-->

โš ๏ธ Note: Pm hide commands only work on the MIUI 12 On older versions (e.g., older versions, MIUI 11 on the Redmi 8) Use the adb shell pm disable-user instead --user 0 com.xiaomi.channel, however, may cause other system functions to fail.

4. Radical methods: removal of system APKs (root required)

If you are willing to go to extreme lengths and have your root bootloader unlocked, the news feed can be permanently removed, a method that is suitable for power users, as improper actions can lead to a device blink (completely inoperable).

List of applications responsible for the tape:

Package nameDescriptionCan I remove it?
com.xiaomi.channelMain module of the news feedโœ… Yes.
com.miui.weather2Weather and widgets (partially responsible for the tape)โš ๏ธ Partially (weather will be lost)
com.miui.playerMultimedia recommendationsโœ… Yes.
com.xiaomi.midropFile Manager (sometimes integrated with tape)โŒ No (disrupts the file's operation)

To delete, use a root-enabled file manager (such as Root Explorer or FX File Explorer):

  1. Go to /system/priv-app/ or /system/app/.
  2. Find folders with names from the table (e.g. MiuiChannel for com.xiaomi.channel).
  3. Delete folders or rename them by adding.bak at the end (e.g. MiuiChannel.bak).
  4. Clear the cache and data of the remaining system applications through Settings โ†’ Applications.
  5. Reset the device.