How to completely remove the widget tape on Xiaomi Redmi 10: all ways

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:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search bar, enter Mi tape (or Mi Feed in English firmware).
  3. Select the Mi Ribbon app (com.miui.mifavor).
  4. Click Disconnect β†’ Stop β†’ Clear the cache.
  5. 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.

πŸ“Š What kind of launcher are you using on Xiaomi?
Standard MIUI
Nova Launcher
POCO Launcher
Other
I don't know.

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:

  1. Download the launcher from Google Play or APKMirror.
  2. After installation, click Home β†’ select a new launcher as the main one.
  3. 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

Done: 0 / 4

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:

  1. 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.mifavor

This 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?
1. Check if debugging is included on USB In the developer settings. 2. Try another one. USB-cable (preferably original). 3. Install Xiaomi drivers from the official website. 4. Reboot your PC and smartphone. 5. If you use Windows, try running the command prompt on behalf of the administrator.

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:

  1. Open a file manager with root access.
  2. Go to /system/priv-app/MiuiMifavor.
  3. Remove or rename the folder MiuiMifavor (for example, in the MiuiMifavor_bak).
  4. 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:

  1. Install Xposed Installer and activate it.
  2. Download the module "MIUI Xposed" from the repository.
  3. In the settings of the module, find the section System UI β†’ Disable Mi Feed.
  4. 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:

MethodDifficultyRoot is required.ReversibilityRisks.
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.

Frequently Asked Questions (FAQ)

❓ The widget tape is gone, but the gestures are no longer working?
This is a known problem when disabling MIUI system components via ADB. Try: Return the standard launcher (Settings β†’ Applications β†’ Default β†’ Launcher). Reset gestures to Settings β†’ System β†’ Gestures. If it doesn't help, undo the changes via ADB command: adb shell pm uninstall -k --user 0 com.miui.mifavor (replace uninstall with enable).
❓ Can I remove the tape without a computer?
Yes, there are two options: Third-party launcher (for example, Nova Launcher) - does not require a PC. Disconnect via settings (method 1 in the article). ADB Root requires a connection to the computer.
❓ After updating MIUI The tape came back. How to fix it?
This is normal behavior - system applications are restored when they are updated. Solutions: Repeat. ADB-If you use a launcher, check its settings (probably reset). For root users: delete the MiuiMifavor folder again. To avoid a problem, disable automatic updates. MIUI In Settings β†’ The phone. β†’ Updating the system.
❓ Will the way to work with ADB Redmi 10 Pro or Redmi Note 10?
Yes, the ADB method is universal for all devices on MIUI, including: Redmi 10 Prime, Redmi Note 10/10 Pro/10S, POCO M4 Pro (based on Redmi Note 10). The main thing is that the MIUI version is not older than 14. On HyperOS (the new shell of Xiaomi), the command may not work.
❓ Can I return the tape if I need it?
Yes, depending on the method: Disable in settings: turn the Mi Ribbon app back on to Settings β†’ Applications. ADB: run adb shell pm enable com.miui.mifavor. Launcher: return to the standard MIUI launcher. Root Remove: Restore deleted files from the backup.