Why MIUI Widget Ribbon Irritates Poco Users β and How to Turn It Off
The widget tape to the left of the main screen is the signature MIUI shell feature that Xiaomi is implementing in all smartphones, including the Poco line. For some, it is a convenient tool for quick access to the weather, calendar or notes, for others - an annoying element that eats resources and takes up space. Especially acute is the problem with the Poco F5, X5 Pro and X6 models, where the tape is activated by default and has no obvious delete button.
In this article, we will look at all possible ways to remove widget tape, from standard settings to hidden ADB commands and alternative launchers. Importantly, some methods require unlocking the bootloader or root rights, which can affect the warranty, and we will specify the risks for each option so that you can choose the best one.
If youβve just bought Poco and havenβt seen MIUI, start with the first two, which donβt require technical knowledge. For power users, weβve prepared a unique method of disabling through rootless system file editing that is rarely mentioned on the Runet.
Method 1: Disconnect the tape through standard MIUI settings
The safest and most obvious method is to use the built-in shell options. Unfortunately, Xiaomi is gradually removing this feature in new versions of MIUI, but it still works on some firmware.
- Open the Settings. β Main screen screen.
- Scroll down to the Widget Ribbon section (or App Vault on English firmware).
- Switch the slider to the off position.
- Reboot your smartphone (required!) to make the changes take effect.
β οΈ Attention: MIUI 14 and later, this item may not be available. X6 or F6 With the latest firmware, move on to the next method.
- β Pros: Does not require root rights or ADB, safe-guard.
- β Cons: It doesnβt work on all versions MIUI model.
- π Alternative: If there is no item, try changing the firmware region to Europe (EEA) β Sometimes it brings back the hidden settings.
Method 2: Remove via launcher settings (hidden option)
Even if there is no point in the basic settings to turn off the tape, it can be found in the hidden launcher menu, which works on most Pocos with MIUI 12-14:
- On the main screen, make a long tap on empty space.
- Select Screen Settings (or Home Screen Settings).
- Scroll to the Additional (or More) section and find the Widget Ribbon.
- Turn off the option and save the changes.
π‘ Useful tip: If there is no section Additional, try swiping left on the home screen to open the tape, then click on βοΈ (The gear is in the upper right corner, and there may be a shutdown button hiding there.
Make a backup of the main screen|Check the version. MIUI at the Settings β The phone.|Make sure your smartphone is charged at 50%+|Connect to Wi-Fi (for possible launcher upgrade)-->
Method 3: Use ADB-commands without root)
If standard methods don't work, you'll have to connect to an Android debugging bridge (ADB), which doesn't require superuser rights, but requires a computer and minimal technical skills. On Poco X5 and later, this method locks the tape permanently, even after MIUI updates.
Instructions:
- Turn on Developer Mode: Go to Settings β About Phone and click on MIUI Version 7 times.
- Return to Settings β Additional β For developers and activate Debugging over USB.
- Connect Poco to your PC, install ADB-tools, and execute the command: adb shell pm hide com.miui.miservice
- Reboot your smartphone. The widget tape will disappear.
| Model Poco | Support ADB-method | Is root required? | Reset after update |
|---|---|---|---|
| Poco X3/X3 Pro | Yes. | No. | No. |
| Poco F4/F4 GT | Yes. | No. | Sometimes. |
| Poco X5/X5 Pro | Yes. | No. | No. |
| Poco F6 Pro | Yes (on MIUI 14) | No. | Yes. |
| Poco C-series | No. | β | β |
β οΈ Note: pm hide hide hides the system application, but does not delete it. On some firmware, this can lead to errors in synchronizing widgets (for example, the weather will stop updating:
adb shell pm unhide com.miui.miserviceMethod 4: Installation of a third-party launcher (Nova, Lawnchair)
If you don't really want to use a standard MIUI launcher, the easiest way to get rid of the tape is to install an alternative.
- π Nova Launcher β Supports gestures, icon themes and hiding unnecessary items.
- π Lawnchair is a lightweight open source launcher optimized for Xiaomi.
- π Hyperion Launcher β imitates Pixel Launcher with minimalist design.
After installation:
- Assign a new default launcher in the application settings.
- In the launcher settings, turn off Show Widget Ribbon (the name may differ).
- If necessary, hide the system tape through Settings β Applications β Application Management β Widget Ribbon β Disable.
β οΈ Attention: MIUI 14+ Some launchers may conflict with system services, causing slowdowns. Before installing, check reviews for your Poco model.
How to return the standard MIUI launcher?
Method 5: Editing System Files (for Advanced)
This method is suitable for those who are willing to risk system stability for the sake of stripping completely. It requires an unlocked bootloader and access to /system via TWRP or Magisk. The guarantee will be lost!
Instructions:
- Install Magisk and Systemizer module (for mounting /system in read-write mode).
- Connect to your smartphone via ADB or use a root-access file manager (such as Mixplorer).
- Go to /system/priv-app/MiuiSystemUI and find the file MiuiSystemUI.apk.
- Back up the file, then edit it with APK Editor, removing the lines associated with com.miui.miservice.
- Save the changes, install the corrected APK and restart.
π§ Useful tip: Instead of manual editing, you can use ready-made patches for Magisk, for example. Disable_Miui_AppVault. They automate the process and reduce the risk of errors.
π‘
Editing system files is the most radical method, but also the most reliable. Once properly applied, the widget tape will not return even after resetting or updating the MIUI (unless you reflash the smartphone completely).
What to do if the tape is back after the MIUI update
One of the most common problems is that the tape automatically returns after a firmware update, which is because Xiaomi restores system applications when it updates.
- π Repeat. ADB-Adb shell pm hide com.miui.miservice after each update.
- π« Turn off automatic updates MIUI In Settings β The phone. β Updating the system β βοΈ β Auto-update.
- π± Use Magisk modules that block tape recovery (e.g. Universal App Vault Disabler).
- π§ Install custom firmware (such as Pixel Experience or LineageOS) where there are no default widget tapes.
β οΈ Attention: On Poco F6 Pro and other flagships with MIUI 15 Xiaomi added protection against shutdown of system services, in this case, only a complete replacement of the launcher or switching to custom firmware will help.