How to permanently remove the tape widgets on Xiaomi Poco: from simple ways to ADB-team

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.

  1. Open the Settings. β†’ Main screen screen.
  2. Scroll down to the Widget Ribbon section (or App Vault on English firmware).
  3. Switch the slider to the off position.
  4. 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.

πŸ“Š What kind of Poco model do you have?
Poco X5/X5 Pro
Poco F5/F5 Pro
Poco X6/X6 Pro
Poco F6/F6 Pro
Another model
  • βœ… 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:

  1. On the main screen, make a long tap on empty space.
  2. Select Screen Settings (or Home Screen Settings).
  3. Scroll to the Additional (or More) section and find the Widget Ribbon.
  4. 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:

  1. Turn on Developer Mode: Go to Settings β†’ About Phone and click on MIUI Version 7 times.
  2. Return to Settings β†’ Additional β†’ For developers and activate Debugging over USB.
  3. Connect Poco to your PC, install ADB-tools, and execute the command: adb shell pm hide com.miui.miservice
  4. Reboot your smartphone. The widget tape will disappear.
Model PocoSupport ADB-methodIs root required?Reset after update
Poco X3/X3 ProYes.No.No.
Poco F4/F4 GTYes.No.Sometimes.
Poco X5/X5 ProYes.No.No.
Poco F6 ProYes (on MIUI 14)No.Yes.
Poco C-seriesNo.β€”β€”

⚠️ 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.miservice

Method 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:

  1. Assign a new default launcher in the application settings.
  2. In the launcher settings, turn off Show Widget Ribbon (the name may differ).
  3. 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?
If you want to go back to your home after installing a third-party launcher, follow the following steps: 1. Go to Settings β†’ Applications β†’ Default. 2. Select the Launcher and install the System Launcher (or MIUI Launcher). 3. Clear the launcher cache in Settings β†’ Applications β†’ Application Management β†’ Launcher β†’ Storage β†’ Clear the cache. 4. Reboot the smartphone.

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:

  1. Install Magisk and Systemizer module (for mounting /system in read-write mode).
  2. Connect to your smartphone via ADB or use a root-access file manager (such as Mixplorer).
  3. Go to /system/priv-app/MiuiSystemUI and find the file MiuiSystemUI.apk.
  4. Back up the file, then edit it with APK Editor, removing the lines associated with com.miui.miservice.
  5. 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.

FAQ: Frequent questions about removing widget tape on Poco

❓ Can I remove the tape without a computer?
Yes, if your model has the option to disable in the launcher settings (see Method 2). You can also install a third-party launcher directly from your smartphone (for example, Nova Launcher from Google Play).
❓ Will the tape return after resetting the settings?
Depending on the method: If you disable it through settings, it will return. If you used ADB or system file editing, it will not (until the next MIUI update).
❓ Why did the weather stop working on the main screen after the tape was turned off?
The weather widget in MIUI is tied to com.miui.miservice. If you disconnect the tape through ADB, the weather may go missing. Solution: Install an alternative weather widget (like AccuWeather or Yahoo Weather). Or return the tape with the command adb shell pm unhide com.miui.miservice, but hide it through the launcher settings.
❓ Does the way with ADB Poco C55?
On budget Poco C-series models (e.g., C55, C65), the pm hide command often doesn't work due to firmware limitations. Try: Use Magisk with Disable App Vault module. Install a third-party launcher.
❓ Can I remove the tape forever without root?
Technically yes, but with reservations: MIUI 12-13 helps. ADB-command (Method 3). MIUI 14+ The only reliable way to do this without root is to turn off automatic updates. MIUI Repeat the command after each update.