How to completely disable the news feed on Xiaomi: all working methods

Xiaomi’s smartphone news feed is one of the most controversial elements of the MIUI shell. 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, and it’s especially annoying not being able to remove the tape with standard means on some firmware versions.

In this article, we will analyze all the current ways to disable the news feed on Xiaomi, Redmi and other devices. POCO, including hidden settings, ADB-commands and alternative methods for different versions MIUI (12 to 14) and HyperOS. You will also learn how to return the tape back if it suddenly disappeared after an update, and what risks radical methods such as removing system applications carry.

Why does the news feed appear on the screen and can it be removed forever?

The MIUI news feed is integrated at the system level and linked to the mipush service and the com.miui.systemAdSolution application, which is automatically activated after:

  • πŸ“± Firmware updates – especially when switching to a new version MIUI or hyperos.
  • πŸ”„ Resetting settings to factory, if previously the tape was disabled by abnormal methods.
  • πŸ“² Install applications from Xiaomi (such as Mi Browser, Mi Video) that can overwrite settings.
  • 🌍 Changes in the region in the device settings (for example, from Russia to Global).

It is technically impossible to remove the tape completely without root rights, but it can:

  • βœ… Hide from the interface (it will remain in the system, but will not be displayed).
  • βœ… Disable content updates so that it doesn’t consume traffic.
  • βœ… Replace with an alternative launcher where there is no default tape.

⚠️ Note: On HyperOS devices (e.g. Xiaomi 14, Redmi) K70) The news feed is closely linked to the weather widget, and shutting it down could cause a standard launcher to malfunction.

Method 1: Disconnect the tape through MIUI settings (official method)

On most devices with MIUI 12-14, tape can be deactivated through the settings menu, but the path to the option depends on the firmware version and region.

For MIUI 14 / HyperOS (2023-2026):

  1. Open the Settings. β†’ Main screen screen.
  2. Slip on System Applications or Additional settings (depending on the model).
  3. Find the News Feed or Mi Feed option and move the slider to the off position.
  4. Confirm the action if a widget reset warning appears.

For MIUI 12–13 (Global/EU/Russian version):

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. In the search box, enter the tape or Mi Feed.
  3. Select the News Feed app (newspaper icon).
  4. Click Disconnect β†’ Stop (if available).

Check the version of MIUI in Settings β†’ About the phone

Backup of important data

Connect to Wi-Fi (for stability)

Close all background applications-->

If the News Feed item is not in the settings, your firmware does not support official shutdown, in which case proceed to Method 2.

⚠️ Note: On some models (POCO F5, Redmi Note 12) after the tape is turned off, the weather widget may disappear. To return it, restart the device or update the firmware to the latest version.

Method 2: Disconnect via ADB (for power users)

If the standard settings do not help, you can block the tape using ADB-This method works on all versions. MIUI HyperOS, but requires a connection to a computer.

What you need:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ“± USB-cable (original or quality).
  • πŸ”§ Included Debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times to tap the version number β†’ return to additional settings β†’ For developers β†’ Debugging by USB).
  • πŸ“¦ Utility. ADB Tools (download from the official Android website).

Step-by-step:

  1. Connect your smartphone to your computer and allow debugging (a request will appear on the phone screen).
  2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Follow the command to turn off the tape: adb shell pm hide com.miui.systemAdSolution If the command does not work, try an alternative option: adb shell pm disable-user --user 0 com.miui.systemAdSolution
  5. Reboot your smartphone (adb reboot).

After the reboot, the news feed will disappear from the home screen. To return it back, use the command:

adb shell pm enable com.miui.systemAdSolution

πŸ’‘

If ADB Does not recognize the device, try installing Xiaomi drivers USB Drivers or using other drivers USB-Also check if File Transfer is enabled when you connect.

Method 3: Removing tape through third-party launchers

If you don't like the standard MIUI launcher, you can install an alternative one where there's no default news feed, which requires no root rights and is completely reversible.

The best launchers for Xiaomi without news feed:

LauncherFeaturesDownload link
Nova LauncherFlexible customization, gesture support, no advertisingGoogle Play
LawnchairLightweight, open source, Pixel styleGoogle Play
Microsoft LauncherWindows integration, minimalist designGoogle Play
Apex LauncherTheme support, gestures, backupGoogle Play

How to install and configure:

  1. Download the selected launcher from Google Play.
  2. After installation, click the Home button and select the new launcher as the main one.
  3. In the launcher settings, disable all options associated with news widgets (for example, in Nova Launcher it is Settings β†’ Widgets β†’ Hide system widgets).

The advantage of this method is that you not only remove the tape, but also get additional features: support for themes, gestures, desktop backup, etc.

Standard MIUI

Nova Launcher

Lawnchair

Microsoft Launcher

Other-->

Method 4: Disable via Mi Account settings (for global firmware)

On global firmware devices (e.g. Redmi Note 11 Global, POCO X5 Pro), the news feed is linked to the Mi Account, which can be disabled via the web interface or in sync settings.

Instructions:

  1. Open Settings β†’ Accounts and Sync β†’ Mi Account.
  2. Slip on your profile and select Synchronization settings.
  3. Find the News Feed or Mi Feed item and turn off the slider.
  4. Confirm the action if necessary.

If the item is not in the mobile application, try to do it through the web version:

  1. Go to account.xiaomi.com and log in.
  2. In the Services section, find personalized recommendations.
  3. Turn off the option to Show News Feed on devices.

⚠️ Note: On some devices, disabling your tape via your Mi Account may cause bookmarks and notes to fail. Before changing your settings, make sure that important data is backed up.

Method 5: Radical methods (for advanced users only)

If none of these things work, you can resort to radical measures that require root rights or deep knowledge of firmware modification.

Option 1: Remove system applications via TWRP

  • πŸ”§ Install custom recovery TWRP.
  • πŸ“ Make a backup copy of the section /system.
  • πŸ—‘οΈ Delete the files: /system/priv-app/SystemAdSolution /system/priv-app/MiuiSystemAdSolution
  • πŸ”„ Reset the device.

Option 2: Modification of the build.prop file

Add a line to /system/build.prop file:

ro.miui.has_news_app=false

This method does not work on all devices and can cause errors in the system.

Option 3: Use of the Magisk module

Install the module. Disable_MiuiNews It's using Magisk Manager. It's blocking the loading of the tape at the system level.

What happens if you delete the system files of the tape without a backup?
The device may stop booting if the deleted files are critical to the shell, can only be restored by flashing or resetting to factory settings, and on some models (Xiaomi 13T, Redmi K60), this can also lead to loss of functionality of the camera or sensors.

What to do if the news feed disappears on its own

Sometimes the tape disappears after updating the firmware or resetting the settings to return it to:

  1. Check if com.miui.systemAdSolution is disabled in the application settings.
  2. Update the firmware to the latest version through Settings β†’ System Update.
  3. Reset the launcher settings: Click the empty space on the home screen β†’ Home screen settings β†’ Reset settings.
  4. If nothing helps, run the command via ADB: adb shell cmd package install-existing com.miui.systemAdSolution

On HyperOS devices, the tape may be hidden due to conflict with the weather widget. Try removing and re-addressing the weather widget to the home screen.

FAQ: Frequent questions about Xiaomi News Feed

Can I turn off the news feed without a computer?
Yes, on most devices, this can be done through settings (Settings β†’ Home Screen β†’ News Feed). If there is no item, try turning off the News Feed app in the Apps section.
Why does the weather widget disappear after the tape is turned off?
On MIUI 14 and HyperOS, the weather widget and newsfeed share common system components. To return the widget, try restarting the device or updating the firmware.
Will the tape consume traffic if it is turned off?
No, after a complete shutdown (via ADB or settings), the com.miui.systemAdSolution application stops sending requests to the network. However, some Mi Account background processes may continue to use data β€” they can be limited to Settings β†’ Mobile Network β†’ Traffic usage.
Can I return the tape after removal via TWRP?
Yes, but that would require either a backup of the /system partition or a reflash of the device, and you can't get your deleted files back without a backup.
Why is the newsfeed called differently on POCO?
On POCO devices, the tape may be called POCO Launcher Feed or App Vault, and it is disabled in a similar way, through launcher or ADB settings.

πŸ’‘

If you are not sure about your actions, start with the safest method (launcher settings or ADB), radical ways like deleting system files can cause the device to fail.