Have you turned on your smartphone Xiaomi and suddenly found that the usual clock on your desktop has disappeared? This problem is familiar to many users of devices based on MIUI the brand's proprietary shell. The time widget may disappear after a system update, a factory reset, or even an accidental touch on the screen. Fortunately, you can return the clock to the main page in several ways - from basic actions in the launcher settings to deep manipulations with system parameters.

In this article we will analyze 5 proven methodsthat work on most models Xiaomi, Redmi and POCO (including Mi 11, Redmi Note 12, POCO X5 and others). We will pay special attention to the nuances of different versions MIUI —from 12 to 14—as well as alternative solutions for cases when standard settings do not help. If you have already tried adding a widget through the launcher menu and nothing worked, do not rush to reset your phone to factory settings: most likely, the problem can be solved in two clicks.

Before proceeding to the instructions, make sure that the latest firmware is installed on your device. Sometimes bugs with the disappearance of the time widget are fixed in updates MIUI. You can check the software is up to date in the menu Settings → About phone → System update.

📊 What Xiaomi model do you have?
Xiaomi (Mi 11/12/13, etc.)
Redmi (Note 10/11/12, etc.)
POCO (X3/X4/X5, etc.)
I have a different brand

1. Standard method: adding a widget through the launcher

The most obvious and fastest method is to use the built-in capabilities of the launcher MIUI. In most cases, the clock disappears not because of a system failure, but because the user accidentally deleted the widget from the screen. You can return it in literally 30 seconds:

  1. Touch an empty space on the main screen and hold your finger for 1-2 seconds until the action menu appears.

  2. At the bottom of the screen, select the item "Widgets" (on some versions MIUI it may be called "Add widget").

  3. Scroll down the list to the section "Clock" (or «Clock» on English firmware Several options may be displayed here - analog, digital or calendar with). time.

  4. Select the widget you like and drag it to an empty space on the desktop.

If there is no section with a clock in the list of widgets, this may mean:

  • 🔄 The widget is disabled in the application settings (solved in the next section).
  • 📱 A third-party launcher is used (for example, Nova Launcher or Apex), which does not support system widgets MIUI.
  • 🛠️ Crash in the shell (rebooting or resetting the launcher settings).

The "Clock" widget is available in the list|The phone has a standard MIUI launcher installed|No active restrictions for system applications|The phone is rebooted after the latest changes-->

Important: On some firmware (for example, MIUI 14 for the global version) the time widget can be hidden in the "System" or «MIUI»section. If you do not find it in the general list, try expanding all categories.

2. Enabling clock display through the Clock application settings

If the clock widget is not in the add menu, the application itself may be disabled or its data has been reset. This often happens after clearing the cache or updating the system. To return functionality: "Clock" (Clock) is disabled or its data has been reset. This often happens after clearing the cache or updating the system. To return functionality:

  1. Open Settings → Applications → Manage applications.

  2. In the search bar, enter "Clock" (or «Clock») and select the system application.

  3. Make sure that the application enabled (if not, click "Enable").

  4. Go to the section "Storage" and press "Clear cache" (do not clear the data, otherwise the alarms will reset!).

  5. Return to the main screen and try adding the widget again through the launcher.

If the application "Watch" is not in the list of installed ones, this may mean that it was deleted (for example, via ADB or using root access. In this case, you will need to reflash the device or restore the system software via Mi Flash Tool.

💡

On some models (for example, Redmi Note 10 Pro), the clock widget may conflict with the design theme. Try temporarily switching to the standard theme in Settings → Topic and check if the widget appears.

3. Resetting MIUI launcher settings without losing data

The launcher MIUI (the application responsible for displaying the desktop) sometimes “forgets” widget settings after updates or long-term use. You can reset its settings without risking personal data:

  1. Open Settings → Applications → Manage applications.

  2. Find in the list "Launcher" (or «MIUI Launcher») and open its settings.

  3. Go to the section "Storage" and click "Clear data".

  4. Confirm the action After this, the desktop. will be reset to factory settings, but all applications and files will remain in place.

  5. Add the clock widget again through the launcher menu (as in the first section).

After resetting the launcher, all application folders on the desktop will disappear, but they can be restored manually. This method works on 90% of devices. Xiaomi and does not require superuser rights.

⚠️ Attention: On some firmware (for example, MIUI EU), resetting the launcher may lead to the disappearance of the wallpaper. Save your favorite image in the gallery in advance.

4. launchers (if the system widget does not work)

If the standard methods do not help, and the clock on the desktop is critical, you can install a third-party launcher with support for custom widgets. For example:

  • 📱 Nova Launcher — allows you to add any widgets, including clocks from Google or third-party developers.
  • Apex Launcher — supports transparency settings and scaling. widgets.
  • 🎨 Microsoft Launcher —offers built-in time widgets synchronized with your Microsoft account.
  • 🔄 Action Launcher —has unique “adaptive” widgets that adapt to the theme.

To install an alternative launcher:

  1. Download the selected application from Google Play (for example, Nova Launcher).

  2. After installation, press the button "Home" and select the new launcher as the main one.

  3. Add a clock widget through the launcher menu (usually a long press to the screen → "Widgets").

The advantage of this method is that you do not depend on bugs MIUI and you can customize the time display to your needs. For example, in Nova Launcher you can change the widget size, color and even add seconds to it. display.

Launcher Support for clock widgets Customizing appearance Cons
Nova Launcher ✅ All widgets, including third-party ones ✅ Flexible customization Free version with limitations
Apex Launcher ✅ Full support ✅ Theme Rare updates
Microsoft Launcher ✅ Built-in clock + third-party ⚠️ Limited Requires a Microsoft account
Action Launcher ✅ Adaptive widgets ✅ Unique styles Paid functions
💡

Third-party launchers solve the problem of missing watches, but may require additional settings. The best choice for most is Nova Launcher with free widgets from Google Clock or Chronus.

5. experienced users)

If the watch has disappeared after experimenting with root access or modifying system files, you may need to restore it via ADB (Android Debug Bridge). This method is only suitable for users familiar with the command line, as incorrect actions can cause the system to crash.

Before starting, make sure that:

  • 🔧 Enabled on your phone USB debugging (Settings → About phone → MIUI version → press 7 times to unlock developer mode, then Settings → Advanced → For developers → USB debugging).
  • 💻 Installed on the computer ADB drivers and utility platform-tools (can be downloaded from the site Android Developers).

Next, run the commands in the terminal (command line):

adb shell

pm enable com.android.deskclock

pm clear com.android.deskclock

If the clock widget was deleted at the system file level, you may need to restore the APK application "Clock" from a backup copy or firmware. To do this:

  1. Download the original file DeskClock.apk for your version MIUI (can be extracted from the official firmware via MIUI Downloader).

  2. Move it to the phone's memory and install it via ADB:

adb install -r DeskClock.apk
⚠️ Attention: Manipulating system APKs via ADB can disrupt the operation of the shell MIUIBefore executing commands, create a backup copy of your data via Settings → Advanced → Backup and reset.
What to do if ADB does not recognize the device?

Make sure the mode is turned on on your phone "File transfer" (not “Charging”) Try using a different USB cable (preferably). original). If the drivers are not installed, download Mi PC Suite from the official website Xiaomi or use universal drivers Google USB Driver.

6. Checking MIUI themes and hidden parameters

Proprietary feature MIUI —design themes that can affect the display of system elements, including widgets. If the clock disappears after changing the theme, try:

  1. Open Settings → Theme and return the standard theme ("Default" or «MIUI»).

  2. Reboot the phone and check if the widget appears.

  3. If the clock is back, try applying a different theme - perhaps the problem was in a specific template.

Also MIUI there are hidden settings that can block widgets. To check them:

  1. Open Settings → Advanced → Accessibility → System settings.

  2. Make sure the option "Simplified mode" (Simple Mode) is disabled - it removes all widgets from the desktop.

  3. Check the section “Protection” in the settings: sometimes the antivirus MIUI blocks system applications like “suspicious.”

On some firmware (for example, MIUI for the Chinese market) the clock widget may be hidden due to regional restrictions. In this case, changing the phone region to global will help:

  1. Go to Settings → Advanced → Region.

  2. Select country "India" or "Russia" (global firmware).

  3. Reboot the device and check for the presence of the widget.

Common errors and how to avoid them

When trying to return the clock to the desktop, users often encounter common problems. Here are the most common ones. common ones and ways to solve them:

  • The widget is added, but is not displayed → Try changing the screen scale in the launcher settings or move the widget to another area.
  • The clock shows the wrong time → Check the date and time settings in Settings → Advanced → Date and time (should be mode is enabled "Auto").
  • After the MIUI update, the widget disappeared again → This is a bug of a specific firmware version Try rolling back to the previous version or wait. patch.
  • You cannot drag the widget to the home screen → The mode may be enabled "Safe Zone" in the accessibility settings. Disable it.

If none of the methods worked, you should consider extreme measures:

  • 🔄 Resetting the phone (with saving data via Mi Cloud).
  • 📥 Flashing via Fastboot (only for experienced users!).
  • 📞 Contacting Xiaomi support (if the phone is under warranty).
⚠️ Attention: Before resetting or flashing, make sure that you have a backup copy of your important data. data-i="248">does not always save widget settings. Mi Account does not always save widget settings.
Why does the clock disappear after updating MIUI?

This is a known bug in some firmware versions, especially MIUI 13 i MIUI 14. Developers Xiaomi usually fix it in the following patches. To avoid the problem, before updating, create a backup copy of the launcher settings via Settings → Advanced → Backup.

Is it possible to return the clock without resetting? settings?

Yes, in 95% of cases the methods from this article help: resetting the launcher, checking the settings of the Clock application or installing a third-party launcher. Resetting the phone to factory settings is required only in case of serious system failures.

Why is the clock widget not displayed in the list of widgets?

This can happen. for several reasons:

  • The "Clock" application is disabled in the settings.
  • Non-standard firmware is used (for example, custom MIUI from third-party developers).
  • The phone has a third-party launcher installed that does not support system ones widgets MIUI.

Try the solutions from section 2 or section 4 this article.

How to fix the clock on the screen lock screen?

The clock widget on the desktop and the clock on the lock screen are different elements. To configure the time display on the lock:

  1. Go to Settings → Lock screen.
  2. Select "Lock style" and configure the date/time display.
  3. For additional widgets (for example, weather) use the section "Advanced settings".
Is it possible to change the size or style of the widget hours?

In the standard launcher MIUI customization options are limited - you can only choose from pre-installed styles. For flexible customization:

  • Use third-party widgets (for example, UCCW or KWGT).
  • Install an alternative launcher (for example, Nova Launcher), which supports scaling widgets.
  • Apply a theme from MIUI Theme Store, which changes the design of the system clock.