How to completely disable news on the left on Xiaomi smartphones: all ways

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.

๐Ÿ“Š What version? MIUI you have installed?
MIUI 12
MIUI 13
MIUI 14
MIUI 15
I don't know.

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.

  1. Open the main screen and make a gesture to the right (swipe) to open the news feed.
  2. In the upper right corner, press three dots (โ‹ฎ) โ†’ Select the tape settings.
  3. Go to widget management section.
  4. Turn off the slider next to Show News Feed (or Mi-Lent on Chinese firmware).
  5. Confirm the action by clicking Disable.

If there is no widget management, try an alternative path:

  1. Press the empty space on the home screen โ†’ select Screen Settings.
  2. Go to the Home Screen. โ†’ News feed.
  3. 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:

  1. Go to Settings. โ†’ Home screen.
  2. Select Gestures โ†’ Swipe to the right on the main screen.
  3. 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:

  1. Download and install Googleโ€™s Platform Tools (or use Minimal ADB and Fastboot).
  2. Connect your phone to your computer via USB and select File Transfer mode.
  3. Open the command prompt (cmd) in the adb folder and do: adb devices make sure your device appears in the list.
  4. 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
  5. 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.miservice

or (if you used to hide):

adb shell pm unhide com.miui.miservice
What if the ADB canโ€™t see the device?
1. Make sure that the drivers for your Xiaomi model are installed (you can download it on the official website). 2. Try another one. USB-cable (preferably original). 3. Enable the debugging option in the developer settings USB (security settings) and confirm the resolution on your computer. 4. Restart your phone and PC.

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:

  1. Download the launcher from Google Play (like Nova Launcher).
  2. Set it as the default launcher (the system will prompt you to do so when you first start).
  3. Open the launcher settings and turn off all gestures associated with the newsfeed.
  4. 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:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/priv-app/MiuiSystemUI or (for newer versions of MIUI): /system/product/priv-app/MiuiSystemUI
  3. Find the file MiuiSystemUI.apk and rename it to MiuiSystemUI.apk.bak.
  4. 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):

  1. Install the App Systemizer app (requires root).
  2. Find the com.miui.miservice (or MiuiDaemon) app on the list.
  3. 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:

MethodDifficultyPC/root requiredWorks after the updateRisks.
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).

Can I remove the news feed without a computer?
Yes, there are two ways: Disable via launcher settings (see Method 1). Install a third-party launcher (like Nova Launcher).
Why does the swipe right still work after the tape is turned off?
This means that the gesture is not unrelated to the system action. To fix: Go to Settings โ†’ Home Screen โ†’ Gestures. Find Swipe to the right and set No Action. If there is no point, use ADB or a third-party launcher.
How do I get the tape back if I need it?
Depending on the method of disabling: If you have disabled it in your settings, just turn it back on to your tape settings. If you have used ADB, follow the command: adb shell pm unhide com.miui.miservice If you have deleted it through root, restore the original MiuiSystemUI.apk file.
Will Google Discover work if Xiaomi is removed?
No, Google Discover and Xiaomi feed are different components. To turn on Google Discover: Install Google App (if not). Press the home screen โ†’ Screen settings โ†’ select Google Discover as the default tape. Note: on Chinese firmware without Google Play, this will not work.
Can I turn off the tape on the POCO Launcher?
POCO Launcher (used on POCO devices) has its own news feed, but it can also be removed: Open the launcher settings (press the main screen โ†’ Settings). Go to the POCO tape and disable it. If there is no item, use ADB with the command: adb shell pm hide com.miui.miservice