The lock screen on Xiaomi smartphones is not just a protection against random clicks, but also an entire information hub with news, weather, app recommendations and even advertising. For many users, the tape on the lock screen (known as Mi Feed or Xiaomi Feed) becomes a source of irritation: it slows down unlocking, eats up traffic and battery, and sometimes even shows content that you do not care about, especially for owners of Redmi Note 10/11/12, POCO X3/X4/X5 and other models on MIUI 12/13/14, where tape is deeply integrated into the system.
In this article, we'll look at all the ways you can turn off your feed, from standard settings to hidden features and radical techniques for advanced users, and learn how to remove not only news feeds, but also banner ads, weather widgets, app recommendations, and even system notifications that interfere with the lock screen, and if you find that after the MIUI update, the tape returned by itself, here you will find a solution.
Warning: Some methods require superuser rights (root) or work with ADB, so beginners should start with safe options. Also note that different versions of MIUI and regional firmware (Global, China, EEA) may have different settings โ we will show all possible ways.
1. Standard tape shutdown via MIUI settings
Letโs start with the simplest and safest way to do this, which works on most Xiaomi smartphones without any further manipulation. In the latest versions of MIUI 13/14, the developers finally added the ability to turn off the tape right in the lock screen menu, but not all users are able to find this switch the first time.
Here's the step-by-step instruction:
- Open Settings โ Lock screen (or Lock and Protection on some models).
- Find the Lock screen style or Lock screen settings section.
- Tapping by current style (e.g. Standard or MIUI).
- At the bottom of the screen, the Ribbon switch on the lock screen (or Mi Feed, Xiaomi Feed) should appear.
- Confirm the action if the system requests.
If you have MIUI 12 or older, this item may not be available, so try an alternative route:
- ๐ฑ Long tap on the lock screen โ Settings โ shut off the tape.
- โ๏ธ Settings โ Annexes โ Application management โ Find Mi Feed or Xiaomi Feed โ Shut down.
- ๐ On some firmware (China) ROM) The tape is called (Mi Home Service) โ it can also be turned off in the application settings.
If the switch is gray and inactive, your version of MIUI doesn't support standard shutdown.
2. Disable via the settings of the application "Mi Feed"
The lock screen tape is a separate system application called Mi Feed (or com.miui.mifeed in technical detail) that can not only be disabled, but also limited rights so that it does not collect data about your preferences and does not show ads.
Do the following:
- Go to Settings โ Applications โ Application Management.
- In the search bar, type Mi Feed or Xiaomi Feed (in Chinese firmware, look for ).
- Open the app page and click Disable (or Remove Updates if the off button is inactive).
- Then go back to Settings โ Lock screen and select a style without tape (e.g., Watch Only).
If there is no Disable button, try limiting the application rights:
- ๐ซ Permits โ Turn off Warehouse, Microphone, Location.
- ๐ต Mobile data and Wi-Fi โ disable network access.
- ๐ Auto-start โ Turn off (this will prevent tape from loading in the background).
On some firmware (e.g. MIUI 14 for POCO F4/F5), Mi Feed can automatically turn on after the system update, in which case you will have to repeat the deactivation procedure or use methods from the following sections.
โ๏ธ Preparing for Mi Feed shutdown
3.Using ADB to Deeply Shut Down Tape
If standard methods don't work, it's time to move on to more serious tools. ADB (Android Debug Bridge) allows you to turn off system applications without root rights, but requires you to connect your smartphone to your computer. This method is suitable for MIUI 12/13/14 and works even on firmware where tape is soldered into the system.
You'll need:
- ๐ป Computer with Windows/macOS/Linux.
- ๐ USB-cable (preferably original).
- ๐ฅ ADB Fastboot Tools by Google.
- ๐ง Included Debugging by USB smartphone.
Instructions:
- Activate Developer Mode: Go to Settings โ About Phone โ tap 7 times on the MIUI version.
- Return to Settings โ Additional โ For developers โ Enable Debugging by USB.
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command line (or Terminal on macOS/Linux) in the folder with ADB and type: adb shell pm uninstall --user 0 com.miui.mifeed For some models (POCO, Black Shark) you may need to command: adb shell pm hide com.miui.mifeed
- Reboot your smartphone. The tape should disappear.
If the tape returned after the reboot, try alternative commands:
adb shell pm disable-user --user 0 com.miui.mifeed
adb shell pm clear com.miui.mifeedโ ๏ธ Note: On some firmware (China) ROM) Disable Mi Feed through ADB This may cause system notifications to fail, so use the root-rights method (section 5).
What if the ADB canโt see the device?
4. Removal of the tape through the theme editor (for MIUI 12/13)
Few people know, but in MIUI There's a hidden feature that allows you to edit system themes, including the lock screen. ADB, It doesn't work on all firmware. It's good for Redmi Note owners. 9/10, Mi 10/11 Other models with support for customization of topics.
Step-by-step:
- Download and install the official Themes app (com.android.themes) from Google Play or the App Store (unless it is installed by default).
- Open the app and go to My Profile โ Theme Editor (or Create a Theme).
- Select the Lock Screen โ Edit.
- Remove the boxes from the items News Feed, Recommendations, Weather.
- Save the changes and apply the new theme.
If the Theme Editor section is missing, try an alternative method:
- ๐จ Install a third-party theme without tape (like Pure Lockscreen or Minimal Clock from the theme store).
- ๐ In the lock screen settings, select Style โ Other topics and apply downloaded.
โ ๏ธ Attention: On some firmware (MIUI 14 for POCO F5) The theme editor may reset after the update. To avoid this, disable automatic theme updates in Settings โ Topics โ Settings.
| Xiaomi model | Supports the topic editor? | Alternative method |
|---|---|---|
| Redmi Note 10/11/12 | โ Yes. | Standard Disconnection through Settings |
| POCO X3/X4/X5 | โ No, on Global. ROM) | ADB |
| Mi 11/12/13 | โ Yes. EEA ROM) | Theme Editor or ADB |
| Black Shark 4/5 | โ No. | Only root. |
5 Radical methods: root and modification of system files
If all previous methods failed, the last option is root rights and manual removal of system components of the tape, which is suitable for advanced users and requires unlocking the bootloader, which can lead to loss of warranty.
What you'll need:
- ๐ Unlocked bootloader (instructions on [Xiaomi official website](https://en.miui.com/unlock/)).
- ๐ฑ Installed by Magisk or SuperSU for root rights management.
- ๐ ๏ธ File Manager with support for root (such as Root Explorer or Mixplorer).
Instructions for strip removal:
- Get root rights (for example, through Magisk).
- Open the root file manager and go to /system/priv-app/ or /system/app/.
- Find and delete folders: MiFeed XiaomiFeed Msa (Mi Service Analytics)
- Go to /system/etc/permissions/ and delete the files: com.miui.mifeed.xml com.xiaomi.mifeed.xml
- Clear the cache and data through Settings โ Storage โ Cleanup.
- Reboot your smartphone.
For complete removal of advertising and analytics, it is also recommended to:
- ๐งน Delete /system/app/MiuiDaemon (responsible for collecting statistics).
- ๐ง Disable com.xiaomi.market (Mi App Store) if it shows ads on the lock screen.
โ ๏ธ Note: Deleting system files can lead to unstable work MIUI Or even a "brike" of the device. Before you manipulate, make a full backup through the device. TWRP Or OrangeFox Recovery.
๐ก
If after deleting system files, the lock screen stopped working, restore the deleted folders from the backup or reflash the smartphone via Fastboot.
6.Alternative solutions: third-party launchers and firmware
If you donโt want to mess with the system settings, but the tape on the lock screen is annoying, there are two alternative ways:
- Using a third-party launcher with support for lock screen customization: ๐ฑ Nova Launcher + Sesame Lockscreen plugin. ๐ AcDisplay or Always On AMOLED (for devices AMOLED-These applications allow the standard lock screen to be completely replaced. MIUI minimalist without tape.
- Install custom firmware (for example, LineageOS, Pixel Experience or crDroid) They do not have built-in Xiaomi tape, but you will need to unlock the bootloader and experience with the device. TWRP. Pluses: โ Clean Android without Advertising. โ Regular security updates. โ Ability to fine-tune the interface.
Cons:
- โ Loss of guarantee.
- โ Possible bugs with camera or sensors (depending on firmware).
If you decide on a custom firmware, we recommend:
- ๐ For POCO F3/F4/F5: Pixel Experience (maximum stability).
- ๐ For the Redmi Note 10/11: LineageOS (minimalist interface).
- ๐ For Mi. 11/12: crDroid (many customization functions).
โ ๏ธ Note: Before installing custom firmware, check its compatibility with your model on the forum XDA Developers.Incorrectly selected firmware can lead to a "brick" of the device.
๐ก
Custom firmware is the only way to permanently get rid of Xiaomi tape, but it requires technical skills and lacks warranty.
7 What to do if the tape returned after the MIUI update
One of the most common problems is that the tape on the lock screen reappears after the MIUI update. This is because system applications (Mi Feed, Msa) are automatically updated via Google Play or Xiaomi servers. To prevent tape from returning, follow these tips:
Prevention:
- ๐ Turn off automatic updates to system applications: Settings โ Annexes โ Application management โ Three points (โฎ) โ Auto-update of applications โ Shut down.
- ๐ซ Block Mi Feed Update via Google Play: Open Google Play โ Find Mi Feed. Task three points (โฎ) โ Remove updates โ Turn off auto-update.
- ๐ง Use it. ADB For permanent shutdown: adb shell pm uninstall --user 0 com.miui.mifeed adb shell pm uninstall --user 0 com.xiaomi.msa.global
- ๐ก๏ธ Install Magisk module to lock: Disabler for modules MIUI or Xiaomi Debloater (available in the Magisk repository) automatically disable unnecessary system services, including tape. If the tape still appears, try: Reset the lock screen settings to factory (Settings) โ Lock screen โ Reset settings. Set a third-party theme (as described in the section) 4). Reverse to the previous version MIUI (If the update brought the tape back, some firmware (MIUI 14 For the Redmi Note 12) The tape may be coming back from com.xiaomi.mipicks. To turn it off, use the service. ADB: adb shell pm disable-user --user 0 com.xiaomi.mipicks FAQ: Frequent questions about the tape on the lock screen Xiaomi โ Why after the tape is turned off ADB She's coming back? This is due to automatic system applications recovery via Google Play Services or Xiaomi servers.To prevent refunds: Disable auto-update for Mi Feed on Google Play.Use the Magisk Xiaomi Debloater module for permanent blocking. Delete your Xiaomi account in your settings (unless you use cloud services). โ Can I remove the tape without rooting and ADB? Yeah, but not on all firmware. Try: Standard shutdown in Settings โ Lock screen. Set up a third-party theme without tape. Disable the Mi Feed app in the app settings. If nothing works, just leave it to the app settings. ADB root. โ The tape is gone, but the weather and notifications are no longer shown. How do I get it back? Chances are you've disabled not only the tape, but the system widgets as well. To return weather and notifications: Go to Settings โ Lock screen โ Style and select Standard with clock and weather. Enable back the service com.miui.weather2 (through ADB Install a weather widget from a third-party app (e.g. AccuWeather). โ Will the way to work with ADB on POCO F5? Yes, but with reservations: On Global ROM Adb shell pm uninstall --user 0 com.miui.mifeed will work. ROM china ROM You may need to disconnect com.xiaomi.mipicks if ADB It gives you an error not found, try pm hide instead of uninstall. โ How to remove ads on the lock screen if there is no tape? Advertising on the lock screen can be shown via: Mi Browser (turn off advertising notifications in the browser settings), Mi Video or Mi Music (remove or disable autorun). com.xiaomi.mipicks service (disable via ADB). Also check settings โ Memory โ Cleanup โ sometimes advertising appears because of the โmemory optimizerโ.