How to remove the widget on Xiaomi: 5 working ways (including hidden ones)

Widgets on Xiaomi smartphones are a convenient tool for quick access to information, but they are not always useful. Often users are faced with a situation where an unnecessary widget takes up space on the home screen, slows down the system or just annoys with constant notifications. Unlike standard application icons, deleting widgets is not always intuitive: in MIUI, separate mechanisms are responsible for this, which also differ depending on the firmware version and device model.

In this article, we’ll look at all the ways you can remove widgets on Xiaomi, Redmi and POCO, from basic actions to hidden settings that aren’t covered in the official documentation, how to remove both custom and system widgets (like Weather, Calendar or Mi Fit), and what to do if standard methods don’t work, and focus on the problems that arise after the MIUI 14 and HyperOS updates, where the logic of widget management has changed.

1. Standard removal of widgets from the main screen

Let’s start with the simplest method that works on most Xiaomi devices running MIUI 12–14 and HyperOS. This method is suitable for removing custom widgets (e.g. Watch, Weather, Google Search) that you have added yourself.

Algorithm of action:

  • πŸ“± Press the widget you want to remove for 1-2 seconds.
  • πŸ—‘οΈ At the top of the screen will appear the icon Remove (basket) – drag the widget there.
  • βœ… Confirm if the system requests additional confirmation.

If the widget is not removed in this way, check:

  • πŸ”’ Whether it is system-based (e.g. Mi Home or Quick Settings) widgets are often blocked from being deleted.
  • πŸ“² System Protection in Security Settings (can block interface changes).
  • πŸ”„ Has the firmware been updated recently - sometimes after updates, the rights to manage widgets are reset.
πŸ“Š Which widget is bothering you the most?
Weather.
Calendar
Mi Fit
Google Search Search
Other

⚠️ Note: On some models POCO (for example, POCO X3 Pro) after a long press on the widget appears not the basket, and the menu settings widget. In this case, try dragging the widget to the icon Delete, which appears at the bottom of the screen.

2. Removal of widgets through launcher settings

If the standard method didn’t work, try removing the widget through the launcher settings (MIUI shells), which is especially useful for devices with custom firmware or if the widget is stuck on the screen.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find the Launcher app (or MIUI Launcher) in the list.
  3. Slip on it and select Warehouse β†’ Clear the data.
  4. Reboot your smartphone. After that, all the widgets will reset, and you can add only the ones you need.

The downside of this method is that you reset all launcher settings, including the location of icons and folders, but this is the only way to remove the "hang" widgets that do not respond to standard actions.

πŸ’‘

Before resetting the launcher, take a screenshot of the main screen - so you will quickly restore the location of the icons after the reboot.

For HyperOS devices, the path is a little different:

Settings β†’ Home screen β†’ Additional settings β†’ Resetting launcher settings

3. disabling system widgets via ADB

Some widgets (such as Mi Video, Mi Music or Quick Settings) cannot be removed by standard methods, since they are built into the system, in which case disabling through ADB (Android Debug Bridge) will help, this method requires connecting the smartphone to the computer, but it is guaranteed to work even on locked firmware.

What you need:

  • πŸ–₯️ Computer with installed Xiaomi and ADB-tools drivers.
  • πŸ“± Included Debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times tap to unlock the developer's settings).
  • πŸ”Œ USB-cable (preferably original).

Step-by-step:

  1. Connect your smartphone to your PC and open the command line (or Terminal on Mac/Linux).
  2. Enter the command to check the connection: Adb devices must appear serial number of your device.
  3. Find out the name of the widget package (for example, for Weather it is com.miui.weather2). Use the command: adb shell pm list packages | grep -i "widget"
  4. Disable the widget command: adb shell pm disable-user --user 0 name packet For example, to disable the widget Mi Video: adb shell pm disable-user --user 0 com.miui.video

Once the command is executed, the widget will disappear from the main screen and will no longer appear in the list of available ones. To return it, use the same command, but with the option enable:

adb shell pm enable name packet
List of popular widget packages Xiaomi
com.miui.weather2 β€” Weather com.miui.calendar β€” Calendar com.miui.player β€” Music com.miui.videoplayer β€” Video com.xiaomi.midrop β€” Fast file transfer

⚠️ Warning: Disabling system packages can cause the firmware to run unstable.Do not disable packages called com.android or com.miui.home - this can cause a full launcher reset or even a system freeze.

4. Removing widgets through Safe Mode

If the widget is not removed due to a conflict with another application (for example, after installing a custom launcher), try booting in Safe Mode. In this mode, all third-party applications are disabled, and you can remove the problematic widget.

How to run Safe Mode on Xiaomi:

  1. Press the power button before the turn off menu appears.
  2. Press the button to turn off for 3-5 seconds.
  3. Confirm the transition to safe mode.

In safe mode:

  • πŸ“² Try removing the widget in the standard way (clamping and dragging into the basket).
  • πŸ” If the widget is gone, it's a problem in one of the installed apps.
  • πŸ”„ Reboot your smartphone to exit safe mode.

This method often helps if the widget appears after installing a third-party launcher (like a Nova Launcher or Apex Launcher) and conflicts with system settings.

5.Resetting launcher settings to factory

If none of the previous methods worked, the last option is a complete reset of the launcher settings, which will return the main screen to factory status by removing all widgets, folders and design settings.

How to reset the launcher on Xiaomi:

MIUI versionThe path to settingsNotes
MIUI 12–13Settings β†’ Home screen β†’ Resetting settingsOnly the screen settings will be reset, the application data will be saved.
MIUI 14Settings β†’ Desktop β†’ Additionally. β†’ ResetA fingerprint confirmation may be required.
HyperOSSettings β†’ Home screen β†’ Delete all dataRecovery via Mi Cloud can bring back old widgets.
POCO LauncherSettings β†’ Launcher settings β†’ ResetOnly for devices with a proprietary launcher POCO.

After discharge:

  • βœ… All widgets will be removed.
  • πŸ“± App icons will return to standard location.
  • πŸ”„ Background wallpaper and theme of design can be reset to factory.

Take screenshots of the home screen | Record the location of important icons | Check sync with Mi Account | Make sure there are no important notes in the widgets

-->

⚠️ Note: On some devices (e.g. Xiaomi) 12T Redmi Note 11 Pro+) A launcher reset may result in loss of widget data associated with your Mi Account (such as notes in Mi Notes or events in the Calendar.

6. Alternative methods: third-party launchers and root rights

If you are willing to take drastic measures, consider two additional options:

1. Installation of a third-party launcher

Launchers like Nova Launcher, Apex Launcher or Lawnchair allow you to have full control over widgets, including system widgets.

  • πŸ“₯ Install a launcher from Google Play.
  • πŸ”§ Set it up as a default launcher.
  • πŸ—‘οΈ Remove unnecessary widgets through the launcher menu (usually a long press). β†’ Delete).

2. Obtaining root rights

With root access, you can remove any system widget, including those that are locked in standard firmware.

  • πŸ”“ Unlock the bootloader through the official Xiaomi website.
  • πŸ“² Install custom recovery (for example, TWRP).
  • πŸ› οΈ Use Root Explorer or Titanium Backup to remove widget packets.

Cons of this method:

  • ⚠️ Loss of warranty (if the device is under warranty).
  • πŸ” Risk of system failure if packet is incorrectly deleted.
  • πŸ”„ Difficulty rolling back change.

πŸ’‘

Third-party launchers are the safest way to get rid of system widgets without risking firmware, but they consume additional RAM (around 100-200 MB).

FAQ: Frequent questions about removing widgets on Xiaomi

❓ The widget left, but after a while it reappeared?
This is a typical problem for widgets tied to system applications (like Weather or Mi Fit) that recover after an app update or device reboot. Solutions: Turn off auto-update for the app on Google Play. Use ADB to shut down the package completely (see Section 3). Install an alternative launcher.
❓ Can I remove the Quick Settings widget (notification panel)?
No, this widget is part of the system interface and cannot be removed. However, you can: Hide it by dragging it up the screen (on some firmware). Disable the display of individual elements through Settings β†’ Notification Panel.
❓ After removing the widget, all the icons from the main screen disappeared?
This is due to a launcher malfunction. Solutions: Reboot your smartphone. Clear the launcher cache (Settings β†’ Applications β†’ Launcher β†’ Storage β†’ Clear cache). If it doesn't work, reset the launcher settings (see Section 5). App icons are not deleted, they just hide. After the reboot, they will return.
❓ How to remove the widget from Xiaomi with HyperOS?
In HyperOS, the widget management logic has changed. To remove the widget: Press the widget and select Remove from the screen (do not Remove the app!). If the option is inactive, go to Settings β†’ Home screen β†’ Disable unnecessary widgets. HyperOS also introduced the Smart Desktop feature, which can automatically add widgets. Disable it in the launcher settings.
❓ The widget doesn't delete, says, "You can't delete the system app?
This means that the widget is part of the firmware. Solutions: Use ADB (section 3). Install a third-party launcher. Hide the widget by moving it to a separate screen (click β†’ Move to another screen). On some devices (such as Xiaomi 13 Pro), system widgets can be disabled through Settings β†’ Apps β†’ Show all apps β†’ Find the widget β†’ Disable.