Have you accidentally deleted the clock widget from the Android home screen and donโt know how to get it back? Don't worry, this is one of the most common problems faced by smartphone users. A desktop clock not only tells the time, but also serves as a convenient tool for quick access to alarms, timers, and weather. Fortunately, you can restore them in literally a few clicks, even if you have never configured widgets before.
In this article we will analyze in detail all the possible ways to return the clock to the screen - from standard adding through the widget menu to solving problems with missing system widgets. The instructions are suitable for all popular shells: MIUI (Xiaomi/Redmi), EMUI (Huawei/Honor), One UI (Samsung), ColorOS (Oppo/Realme) and clean Android (Pixel, Motorola, Nokia). You will also learn what to do if the clock widget suddenly disappeared after a system update or reset.
Why did the clock disappear from the home screen?
Before restoring the widget, it is important to understand the reason for its disappearance. Most often this happens due to:
- ๐ Accidental deletion โlong press on the widget and dragging it to the trash (the โDeleteโ or โRemoveโ icon).
- ๐ System updates โafter installing a new version of Android or a proprietary shell, widgets may be reset.
- ๐งน Clearing the launcher cache โif you cleared memory through settings or third-party applications (for example, CCleaner).
- ๐ฑ Changing the launcher โinstalling an alternative launcher (Nova Launcher, Apex) can hide standard widgets.
- โ๏ธ Resetting the settings โreturning the phone to factory settings deletes all custom widgets.
If the clock disappeared after firmware updates, check whether the appearance of the system widgets has changed. For example, in One UI 6.0 (Samsung) the clock design has changed, and the old widget may not be displayed until you add it again. In rare cases, the widget disappears due to failure. launcher operation - then restarting the phone or resetting the home screen settings will help.
Method 1: Standard addition of a clock widget through the menu
This is the simplest and most universal method that works on 90% of devices. The instructions are suitable for pure Android (Pixel, Motorola), as well as for shells MIUI, EMUI, ColorOS and others.
Unlock the phone and go to home screen (where the clock usually was).
Do long press any free space on the screen (not on the icon!) Wait for the menu or vibration to appear.
A panel with options will appear at the bottom of the screen. Select
Widgets(orWidgetson English firmware).Scroll down the list until you will find the widget Clock (can be called
Clock,Clocks and weatherorAnalog clock).Press the widget with your finger and drag it to an empty space on the main screen. Release your finger to pin it.
If necessary, adjust the size of the widget by dragging the corners of the frame.
If you donโt find Clockin the list of widgets, try:
- ๐ Scroll the list to the end - sometimes widgets are hidden behind the "All" or "System" tab.
- ๐ Reboot the phone - this will update the launcher cache.
- ๐ฅ Update the application Clock via
Google Play(if it is in the list of installed ones).
Check the "System" widgets tab|
Restart your phone|
Update the "Clock" application in Google Play|
Make sure that the launcher is not reset to factory settings-->
Method 2: Restoring through the launcher settings (for MIUI, EMUI, One UI)
On some firmware (especially MIUI i EMUI) widgets may be hidden due to launcher settings. If the standard method does not work, try this method:
Open
Settingsphone.Go to the section
Desktop(orHome screen,Launcher).Find item
Widget settings,WidgetsorAdditional settings.Make sure that the option
Show widgets(orEnable widgets) is enabled.If there is a section
Hidden widgets, check if you are there Clock.
For One UI (Samsung) the path may differ:
Settings โ Home screen โ Widgets โ Reset widget settings
After resetting, try adding the clock again by long pressing on the screen. If the widget still does not appear, it may be disabled by the system due to a conflict with another application. In this case, it will help. reinstalling updates for the application Clock:
Open
Google Play.Find the application
Clock(from Google or manufacturer phone).Click
UpdateorDelete updates(if the button is inactive, then there are no updates).Reboot your phone and add the widget again.
If you have Xiaomi with a shell MIUI, try resetting the launcher settings: go to Settings โ Applications โ Manage applications โ Launcher and select Erase data. After this, all widgets will return to their original state.
Method 3: Using alternative clock widgets
If the standard clock widget is not restored, you can install a third-party solution. This is relevant for devices with trimmed firmware (for example, some models Realme or Tecno), where the manufacturer has removed the system widgets.
Best free apps with clock widgets:
| Application | Features | Link |
|---|---|---|
| Clock Widget | More than 100 styles, weather, alarm clock | Google Play |
| Digital Clock Widget | Minimalistic design, color settings | Google Play |
| Chronus | Integration with calendar, weather, tasks | Google Play |
| Transparent Clock & Weather | Transparent background, animations, themes | Google Play |
How to install a third-party widget:
Download one of the applications above via
Google Play.After installation, return to the main screen and do long press.
Select
Widgetsโ find the widget of the installed application (usually at the end of the list).Drag it onto the screen and customize its appearance.
โ ๏ธ Attention: Some third-party widgets may request access togeolocation(for weather) orcalendarIf this bothers you, refuse to install or. limit permissions in Android settings.
Method 4: Restoring by resetting the launcher (advanced method)
If the widget hours disappeared after changing the launcher (for example, you installed Nova Launcher or Apex Launcher), you can get it back in two ways:
Option 1: Return to the standard launcher
Open
Settings โ Applications.Find the current launcher (for example, Nova Launcher) and click
Disable.The system will offer to return the standard launcher - confirm the action.
After the reboot, add a clock through the widget menu (see Method 1).
Option 2: Set up a widget in an alternative launcher
Many third-party launchers (for example, Nova Launcher) support system widgets, but they need to be added differently:
Hold your finger on an empty area of the screen โ
Widgets.There may be tab
System widgetsโcheck it.If there is no clock, install additional plugin for your launcher (for example, Nova Google Companion for Nova Launcher).
โ ๏ธ Attention: On some firmware (for example, EMUI from Huawei) system widgets do not work in third-party launchers due to manufacturer restrictions. In this case, only returning to the standard launcher will help.
Method 5: Manual recovery via ADB (for experienced users)
If the clock widget disappeared after resetting settings or firmware update, and None of the above methods helped, you can try to restore it via ADB (Android Debug Bridge). This method is only suitable for users familiar with the command line.
What you will need:
- ๐ฅ๏ธ Computer with installed drivers ADB.
- ๐ฑ Enabled
Debugging by USBon the phone (Settings โ About phone โ Build numberโ press 7 times, then return toSettings โ System โ For developers). - ๐ USB cable for connection.
Instructions:
1. Connect your phone to the PC and open the command line (or Terminal).2. Enter the command to check the connection:
adb devices
(the serial number of your device should be displayed).
3. Run the command to reset the launcher settings:
adb shell pm clear com.android.launcher3
(for Samsung: com.sec.android.app.launcher)
(for Xiaomi: com.miui.home)
4. Restart the phone.
After the reboot, all widgets, including the clock, will return to their original state. If the command did not work, try replacing com.android.launcher3 with the name of your launcher package (you can find out through the app App Inspector).
How to find the name of the launcher package?
1. Install the application App Inspector from Google Play.
2. Open it and find in the "Launcher" (or "Launcher") list.
3. Copy the value from the field Package Name (for example, com.miui.home for Xiaomi).
4. Use this name in the ADB command instead com.android.launcher3.
What to do, if nothing helps?
If you tried all the methods, but the clock still does not appear on the screen, the problem may be deeper. Let's consider possible causes and solutions:
| Problem | Solution |
|---|---|
| The widget has been removed from the system (custom). firmware) | Install a third-party application with a clock (see Method 3) |
| The launcher crashes | Clear the launcher cache in Settings โ Applications |
| Manufacturer restrictions (for example, Huawei without GMS) | Use alternative widgets or a launcher with watch support |
| Damage to system files | Reset to factory settings (make a backup first copy) |
If you suspect that the widget has disappeared due to virus or malware, check your phone with an antivirus (for example, Malwarebytes or Dr.Web) and remove suspicious applications. In rare cases, the watch may be blocked. device administrator (for example, in corporate phones). To check this:
Open
Settings โ Security โ Device Administrators.Make sure that there are no unknown applications with control rights.
If the watch disappeared after updating Android, wait for a patch from the manufacturer - sometimes widgets are temporarily unavailable due to errors in the new firmware version.
FAQ: Frequently asked questions about restoring watches on Android
Is it possible return the clock if I reset the phone to factory settings?
Yes, but you will have to add the widget again through the widgets menu (see Method 1). If the clock was part of the theme (for example, on Samsung), first install this theme again.
Why did the clock become different after the MIUI update?
Xiaomi often changes the design of system widgets in new versions. MIUI. The old widget may have been deleted and a new one added instead. Try to find it in the list of widgets under a different name (for example, Clocks and weather instead of Analog clock).
I have a Huawei without Google - how to return the clock?
On devices without Google Mobile Services (GMS) system widgets may not work correctly. Install an alternative launcher (for example, Launcher12) or a third-party clock widget from AppGallery (for example, Clock for Huawei).
The clock appears for a second and disappears. What to do?
This is a sign of a malfunction of the launcher. Try:
- Clear the launcher cache in
Settings โ Applications. - Delete updates for the application Clock (if there is a button
Uninstall updatesin Google Play). - Reboot the phone into safe mode (hold the power button โ
Safe mode). If the clock works in safe mode, the problem is in one of the installed applications.
Is it possible to move the clock from one screen to another?
Yes. Hold the clock widget with your finger and, without releasing it, drag it to the adjacent screen (swipe left/right while dragging). On some firmware (for example, One UI), you can pin the widget to home screenso that it does not move when scrolling.