How to completely remove the widget from the desktop on Xiaomi: from standard to system

Xiaomi widgets are a convenient tool for quick access to information, but sometimes they take up too much space, slow down the system or just annoy you with constant notifications. Remove them from the desktop seems an easy task, but in practice users face nuances: some widgets are not removed in the standard way, others come back after a reboot, and the system and completely block the delete button. In this article, we will analyze all possible methods, from basic to hidden MIUI functions that work on the Redmi Note 12, POCO X5, Xiaomi 13T and others.

We will focus on the problems that arise when deleting: why the widget can hang during the removal process, how to deal with preinstalled widgets (for example, Mi Pei or Weather), and what to do if they appear again after the update MIUI. We also look at alternative solutions, from disabling through Settings to using ADB for power users.

1. Standard method of removing the widget

To begin with, the simplest method that works for most custom widgets (e.g., from Google, Yandex or third-party apps) is a method that requires no additional tools and is suitable for MIUI 12/13/14:

  1. Press and hold your finger on the widget you want to remove until the menu appears (usually takes 1-2 seconds).
  2. At the top of the screen will appear basket (the icon β€œDelete”) – drag the widget there.
  3. Confirm the action if a pop-up appears (some firmwares skip this step).

If the cart does not appear, check:

  • πŸ”„ Long press: Some models (e.g., POCO F4) require the widget to be held for up to 3 seconds.
  • πŸ“± Edit Mode: Swipe down the desktop and click Edit (pencil icon), then try removing the widget again.
  • πŸ”’ Protection against changes: in Settings β†’ Desktop β†’ Blocking the layout must be disabled with the option to Disable Changes.

πŸ’‘

If the widget doesn't drag and drop, try moving it to another location on the screen first, and then re-deleting it. Sometimes this will unlock the hung element.

This method works for 90% of custom widgets, but it won’t help with system widgets (like Calendar or Steps).

2. Remove through desktop settings

If the standard method did not work, the widget can be linked to the system services MIUI, in this case, the desktop settings menu will help:

  1. Press and hold the empty area on your desktop, then select Desktop Settings (or Screen Settings on some firmware).
  2. Go to the Widgets or Screen Elements section.
  3. Find the widget you want in the list and turn off the slider next to it. Some devices will also have a Remove button.

Please note:

  • βš™οΈ System widgets (such as Weather or Mi Pei) may be missing or have a gray slider, meaning they cannot be turned off via the menu.
  • πŸ”„ Once the MIUI update is updated, some widgets return automatically. To prevent this, turn off the Restore layout option after updating in the desktop settings.
What to do if the "Widgets" section is not in the settings?
On some firmware (for example, MIUI Global for the European region), this section may be called: Additional elements or Screen Tools. If it is not at all, try resetting your desktop settings through Settings. β†’ Annexes β†’ Application management β†’ Launcher (MIUI Launcher) β†’ Warehouse β†’ Clear the data. Attention: this will reset all your shortcuts and folders on the home screen!

If the widget still remains, proceed to the next method - disabling through the application settings.

3. Disabling the widget through the application settings

Some widgets are part of the application (for example, the Google Search widget or Yandex.Weather widget), in which case they can be disabled through the menu of the application itself:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find the app that the widget belongs to (e.g. Google, Mi Weather, Xiaomi Steps).
  3. Select Notifications or Widgets (depending on the firmware) and turn off the appropriate switch.
  4. If you don’t have an option, click Storage β†’ Clear Data (this can reset the widget settings).

Example for popular widgets:

widgetAnnexAction.
Weather.Mi Weather or Google WeatherDisable notifications or remove app updates
Google Search SearchGoogleDisable the widget in the application settings (Settings β†’ Widgets β†’ Turn off)
Steps/FitnessMi Fitness or Zepp LifeClear application data or disable synchronization
CalendarGoogle Calendar or Mi CalendarDelete your account from the application or disable synchronization
πŸ“Š Which widget is bothering you the most?
Weather.
Google Search Search
Mi Pei/Train
Fitness tracker
Other

Important: Disabling system applications (such as Mi Weather) can cause disruptions to other Xiaomi services, such as Mi Account or Smart Home. If errors occur after the shutdown, return the settings back.

4. Removal of system widgets via ADB (for experienced)

If the widget is not removed by any means, it is likely part of the system software MIUI. In this case, ADB (Android Debug Bridge) - a debugging tool that allows you to disable preinstalled components.

Warning: This method requires unlocked USB debugging and can disrupt system stability. Use it only if other methods have not worked.

Enable Developer Mode (7 times click on MIUI version in phone settings)

Activate USB Debugging in Settings β†’ Additional β†’ For Developers

Install ADB drivers and Platform Tools on PC (download from Google website)

Connect your phone to your PC and confirm your trusted device

-->

Instructions for removal:

  1. Connect your phone to your computer and open the command prompt (cmd) in the folder with the platform-tools.
  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 Mi Weather it is com.miui.weather2). Use the command: adb shell pm list packages | grep -i "name" Replace the name with the part of the name (for example, weather for weather).
  4. Disable the packet by command: adb shell pm disable-user --user 0 name packet For example: adb shell pm disable-user --user 0 com.miui.weather2

Once you've completed the command, the widget will disappear from the desktop. To return it, use:

adb shell pm enable name packet

πŸ’‘

Disabling system packages via ADB does not remove them completely, but only hides them from the user. After resetting settings or updating the MIUI, the widget may appear again.

If the widget is associated with a critical system process (e.g., com.miui.home), disabling it will result in a reboot cycle. Before experimenting, back up through Settings β†’ Additional β†’ Backup.

5. Resetting launcher settings (last resort)

If the widget is frozen (does not respond to pressing, is not deleted, is displayed in gray), the problem may be in the failure of the MIUI launcher.

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the Launcher app (or MIUI Launcher) and select it.
  3. Click Warehouse β†’ Clear the data and confirm the action.

After that:

  • βœ… All widgets, shortcuts, and folders on the desktop will disappear β€” you’ll have to reconfigure them.
  • ⚠️ Wallpaper and theme will remain, but the screen layout will reset to factory.
  • πŸ”„ If the problem was a system failure, the widget will disappear. If it was part of the pre-installed software, it may reappear.

πŸ’‘

Before resetting the launcher, take screenshots of the current location of the shortcuts or record a video of the screen, which will help quickly restore the layout after cleaning.

This method does not remove widgets permanently, but often solves problems with their "hang." Use ADB (Section 4) to completely remove system components.

6.What to do if the widget appears after the restart

Some widgets (especially from Xiaomi and Google) have removal protection and are restored after a reboot or MIUI update.

  1. Turn off automatic widget updates in Settings β†’ Apps β†’ Auto Update.
  2. Freeze the app to which the widget belongs with ADB (the command in section 4) or third-party utilities like App Freezer (root rights required).
  3. Install an alternative launcher (like Nova Launcher or Lawnchair) that ignores MIUI system widgets.

If the widget returns even after these actions, check:

  • πŸ“₯ Background processes: in Settings β†’ Battery β†’ Consumption management disable optimization for launcher.
  • πŸ”„ Updates MIUI: After major updates (e.g., from MIUI 13 to MIUI 14), system widgets can be restored. Before upgrading, back up the screen layout.
Why is Xiaomi restoring widgets?
This is part of MIUI’s β€œimproved user experience” policy, which the company believes weather, calendar and fitness widgets are useful to most users, so it returns them after crashes or updates.The only way to get rid of them completely is to disable the associated system packages (see Section 4) or use custom firmware.

7. Alternative solutions: launchers and root access

If none of these methods worked, consider radical options:

Installation of a third-party launcher

Launchers like Nova Launcher or Niagara Launcher allow you to completely customize the desktop and ignore the system widgets MIUI.

  1. Assign a new launcher as default launcher in Settings β†’ Applications β†’ By default.
  2. Turn off the system launcher (com.miui.home) through ADB so it doesn’t interfere with your work.

Getting root rights

With root access, you can completely remove system widgets, but these are:

  • ⚠️ Violates warranty and may result in blocking certain features (e.g. Mi Pay or Widevine L1 for streaming in HD).
  • πŸ› οΈ Requires unlocking the bootloader through the Mi Unlock Tool (the official Xiaomi tool).
  • πŸ”§ Use Root Explorer or Titanium Backup to remove (remove packets in /system/priv-app/).

πŸ’‘

Root access is a last resort. On most Xiaomi devices, it is enough to disable the widget via ADB (section 4) or use a third-party launcher.

Frequent Mistakes and How to Avoid Them

When removing widgets, users often face typical problems:

⚠️ Warning: If contactless payments stop working after you delete the Mi Pei or Mi Wallet widget, return it via Settings β†’ Widgets or reinstall the Mi Pay app from the App Store.

Other common mistakes:

Problem.Reason.Decision
The widget doesn't drag into the basketProtection against changes or system widgetCheck Section 2 or use ADB
After removal, the widget returnsMIUI Auto-RecoveryTurn off auto-update or freeze the package
The screen flashes when removedLauncher failureClear the launcher data (Section 5)
Google widget doesn't workGoogle Play Services is disabledUpdate Google Services to Play Market

If none of the methods worked, check:

  • πŸ“± Version MIUI: Beta versions of the firmware may have bugs with widgets. Reverse to stable version via Settings β†’ System Update.
  • πŸ”Œ Application conflict: Some optimizers (e.g., DU Speed Booster) block desktop changes. Remove them.

FAQ: Answers to Frequent Questions

Can you remove the Weather widget on Xiaomi forever?
Yes, but only through ADB (section 4) or root access, which is only hidden by standard methods, and may reappear after the MIUI update.
Why does Google widget come back after it is removed?
This is due to Google Play services that automatically restore system widgets. To avoid this, disable auto-update for the Google app in Settings β†’ Apps.
How to remove the widget "Steps" (fitness tracker)?
Open the Mi Fitness or Zepp Life app, go to settings and turn off the Desktop Widget Show option. If that doesn't help, clear the app data.
Can I remove widgets without a computer?
Yes, most widgets are removed in the standard way (Section 1) or through launcher settings (Section 2). System widgets will require ADB, but there is an alternative - applications like App Inspector (allows you to disable components without a PC, but require root).
What if all the tags are missing after removing the widget?
Chances are you cleared the launcher data (Section 5). You can only restore shortcuts manually or from a backup (if it was created through Settings β†’ Additional β†’ Backup).