Widgets on Xiaomi smartphones can be useful for quick access to information β weather, calendar or smart home management. But often they take up space on the screen, slow down the system or just annoy with constant notifications. If you want to free up space on the home screen, reduce battery load or just get rid of unnecessary interface elements β this article is for you.
Depending on the version of MIUI (12 to 14) and the smartphone model (Redmi Note 12, POCO X5, Xiaomi 13T, etc.), the process of disabling widgets can be slightly different. We will look at all the current methods, from simple concealment to complete removal of system widgets through the developer settings, and also understand how to remove widgets from the notification panel and lock screen, which often go unnoticed, but consume resources.
Before you start, please note that some widgets (such as Weather or Steps) are associated with system applications, and their complete removal may cause failures, as we will warn you about in the relevant sections.
1.How to remove widgets from the main screen Xiaomi
The easiest way to get rid of unnecessary widgets is to remove them directly from the desktop, which works on all versions of MIUI and does not require a deep knowledge of settings.
Instructions:
- π± Long-click on the widget you want to remove (not the app icon!).
- ποΈ At the top of the screen will appear basket or button Remove β drag widget there.
- β If the widget is system (for example, Calendar), instead of deleting, the option to hide may appear.
β οΈ Note: On some models (POCO F4, Redmi 10C) After a long press, a menu appears with options to Change size and Delete. If there is no delete button, the widget is protected by the system (see section 3).
βοΈ Preparation for widget removal
If the widget is not removed in the standard way, try an alternative method:
- Go to Settings. β Desktop.
- Select Widgets (or Desktop Elements in MIUI 14).
- Find the widget you want in the list and turn off the slider next to it.
2. disable widgets in the notification panel
Many users do not notice that widgets can be displayed not only on the home screen, but also in the notification panel (curtain), for example, flashlight widgets, Flight Mode or Mobile data duplicate the functions of fast switches, but take up additional space.
To get them out:
- Swipe down from the top edge of the screen to open the notification bar.
- Click on the icon. βοΈ (Edit) or swipe left/right (depending on the model).
- Find the Widgets section (may be called Additional Items).
- Drag unneeded widgets into the Unused section or click on the cross next to them.
πΉ Note: On Xiaomi 12/13 s MIUI 13/14 Widgets in the curtain can be tied to system services, and their removal will not affect the operation of the phone, but after updating the software, they can appear again.
3. Hiding system widgets through MIUI settings
Some widgets (such as Steps, Pulse or Mi Fit) cannot be removed in the standard way, as they are integrated into the firmware, in which case hiding them through the settings menu will help.
Step-by-step:
- Open Settings β Applications β Application Management.
- In the search bar, enter the name of the widget (for example, Weather).
- Select the app to which the widget belongs (e.g. Mi Weather).
- Click Disable or Hide Notifications (if available).
- Reboot your phone to make the changes take effect.
β οΈ Warning: Disabling system applications (such as MiuiDaemon or Security) may cause malfunctions MIUI. Before that, create a backup copy through Settings. β Additionally. β Backup and reset.
| widget | Related annex | Can I remove it? | The alternative |
|---|---|---|---|
| Weather. | Mi Weather. | β (systemic) | Disable updates in the background |
| Steps/Pulse | Mi Fit or Google Fit | β (remove) | Use third-party trackers (S Health) |
| Calendar | Google Calendar or Mi Calendar | β (systemic) | Hide through Settings β Desktop |
| Lantern | Systemic tools | β | Disable in the notification panel |
4. Complete removal of widgets via ADB (for advanced)
If you're willing to take drastic measures, you can remove widgets through ADB (Android Debug Bridge), a method that's suitable for power users and requires connecting the phone to a computer.
π§ Essential tools:
- π» A computer with installed Xiaomi drivers and ADB Tools.
- π± Included debugging by USB (Settings β The phone. β Version. MIUI β 7 times to unlock the developer menu, then Settings β Additionally. β For developers β Debugging by USB).
- π Cable USB (preferably original).
Commands for removing widgets:
adb shell pm uninstall -k --user 0 com.miui.weather2 # Removes the Weather widget
adb shell pm uninstall -k --user 0 com.miui.calendar # Removes the calendar widget
adb shell pm uninstall -k --user 0 com.miui.notes # Removes widget Notesβ οΈ Attention: Misuse of the right ADB For example, deleting com.miui.home will make it impossible to access the desktop. Before executing commands, check the full name of the package through the:
adb shell pm list packages | grep 'miui'What if the widgets returned after ADB?
5. Disabling widgets on the lock screen
Widgets on the lock screen (Weather, Music, Camera) can display extra information or accidentally activate to remove them:
- Go to Settings β Lock screen.
- Select Lock Screen Widgets (or Additional Items).
- Turn off the sliders next to the unnecessary widgets.
- To completely hide widgets, activate the option to Hide confidential content.
πΉ Advice: On Xiaomi 13 Pro and other flagships with AMOLED-Disabling widgets on the lock reduces battery consumption 5-10% by reducing the activity of pixels.
6. How to return widgets back (if you change your mind)
If you realize that the widgets were useful after removing them, you can restore them in several ways:
- π Through Backup: Restore the saved desktop configuration to Settings β Desktop β Backup.
- β Add manually: Long pressing in the free seat of the main screen β Widgets β pick out.
- π§ Reinstall the app: If the widget was removed with the app (such as Mi Fit), install it again from Google Play or App Gallery.
β οΈ Note: System widgets removed through ADB, They only recover after you reset your phone to factory settings or flash it back up!
π‘
If the widget isnβt recovering, try clearing the Launcher app cache (Settings β Apps β Application Management β Launcher β Clear the cache).
7. Performance optimization after widget removal
Removing unnecessary widgets not only frees up space on the screen, but can also improve the performance of the phone.
- π Limit background activity: Go to Settings β Battery β Optimize your battery and choose Strict for unnecessary apps.
- π§Ή Clear the cache: In Settings β Click Clear Memory (especially relevant after removing widgets through the ADB).
- π Reboot the phone: This will help the system free up RAM.
π Test results: On the Redmi Note 11 post-exclusion 5 widgets (Weather, Steps, Calendar, Music, Lantern) battery life increased by 1.5-2 hourly with moderate use.
Frequent Questions (FAQ)
Can I remove the Weather widget without root rights?
Why do widgets appear again after the MIUI update?
How to remove the Step widget from the lock screen on POCO X3?
Is it safe to remove widgets through ADB?
How to hide widgets on Xiaomi Pad 5 (tablet)
π‘
If the widget is not removed in the standard ways, first try to disable the associated application in the settings. Only in extreme cases, use ADB - this is risky for beginners.