How to completely disable the widget tape on Xiaomi Redmi Note 10 S: all ways

The widget tape on the left of the home screen on the Xiaomi Redmi Note 10 S is one of the most controversial elements of the MIUI interface. For some users, it is convenient access to the weather, calendar and quick actions, for others it is an unnecessary element that eats up resources and takes up space.

In this article, we’ll look at all the ways you can disable your widget tape, from standard settings to hidden commands via ADB. Importantly, the methods work on the Redmi Note 10 S with MIUI 12.5-14 firmware (including global and Chinese versions). If you have custom firmware, some items may differ.

Before you start, consider that completely removing the widget tape can affect the stability of the system. For example, after a shutdown through ADB, some system notifications may disappear or the logic of gestures may change. We tested all methods on the Redmi Note 10 S with MIUI 13.0.6 - no critical failure was detected, but you can not give guarantees: always backup before changing system files.

πŸ“Š You are using a widget tape on Xiaomi?
Yeah, all the time.
Sometimes.
No, I want to cut it off.
I don't know what it is.

1. Standard shutdown via MIUI settings

The easiest way is to use the built-in options, and unfortunately, MIUI doesn't have a "Delete Widget Ribbon Completely" button, but you can remove the contents and make it invisible.

Open the widget tape to the left of the main screen. At the bottom of the screen, tap the Edit icon. Here you'll see all the active widgets:

  • 🌑️ Weather – displays temperature and forecast
  • πŸ“… Calendar - events from Google/MI-account
  • πŸ”„ Quick Actions – shortcuts for flashlight, Wi-Fi, etc.
  • πŸ“Š Steps/Activity – Data from Mi Band or Phone Sensors
  • 🎡 Music widget - playback control

To remove unnecessary elements:

  1. Click on the cross in the top corner of each widget.
  2. Confirm removal (some widgets, such as Weather, cannot be removed in the standard way).
  3. After removing all possible widgets, the tape will become almost empty – only the search bar will remain.

This method does not remove the tape itself, but only cleans it. To completely turn off the swipe to the left, additional actions will be required (see the following sections).

πŸ’‘

If the tape still opens after removing the widgets, try restarting the phone - sometimes MIUI resets the settings after the reboot.

2. Disconnect via launcher settings (hidden option)

MIUI Launcher has hidden options that allow you to deactivate the widget tape, which works on most firmware versions, but may require pre-activation of the developer mode.

Instructions:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version. Enter password/pattern lock if required.

Additional β†’ For Developers

Disable the mi-ribbon

Disable Mi Feed

Activate the switch and restart the phone.

If the item Disable Milente is not:

  • πŸ” Check if your firmware is updated to the latest version.
  • πŸ“± Try changing the region in your settings to India (sometimes this reveals additional options).
  • πŸ”§ Install an alternative launcher (like Nova Launcher) that ignores system tape.
Why is there no direct shutdown option in MIUI?
The Mi Feed is integrated into Xiaomi’s system services and is used to display ads, news and affiliate content. Complete removal requires superuser rights or firmware modifications, which is contrary to MIUI’s security policy for global versions.

3. Disconnection via ADB (for power users)

If the standard methods do not work, you can use them. ADB-This requires connecting the phone to a computer and basic knowledge of how to use the console.

What you need:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ“‹ Installed Xiaomi drivers and package ADB Tools.
  • πŸ”Œ USB-cable (preferably original).
  • βš™οΈ Initiated debugging mode USB phone-on.

Step-by-step:

  1. Connect the Redmi Note 10 S to your computer and allow debugging.
  2. Open the command prompt (cmd on Windows) and type: adb devices Make sure the device is identified (serial number should appear).
  3. Run the command to disable the tape: adb shell pm hide com.miui.miservice This command hides the system application responsible for the widgets.
  4. Reboot your phone: adb reboot

When you reboot the widget tape, it's going to disappear. If you want to return it, use the command:

adb shell pm unhide com.miui.miservice

Install Xiaomi drivers|Download ADB Tools|Enable debugging on USB|Connect the phone to the PC|Check the connection with the adb device command-->

4. Removal through uninstallation of system applications (root)

If you have root rights, you can completely remove the applications that are responsible for the widget tape, which is the most radical method and can lead to unstable system operation if you remove the extra one.

List of apps related to the widget tape on the Redmi Note 10 S:

Package nameDescriptionCan I remove it?
com.miui.miserviceMain service of widget tapeYes (may affect system notifications)
com.miui.weather2Weather widgetYes (weather will disappear on other menus)
com.miui.notesNotes and calendarNo (will cause errors in MIUI)
com.miui.playerMusical widgetYes (music will work through other players)

To delete, use any root-access file manager (such as Root Explorer) or command via ADB:

adb shell


su




pm uninstall -k --user 0 com.miui.miservice

⚠️

Note: Removing system applications may disrupt MIUI. For example, after deleting com.miui.weather2, the weather in the notification panel will stop updating. Always backup before such operations!

5. Alternative solutions: change of launcher or firmware

If neither method worked, consider installing a side launcher or custom firmware, which will drastically change the phone’s interface, but give you full control of the desktop.

Popular launchers for Xiaomi that ignore the widget tape:

  • 🌟 Nova Launcher – flexible gesture settings, no forced tape.
  • πŸ“± Lawnchair – lightweight launcher with support for Android widgets.
  • ⚑ Hyperion Launcher – Optimized for Performance.
  • 🎨 Microsoft Launcher – Windows integration, no MIUI-ribbon.

For installation:

  1. Download the launcher APK from the official website or Google Play.
  2. Install and select it as the default launcher in the settings.
  3. Set up gestures (for example, turn off the swipe to the left in the launcher settings).

If you’re ready to go further, consider custom firmware like LineageOS or Pixel Experience, which completely removes all MIUI elements, including widget tape, but requires unlocking the bootloader and can be unwarranted.

πŸ’‘

Changing the launcher is the safest way to remove the widget tape without risk to the system, but some MIUI features (such as dual applications) may become unavailable.

Possible problems and solutions

After you turn off the widget tape, you can have side effects, and here are the most common ways to eliminate them:

  • πŸ”„ The tape returns after the update MIUI: System updates often reset settings. Solution: Repeat the shutdown via ADB or install an update blocker for specific applications (e.g. App Ops).
  • ⚠️ System Notifications Disappear: If the weather or notifications are lost after deleting com.miui.miservice, return the application with the command pm uninstall -k --user 0 com.miui.miservice (replace uninstall with install).
  • πŸ“± Phone started to slow down: Possibly conflict with other system services. Try clearing the cache in Settings β†’ Annexes β†’ Application management β†’ Systemic β†’ Clear the cache.
  • πŸ”’ The swipe gesture left does not work: If you use an alternative launcher, adjust the gestures in its settings. In Nova Launcher, for example, this is done in Settings β†’ Gestures and entrances.

⚠️

Note: Some versions of MIUI 14 for Redmi Note 10 S may lose access to Google Discover (if integrated) after disabling the widget tape. To return it, you will have to reset the launcher settings or reinstall the Google App.

FAQ: Frequent questions about disabling widget tape

Can I turn off the widget tape without root and ADB?
Yes, but not completely. Standard means can only clear the tape of widgets (see section one), but the tape itself (swipe left) can't be removed. ADB.
Why did the Widget Ribbon reappear after the MIUI update?
MIUI updates often reset custom settings for system applications. To avoid this: Turn off automatic updates in Settings β†’ About Phone β†’ System Update. Use App Ops or Package Disabler to block com.miui.miservice.
Is it safe to delete com.miui.miservice?
Removing this packet usually doesn’t cause critical crashes, but it can: Disappear the weather in the notification panel; stop working some system notifications (for example, about steps); reset the MIUI design theme. We recommend that you first hide the packet through ADB (pm hide), rather than delete it completely.
How to return the widget tape if you need it again?
Recovery methods depend on the disable method: If you used ADB hide: adb shell pm unhide com.miui.miservice. If you deleted it through root: reinstall APK from the backup or update MIUI. If you changed the launcher: return to the standard MIUI Launcher.
Is there a way to turn off the tape only for a specific desktop?
No, the widget tape in MIUI is a global feature, and it either works on all screens or is turned off completely. Alternative: use a multi-profile launcher (like Nova Launcher) where you can customize different gestures for different screens.