How to hide the widget tape on Xiaomi: the complete guide 2026

The widget tape on Xiaomi smartphones is both a useful and controversial element of the MIUI interface. On the one hand, it provides quick access to the weather, calendar, notes and other services. On the other hand, it takes up space on the home screen, slows down animations and sometimes shows unnecessary advertising, especially annoying users who are used to β€œclean” Android or switched from other brands.

If you want to make space, speed up your system, or just get rid of visual noise, this article is for you. We'll look at all the current ways to hide the widget tape on Xiaomi, Redmi and POCO devices (including models from 2023-2026). Importantly, the methods differ depending on the version of MIUI (12/13/14/15) and the type of launcher. Some solutions require superuser rights (root), but most options work without them.

Before you start, check your shell version: go to Settings β†’ About Phone β†’ MIUI version. This will help you choose the right method. Also note that after system updates, settings can be reset – in MIUI 15 (2026), the widget tape was returned even to those who previously disabled it through ADB.

1. Standard shutdown via MIUI settings (no root)

The easiest way is to use the built-in options, and unfortunately, in the latest versions of MIUI 14/15, developers have removed the direct button "Disable Widget Ribbon", but the workarounds remain.

First, try this algorithm:

  1. Long press on the free seat of the main screen β†’ select Screen settings.
  2. Scroll down to the Home Screen section and find the Style of the layout item.
  3. Choose the option Without Widget Ribbon (if available).

If there is no such item, try an alternative path:

  • πŸ“± Go to Settings. β†’ Home screen.
  • πŸ” Find the option to Show the widget tape and turn off the slider.
  • πŸ”„ Reboot Launcher: Press Home button, swipe up the Launcher in Multitasking and open it again.
πŸ“Š What version? MIUI You're using it?
MIUI 12 or older
MIUI 13
MIUI 14
MIUI 15 (2026)
I don't know.

Important: Some models (such as the Xiaomi 13T or Redmi Note 12 Pro+) may have these settings hidden, so move on to the following methods.

2.Use of ADB-teams (working on the MIUI 12–15)

If the standard settings did not help, the most reliable way is to disconnect through the ADB (Android Debug Bridge: This method does not require root rights, but it will require a computer and a computer. USB-cable.

Step-by-step:

  1. Enable Developer Mode: Go to Settings β†’ About Phone. 7 times click on MIUI Version. Return to Settings β†’ Additional β†’ Developer. Activate Debugging over USB.

Connect the phone to the PC, confirm the debugging permission.

ADB Tools

adb.exe

adb shell pm hide com.miui.home

Then:

adb shell settings put secure sysui_qs_tile_default 1

Reset the device.

Download ADB Tools on PC|

Enable the developer mode on Xiaomi|

Connect your phone via USB and allow debugging |

Open the command line in the folder with adb.exe|

Introduce commands in order-->

Note: After the MIUI update, the settings may reset. To return the widget tape, use the command:

adb shell pm unhide com.miui.home
What if the ADB does not recognize the device?
Make sure that Xiaomi USB Drivers are installed. Download them from the official website or through the Mi PC Suite. Also check that the developer settings have enabled the Debugging over USB (security options) option and the MTP file transfer mode is selected when you connect.

Installation of a third-party launcher (simple solution)

If you don't really want to use the standard MIUI launcher, the quickest way to get rid of the widget tape is to install an alternative.

  • πŸš€ Nova Launcher – flexible configuration, gesture support, no advertising.
  • 🎨 Lawnchair – open source Pixel-style launcher.
  • ⚑ Hyperion Launcher – Optimized for Performance.
  • πŸ”„ Microsoft Launcher – Integration with Windows and Office Services.

After installation:

  1. Press the Home button and select the new launcher as the main one.
  2. In the launcher settings, disable all widgets or remove them manually.
  3. Hide the search bar if necessary (in Nova Launcher: Settings β†’ Dock β†’ Hide the search bar).

Pros of the method: does not require root or ADB, works on all versions of MIUI.

Cons: Some MIUI features (like Game Turbo or Second Space) may not be available.

4. Disconnection through the developer settings (hidden method)

In some versions of MIUI 13/14, you can turn off the widget tape via hidden system settings, which does not work on all devices, but it is worth trying:

Instructions:

  1. Activate Developer Mode (see ADB section).
  2. Go to Settings β†’ Additional β†’ For developers.
  3. Find the option Minimum retention time for the assistant and set a value of 500 ms.
  4. Return to the home screen, swipe to the left (as if you open a widget tape), but hold your finger on the screen for longer than 0.5 seconds.
  5. A context menu will appear where you can choose to Delete or Disable the tape.

πŸ’‘

If this method didn’t work, try updating MIUI Launcher through Google Play first. Sometimes newer versions return hidden features.

On the POCO F5 and Redmi K60, this trick works steadily, but on the Xiaomi 14, it may not work because of changes in the shell code.

5. editing system files (root only)

If you have root rights, you can completely remove the widget tape by editing the system files.Caution: this method is risky - wrong actions can lead to a bootloop.

Procedure:

  1. Install a file manager with root support (such as Solid Explorer or Root Explorer).
  2. Go to /system/priv-app/MiuiHome/MiuiHome.apk
  3. Make a backup of the MiuiHome.apk file.
  4. Open the file in the text editor (for example, through the APK Editor) and find the line: boolean ENABLE_MINUS_SCREEN = Replace true with false; replace true with true.
  5. Save the changes, restart the device.

πŸ’‘

Editing system files without a backup can make the phone inoperable.Always create a backup via TWRP or OrangeFox Recovery before making changes.

An alternative option for power users is to remove the com.miui.home package via Titanium Backup or Lucky Patcher, but this will result in the loss of the standard launcher.

6.Reset launcher settings (if the tape appeared after the update)

After the MIUI update, the widget tape can return even if you have previously disabled it, in which case resetting the launcher settings will help:

How to do this:

  • πŸ“² Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find Launcher. MIUI (or MiuiHome).
  • πŸ—‘οΈ Press Warehouse. β†’ Clear the data and clear the cache.
  • πŸ”„ Reboot the phone.

After resetting, the widget tape will disappear, but you will have to reconfigure:

  • Location of icons;
  • Desktop wallpaper;
  • App folders.

πŸ’‘

Before reset, take screenshots of the current location of the icons or record a video of the screen - this will help to quickly restore the usual layout.

Comparison of methods: which one to choose?

To make it easier for you to determine, we have compiled a comparative table of all ways:

MethodDifficultyPC requiredRoot is required.It's working on MIUI 15.Reversibility
Standard settings⭐❌ No.❌ No.⚠️ Partially.βœ… Yes.
ADB-teamβ­β­βœ… Yes.❌ No.βœ… Yes.βœ… Yes.
Third-party launcher⭐❌ No.❌ No.βœ… Yes.βœ… Yes.
Developer settings⭐⭐❌ No.❌ No.⚠️ No (MIUI 15)βœ… Yes.
Editing system files⭐⭐⭐❌ No.βœ… Yes.βœ… Yes.⚠️ Partially.

For most users, the best choice is β€” ADB-If you're not afraid of experimentation and you want complete control, try root-rights.

Frequent problems and solutions

When you turn off the widget tape, you might have a problem.

Problem 1: After the reboot, the tape returns.

Solution: This is typical of MIUI 14/15. Use it. ADB-team:

adb shell cmd overlay force-stop com.miui.home

And add it to the task scheduler (e.g., via Tasker) to automatically execute after the reboot.

Problem 2: The navigation gestures are not working.

Solution: Disable and re-enable Full-screen gestures in Settings β†’ Display β†’ Navigation Panel.

Problem 3: The weather and time icons have disappeared.

Solution: Install the weather widget separately through a long press on the main screen β†’ Widgets.

πŸ’‘

If after manipulating the system, the phone began to brake, clear the cache through Recovery Mode (press Power + Volume up when turned on).

Can I hide the widget tape without a computer?
Yes, but the choice is limited: Use a third-party launcher (like Nova Launcher).Try the method through Developer Settings (section) 4). On some models, the launcher settings reset (section) works 6). ADB-Teams require PCs, but this is the most reliable way to do this. MIUI 14/15.
Why did the Widget Ribbon reappear after the MIUI update?
With MIUI 13, Xiaomi began actively returning the widget tape through system application updates.This is due to the company's policy of unifying the interface and monetizing through advertising in widgets.To prevent the tape from returning: Disable the automatic update of MIUI Launcher in Google Play. Use ADB to block the package: adb shell pmable-user --user 0 com.miui.home
Will Google Discover work if I turn off the widget tape?
No, Google Discover is a separate service that is not associated with the MIUI widget. To enable it: Install Google App from the Play Market. Long tap on the home screen β†’ Screen settings β†’ Additional settings. Select Google Discover as a ribbon when swiping left. Note: on some Xiaomi devices, this option is blocked.
Can I hide the widget tape on the POCO Launcher?
POCO Launcher uses the same engine as the standard MIUI launcher, so the methods are identical. However, POCO Launcher 3.0+ has a built-in option: Open the launcher settings (long press β†’ Settings). Go to Screen Section β†’ Hide the application feed. If there is no point, use ADB or install an alternative launcher.
How do I get my widget tape back if I change my mind?
Depending on method: Standard settings: Return the slider to Settings β†’ Home screen. ADB: Enter adb shell pm unhide com.miui.home. Third-party launcher: Return to the standard launcher in the default application settings. Root method: Restore the original MiuiHome.apk from the backup.

If none of these methods worked, check if you have custom software installed (e.g. xiaomi.eu or PixelExperience), which can hard-stitch the widget tape into the system and require firmware reflashing to remove it.

πŸ’‘

The 4PDA forum has themes with modified versions of MiuiHome.apk without a widget tape for specific models.

Now you know all the current ways to hide the widget tape on Xiaomi. If you have any specific questions about a particular model (for example, Xiaomi 13 Ultra or Redmi Note 13 Pro) – check the version of MIUI and the type of launcher in the comments.