How to Restore Xiaomi Widgets If They Are Missing From Home Screen

Why widgets on Xiaomi smartphones disappear and how to fix it

Xiaomi widgets are not just desktop decoration, but a tool for quick access to the weather, calendar, notes or smart home management. However, many users are faced with a situation where, after updating MIUI or HyperOS, resetting or even a simple reboot, widgets suddenly disappear. In some cases, only one element disappears, in others, the entire widget panel becomes empty, and attempts to add new ones end in error.

The causes of the problem can range from firmware bugs to conflicts with the system optimizer. For example, MIUI 14 was a common bug when, after updating through OTA, the launcher reset all widgets to factory settings. In HyperOS (starting with version 1.0.3.0), widgets can disappear due to aggressive operation of the Adaptive Optimization function, which removes β€œunused” interface elements. Google Play Services is often the culprit, especially if the device has informal firmware builds.

In this article, we’ll look at 5 proven ways to get widgets back in place, from simple actions in settings to advanced methods using ADB. You’ll also learn how to prevent widgets from disappearing again and what to do if standard methods don’t work.

πŸ“Š What version? MIUI/HyperOS you have installed?
MIUI 12/13
MIUI 14
HyperOS 1.0
HyperOS 2.0
I don't know.

Method 1: Reboot the launcher and reset its settings

In 70% of cases, widgets are lost due to a failure in the standard launcher MIUI Launcher (or HyperOS Launcher in new firmware), this method is the fastest and does not require root rights or complex manipulation.

To restart the launcher:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search box, type "Luncher" (or "Launcher" for English firmware).
  3. Select MIUI Launcher or HyperOS Launcher β†’ Storage β†’ Clear cache.
  4. Return to the home screen and make a swipe down from the top of the screen (to open the notification bar), then swipe up, holding it on the screen - this will force the launcher to restart.

If a simple cache cleanup didn’t help, reset the launcher settings:

  • πŸ“± Click the empty space on the main screen β†’ Screen settings β†’ Resetting settings.
  • πŸ”„ Then all the widgets and icons will return to factory status.
  • βš™οΈ Go to Settings. β†’ Main screen and enable the "Show widgets" option (if disabled).

Take screenshots of the current location of the widgets |Remember the display settings (grid size, animation) |Check if data sync is enabled in your Google account |Make sure there are no important notes in the widgets on the screen

-->

⚠️ Warning: Resetting the launcher will remove all of your personal settings on the home screen, including folders, wallpaper and icon locations.

Method 2: Restore via Safe Mode (if widgets block third-party software)

Sometimes widgets disappear because of a conflict with installed applications β€” memory optimizers, antiviruses or even theme design. To check this, download your smartphone in Safe Mode, where all third-party programs are disabled.

How to run Safe Mode on Xiaomi:

  1. Press the power button before the off menu appears.
  2. Keep your finger on the option to turn off power (or turn off) until a request to go to Safe Mode appears.
  3. Confirm action. The smartphone will reboot with the words "Safe Mode" in the bottom corner.

In safe mode:

  • πŸ” Check if the widgets are on the main screen.
  • πŸ“¦ If yes, remove recently installed apps (especially SEOs like Clean Master or Clean Master). DU Speed Booster).
  • 🎨 Try changing the theme to standard (Settings) β†’ Topics).

After removing suspicious programs, restart your smartphone as normal. Widgets should recover automatically. If the problem persists, move to the next method.

Which apps block widgets most often?
List of "suspected": - Optimizers: Clean Master, CCleaner, AVG Cleaner. - Antiviruses: Avast, 360 Security, Cheetah Mobile. - Launchers: Nova Launcher, Apex Launcher (if installed on top of the standard). - Battery saving apps: Greenify, AccuBattery. - Themes and icons: especially unofficial from third-party sources.

Method 3: Manually add widgets through the launcher menu

If the widgets are not displayed on the home screen but are available in the add-on menu, they can be restored manually, which works even after the launcher resets.

Instructions:

  1. Click the empty space on the home screen β†’ select Widgets (or Widgets).
  2. Scroll down the list. If the widget is on the list but doesn't appear on the screen, drag it to a vacant space.
  3. Weather widgets or calendars may require data updates, such as Google Weather, open the app and wait for sync.

If the desired widget is not on the list:

  • πŸ”„ Reinstall the app it relates to (e.g. Google for the search widget or Mi Fit for health widgets).
  • πŸ“₯ Update the app through Google Play.
  • πŸ”§ Check permissions for the application in Settings β†’ Annexes β†’ Permits.
AnnexwidgetAction for recovery
GoogleSearch, weather.Update through Play Market β†’ Reboot your smartphone
Mi Fit / Zepp LifeSteps, Pulse.Go to the application β†’ synchronize data β†’ add the widget again
CalendarEvents, RemindersClear the calendar cache in the application settings
YandexWeather, traffic jams.Insert geolocation for the application

πŸ’‘

If the weather widget shows incorrect data, delete it from the screen, then add it again and wait for the update (can take up to 5 minutes).

Method 4: Reset all settings (without data loss)

If previous methods didn’t work, try a partial reset, which won’t delete your files or apps, but will return system settings to factory values, including widget settings.

How to perform the reset:

  1. Open Settings β†’ About the phone β†’ Reset settings.
  2. Select Settings Reset (Do not delete all data!).
  3. Enter a password (if required) and confirm the action.

After the reboot:

  • πŸ”§ Widgets should appear in the add-on menu. If not, update the firmware through Settings. β†’ Updating the system.
  • πŸ“² Check if the "Show widgets" option is enabled in the launcher settings.
  • πŸ”„ If you use HyperOS, turn off Settings. β†’ Battery β†’ Adaptive optimization (it can block widgets).

⚠️ Note: On some models (Redmi Note 12, POCO X5) After resetting, you may need to re-assign your Mi Account to synchronize weather and calendar widgets.

Method 5: Recovery through ADB (for power users)

If the widgets are missing after a firmware update or due to a serious failure, they can be returned using the help of the ADB-This method requires connecting the smartphone to the computer and basic knowledge of working with the command line.

What you need:

  • πŸ–₯️ Computer with installed ADB Tools.
  • πŸ“± Included debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times to tap β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ Cable USB Type-C (preferably original).

Recovery teams:

adb shell pm clear com.miui.home # Launcher reset


adb shell settings put global development_settings_enabled 1 # Enable developer mode (if disabled)




adb shell am broadcast -a android.intent.action.BOOT_COMPLETED # Reboot simulation for system processes

After the commands are executed:

  1. Reboot your smartphone.
  2. Check for widgets in the add-on menu.
  3. If the widgets are still missing, follow the command: adb shell cmd package bg-dexopt-job It optimizes system applications, which can return lost interface elements.

πŸ’‘

Use ADB only if other methods have not worked. Incorrect commands can cause system failure!

How to Prevent Widgets from Disappearing in the Future

To prevent widgets from disappearing after updates or reboots, follow these guidelines:

  • πŸ”„ Regularly update the firmware through Settings β†’ Update the system, new versions MIUI/HyperOS Frequently fix bugs with widgets.
  • 🚫 Don't use memory optimizers from third-party developers. They can delete the widget cache as "junk".
  • πŸ”’ Turn off adaptive optimization in Settings β†’ Battery (relevant to HyperOS).
  • πŸ“₯ Install widgets only from official sources (Google Play or Mi App Store).
  • πŸ”„ Sync widget data (such as calendar or weather) with your Google account.

On Xiaomi models with HyperOS (such as Xiaomi 14 or Redmi K70), widgets can disappear due to the β€œLight Mode” feature, which automatically simplifies the interface. To turn it off, go to Settings β†’ Special Features β†’ Light Mode and deactivate the option.

If you often encounter widget issues, consider using an alternative launcher, such as Nova Launcher or Lawnchair. they offer more stable widget work and additional settings.

FAQ: Frequent questions about widget recovery on Xiaomi

Why did all the widgets disappear after the MIUI update?
This is a known problem in MIUI 12-14 firmware and early HyperOS. The reason is the conflict between the old launcher data and the new version of the system. Solution: Clear the launcher cache (see Method 1). If it doesn't work, reset the launcher settings. On HyperOS, further disable Settings β†’ Battery β†’ Adaptive Optimization.
Can I restore widgets without resetting settings?
Yes, it helps in most cases: Restart the launcher (clearing the cache); Add widgets manually through the launcher menu; reinstall the application to which the widget belongs (for example, Google for the weather widget); Reset the settings only if the widgets are not displayed in the add-on menu or there are errors when they are placed.
Why does the weather widget show incorrect data or an empty screen?
This is due to: No geolocation access (check permissions for weather applications); outdated cache (clean app data in Settings β†’ Apps); conflict with a VPN or firewall (turn them off temporarily); Solution: remove the widget from the screen, update the data in the weather app, then add the widget again.
My Xiaomi doesn't have a Widget option with a long press. What do you do?
This means that: Launcher is running in Easy Mode (turn it off in the launcher settings); Third-party launcher (e.g. POCO Launcher) is installed that does not support widgets; Firmware is damaged (try to update it through Settings β†’ System Update); If the problem persists, reset the launcher settings (see Method 1).
Can I transfer the widgets to another Xiaomi smartphone?
There is no direct way to transfer widgets, but you can: Sync app data (such as calendar or weather) through a Google account; take screenshots of the widgets’ location and restore them manually on a new device; Use backup via Settings β†’ Additional β†’ Backup and Reset (but this does not guarantee the widgets’ retention).