The widget tape on Xiaomi smartphones is the left-hand panel that appears when swiped to the right of the home screen. It contains weather, calendar, fast action and other services. For some users, it is a convenient tool, for others, an unnecessary element that takes up space and distracts. If you are in the second category, this article will help you figure out how to completely turn off the widget tape or at least hide its unnecessary elements.
It is important to understand that different versions of the MIUI shell (12 to 15) and different models (Redmi Note 12, Poco X5, Xiaomi 13, etc.) the process may be slightly different. We will look at universal methods, and also point out the features for specific devices. In addition, you will learn how to return the tape back if you change your mind, and what to do if the standard settings do not work.
Why can a widget tape interfere?
Before we get to the instructions, letβs understand why users want to remove the widget tape on Xiaomi:
- π± Random swipes: When using a smartphone actively, itβs easy to touch the screen and open an unnecessary panel, which is annoying.
- π Battery consumption: Weather, news and other services widgets are updated in the background, consuming charge.
- π« Unnecessary information: Many users prefer minimalism and do not want to see extra data on the screen.
- β‘ Slowing down the interface: On weak devices (e.g. Redmi) 9A POCO M3) widgets can slow down.
In addition, in some versions of MIUI, the widget tape does not sync with the themes of the design, which spoils the uniformity of the interface. If you know at least one of these points, read on how to hide or disable the tape forever.
Method 1: Disconnect via theme settings (MIUI 12β14)
The easiest method is to use the built-in shell options, which works on most Xiaomi, Redmi and Poco devices with MIUI versions 12 to 14.
- Open the Themes app (icon with brush).
- Go to My Profile (the person icon in the lower right corner).
- Select the settings of the lock screen and wallpaper.
- Scroll down to the widget tape block and turn off the switch.
After that, the left panel will disappear, and the swipe to the right will open the first desktop, and if this item is not there, then your version of MIUI does not support such a disablement, and you need to try other ways.
Check the version of MIUI in Settings β About the phone
Make sure the device has enough charge (over 30%)
Close all background applications
Backup important data (optional)-->
Method 2: Hiding through launcher settings (MIUI 15)
In the latest version of the shell (MIUI 15), the developers moved the widget tape control option to the launcher settings to find it:
- Press the empty space on the main screen before the menu appears.
- Slap the icon. β Settings (or Home Screen Settings).
- Find the section of the Widget Ribbon and move the slider to the "Off" position.
If this section is not available, try updating the launcher via Google Play (search for MIUI Launcher).
π‘
If after turning off the tape still appears, restart the smartphone - this will help apply changes.
Method 3: Remove the widgets separately
If you can't turn off the tape completely, you can remove the widgets that you don't need, leaving only the ones you need.
- Swipe to the right to open the tape.
- Slip and hold your finger on any widget.
- In the menu that appears, select Delete or Set up.
- To completely remove widgets, click Clear All (if the option is available).
This method won't remove the tape itself, but it will make it empty, and the downside is that when you swipe to the right, you'll open a blank panel, which can be annoying.
| Method | Works for MIUI. | Root is required. | The effect |
|---|---|---|---|
| Disconnection on "Themes" | 12β14 | No. | Complete tape cover-up |
| Launcher settings | 15 | No. | Complete tape cover-up |
| Removal of widgets | All versions. | No. | The tape remains, but empty. |
| ADB-team | All versions. | No (but I need debugging) | Total shutdown |
Method 4: Disconnect via ADB (for power users)
If standard methods donβt work, you can use USB debugging and ADB commands. This method is suitable for all versions of MIUI, but requires a computer and minimal technical skills.
Here's what we need to do:
- Turn on Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β Developer. Activate USB Debugging.
adb shell pm hide com.miui.miserviceThis command hides the system application that controls the widget tape, and once you reboot, the panel disappears.
To return the tape back, use the command:
adb shell pm unhide com.miui.miserviceWhat to do if ADB is not working?
What to do if the widget tape is not turned off?
Sometimes users find that none of these methods work, and here are the possible causes and solutions:
- π An outdated version MIUI: Update the firmware through Settings β Updating the system.
- π± Modified firmware: On custom ROM (For example, Pixel Experience tape may behave differently.
- π§ System settings failure: Try resetting the launcher settings: adb shell pm clear com.miui.home
If nothing helps, the last option is to disable through editing system files, but this will require root access, which is not recommended for inexperienced users.
π‘
Before using ADB or root, back up your data β incorrect commands can disrupt your system.
How to return the widget tape if you change your mind?
If you have turned off the tape, but then decided to return it, use one of the methods:
- π Through theme/launcher settings: Repeat steps from Method 1 or 2, but turn on the switch.
- π» Through ADB: Execute adb shell pm unhide com.miui.miservice.
- βοΈ Resetting launcher settings: Go to Settings β Annexes β Application management β Launcher and press Reset.
Usually, the tape returns immediately after the device restarts, and if it doesnβt, check to see if a third-party app (such as Nova Launcher or Action Launcher) is blocking it.
FAQ: Frequent questions about Xiaomi widget tape
Can I turn off the widget tape without root?
Why did the MIUI update reappear?
Will Google Discover work if Xiaomi is turned off?
Can I transfer the widgets to the main screen?
Why is my Xiaomi not having the option to turn off the tape?
π‘
If neither method worked, check if your device has firmware for another region (Global/China/EU) β these may have different settings.