The widget tape on Xiaomi Redmi 8 is both a useful tool and an annoying interface element. For some users, it makes it easier to access the weather, calendar or quick settings, for others, takes up space on the screen, slows down the system or distracts with unnecessary information. Especially the problem on Redmi 8 with its modest by modern standards 4 GB of RAM and MIUI 12/13, where every unnecessary process affects performance.
In this article, we will look at all the possible ways to get rid of the widget tape, from standard settings to hidden features and radical measures. It is important to understand that MIUI does not always allow you to completely remove widgets with a single button, but the combination of methods gives 100% result, and also find out why the tape can spontaneously return after updates and how to prevent this.
1. Standard shutdown via MIUI settings
The most obvious and safe way to do this is to take advantage of the built-in MIUI options. On Redmi 8, the widget tape is controlled via the desktop menu, but not everyone knows where to look for the right options.
Go to Settings β Desktop. Here you are interested in two sections:
- π± Desktop style β select the βNo appletsβ option (if available). On some firmware, this item may be called βApps Only".
- βοΈ Applet Settings β Turn off the slider βShow Widget Ribbonβ or βRecommended Content".
- π Reset desktop settings β if the previous items did not work, return the settings to factory (does not affect application data).
After you make the changes, reboot the device, which will help the system to apply the settings correctly, and if the widget tape is still there, then your version of MIUI is blocking the standard shutdown, in which case you move on to the following methods.
π‘
On Redmi 8 with MIUI 12.5 and later, the widget tape can be turned off by long-clicking on the free desktop area β Home Screen Settings β Style β Standard.
2. Remove widgets via Launcher (alternative launcher)
If the built-in MIUI settings don't work, the radical solution is to switch from the standard launcher to a third-party one, not only removing the widget tape, but also adding new customization features. Popular options for Redmi 8:
- π Nova Launcher β lightweight, with gesture support and hiding unnecessary elements.
- π¨ Microsoft Launcher β Windows integration, minimalist design.
- π§ Apex Launcher β flexible widget and transition settings.
Installation of an alternative launcher:
- Download the selected launcher from Google Play.
- Launch the app and follow the setup wizard.
- In the launcher settings, find the "Widgets" or "Home Screen" section and turn off all applets.
- Set the default launcher in Settings β Apps β By default β Launcher.
β οΈ Note: Some launchers (for example, POCO Launcher may conflict with MIUI Redmi 8, causing slowdowns. Before installing, check user reviews with your model.
What to do if the launcher is not installed?
3. Disconnection of system services (for advanced)
The widget tape on Redmi 8 is controlled by the system processes com.miui.home and com.miui.miservice. their disabling or restriction can remove applets, but requires caution β wrong actions will lead to unstable system operation.
Ways to limit services:
| Method | Action. | Risks. |
|---|---|---|
| π οΈ ADB | Disabling packets via adb shell pm disable-user --user 0 com.miui.miservice | System notifications may stop working |
| βοΈ Application settings | Background Limitation for "MIUI System" in Settings β Applications β Application Management | Slowing down the interface |
| π Root access | Removal APK-Widget files via Root Explorer | Loss of warranty, risk of "brick" |
For the use of ADB:
- Enable USB Debugging in Settings β About Phone β MIUI Version (click 7 times) β Additional β For Developers.
- Connect your phone to your PC and execute the command: Adb devices (the device should appear).
- Enter the shutdown command: adb shell pm hide com.miui.miservice or for complete removal (requires root): adb shell pm uninstall --user 0 com.miui.miservice
π‘
Disabling system services through ADB is a reversible process. To return the widget tape, use the adb shell pm enable com.miui.miservice command.
4. Reset desktop settings (without data loss)
If the widget feed came after updating MIUI or changing the theme, resetting the desktop settings will help, which does not affect user data, photos or applications, but will return the standard layout of icons and folders.
Instructions:
- Long press on the free area of the desktop.
- Select "Home Screen Settings" (or "Desktop Settings").
- Scroll down and click "Reset settings."
- Confirm the action and restart the phone.
β οΈ Attention: On some firmware MIUI 14+ Reset can return not only the widget tape, but also standard applications (Mi Browser, Mi Music) that were previously removed. To avoid this, block the removal of system applications through Settings before resetting. β Annexes β Application management β Three points. β Blocking removal.
5. Manual deletion of widget files (for users with root)
The most radical way is to physically delete the files that are responsible for the widgets. This requires root rights and is only suitable for advanced users. On Redmi 8 with firmware older than MIUI 12.5, this method can lead to a reboot cycle if the wrong files are deleted.
Step-by-step:
- Install Root Explorer or FX File Manager with root support.
- Go to /system/priv-app/MiuiSystemUI/.
- Find files with names: MiuiSystemUI.apk (main file) MiuiSystemUI.odex (optimized cache)
.bak
MiuiSystemUI.apk.bak
Reset the device.
If you have errors after the reboot (e.g., persistent system interface crashes), return the original file names. Reflashing through Fastboot may be necessary to restore the workflow.
Backup via TWRP| Check the MIUI version (not suitable for MIUI 14+) | Install an alternative launcher in case of failure | Prepare firmware for recovery-->
6.Why does the widget tape return after updates?
Many Redmi 8 users are facing the widget tape reappearing after a MIUI update or reset, which is due to Xiaomiβs policy of forcibly turning on system services to βimprove the user experience.β
The main reasons for return are:
- π Automatic update MIUI β New firmware versions reset launcher settings.
- π¦ Recovery of system applications β MIUI periodically check the integrity of the system APK.
- βοΈ Sync with Mi Account β if you are logged in to Xiaomi account, desktop settings can be pulled up from the cloud.
How to prevent return:
- Turn off automatic MIUI update in Settings β About Phone β System Update β Three Points β Settings β Turn off βDownloadingβ.
- Block system application updates through Settings β Applications β Application management β Three points β Block updates.
- Turn off desktop sync in Settings β Xiaomi Account β Sync β Desktop.