The widget tape on the left of the home screen on the Xiaomi Mi 10 is a useful tool for quick access to information, but not everyone likes it. Frequent complaints: unnecessary notifications, slowing down the interface and awkward location. Unfortunately, in the standard MIUI settings, there is no obvious βDelete Ribbonβ button, but there are several ways to hide or disable it forever β from simple to technically complex.
In this article, we will analyze all the current methods for Xiaomi Mi 10 (including Mi 10 Pro and Mi 10 Ultra models) on versions. MIUI 12β14 and HyperOS. Note: Some methods require developer rights or PC connectivity, so prepare the cable and drivers in advance. ADB. If youβre a beginner, start with the first two sections, and experienced users can jump right into the new section. ADB-commands or setting up an alternative launcher.
1. Method: Disconnect via MIUI settings (without root)
The safest and most reversible method is to hide the widget tape through the standard settings, which is suitable for most users and requires no additional software, and it's important that it doesn't remove the tape completely, but only hides it with a gesture or disables content updates.
Instructions:
- π± Open the Settings. β Main screen screen.
- π Find the App Tape or Widgets on the left (name depends on version) MIUI).
- π Switch the slider Show the tape to the off position..
- π Return to the main screen and check: tape should disappear when swipe to the left.
If there is no such item, try an alternative path:
- Hold your finger to the free space on the main screen.
- Slip on the screen settings (cog icon).
- In the section Additional, find the option of the Widget Ribbon and deactivate it.
π‘
If after turning off the tape still appears when a random swipe, add an empty widget to the main screen (for example, Notes) - this will block the gesture.
β οΈ Attention: On some firmware MIUI 14 and HyperOS, this method works partially - the tape is hidden, but continues to consume resources in the background.
2. Method: Use of an alternative launcher
If standard settings don't work, the most reliable option is to install a side launcher, which will completely replace the MIUI shell, including the widget tape.
- π Nova Launcher β flexible settings, gesture support, no advertising.
- π¨ Lawnchair is a lightweight open source launcher that mimics the Pixel Launcher.
- β‘ Microsoft Launcher β Windows integration, minimalist design.
- π± Apex Launcher β Optimized for Performance, Supports Themes.
How to determine:
- Download the launcher from Google Play.
- After installation, click Home and select the new launcher as the main one.
- In the launcher settings (Long tap β Settings), turn off the option to Show App Ribbon or Google Discover (if any).
| Launcher | Support for topics | RAM consumption | Cost |
|---|---|---|---|
| Nova Launcher | β Yes. | ~150MB | Free (Premium - 300)β½) |
| Lawnchair | β Yes. | ~100MB | Free of charge. |
| Microsoft Launcher | β No. | ~200MB | Free of charge. |
| Apex Launcher | β Yes. | ~120MB | Free of charge (Pro - 250)β½) |
Advantages of the method: the widget tape disappears forever, there are more opportunities for customization. MIUI (For example, Dual Apps or Game Mode may not work properly.
Method: Disconnect via ADB (for power users)
If you are ready to work with Android Debug Bridge (ADB), This method will allow you to completely remove the widget tape at the system level, without resorting to root rights. MIUI 12-14 and HyperOS, but requires PC connectivity.
What you need:
- π₯οΈ A computer with installed Xiaomi drivers and ADB (download).
- π± Settings enabled β The phone. β Version. MIUI (7 times tap to activate Developer Mode).
- π USB-cable (preferably original).
Step-by-step:
- Turn on your phone: Settings β Additional β For developers β Debugging by USB
- Connect Xiaomi Mi 10 to your PC and confirm the debugging permission.
- Open the command line (Win + R β cmd) and type: adb devices Make sure the device is identified (serial number should appear).
- Execute the command to disable the tape: adb shell pm hide com.miui.miservice An alternative command may be required for HyperOS: adb shell pm uninstall --user 0 com.miui.miservice
- Reboot your phone (adb reboot).
β οΈ Note: pm hide and pm uninstall commands may cause other Xiaomi system services (such as Themes or Security) to fail. β System system β Backup.
Enable the developer mode|Install drivers ADB PC-only|Connect your phone to the original cable|Make a backup copy of the data|Check the work of the adb device team-->
Method: Editing system files (requires root)
This method is only suitable for users with unlocked bootloaders and root rights (for example, through Magisk), which allows you to remove the widget tape by changing system files, but there are risks.
What needs to be done:
- Install a file manager with root support (such as Root Explorer or Mixplorer).
- Go to /system/priv-app/MiuiSystemUI/MiuiSystemUI.apk or (for HyperOS): /system/priv-app/HyperSystemUI/HyperSystemUI.apk
- Copy the file MiuiSystemUI.apk on your PC and open it in the archiver (e.g., 7-Zip).
- Delete or rename folders: res/layout/miui_left_screen.xml and smali/com/miui/home/launcher/LeftScreen*
- Save the changes, return the file to your phone and restart.
If errors occur after the reboot (e.g., System UI has stopped), restore the original file from the backup.
What if the phone doesnβt start after editing system files?
Method: Disconnection through "Special Opportunities"
Little-known life hack: You can block the widget tape by simulating gesture restriction through feature settings, which doesn't remove the tape, but makes it inaccessible to accidentally open.
How to set up:
- Go to Settings β Special Opportunities β Management Convenience.
- Activate AssistiveTouch (or Pointer on the screen).
- In AssistiveTouch settings, select Actions β Set up the menu.
- Add the action Block Swipes to the left (if there is no such action, create it through the User Action).
- Save and turn on AssistiveTouch. Now swipe left on the home screen will be ignored.
The downside is that you will see a floating button on the screen that you can accidentally hit. To hide it, use the transparent theme for AssistiveTouch (available in MIUI 13+).
Comparison of methods: which one to choose?
To determine the best way, evaluate your skills and goals:
| Method | Difficulty | PC required | Root is required. | Reversibility | Efficiency |
|---|---|---|---|---|---|
| MIUI settings | β | β No. | β No. | β Yes. | β οΈ Partial |
| Alternative launcher | ββ | β No. | β No. | β Yes. | β Complete. |
| ADB-team | βββ | β Yes. | β No. | β Yes. | β Complete. |
| Editing system files | ββββ | β Yes. | β Yes. | β No. | β Complete. |
| Special facilities | β | β No. | β No. | β Yes. | β οΈ Partial |
For most users, the best choice is an alternative launcher (if you need a complete replacement of the interface) or ADB-Teams if you want to keep them MIUI, but remove the tape forever. MIUI They are only suitable for temporary concealment.
π‘
If you are unsure of your skills, start by installing a third-party launcher β this is the safest way to do so without risking damage to the system.