Why the widget tape annoys Redmi Note 10 Pro users
The widget tape in MIUI is the left bar on the home screen that appears when swiping to the right. It displays weather, calendar, quick notes and other items that not all users find useful. On the Xiaomi Redmi Note 10 Pro, this feature is activated by default, and it cannot be disabled in the standard way through the Settings menu.
The main claims to the widget tape:
- π± Random swipes β when you try to open an application, the user often falls on an unnecessary panel.
- π Battery consumption β widgets constantly update data in the background.
- π¨ Imposed design β tape takes up space on the screen and does not match the style of the user launcher.
- π« Lack of flexibility β you canβt remove individual widgets or change their order.
In this article, weβll look at all the possible ways to turn off tape, from simple settings to advanced methods using ADB and alternative launchers. Each method is tested on the Redmi Note 10 Pro with MIUI 12.5-14 firmware.
Method 1: Disconnect via MIUI settings (partial solution)
Xiaomi does not officially provide the option to completely disable the widget tape, but you can reduce its impact on the user experience.
- Open the Settings. β Main screen screen.
- Select the main screen style.
- Activate the option Without App Feed (if available).
- Return to Settings β Main screen β More
- Turn off the slider Show the Widget Ribbon (on some versions of MIUI).
β οΈ Note: Redmi Note 10 Pro with MIUI 13+ This may not work, the tape will remain, but the contents will become empty.
Open Settings β Main screen
Check the version of MIUI (Settings β About the phone)
Backup data (Settings β Additional β Backup)
Make sure your phone is 50%+ charged
-->
| MIUI version | Is a complete abandonment of the tape available? | Alternative methods |
|---|---|---|
| MIUI 12.0β12.5 | β No. | ADB, third-party launcher |
| MIUI 13.0β13.5 | β οΈ Partially (empty ribbon) | ADB, Nova Launcher |
| MIUI 14.0+ | β No. | Only ADB or root rights |
| HyperOS (2026) | β οΈ Perhaps in future updates. | Third-party launchers |
Method 2: Using ADB to remove tape completely
If standard settings donβt work, the most reliable way is to turn off the tape via the Android Debug Bridge (ADB), a method that requires connecting the phone to a computer, but doesnβt violate the warranty.
Instructions:
- Enable Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β Developer. Activate USB Debugging.
Redmi Note 10 Pro
ADB Tools
adb.exe
adb shell pm hide com.miui.home/.launcher.LauncherWidgetPaneβ οΈ Warning: After the phone restarts, the tape will disappear, but may return after the update MIUI. To get it back, use the command:
adb shell pm unhide com.miui.home/.launcher.LauncherWidgetPaneadb shell settings put secure sysui_qs_tile_default 0
This command resets the panel settings MIUI, but may require a reset.-->
Method 3: Installation of a third-party launcher (Nova Launcher, Lawnchair)
If ADB seems complicated, an alternative launcher is an easy way to get rid of the widget tape.
- π Nova Launcher β Supports gesture customization, including turning off swipe to the right.
- π± Lawnchair β lightweight open source launcher.
- β‘ Microsoft Launcher β Windows integration, but without forced tape.
Instructions for Nova Launcher:
- Install a launcher from Google Play.
- Assign it to the default launcher (Settings β Applications β Default).
- Open the Nova settings and go to Gestures and Entry β Swipe gesture up.
- Turn off or reassign the action to the swipe to the right.
Important: When using a third-party launcher, the MIUI system tape will remain active, but access to it will be blocked at the interface level.
What to do if the launcher is not installed?
Method 4: Manual removal of system applets (requires Root)
For power users who are ready to get root rights, there is a radical method - removing the system components of the tape, which violates the warranty and can lead to unstable phone operation.
Procedure:
- Unlock the bootloader through the Mi Unlock Tool.
- Install custom recovery (such as TWRP).
- Please use Magisk to obtain root rights.
- With Root Explorer or ADB, delete files: /system/priv-app/MiuiHome/MiuiHome.apk (remove only tape components, not all APK!) /system/app/WidgetPane/WidgetPane.apk
β οΈ Warning: Incorrectly deleting system files can lead to a "bootloop" (cyclical reboot). TWRP.
π‘
Root is a last resort, and 90 percent of the time, ADB or third-party launcher is enough, and only use root if other methods don't work and you're prepared for the consequences.
Frequent problems and their solutions
When you turn off the widget tape, Redmi Note 10 Pro users encounter typical errors.
| Problem. | Reason. | Decision |
|---|---|---|
| The tape is back after the MIUI update | Resetting settings when updating | Repeat the ADB command or reconfigure the launcher |
| ADB does not recognize the device | Drivers not installed | Install Xiaomi USB Drivers |
| Swipe to the right opens Google search | Conflict with Google App | Turn off Google Now in the launcher settings |
| The phone overheats after ADB-team | MIUI background processes | Restart the device and clear the cache |
If you have a lag or error after turning off the tape, try:
- π Reset the launcher settings (Settings) β Annexes β [Your launcher] β Warehouse β Clear the data).
- π± Reinstall MIUI through settings β The phone. β Update the system (without loss of data).
- π οΈ Restore the standard launcher through ADB: adb shell cmd package install-existing com.miui.home
Alternatives: How to Replace Widget Ribbon with Useful Functions
If you do not want to completely get rid of the swipe to the right, you can reassign it to more useful actions:
- π Quick Notes β Use Google Keep or ColorNote to Create Widgets.
- π Calendar β Set up Google Calendar widget with upcoming events.
- π΅ Music player β add a Spotify or YouTube Music widget to control playback.
- π System monitoring - widgets CPU Monitor or Battery Widget Reborn will show the processor boot and temperature.
To configure alternative widgets:
- Hold your finger on the main screen and select Widgets.
- Drag the desired widget to the free space.
- Set your size and appearance (if supported).
β οΈ Note: Third-party widgets may consume an additional battery if they update data in the background.