The Widget Ribbon app (officially Mi Home or GetApps) has become one of the most annoying features of MIUI firmware for many Xiaomi users. It not only takes up space on the home screen, but is constantly updated, consumes traffic in the background, and its widgets (weather, news, advertising) interfere with quick access to the desired functions. Worse, standard removal through the application menu is often blocked by the system - the Remove button is simply inactive.
In this article, weβll look at all the ways to get rid of the Tape, from simply hiding the icon to completely deleting system files (including methods for rooted devices). Youβll also learn how to turn off automatic widget returns after a MIUI update, a problem that even experienced users face. Instructions are relevant for MIUI 12, 13 and 14, including the Redmi Note 10/11/12, POCO X3/X4, Xiaomi 12/13 and others.
Why canβt the widget tape be removed in the standard way?
The Mi Home app (or GetApps, depending on the region) is built into MIUI firmware as system software, which means that:
- πΉ It is protected from removal without superuser rights (root).
- πΉ Even after βdeletingβ through Settings β Applications are restored after restarting or updating the system.
- πΉ Widgets Tapes integrated into Launcher MIUI β Xiaomi launcher, so blocking them requires additional manipulations.
Xiaomi is also actively using this app to:
- π’ Advertising display (including personalized banners).
- π Data collection on user behavior (anonymized statistics, according to the company).
- π Forced Updates β Security patches and new versions are often distributed through GetApps MIUI.
Itβs important to understand that even if you hide an icon or disable widgets, the app itself will remain on the system and consume resources.
Method 1: Hiding the icon Tapes without removal (for beginners)
If you are just disturbed by the Mi Home icon on the home screen, but you do not want to interfere with system files, use the built-in MIUI features:
- Press and hold the Tape icon** (or GetApps) on the home screen.
β οΈ Note: This method does not disable weather, news and advertising widgets. These will still be displayed when swiped left on the home screen. To remove them, go to Method 2.
βοΈ Preparation for the Tape Hide
For POCO Launcher or third-party launchers (e.g. Nova Launcher):
- π§ In the launcher settings, find the Hide apps option and add Mi Home to the list.
Method 2: Disabling Tape widgets through MIUI settings
If you're annoyed by weather, news and advertising widgets, you can turn them off without removing the app itself.
- Go to Settings. β Main screen screen.
- Select Tape Settings (or Home Screen Widgets in newer versions of MIUI).
- Turn off the sliders opposite: π€οΈ Weather. π° News π― Recommended (advertising) π Steps and activities (if not used)
Save the changes and restart the smartphone.
β οΈ Attention: After update MIUI To prevent automatic widgets from turning on, turn off auto-update for Mi Home:
- Open Google Play β Menu β My Apps
- Find GetApps or Mi Home, click on three dots β Disable Auto Update.
What if the "Tape Settings" item is not on the menu?
Method 3: Removing updates and rolling back to the factory version
The Mi Home app is often updated through Google Play, adding new widgets and ads. If you turn off the updates and return it to the factory version, some of the features will stop working, and the widgets may disappear.
Instructions:
- Go to Settings β Applications β Application Management.
- Find GetApps or Mi Home, open up information about it.
- Click on the three dots in the upper right corner β Remove updates.
- Confirm action. The app will return to the factory version (usually v4.x.x instead of the current v6.x.x).
- Return to Google Play and turn off auto-update for this app (see Method 2).
π§ Step-by-step instruction:
- Connect the phone to your computer and allow debugging over USB.
- Open the command prompt (cmd on Windows) in the folder with ADB.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Run the command to delete Mi Home: adb shell pm uninstall --user 0 com.mi.android.globallauncher For GetApps use: adb shell pm uninstall --user 0 com.xiaomi.mipicks
- Reboot your smartphone.
β οΈ Attention: After update MIUI The application may recover. To prevent this, re-run the delete command via ADB.
π‘
ADB-The deletion does not affect the system files, so the risk of "bricking" the phone is minimal, but after resetting to the factory settings, the tape will return.
Method 5: Remove with root rights (for power users)
If you have root rights (e.g., through Magisk), you can completely delete the system files of the Tapes, including widgets and services, which is the most reliable method, but requires caution.
π‘οΈ Warning: Mistakes with system files can lead to loss of service phone.We recommend backing up through TWRP beforehand.
π What files should be deleted:
| Path to file/folder | Description | Can I remove it? |
|---|---|---|
| /system/priv-app/MiHome | The main application of Mi Home | Yes. |
| /system/app/GetApps | GetApps app (for global versions) | Yes. |
| /data/app/com.xiaomi.mipicks-* | Updates and cache GetApps | Yes. |
| /system/priv-app/MIUILauncher | Launcher with integrated widgets | No (will cause the system to collapse) |
π§ Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/ and find the MiHome (or GetApps) folder.
- Remove the entire folder or rename it (for example, in the MiHome_bak).
- Clear cache and data through Settings β Applications β Mi Home.
- Reset the device.
πΉ Pros: The tape disappears forever, widgets do not return even after updates.
πΈ Cons: Risk of disrupting other system components. Certain functions (e.g. topics) MIUI) They may stop updating.
How to prevent the return of the tape after the MIUI update
The main problem when removing Mi Home is its automatic recovery after a firmware update. To avoid this, use one of the methods:
- π Turn off auto updates MIUI: Go to Settings. β The phone. β Update the system. Press three dots. β Settings β Turn off Automatic Booting.
Block the update servers through hosts:
- Using the AdAway app (requires root), blacklist the domains: 127.0.0.1 update.miui.com 127.0.0.1 api.io.mi.com
Remove the update package via ADB:
adb shell pm uninstall --user 0 com.android.updaterAttention:
everything
πΉ Alternative: Install custom firmware (like LineageOS or Pixel Experience) that doesnβt have Xiaomi apps built in. However, this requires unlocking the bootloader and may take you out of warranty.