How to display the watch on the screen of the phone Xiaomi Redmi: all ways + hidden settings

Have you just bought a new Xiaomi Redmi and noticed that the lock screen or desktop does not display a clock? Or maybe the standard view of time does not suit you - too small print, uncomfortable location or no date? In this article, we will discuss all possible ways to bring the watch to the screen, including hidden MIUI settings, which the manufacturer does not advertise.

The problem with displaying time is relevant for many Redmi users, from budget models like Redmi 10A to the flagships of the Redmi Note 12 Pro+ series. Most often, the theme settings are wrong, the failures after the MIUI update or accidentally disabled system widgets. But the good news is that you can fix this in 2-3 minutes without resorting to root rights or complex manipulations.

We have tested all methods on the latest versions of MIUI 14 and HyperOS (2026), so the instructions will work even on the newest firmware. And if you have an old model (like Redmi 5 or Redmi 7), don’t worry – most of the methods are versatile and will work for devices on MIUI 12+.

1. Standard method: setting the clock through "Themes"

The easiest method is to use the built-in MIUI personalization tools. The manufacturer offers several options for displaying time, but not all users know where to look for them.

Here's the step-by-step instruction:

  1. Open the Themes app (icon with brush).
  2. Go to the My profile tab (the person icon in the lower right corner).
  3. Select the Lock screen β†’ Clock style.
  4. Scroll through the list and select your favorite option (e.g. Digital Watch, Analog Watch, or Minimalist).
  5. Click Apply and confirm the changes.

If there are few options on the list, update the Themes app via Google Play or download additional styles from the Recommended section. Note that some themes may hide the clock on the desktop, in which case you will have to choose a different design.

Make sure that MIUI is not lower than 12.0.5 (otherwise, you may not be able to use it)

Check if the power saving mode is turned off (it blocks the theme update)

Remember the current style so you can bring it back.

Restart your phone after the changes are made-->

2. The clock widget on the desktop: how to add and configure

If you want to display time not only on the lock screen but also on the home screen, use the standard MIUI widget.This method works on all Redmi models, including the Redmi Note 11 Pro, Redmi 12 and older devices.

Instructions:

  • πŸ“± Press and hold the empty space on the desktop with your finger.
  • πŸ”§ At the bottom of the screen will appear menu – select Widgets.
  • ⏰ Scroll through the list to the Clock section (may be called Time and Date).
  • πŸ–±οΈ Drag your favorite widget to the free screen space.
  • βš™οΈ Click on the widget to open the settings (if available) – you can change the size, color and format of the display here.

Tip: If the widget isn’t displayed, check if it’s hidden in the launcher settings. Go to Settings β†’ Applications β†’ Application Management β†’ Launcher and reset the default settings.

πŸ’‘

If the watch widget disappears after the reboot, try installing an alternative launcher (like Nova Launcher or Apex Launcher) that offers more customization options and is more stable with widgets.

3. Hidden MIUI settings: how to return the watch if it is missing

Sometimes, after updating the firmware or resetting the settings, the watch suddenly disappears from the lock screen, which is due to a MIUI bug that resets the system interface settings, and you can fix the problem through a hidden settings menu.

Follow these steps:

  1. Open the Settings app.
  2. Go to the About Phone section.
  3. Click 5-7 times in a row on the MIUI version until the notification appears You became a developer!
  4. Go back to the main settings menu and open a new section for developers.
  5. Find the USB debugging option and turn it on.
  6. Now open Settings β†’ Lock screen β†’ Additional and turn on the Show Clock switch.

If there is no additional item, try another way:

  • πŸ”„ Restart your phone to Safe Mode (press the power button) β†’ Restarting in Safe Mode).
  • πŸ” Check if the watch is on. If so, there's a problem in a third-party app that blocks the display.
  • πŸ—‘οΈ Remove newly installed programs or reset the launcher settings.
What if the watch is displayed but not updated?
This problem is related to a system process failure com.android.systemui. To fix: 1. Go to Settings β†’ Applications β†’ Application Management. 2. Find System Interface (or System UI). 3. Press Storage β†’ Clear cache. 4. Restart the phone. If it didn't help, try resetting the time and dates manually: Settings β†’ System β†’ Date and Time β†’ Reset.

4.Use of third-party apps to customize watches

If the standard settings MIUI You don't like it, you can install third-party apps to make it more flexible.-3 tested solutions:

AnnexFeaturesCompatibilityReference
Always On EdgeAllows you to display the clock on the off screen (like Samsung), supports animations and color schemesMIUI 12+ (Android 10+ required)Google Play
Digital Clock WidgetMore than 100 styles of digital and analog watches, transparency and size settingAll Redmi modelsGoogle Play
KWGT Kustom Widget MakerAdvanced widget builder with support for animations and scripts (requires customization skills)Android 8.0+Google Play

Warning: Some apps (like Always On Edge) require permission to Overlay over other windows. To enable it, go to Settings β†’ Applications β†’ Special Access β†’ Overlay and activate the switch for the desired application.

Digital (e.g. 14:30)

Analog (with arrows)

Minimalist (hours and minutes only)

Custom (with animation or unusual design)-->

5. Watch on the screen off (Always On Display)

Many Redmi models (starting with the Redmi Note 10 Pro and later) support Always On Display (AOD) β€” displaying time, notifications and other data on the screen off β€” but by default, it is often disabled or not working properly.

How to turn on the AOD:

  1. Go to Settings β†’ Lock screen.
  2. Select Always On Display (or Screenlighting on Russian firmware).
  3. Activate the switch and set up: πŸ•’ Clock style (digital/analogue) πŸ“… Display date πŸ”” Showing notifications ⏳ Schedule (always or by time)

Ready.

Important: AOD significantly increases battery consumption (by 5-15% per night).If you are critically autonomous, use Scheduled mode (for example, from 20:00 to 8:00) or turn off the function altogether.

πŸ’‘

AOD works only AMOLED-screens (in models with IPS-a matrix, for example, a Redmi 9A, function will be absent).

6. Manual fix via ADB (for power users)

If none of the above methods worked, the problem may lie in system settings that are not available through the GUI, in which case ADB (Android Debug Bridge) – a tool for debugging Android devices – will help.

Warning: This method requires connecting the phone to a computer and basic command line knowledge. Wrong commands can cause system failures!

Instructions:

  1. Install ADB Tools on your computer.
  2. Enable USB debugging on your phone (see Section 3).
  3. Connect Redmi to the PC via USB-cable.
  4. Open the command prompt (Windows) or terminal (macOS/Linux) and type: adb devices Make sure your device appears in the list.
  5. Use the command to reset your watch: adb shell settings put global lock_screen_show_clock 1
  6. Reboot your phone: adb reboot

If the watch is still not displayed, try an alternative command:

adb shell am broadcast -a com.android.systemui.demo -e command clock --ez show true

πŸ’‘

Before working with ADB, back up your data via Settings β†’ Additional β†’ Backup. This will help restore the system in case of an error.

7. Frequent problems and their solutions

Even after all the manipulations, the clock may not work properly, and here is a list of typical problems and ways to fix them:

Problem.Possible causeDecision
The clock is displayed but not updated.Time synchronization failure with Google serversGo to Settings β†’ System β†’ Date and time and enable Autodetermination
The clock disappears after the rebootConflict with MIUI optimizer or third-party applicationTurn off AutoRun for unnecessary apps in Settings β†’ Battery
The lock screen is too small.A theme with incorrect styles is establishedReset the theme to standard in the App Themes
AOD does not work on a supported model.Disabled function in the engineering menuEnter ##6484## and check the AOD settings.

If none of the methods worked, the last chance is to reset your settings to factory settings. Before that, be sure to save important data, as all user files will be deleted. Reset is done through Settings β†’ About Phone β†’ Reset settings.

πŸ’‘

Before reset, check if the loss of the watch is related to the recent MIUI update. If so, a rollback to the previous firmware version may solve the problem.

FAQ: Answers to Frequent Questions

πŸ•’ Why my Redmi Note 8 Pro doesn’t have a Always On Display feature?
Redmi Note 8 Pro and older (up to Redmi Note 9 inclusive) IPS-screens that do not support technology AOD This is a feature that's only available on devices with high power consumption. AMOLED-Matrixes starting with the Redmi Note 10 Pro.
βš™οΈ Can you change the font of the watch without root rights?
Yes, but with limitations. You can: Use Google Play widgets (like Digital Clock Widget); install an alternative launcher (like Nova Launcher) that supports custom fonts; apply a theme from the MIUI Themes store that changes the font throughout the interface; and complete customization (like.ttf) requires root rights.
πŸ”‹ how far AOD affect battery consumption?
Depending on the phone model and settings: Redmi Note 11 Pro+ (AMOLED, 4500 mAh): ~3-5% overnight at minimum brightness. Redmi 10 (AMOLED, 5000 mAh): ~5-8% overnight. Redmi K50 Pro (AMOLED, 5000 mAh): ~2-4% overnight thanks to optimization in MIUI 14. To reduce consumption, turn off the AOD notification display and set a dark theme.
πŸ“± After updating MIUI The clock is gone?
This is a well-known firmware bug MIUI 13-14. Try: Clear the Themes app cache (Settings β†’ Applications β†’ Themes β†’ Storage β†’ Clear Cache). Reset the launcher settings (Settings β†’ Applications β†’ Launcher β†’ Storage β†’ Reset). Set the manual time format to Settings β†’ Additional β†’ Date and Time β†’ Time Format. If it doesn’t help, roll back to the previous version of MIUI via Settings β†’ Phone β†’ System Update β†’ Three Points β†’ Select the Update Package.
πŸ”„ Can you make the watch appear only on the desktop, but not on the lock screen?
Yes, but only by a workaround: Install the clock widget on the desktop (see section 2). In the lock screen settings (Settings β†’ Lock screen), turn off the display time by selecting the style of No Watch. Use the Always On Edge app to customize the widgets. Note: it is impossible to completely remove the watch from the lock screen without disabling the system widgets.