The widget tape on Xiaomi devices is one of the most controversial elements of the MIUI interface. For some users, it is a convenient tool for quick access to information, for others β an annoying ad panel that eats resources and space on the screen. Especially acute is the issue on Mi TVs and smartphones with a MIUI 12-14 shell, where the widget tape is integrated at the system level and does not have a standard delete button.
The 4PDA forum regularly features topics asking for help getting rid of the feature. The problem is that Xiaomi doesn't provide an official way to completely remove the tape - it can only be hidden or partially disabled. However, enthusiasts have found workarounds, including working with ADB, modifying system files and using third-party utilities. In this article, we have compiled all the current methods tested by 4PDA users, with detailed instructions and warnings about possible risks.
It is important to understand that some methods require superuser rights or changes to system files, which can lead to loss of warranty or unstable operation of the device. If you are not sure about your skills, it is better to limit yourself to the safe methods from the first sections.
Why Widget Ribbon Cannot Be Removed by Standard Means
The widget tape in MIUI and PatchWall (Xiaomi TV interface) is not just an app, but part of the shell. It is closely integrated with:
- πΉ Google Services β to display weather, calendar and news.
- πΉ MIUI System Launcher β the main launcher that controls the desktop.
- πΉ Advertising SDK Xiaomi β module responsible for showing recommendations and banners.
- πΉ Android framework β at the level of system libraries.
For this reason, it is not easy to βdelete the applicationβ in the settings. Even if you turn off the display of the tape in the personalization menu, its processes will continue to work in the background, consuming up to 50-100 MB of RAM and periodically uploading data over the Internet. 4PDA users confirm that after completely removing the tape (for example, through ADB) can occur:
- π¨ Errors in updating MIUI β The system attempts to recover the remote components.
- π¨ Launcher departures β if critical libraries are removed.
- π¨ Loss of functionality β for example, the search on the device stops working.
Method 1: Turn off the tape via MIUI settings (without root)
The safest method, which does not require superuser rights or PC connectivity, is suitable for Xiaomi, Redmi and POCO smartphones on MIUI 12-14. The tape is not completely removed, but it can be hidden and background activity turned off.
Instructions:
- Open the Settings. β Desktop.
- Select Desktop Settings (or Personalization in new versions).
- Find the option of Widget Ribbon (may be called Minus Screen or Smart Assistant).
- Turn off the slider Show tape when swiping to the left.
- Return to the main settings menu and go to Applications β Application Management.
- Find the MIUI Smart Assistant (or Xiaomi Smart Home for TVs) app and open its settings.
- Select Limit Background Activity and Disable Autostart.
βοΈ Preparation for tape shutdown
This reduces the system load, but does not remove the tape completely. When updating MIUI settings may reset, and some widgets (such as weather or calendar) may continue to update through other system services.
β οΈ Attention: On Mi TVs TV With PatchWall, this method works partially -- the tape is hidden, but it takes up space in memory. ADB (see method 3).
Method 2: Use MIUI Tweaks (for power users)
MIUI Tweaks is a module for Magisk that allows you to deeply customize the MIUI interface, including hiding system elements, the advantage of which is that it does not require you to delete system files, but only blocks the display of tape.
What you need:
- π± Device with unlocked bootloader and installed Magisk.
- π§ Module MIUI Tweaks (download from) XDA Developers).
- π Backup of data (in case of failure).
Step-by-step:
- Install the module via Magisk Manager (drop the.zip file into the Modules section).
- Reset the device.
- After downloading, open the MIUI Tweaks app (appears in the menu).
- Go to the Home Screen (or Desktop) section.
- Find the Disable Smart Assistant option and activate it.
- Save the settings and restart the device again.
If the tape still appears, try to turn off:
- π Disable Left Screen (turns off swipe left).
- π Hide Search Bar (Hide Search Bar) (Hide Search Bar Linked to Tape).
π‘
If after installing the module, the device began to slow down, try clearing the cache in Settings β Storage β Clear the cache.
Method 3: Removing tape via ADB (for TVs and smartphones)
This method is suitable for devices where the widget tape is a separate system application (for example, on Mi TVs). TV smartphone-wise MIUI 13+). You will need a computer with installed drivers. ADB and the debugging included USB device-wise.
Pre-launch warnings:
- π« Does not work on devices with a blocked loader.
- π« It can cause a cyclical reboot if critical components are removed.
- π« On Xiaomi TVs after removing the tape may disappear access to Google Play.
Instructions for smartphones:
adb shell
pm uninstall -k --user 0 com.miui.systemAdSolution
pm uninstall -k --user 0 com.xiaomi.mipicks
pm uninstall -k --user 0 com.miui.miserviceInstructions for Mi TV (PatchWall) TVs:
adb shell
pm uninstall -k --user 0 com.dianshang.bazaar
pm uninstall -k --user 0 com.mitv.tvhome
pm uninstall -k --user 0 com.miui.tv.weatherAfter you execute the commands, restart the device. If the tape has disappeared but errors have appeared (for example, search is not working), restore the deleted packets with the command:
adb shell cmd package install-existing com.miui.systemAdSolutionβ οΈ Note: On some TV models (Mi) TV 4S/5X) Deleting com.mitv.tvhome results in loss of access to the main menu. 4PDA model-themed.
| The device | Deletion package | Risk | Recovery |
|---|---|---|---|
| Xiaomi/Redmi (MIUI 12-14) | com.miui.systemAdSolution | Medium (the subject can fly) | Recovery through Mi Flash |
| Mi TV (PatchWall) | com.dianshang.bazaar | High (boatloops risk) | Flashing through USB Burning Tool |
| POCO F3/F4 | com.xiaomi.mipicks | Low. | Installing APK manually |
| Black Shark | com.miui.miservice | Average (efficiency effects) | Reset to factory settings |
Method 4: Manual editing of system files (root only)
If previous methods didn't work, you can try to disable the tape by editing system files, which requires root rights and working with the file system, so it's only suitable for advanced users.
Algorithm of action:
- Install a file manager with root support (such as Root Explorer or FX File Explorer).
- Go to /system/priv-app/MiuiSystemAdSolution/
- Find the file MiuiSystemAdSolution.apk and rename it to MiuiSystemAdSolution.apk.bak.
- Similarly, rename the file /system/app/XiaomiSmartHome/XiaomiSmartHome.apk.
- Clear the cache and data of the com.miui.home and com.miui.systemAdSolution applications through Settings β Applications.
- Reset the device.
If errors occur after the reboot, return the original names to the files. For Xiaomi TVs, the path may be different:
/system/priv-app/TVHome/TVHome.apkWhat if the device does not boot after editing the files?
On the 4PDA forum, users share lists of files that can be safely disabled for specific models, such as the Redmi Note 10 Pro, which often recommends deleting:
- π /system/priv-app/Analytic β statistics.
- π /system/priv-app/MiuiDaemon β background.
- π /system/app/XiaomiSmartHome β ribbon-module.
Method 5: Alternative launchers (bypass)
If you can't remove the tape, but you want to get rid of it, you can just replace the standard MIUI launcher with a third-party one, which won't physically remove the tape, but it will make it unavailable.
- π± Nova Launcher β Supports gesture customization and hiding unnecessary elements.
- π± Lawnchair is an open source lightweight launcher.
- πΊ ATV Launcher β for Xiaomi TVs (requires) ADB fitting).
How to install an alternative launcher on the TV:
- Download. APK-launcher file (e.g, ATV Launcher on USB-accumulator.
- Connect the flash drive to the TV and install the application through the File Manager.
- Connect to the TV on ADB and execute the command:
adb shell pm grant com.miui.tv.launcher android.permission.CHANGE_CONFIGURATION
adb shell am start -n com.android.launcher3/.Launcher3After that, the standard launcher PatchWall will be replaced with the selected one. The tape of widgets will disappear, but some remote features (for example, voice search) may disappear.
π‘
Replacing the launcher is the safest way to remove the tape without risking damage to the system, but on TVs, it can disrupt the remote control.
Frequent problems and their solutions
When trying to remove the widget tape, 4PDA users encounter common errors, and here are the most common ways to fix them:
| Problem. | Reason. | Decision |
|---|---|---|
| After the tape was removed, Google Play disappeared | Removed critical package com.google.android.gms | Restore the package via ADB or reflash the device |
| TVs are not turned on after ADB commands | PatchWall system files deleted | Swipe your TV through the USB Burning Tool with the official firmware |
| The tape is back after the MIUI update | The system restores remote packets | Turn off auto updates or use Magisk to block updates |
| The swipe to the left does not work on the desktop. | The com.miui.home module is disabled | Reinstall the launcher or return the original settings |
If youβre facing another problem, check out 4PDA themes for your model. Often users post error logs and ready-made solutions. For example, Mi TV 4A has a separate section with instructions for recovering from a failed tape removal.