Xiaomi Redmi 10 is one of the most popular budget smartphones with a MIUI shell, but its signature "widget tape" to the left of the main screen annoys many users.It takes up space, slows down when swiping and often shows unnecessary content: weather, news, ads or recommendations from Xiaomi. Unfortunately, there is no "Delete" button in the standard settings, but there are several workarounds - from simple to technically difficult.
In this article, we will discuss 5 proven ways to remove the widget tape on Redmi 10 (including Redmi 10 2022, Redmi 10A, Redmi 10C and others based on MIUI 12-14). Some methods work without superuser rights, others require a connection to a PC or install third-party launchers.
β οΈ Important: Before changing system settings, back up the data. ADB) It can cause failures if performed incorrectly.
1. Method: Disconnect via MIUI settings (without root)
The safest and fastest method is to use hidden MIUI options. It is suitable for most firmware versions, but does not guarantee 100% results (on some devices, the tape is simply hidden, but not removed completely).
Instructions:
- Open Settings β Applications β Application Management.
- In the search bar, enter Mi tape (or Mi Feed in English firmware).
- Select the Mi Ribbon app (com.miui.mifavor).
- Click Disconnect β Stop β Clear the cache.
- Reboot your smartphone.
After you restart, the swipe left on the home screen should stop opening the tape. If it doesn't work, move on to the next one.
Method: Installation of a third-party launcher
If the system settings didn't work, you can replace the standard MIUI launcher with an alternative one, which not only removes the widget tape, but also adds new features to the interface customization.
- πΉ Nova Launcher β flexible settings, gesture support, no advertising.
- πΉ POCO Launcher β Optimized for Xiaomi, Lightweight and Fast.
- πΉ Lawnchair β open source, minimalist design.
- πΉ Hyperion Launcher β Support for themes and animations.
How to determine:
- Download the launcher from Google Play or APKMirror.
- After installation, click Home β select a new launcher as the main one.
- In the launcher settings, disable all mentions of widget panels (usually in the Doc or Main Screen section).
β οΈ Note: Some launchers may conflict with MIUI, If you see a lag, try another option or go back to the standard launcher.
βοΈ Preparation for the launcher change
Method: Disconnect via ADB (without root)
If previous methods didnβt work, you can use Android Debug Bridge (ADB), a tool to control your smartphone via a PC, which does not require superuser rights, but requires a connection to a computer.
Step-by-step:
- Turn on Developer Mode on Redmi 10: Go to Settings β About Phone. 7 times click on MIUI Version until the notification βYou became a developerβ appears.
Settings β Additional β For Developers
USB debugging
Xiaomi
ADB Tools
adb
adb devices(Serial numbered device should appear. If not, check the connection and drivers.)
adb shell pm hide com.miui.mifavorThis command hides the Mi Ribbon app from the system. Once you do, restart your smartphone.
If the team doesnβt work, try an alternative:
adb shell pm uninstall -k --user 0 com.miui.mifavorβ οΈ Attention: After update MIUI The tape may reappear, in which case repeat the procedure.
What if the ADB canβt see the device?
Method: Editing system files (requires root)
For advanced users who are ready to get root rights, there is a radical way to delete the system files of the tape, which is irreversible and can lead to unstable MIUI operation if performed incorrectly.
What you need:
- πΉ Root rights (for example, through Magisk).
- πΉ File Manager with support for root (Root Explorer, Solid Explorer).
- πΉ Backup of the system (required!).
Instructions:
- Open a file manager with root access.
- Go to /system/priv-app/MiuiMifavor.
- Remove or rename the folder MiuiMifavor (for example, in the MiuiMifavor_bak).
- Also check the folders: /system/app/MiuiMifavor /data/app/com.miui.mifavor*
Reset the device.
Consequences: After this removal, the tape will disappear forever, but some system updates may stop working, and there is also a risk of βbrickingβ the device if you make an error.
π‘
Before you delete your system files, make a full backup through TWRP or another custom recap, which will allow you to restore your smartphone if something goes wrong.
5. Method: Using the Xposed Framework (for advanced)
If you have an Xposed Framework installed (requires root and a compatible version of MIUI), you can use the MIUI Xposed or GravityBox module to turn off the tape.
How it works:
- Install Xposed Installer and activate it.
- Download the module "MIUI Xposed" from the repository.
- In the settings of the module, find the section System UI β Disable Mi Feed.
- Activate the module and restart the smartphone.
β οΈ Note: Xposed is not compatible with new versions MIUI 13/14 Android-based 12+. On the Redmi. 10 firmware-old 2023 This method may not work for a year.
Comparison of methods: which one to choose?
To make the choice easier, we have compiled a table with the pros and cons of each method:
| Method | Difficulty | Root is required. | Reversibility | Risks. |
|---|---|---|---|---|
| Disconnection in settings | β (simple) | β No. | β Yes. | Minimum |
| Third-party launcher | ββ (middle-of-the-road) | β No. | β Yes. | Conflicts with MIUI |
| ADB-team | βββ (difficult) | β No. | β Yes. | Reset after update |
| Deletion of system files | ββββ (difficult) | β Yes. | β No. | High (brick risk) |
| Xposed Framework | ββββ (difficult) | β Yes. | β Yes. | Incompatibility with the new MIUI |
For most Redmi 10 users, installing a third-party launcher or using ADB is the best solution. If you are not afraid of experimentation and are ready for possible bugs, try root.
π‘
The most reliable way to avoid risks is to install an alternative launcher (Nova, POCO) that requires no technical skills and is easy to roll back.