Xiaomi Redmi 9 is one of the most popular budget smartphones, but its owners often encounter intrusive news feed on the home screen or in the notification panel. This feature, integrated into the MIUI shell, not only distracts, but also consumes traffic, battery power, and sometimes even shows ads under the guise of “helpful recommendations.” In this article, we will examine all the working ways to completely remove news from the Redmi 9 screen, including hidden settings and radical methods for advanced users.
Complicating the problem is that Xiaomi regularly updates its content display algorithms, and standard disabling methods may stop working after the MIUI update. We tested the solutions on shell versions from MIUI 12 to MIUI 14 (including global and Chinese firmware) and identified 5 reliable ways, including both simple settings and technical tricks for experienced users. If you are tired of endless headlines about the weather, promotions and “interesting” videos, read on.
Why is the news on Redmi 9 and can it be removed forever?
The news feed on Redmi 9 is part of Xiaomi’s ecosystem that uploads content through msa (Mi System Ads) and miui-daemon.
- 📱 Main screen: News widget to the left of the main icons (some firmware is called "Mi Feed").
- 🔔 Notification panel: Weather, promotions and “recommendations” cards when swiping down.
- 🔍 Search String: Built-in news blocks in search results by device.
- 📊 System applications: for example, "Security" or "Themes" may show promotional content.
Can we delete it forever? Technically, yes, but with reservations:
- ✅ Standard tools (no root) – you can turn off most of the tape, but some elements may return after updates.
- ⚙️ Through ADB (No superuser rights – a more reliable method that blocks services at the system level.
- 🛠️ With root rights – complete removal of system applications responsible for news.
⚠️ Attention: On Chinese firmware (CN ROM) If your Redmi 9 is purchased in China, check the version first. MIUI In Settings → The phone.
Method 1: Disable news via home screen settings
The easiest method is to remove the news widget from the home screen, which won’t remove the feed completely (it can stay in the notification bar), but it will eliminate the most noticeable source of annoyance.
Instructions:
- Press and hold the empty space on the home screen (not the icon!).
- At the bottom of the screen, you'll see a settings panel, and tap the "Screen settings" icon.
- Scroll down and find the "Widgets" or "News Feed" section (the name depends on the MIUI version).
- Turn off the slider next to the "Show news" or "Mi Feed" item.
- Swipe left on the home screen – if the tape has disappeared, the method worked.
If the "Widgets" item is not in the settings, try an alternative path:
- Swipe left on the main screen to open the news feed.
- In the upper right corner, press three dots (⋮) → "Settings".
- Turn off the “Recommended Content” and “Personalized News” options.
⚠️ Note: Some Redmi 9 firmware may reappear after 1-2 days after the tape is turned off, due to a background update to com.miui.systemAdSolution (ADB).
☑️ Preparing for news blackout
Method 2: Remove news cards from the notification panel
Even if you remove the tape from the home screen, news can appear in the notification curtain when you swipe down to turn it off:
- Swipe down from the top edge of the screen to open the notification bar.
- Push the gear (⚙️) top-right.
- Select "Notification Settings".
- Scroll down and find the System Notifications section.
- Turn off the sliders next to: 📰 "News and weather" 🔍 "Recommendations MIUI" 🎯 "Personalized content"
If these items are not available, try another way:
- Go to Settings → Applications → Application Management.
- In the search box, type "Mi Feed" or "News".
- Select the com.miui.miuihome app (launcher) or com.miui.weather2 (weather).
- Turn off "Show notifications" and "Shoot up".
Step-by-step:
- Turn on USB debugging: Go to Settings → About Phone. Tap 7 times on MIUI Version to activate Developer Mode. Go back to Settings → Additional → Developer. Enable USB Debugging and confirm permission.
Connect your phone to your PC
Command line.
Terminal
Check the connection.
adb devicesThe name of your device with device status should appear.
Execute commands to turn off news
adb shell pm hide com.miui.systemAdSolution
adb shell pm hide com.miui.msa.global
adb shell pm hide com.xiaomi.midropThese commands will hide the system applications responsible for the tape.
Reboot the phone.
adb rebootIf the news disappeared after the reboot, the way it worked. If it didn't, try the extra commands:
adb shell settings put global hidden_api_policy 1
adb shell pm uninstall --user 0 com.miui.analytics⚠️ Note: Pm hide and pm uninstall commands --user 0 They don't delete apps completely, they just disable them for the current user. MIUI It may be necessary to repeat the procedure.
What if the ADB can’t see the device?
Method 4: Delete news with root rights
If you have root access (e.g., through Magisk), you can completely remove the system applications responsible for the newsfeed, a method that gives you a 100% guarantee that the feed will not return after updates, but requires caution - incorrect actions can lead to unstable system operation.
Instructions:
- Install a root-enabled file manager, such as Root Explorer or Solid Explorer.
- Go to /system/app/ or /system/priv-app/.
- Find and delete the following folders (or rename them by adding.bak at the end): MiuiSystemAdSolution MSA (or msa) MiuiDaemon Analytics
- com.miui.home (launcher)
- com.miui.weather2 (weather)
- Reboot the phone.
An alternative method is to use Magisk Module to block news, such as the Disable MIUI Ads module or the Xiaomi Debloater module (available in the Magisk repository).
⚠️ Note: Removing system applications may disrupt some functions MIUI, for example: 🔄 Automatic weather update. 📱 Synchronization of Xiaomi account. 🛡️ Some security features (such as virus scanning) Make a backup through the TWRP Or OrangeFox.
💡
Root access gives you maximum freedom in setting up Redmi 9, but it is not warranty and can lead to a "brick" of the device. Use this method only if you are confident in your actions or ready to restore firmware.
Method 5: Alternative launcher and traffic blocking
If you don’t want to dig into settings or use ADB, you can simply replace the standard MIUI launcher with a third-party one (like Nova Launcher, Lawnchair or Hyperion) that will hide the news feed on the home screen, but won’t remove it from the notification panel.
How to install an alternative launcher:
- Download any launcher from Google Play (we recommend Nova Launcher).
- After installation, click Home and select the new launcher as default.
- Customize the main screen for yourself – the MIUI news feed will no longer be displayed.
You can also block Internet traffic for news services:
- Go to Settings. → SIM-maps and mobile networks → Transfer of data.
- Select “Background Limitation” or “Traffic Savings”.
- Add to the blacklist of applications: com.miui.systemAdSolution com.miui.msa.global com.xiaomi.midrop
To block traffic completely, use a firewall like NetGuard or AFWall+ (requires root), which allows you to completely disable Internet access for news services.
What if the news comes back after the MIUI update?
Xiaomi updates its shell regularly, and sometimes after the MIUI update, the news feed reappears.
- 🔄 Repeat Method 3 (ADB) — After updating, system applications can be activated again.
- 📵 Turn off automatic updates MIUI: Go to Settings. → The phone. → Update the system. Press three dots (⋮) → "Settings. Turn off Autoboot and Update Notifications".
- 🛡️ Use Magisk Module to permanently lock (if root is available).
- 📱 Reset the launcher settings: Go to Settings → Annexes → Application management. Find com.miui.home. Click on Storage" → "Clear the data".
If the problem is repeated too often, consider switching to custom firmware (like LineageOS or Pixel Experience).These firmwares lack MIUI news feed but require unlocking the bootloader and installing via TWRP.
💡
MIUI updates often “return” disabled features, and to avoid this, discard automatic updates or use firmware from third-party developers (for example, xiaomi.eu), where the news feed is disabled by default.