The lock screen on Xiaomi, Redmi and Poco smartphones often becomes a trash can: disturbing news, banner ads and unnecessary notifications. The manufacturer defaults on MIUI News (formerly Mint Browser News Feed), which loads content even when the device is locked, a feature that not only annoys, but also consumes up to 15% of the battery charge per week on background data synchronization.
In this article, we will discuss current ways to completely disable the news feed on all versions of MIUI (including MIUI 14/15 and HyperOS), taking into account the features of different models. We will analyze both standard settings and hidden methods for devices where the option is hidden by the manufacturer. No root rights or complex manipulations, only proven solutions from Xiaomi customization experts.
Why news appears on the lock screen and how it is harmful
The MIUI News Feed function is integrated at the system level and works through com.miui.systemAdSolution and com.miui.msa.global. Even if you donβt interact with the content, it:
- π Battery drains β background synchronization of news consumes energy every time 30-60 minute.
- π‘ Mobile traffic β up to 50MB per month to download images and texts.
- ποΈ Collects data β the service tracks what news you view for targeted advertising.
- π« Violates privacy β content can be displayed in a random swipe, revealing your interests to outsiders.
On some models (such as the Xiaomi 13T Pro or Redmi Note 12 Pro+), the news feed is activated by default and does not have a visible off button in the menu. This is due to Xiaomi's policy of monetizing free software through advertising.
Method 1: Standard shutdown via lock screen settings
On most devices with MIUI 12-15 and HyperOS, the option is hidden in the back of the menu.
- Open the Settings β Lock screen.
- Slip on the lock screen style (or additional settings on new versions).
- Select the current style (e.g. MIUI or Digital Watch).
- At the bottom of the screen, find the News Feed switch (or Show recommendations) and turn it off.
- Confirm the action by pressing Ready.
If there is no News Feed, your model uses an alternative integration method (see Method 2). On some firmware (e.g. MIUI Global for Poco X5 Pro), the option may be called Lock Screen Magazine.
News disappeared when swipe left on a locked screen
There are no active news switches in lock screen settings
Background processes of msa and systemAdSolution do not consume traffic (check in "Data Use")
-->
Method 2: Disconnect via the browser application settings
On devices with MIUI 13+, the news feed is tied to the standard Mint Browser (or Mi Browser) browser, which even if you don't use it, runs in the background to deactivate news:
- Go to Settings β Applications β Application Management.
- Find the Browser (or Mint Browser) and tap it.
- Select Notifications and disable all permissions.
- Go back and go to Application Rights β AutoRun, then disable AutoRun.
- For full effect, also turn off Background activity and Mobile data.
After this, the browser will not be able to update the news feed, but note that this may affect other browser functions (such as bookmark synchronization). If news is still coming, go to Method 3.
Why does the browser affect the lock screen?
Method 3: Hidden Developer Menu (for advanced users)
If standard methods don't work, you can block news from the developer menu, which requires you to activate the developer mode:
- Go to Settings. β The phone.
- Tap 7 times on the MIUI version until you become a developer!
- Go back to the main settings menu and open a new section for developers.
- Find the Background Processes option and set a limit for the com.miui.msa.global and com.miui.systemAdSolution applications.
You can also turn off MIUI Optimization (disable MIUI optimization) from the developer menu, which will stop the automatic launch of advertising services.
π‘
After you turn off the background, restart your phone, and if the news comes back, check if your settings have reset after the reboot.
Method 4: Use ADB-commands without root)
For devices where the news feed is hard sewn into the firmware (for example, Xiaomi Mi 11 Ultra or Redmi K50 Gaming), disabling through ADB will help. This method does not require superuser rights, but you need to install Android Debug Bridge on your PC.
Instructions:
- Download Googleβs Platform Tools and unpack the archive.
- On your phone, turn on USB debugging in the Developer Menu.
- Connect your phone to your PC and in the command line (in the folder with ADB) do:
adb shell pm hide com.miui.msa.global
adb shell pm hide com.miui.systemAdSolution
adb shell pm disable-user --user 0 com.miui.msa.global
adb shell pm disable-user --user 0 com.miui.systemAdSolutionThese commands will hide and deactivate the news services, and to get it back, replace the hide/disable-user with unhide/enable.
π‘
ADB-The teams are only running until the next reset. MIUI It may be necessary to repeat the procedure.
Method 5: Installation of an alternative launcher (radical solution)
If none of the methods worked, the last resort is to replace the standard MIUI launcher with a third-party one (like Nova Launcher or Lawnchair).
- β οΈ Loss of function MIUI: disappear brand gestures, themes and animations.
- π You need to configure from scratch: you will have to transfer shortcuts and widgets manually.
- π± It doesnβt work on all models: some devices (such as Xiaomi Pad 6) block the launcher replacement.
To install an alternative launcher:
- Download. APK-Launcher file from the official website (for example, Nova Launcher).
- Install the file by allowing installation from unknown sources.
- In your phone settings, select the new launcher as the default App.
β οΈ Note: On HyperOS devices (e.g. Xiaomi 14), replacing the launcher may cause the lock screen to malfunction. β Additionally. β Backup.
Comparison of methods: which one to choose?
Depending on the Xiaomi model and the firmware version, the effectiveness of the methods varies. Below is a table with recommendations:
| Method | Difficulty | PC required | It's working at MIUI 14/15. | It's powered by HyperOS. | Risk of failure |
|---|---|---|---|---|---|
| Standard settings | β | β No. | β Yes. | β Yes. | β No. |
| Disabling the browser | ββ | β No. | β Yes. | β οΈ Partially. | β No. |
| Developer menu | βββ | β No. | β Yes. | β Yes. | β οΈ Low. |
| ADB-team | ββββ | β Yes. | β Yes. | β Yes. | β οΈ Medium. |
| Alternative launcher | βββββ | β No. | β Yes. | β No. | β οΈ High-pitched |
For most users, the first two are enough. If you're not afraid of experimentation, try ADB, which is the most reliable method. Alternative launcher should only be considered as a last resort.
What to do if the news comes back after the update
Xiaomi updates the firmware regularly, and sometimes the settings are reset.
- Repeat the disconnection through the lock screen or browser settings.
- Check the background processes in the Battery menu β Battery usage. If msa.global or systemAdSolution are active, manually lock them.
- Reset the cache for Browser and Settings applications through Settings β Applications β Application Management β Storage.
- Reverse to the old version of MIUI (if the update brought critical changes).
β οΈ Attention: Firmware rollback erases all data on the phone. Pre-save backup through Settings β Google β Backup or Mi Cloud Backup.
If the problem repeats after each update, consider switching to custom firmware (like LineageOS or Pixel Experience), a radical solution, but it will permanently remove all built-in MIUI services, including the news feed.