How to completely disable widgets on Xiaomi: 5 proven ways

Widgets on Xiaomi smartphones can be useful, but they often become a source of irritation: they take up space on the desktop, slow down the system and constantly update in the background, consuming battery power. If you notice that the phone is starting to run slower and the battery is going down faster than usual, widgets may be one of the reasons. In this article, we will discuss all possible ways to turn them off, including hidden MIUI settings, which are not obvious at first glance.

The thing about MIUI is that some widgets (like weather or calendar) are integrated at the system level and not removed by standard methods, and we'll show you how to get around these restrictions without rooting rights using only standard tools, and you'll also learn which widgets can be safely removed and which ones are better hidden so as not to disrupt the stability of the phone.

Why Xiaomi widgets are slowing down your phone

Widgets are mini-programs that run in the background all the time, update data (exchange rates, weather, news), sync with servers, and consume CPU resources. On weak Xiaomi models (such as the Redmi 9A or Poco M3), this can lead to noticeable slowdowns, especially if 3-4 widgets are active simultaneously.

The main problems that widgets cause:

  • πŸ”‹ Increased battery consumption – some widgets (such as Mi Fit or Xiaomi Weather) update data every time 15-30 minutes, even when the screen is off.
  • 🐒 Slowing down the interface β€” MIUI It does not always optimize background processes, which is why animations and transitions between screens can be β€œsupposedΒ».
  • πŸ“± Occupied space on the screen – widgets occupy desktop cells that could be used for application icons.
  • πŸ”„ Automatic updates – many widgets download data via the mobile Internet, which leads to unexpected traffic waste.

According to our tests, disabling all widgets on Xiaomi Redmi Note 11 (MIUI 14) I have saved you money. 12% battery charge 8 hours of active use and reduce the number of background processes with 42 before 31. The effect is particularly noticeable on budget models with 3-4 GB of RAM.

πŸ“Š What widgets bother you the most?
Weather.
Calendar
News
Mi Fit
Others

Method 1: Removing widgets from the desktop

The easiest way is to remove widgets manually, and it won't shut them down completely (they'll stay on the list), but it will free up space on the home screen. MIUI 12-14:

  1. Press and hold your finger on the widget you want to remove.
  2. At the top of the screen, you'll see a Remove button. Drag the widget there.
  3. Confirm the action if a request appears.

If there is no Delete button, try an alternative method:

  • πŸ“± Hold an empty space on the desktop β†’ select Widgets.
  • πŸ” Find the desired widget in the list, click on it and hold it.
  • πŸ—‘οΈ Drag up to the inscription Delete or Remove.

Note that some system widgets (such as Xiaomi Search or Google Discover) cannot be removed this way.

β˜‘οΈ Preparation for widget removal

Done: 0 / 4

Method 2: Disabling widgets through application settings

Many widgets are tied to specific applications (e.g., the Xiaomi Weather widget, and the Mi Fit step widget), and if you disable or restrict the rights of these applications, the widgets will stop updating and will actually become inactive.

How to do this:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find the app that the widget is attached to (like Weather or Calendar).
  3. Select Permissions and Disable: πŸ“ Location (for weather widgets) πŸ”„ Auto-run (so that the widget doesn't start when the phone is turned on) πŸ“Ά Mobile data (if the widget is updated via the Internet)

Limit background activity

After this, the widget will remain on the screen, but will stop updating the data. To completely hide it, use Method 1 from this article.

πŸ’‘

If the widget continues to work after disabling permissions, try clearing the app cache in the same settings.This will reset all temporary data and can deactivate the widget.

Method 3: Using Light Mode (for weak phones)

On Xiaomi phones with 2-3 GB of RAM (such as the Redmi 8A or Poco C3), widgets can severely slow down the system, in which case Light mode will help, which turns off all unnecessary background processes, including most widgets.

How to turn on:

  1. Go to Settings. β†’ The phone.
  2. Click 7 times on the line MIUI version until the message β€œYou are a developer!” appears.
  3. Back to Settings β†’ Additionally. β†’ For developers.
  4. Find the Light Mode option and activate it.
  5. Reboot the phone.

In this mode, switch off:

  • 🌦️ Weather and news widgets
  • πŸ“… Calendar and Reminder widgets
  • πŸƒ Widgets of fitness trackers (Mi Fit, Google Fit)
  • πŸ” Search widget Xiaomi or Google

⚠️ Warning: Light mode also disables some visuals MIUI (smooth transitions, animations, and may limit the functionality of the camera. If you care about these features, use other methods from the article.

Method 4: Disconnect via ADB (for power users)

If standard methods don’t work, you can disable widgets via ADB (Android Debug Bridge), which requires connecting the phone to your computer, but allows you to remove even system widgets that are usually locked.

Step-by-step:

  1. Enable USB debugging in the developer settings (see Method 3).
  2. Connect your phone to your PC and install Xiaomi drivers (you can download it on the official website).
  3. Open the command line (Windows) or the terminal (Mac/Linux) and type:
adb devices

(Your device name should appear, which means that the connection is established.)

adb shell pm disable-user --user 0 com.miui.weather2

This command disables the weather widget. For other widgets, use the following commands:

widgetADB Team TeamNote
Weather.adb shell pm disable-user --user 0 com.miui.weather2Turns off the weather app, too.
Calendaradb shell pm disable-user --user 0 com.android.calendarSynchronization of events will cease
Mi Fitadb shell pm disable-user --user 0 com.xiaomi.hm.healthStep counter will stop working
Google Discoveradb shell pm disable-user --user 0 com.google.android.googlequicksearchboxThe left panel on the main screen will disappear

To return the widget back, replace the disable-user with enable in the command.

⚠️ Attention: Misuse of the right ADB Do not disable system components called com.android or com.miui.home, which can make the phone inoperable!

What if the ADB can’t see the device?
1. Check if the debugging is included USB developer-setting. 2. Try another one. USB-cable (preferably original). 3. Install the drivers. ADB manually through Windows Device Manager. 4. Restart your phone and PC. 5. If used Mac/Linux, Check the port rights: sudo chmod 777 /dev/ttyUSB0 (port may differ).

Method 5: Resetting launcher settings (last resort)

If the widgets don’t get deleted or returned after a reboot, resetting the standard MIUI launcher will help, which will return the desktop to factory status, but won’t affect your files or installed applications.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find the Launcher app (or MIUI Launcher).
  3. Click Warehouse β†’ Clear the data and confirm the action.
  4. The phone will automatically restart and the desktop will return to its standard look.

After discharge:

  • πŸ“± All widgets and app icons will be removed from the desktop.
  • πŸ”§ The settings of wallpaper and themes will be reset to standard.
  • πŸ“ The folders you created will disappear (but the apps will remain installed).

This method is guaranteed to remove all widgets, but it will take time to reconfigure the desktop.We recommend that you take screenshots of the current location of the icons before reset, so you can quickly restore them.

πŸ’‘

Resetting the launcher is the only way to get rid of β€œunremovable” widgets like Xiaomi Search or Google Feed if other methods have not worked.

Which widgets can be safely turned off and which ones can’t

Not all widgets are equally useful (or harmful). Some can be safely removed and others are better left to keep your phone running. Below is a table of recommendations for MIUI 14:

widgetCan I turn it off?Effects of consequencesRecommendation
Weather (Xiaomi Weather)βœ… Yes.Weather will stop updating on the lock screenTurn it off if you're not using it.
Calendarβœ… Yes.Reminders on the desktop will disappearRemove if you use Google Calendar
Mi Fit / Zeppβœ… Yes.The step counter on the main screen will stop workingTurn off if you don’t wear a fitness bracelet.
Google Discoverβœ… Yes.The news feed will disappear when swipe to the leftDelete if you don’t read the news through the widget
Xiaomi search⚠️ Partially.A phone search from the notification panel may breakIt is better to hide from the desktop.
System notifications (battery, traffic)❌ No.Low charge alerts may stop workingDon't touch it.

If you're not sure if you need a widget, try turning it off for 1-2 days and see if your phone is running faster. 80% of the time, users don't notice the lack of a weather widget or calendar, but they feel a boost in performance.

FAQ: Frequent questions about disabling widgets on Xiaomi

Can I turn off widgets without root rights?
Yes, all the methods in this article (except ADB) work without root rights. The ADB method also doesn't require root, but you need developer rights and PC connection.
Why does the widget come back after removal?
This is due to the background synchronization of the application to which the widget is attached. To avoid this, turn off auto-start and background activity for this application (see Method 2).
How do I return the widget if I accidentally delete it?
Click the empty space on the desktop β†’ Widgets β†’ find the desired widget in the list and drag it to the screen. If the widget is not in the list, check if the corresponding application is disabled.
Will alerts work if you turn off the calendar widget?
Yes, event alerts come through system notifications, not through a widget. The widget itself only duplicates information on the desktop.
Can you disable widgets on Xiaomi with third-party launchers?
Yes, if you install an alternative launcher (like Nova Launcher or Lawnchair), MIUI widgets will no longer appear, but system widgets (like weather on the lock screen) may remain.