The lock screen on Xiaomi Redmi Note smartphones often turns into a real news board: weather, advertising, Mi Browser tape and other notifications prevent you from quickly unlocking the phone. Especially annoying when you lift the device instead of time and date, you are shown titles three years ago or game ads. The problem is that MIUI by default aggressively integrates Xiaomi services into the system interface, and turn them off is not as easy as it seems.
In this article, all the working ways to remove news from the lock screen for Redmi Note 10/11/12 models (including Pro versions) on MIUI 12, 13 and 14. We will discuss both standard settings and hidden tricks that do not require root rights. Importantly, some methods may differ depending on regional firmware (global, Chinese, EEA).
Why news appears on the lock screen
The culprit is the MiuiDaemon system application (com.miui.daemon), which is responsible for displaying content on a locked screen, and it interacts with:
- π Mi Browser β shows news feed and advertisements
- π MiuiSystemUI β manages weather widgets and calendar
- π Geolocation Services β Uploads Local News
- π± Themes app β sometimes adds banner ads
Even if you turn off all notifications manually, MIUI can automatically turn them back on after you update the system, especially for firmware in China, where ads are built into the kernel. Global versions (EEA) are usually more user-friendly, but news can slip through there.
Method 1: Disconnect via lock screen settings
The most obvious method is to use built-in MIUI options, which works on most global firmware, but may not be available on Chinese versions.
- Open the Settings β Lock screen.
- Slip on the item Style of the lock screen.
- Choose any style without a news feed (usually the "Classic" or "Simple" variants).
- Scroll down and turn off the Recommendations slider.
- Go back and go to Additional Settings β Lock screen widgets.
- Disable all news-related widgets (Mi Browser, Weather, Calendar).
If there is no point to show recommendations, your firmware does not support this disabling through the GUI. In this case, move on to the following methods.
βοΈ Preparing for news blackout
Method 2: Deactivate Mi Browser and related services
Mi Browser is the main news provider on the lock screen, and it can be disabled, but not removed (since it is system-based).
- Go to Settings β Applications β Application Management.
- Find the Mi Browser (or just the Browser).
- Tap to disable (do not "Delete updates!").
- Confirm the action β this will remove all updates and return the browser to the factory version.
- Then go to Settings β Accounts and Sync β Mi Account.
- Turn off sync for Browser and News.
After that, the news should disappear within 10-15 minutes. If not, restart your phone. Importantly, disabling your browser can affect some system functions, such as quick search in the app menu.
What happens if you delete the Mi Browser update?
Method 3: Using ADB to Deep Shut Down
If previous methods didnβt work, youβll need to use Android Debug Bridge (ADB), which requires a computer, but is guaranteed to clean up news even on Chinese firmware.
You'll need:
- π₯οΈ Computer with Windows/Linux/macOS
- π USB-cable (preferably original)
- π± Included debugging by USB phone-on
- π οΈ Utility. ADB Tools by Google
Instructions:
- Activate Developer Mode: Go to Settings β About Phone and tap the MIUI version 7 times.
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect the phone to the PC and confirm the debugging permission.
- Open the command prompt (Windows) or terminal (Linux/macOS) in the folder with ADB.
- Follow the commands in turn: adb shell pm hide com.miui.daemon pm hide com.android.browser pm hide com.miui.browser
- Reboot your phone: adb reboot.
These commands hide the system applications responsible for the news, so to get it back, use pm unhide instead of pm hide.
π‘
If news still appears after the commands are executed, add another line: pm hide com.miui.systemAdSolution β this will turn off the MIUI advertising module.
Method 4: Reset the lock screen settings
Sometimes the news feed gets eaten up by a setup failure, and in such cases, a partial reset without loss of data helps.
- Open the Settings. β The phone.
- Slip on Settings Reset.
- Select Reset the lock screen settings (not a full reset!).
- Confirm the action and wait for the reboot.
After resetting, reset the lock screen by choosing a no-news style (see Method 1).This method is especially effective after the MIUI update, when the old settings conflict with the new firmware version.
π‘
Resetting the lock screen settings does not delete your data (photos, contacts, messages), but returns all display parameters to factory values.
Method 5: Install custom firmware (for advanced)
If nothing works, the radical method is to run a customized version of MIUI (e.g. Xiaomi.eu or LineageOS) that removes all advertising modules and news widgets at the system level.
Advantages:
- β Complete lack of news and advertising
- β Regular security updates
- β Additional functions (themes, gestures, etc.)
Disadvantages:
- β οΈ Loss of warranty (if the phone is under warranty)
- β οΈ Risk of "bricking" with incorrect firmware
- β οΈ The need to unlock the loader
Instructions for installing Xiaomi.eu:
- Unlock the bootloader through the official Xiaomi tool.
- Download the firmware Xiaomi.eu for your model from the official website.
- Install it via TWRP Recovery (pre-installing it is required).
- Run Wipe Dalvik/Cache after the firmware.
β οΈ Warning: Custom firmware voids warranty and may result in data loss.Before the procedure, make a full backup via Mi PC suite TWRP.
Comparison of methods: which to choose
| Method | Difficulty | Efficiency | Risks. | PC required |
|---|---|---|---|---|
| Lock screen settings | β | β οΈ 60% | No. | No. |
| Mi Browser's shutdown | ββ | β 80% | System functions may be broken | No. |
| ADB-team | βββ | β 95% | Incorrect input - system failure | Yes. |
| Resetting settings | β | β οΈ 70% | All widgets will drop. | No. |
| Custom firmware | ββββ | β 100% | Loss of warranty, risk of brick | Yes. |
For most users, the best option is a combination of Method 1 + Method 2. If news continues to appear, try ADB. Castom firmware should only be considered if you are ready for possible problems.
Frequent Mistakes and How to Avoid Them
Many users have typical problems when trying to remove news, and here are the most common ones:
- News comes back after the MIUI Solution Update: After each major update, repeat Method 2 (disable Mi Browser) and check the lock screen settings.
- It's not working. ADB-Pm hide Solution: Make sure you have debugging enabled USB You have approved your PC permission, and you also need to check that you are using the latest version of the platform-tools.
- All widgets, including weather, have disappeared Solution: In Settings β Lock screen β Widgets manually add back the desired items (for example, Watch or Calendar).
- There is no option to disable news on Chinese firmware Solution: Use Method 3 (ADB) or install global firmware via the Mi Flash Tool.
β οΈ Note: Some Redmi Note models for the Chinese market (e.g., with the C suffix in the title) have news stitched at the core level, and only Xiaomi.eu or LineageOS will help in such cases.