Xiaomi Redmi Note 10 S with its MIUI shell offers users a convenient, but not always necessary feature - left-handed widget tape (or "Mi-tape"). For many, it becomes a source of irritation: it takes up space on the screen, slows down the system or just interferes. Unfortunately, the manufacturer did not provide an obvious "remove forever" button, but you can get around this limitation.
In this article, we will discuss 5 proven ways β from simple settings to technical solutions using ADB. You will learn how to hide the tape of widgets without root rights, which launchers are better suited for the Redmi Note 10 S, and what to do if after the MIUI update, the widgets returned.
Why the widget tape interferes: the main problems
At first glance, the Milo tape seems useful: quick access to the weather, calendar, notes and other widgets, but in practice, users of the Redmi Note 10 S face a number of inconveniences:
- π’ Slowing down the interface β tape consumes the resources of the Helio processor G95, Especially with frequent updates to widgets.
- π± Random swipes β when you try to open the notification bar or side menu, it is easy to βmissβ and get into the tape.
- π Automatic return β after update MIUI The tape can reappear even if it has been turned off.
- π¨ Design inconsistency β widgets often look foreign on custom themes or wallpaper.
According to surveys on the 4PDA and Mi Community forums, more than 60 percent of Redmi Note 10 S owners tried to remove the tape in the first months of use, and 30 percent of them couldn't do it without third-party tools.
Method 1: Disconnect via standard MIUI settings
The easiest method is to use the system's built-in options, and it won't remove the tape completely, but it will make it invisible and inaccessible to random swipes.
- Open the Settings. β Desktop.
- Scroll down and select Desktop Settings.
- Find the option of Widget Ribbon (or Milent in newer versions of MIUI).
- Move the slider to the off position.
β οΈ Note: In some versions MIUI (For example, 13.0.9 for Redmi Note 10 S, this option may not be available. If it is not available, proceed to the next method.
π‘
After you turn off the tape, check if it reappears after you restart. If so, use the ADB method (Mode 4).
Advantages of the method:
- β No need for root or technical knowledge.
- β Reverse: You can turn the tape back on at any time.
- β It does not affect the Xiaomi guarantee.
Method 2: Use of alternative launchers
If standard settings don't work, you can replace the MIUI Launcher shell with a third-party launcher, which is a radical solution, but it gives you complete control of the desktop.
Best launchers for the Redmi Note 10 S:
| Launcher | Widget support | Pluses | Cons |
|---|---|---|---|
| Nova Launcher | β Complete. | Flexible customization, gesture support, no MIUI tape | Premium version for some functions |
| Hyperion Launcher | β Partial | Optimized for Xiaomi, Minimalist Design | Less to do with the design |
| Lawnchair | β Complete. | Open source, support for Android 12+ | There could be bugs on MIUI. |
| Poco Launcher | β No. | Official launcher from Xiaomi without tape | Reduced features compared to Nova |
How to install the launcher:
- Download. APK-file from the official website (for example, Nova Launcher).
- Install the file by allowing installation from unknown sources (Settings β Applications β Special Access β Install Unknown Applications).
- Launch the launcher and select it as the main one in the Settings menu β Applications β By default β Launcher.
Make a backup copy of wallpaper and icons |
Check the compatibility of the launcher with MIUI 12/13|
Disable battery optimization for new launcher |
Restart the phone after installation-->
β οΈ Note: Some launchers (such as Lawnchair) may conflict with Xiaomi system services, causing reboots. MIUI.
Method 3: Hiding the tape through the developer settings
The Redmi Note 10 S has a hidden option that allows you to disable the widget tape through the developer menu. This method works on MIUI 12.5 and later.
Instructions:
- Activate Developer Mode: Go to Settings β About Phone. Click 7 times on the MIUI Version until the notification "You've become a developer" appears.
Settings β Additional β For Developers
force_enable_minus_screen
minus_screen_enabled
Turn it off and restart the phone.
If this option is not available, try an alternative path:
adb shell settings put global force_enable_minus_screen 0What to do if the parameter is missing?
β οΈ Attention: Changes in the developer settings can lead to unstable operation of the system. If after turning off the tape, lags appear, return the parameter to its original state.
Method 4: Disconnect via ADB (without root)
If previous methods have failed, use Android Debug Bridge (ADB), an official tool from Google that allows you to manage system settings without superuser rights.
Step-by-step:
- Download ADB Tools for Windows/macOS/Linux.
- Enable USB debugging on your phone: Settings β About Phone β MIUI version (7 taps for Developer Mode). Settings β Additional β Developers β Debugging over USB.
Redmi Note 10 S
adb devicesMake sure the device is identified.
adb shell settings put secure minus_screen_enabled 0adb rebootIf the tape still appears, try an alternative command:
adb shell pm disable-user --user 0 com.miui.home.launcher.minusπ‘
The pm disable-user command completely disables the widget tape module, but can cause errors in system applications. Use it only if the first command does not work.
β οΈ Attention: After update MIUI The tape may come back. To avoid this, create a script to run automatically. ADB-commands after the update (for example, via Tasker).
Method 5: Removal of system applets (requires root)
If you're willing to take drastic measures and you have root rights, you can delete the system files that are responsible for the widget tape, which is irreversible and can disrupt the stability of the system.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/MiuiHome/
- Find the files: MiuiHome.apk MiuiHome.odex (if any)
.bak
MiuiHome.apk.bak
Reboot the phone.
Alternatively, you can use Titanium Backup to freeze the com.miui.home app, but this will result in the loss of all MIUI desktop features.
π‘
Before you delete your system files, make a full backup via TWRP or OrangeFox, which will help you recover your phone if it stops booting.
β οΈ Note: Removing or modifying system APK-files may lead to:
- π Infinite Boot (Bootloop).
- π¨ Losing Xiaomi warranty.
- π΅ Non-working gestures and animations MIUI.
What to do if the tape is back after the MIUI update
MIUI updates often reset user settings, including the widget tape disabled, to avoid this:
- Use it. ADB-Script: Create a file disable_minus_screen.bat contents: @echo off adb shell settings put secure minus_screen_enabled 0 adb shell am force-stop com.miui.home pause Launch it after each update.
- Reverse to the old version of MIUI: If the tape is critically intrusive, you can flash the previous version of the firmware through Fastboot or Recovery.
- Install custom firmware: Firmware like Pixel Experience or LineageOS completely removes MIUI and its widgets.
List of firmware compatible with Redmi Note 10 S (rosemary):
- π± Pixel Experience β pure Android without widgets MIUI.
- π LineageOS β stable, but with a minimum set of functions.
- β‘ ArrowOS β Balance between productivity and customization.