How to completely remove the app β€œTape widgets” on Xiaomi: from disconnection to removal

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.
πŸ“Š How do you feel about the widget tape on Xiaomi?
Useful function, I use it.
I'm intruding, but I'm patient.
I want to clean it up completely.
Already deleted.

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:

  1. 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

Done: 0 / 4

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.

  1. Go to Settings. β†’ Main screen screen.
  2. Select Tape Settings (or Home Screen Widgets in newer versions of MIUI).
  3. 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:

  1. Open Google Play β†’ Menu β†’ My Apps
  2. Find GetApps or Mi Home, click on three dots β†’ Disable Auto Update.
What if the "Tape Settings" item is not on the menu?
In some regional versions MIUI (For example, for Europe, this section is hidden. Try: 1. Change the region in your phone settings to "India" or "China" (Settings) β†’ Additionally. β†’ Region). 2. Use ADB-command to force widgets to disable (see Method 4).

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:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find GetApps or Mi Home, open up information about it.
  3. Click on the three dots in the upper right corner β†’ Remove updates.
  4. Confirm action. The app will return to the factory version (usually v4.x.x instead of the current v6.x.x).
  5. Return to Google Play and turn off auto-update for this app (see Method 2).

πŸ”§ Step-by-step instruction:

  1. Connect the phone to your computer and allow debugging over USB.
  2. Open the command prompt (cmd on Windows) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. 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
  5. 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/folderDescriptionCan I remove it?
/system/priv-app/MiHomeThe main application of Mi HomeYes.
/system/app/GetAppsGetApps app (for global versions)Yes.
/data/app/com.xiaomi.mipicks-*Updates and cache GetAppsYes.
/system/priv-app/MIUILauncherLauncher with integrated widgetsNo (will cause the system to collapse)

πŸ”§ Instructions:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/priv-app/ and find the MiHome (or GetApps) folder.
  3. Remove the entire folder or rename it (for example, in the MiHome_bak).
  4. Clear cache and data through Settings β†’ Applications β†’ Mi Home.
  5. 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.updater

Attention:

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.

FAQ: Frequent questions about removing widget tapes

❓ Can I remove the tape without a computer?
Yes, but with limitations: Method 1 and 2 (hiding icons and disabling widgets) don't require a PC. Complete removal without root requires ADB (Method 4), which already requires a computer. If you have root, you can use the file manager directly on your phone (Method 5).
❓ Will the tape return after reset to factory settings?
Yes. Full reset (via Settings) β†’ Additionally. β†’ Resetting) all system applications, including Mi Home, will recover. To avoid this: Before reset, back up through the system. TWRP (After resetting, reapply one of the removal methods (e.g, ADB).
❓ Why, after removal, ADB widgets still show up?
This is because widgets are built into the MIUI launcher, not the Mi Home app itself. Solutions: Install a third-party launcher (like Nova Launcher or Lawnchair). Disable widgets through the launcher settings (see Method 2). If you use POCO Launcher, there is an option in its settings to Disable Tape.
❓ Can I remove the tape on Xiaomi with Magisk?
Yes, with the Magisk module called Xiaomi Debloater. Instructions: Install Magisk and open it. Go to the Modules section β†’ Add from storage. Find the Xiaomi Debloater module and install it. In the module settings, tick the Mi box. Home/GetApps and reboot the phone. ⚠️ Note: Not all modules are compatible with the latest versions MIUI 14. Before installing, check the reviews in the Magisk repository.
❓ Is it legal to remove preinstalled Xiaomi apps?
From a legal perspective: πŸ“œ Xiaomi does not prohibit the removal of system applications, but this can lead to a loss of warranty if the phone is sent to the service. πŸ”§ In most countries (including Russia), modifying your device is not illegal unless you distribute modified files. ⚠️ If the phone stops working after removing system components, Xiaomi may refuse warranty repairs.