Small time digits on the lock screen or in the top panel of Xiaomi can be uncomfortable β especially for users with impaired vision or those who are used to looking at the watch from afar. Fortunately, the manufacturer has provided several ways to scale the displayed time, but not all of them are obvious. In this article, we will discuss 5 proven methods, including hidden MIUI settings, third-party applications and even editing system files for advanced users.
Itβs important to understand that customization options depend on the firmware version (MIUI 12/13/14) and the smartphone model. For example, the flagships of the Xiaomi 13/14 series have advanced personalization options, while the budget Redmi Note may have limited functionality.
If you've never changed your system settings, start with the first three, which don't require technical skills. For advanced users, the end of the article is a systemui.apk file editing method that gives you maximum customization freedom but carries risks.
1. Change the size of the watch through lock screen settings
The easiest way to increase the numbers is to use the built-in MIUI options.This method works on most devices with MIUI 12 and later, including the Redmi 10/11/12, POCO X3/X4/X5 and Xiaomi 12/13/14 series.
Instructions:
- Open the Settings β Lock screen.
- Select Lock screen style (or Themes on some models).
- Scroll down to the Watch section and tap it.
- In the list of available styles, select the option with large numbers (usually signed as "Large" or "XXL").
- Click Apply to save the changes.
β οΈ Note: On certain devices (e.g, POCO F3/F4) If the standard styles don't suit you, try installing the theme "Minimalism" or "Close Text" from the official Xiaomi theme store.
βοΈ Preparing for a change in watch style
If your MIUI version doesnβt have an explicit option to resize, try an alternative way:
- π Go to Settings. β Special facilities β Type size and maximum value, which will indirectly increase the clock numbers by 10-15%.
- π¨ Install a third-party theme from the Xiaomi Themes store (e.g., βBig Clockβ or βMinimal Big").
- π Restart the device after applying themes β sometimes changes take effect only after a reboot.
2.Use of watch widgets on the main screen
If you can't increase the numbers in the status bar or on the lock screen, the alternative is to place a widget with a large clock on the home screen. This won't replace system time, but it will quickly check it in an increased form.
How to add a widget:
- Press and hold the empty space on the main screen.
- In the menu that appears, select Widgets.
- Scroll down to the Watch (or MIUI Clock) section.
- Select a widget with large numbers (usually signed as 4Γ2 or Analog larges).
- Drag the widget to the free screen space.
Advantages of the method:
- β No need to root rights or change system files.
- β You can adjust the color, font and format of time (12/24 hour).
- β The widget is updated in real time, like a system clock.
Disadvantages:
- β Takes up space on the main screen.
- β Does not replace time in the status bar or on the lock screen.
3. Third-party applications for customization of watches
If standard MIUI tools don't work, you can use third-party apps that not only increase the size of the numbers, but also change the font, color, animation and even add additional information (date, weather, battery power).
Top.-3 tested applications:
| Annex | Functions | Need root? | Link (Google Play) |
|---|---|---|---|
| Always On Edge | Set up the clock on the lock screen, support for AOD, customization of fonts | No. | Download |
| Digital Clock Widget | Widgets with large numbers, choice of fonts, colors, time formats | No. | Download |
| KWGT Kustom Widget Maker | Full customization of watches (size, font, animation), integration with Tasker | For certain functions | Download |
β οΈ Note: When using Always On Edge on devices with AMOLED-screens (e.g. Xiaomi 13 Ultra or POCO F5 Pro) enable βClock Onlyβ mode in the application settings to avoid pixel burnout.
Instructions for KWGT (the most flexible option):
- Install KWGT and download any watch pack (e.g. Minimal & Elegant KWGT).
- Add the KWGT widget to the home screen (size 4Γ2 or 4Γ3).
- Slip on the Videta β Select a loaded pack β Find a style with a large watch.
- In the editor, change the font size (Text Size) to 50β80pt.
- Save and apply the changes.
π‘
If the watch doesnβt update after installing the widget, check the permissions for the application in Settings β Apps β Permissions β Autorun and enable autorun for KWGT or Always On Edge.
4. editing system files (for advanced users)
This method is only suitable for users with unlocked bootloader and root rights, and allows you to resize the clock at the system interface level, but requires caution - wrong actions can lead to the collapse of the system.
β οΈ Note: Before starting, make a full firmware backup through TWRP Or OrangeFox Recovery. Also make sure that the device has a root-enabled file manager (such as Root Explorer or Mixplorer).
Instructions:
- Download and install Mixplorer (available on XDA Developers).
- Open Mixplorer, provide root access, and follow the path: /system/product/overlay/
- Find the SystemUI.apk file (or SystemUI.overlay.apk on newer versions of MIUI).
- Copy the file into /sdcard/ (internal memory) folder.
- Use it. APK Editor (or) MT Manager) for file editing: Open res/values/dimens.xml. Find the lines with the parameters clock_size, status_bar_clock_size or lockscreen_clock_size. Change the values with 16sp on 24spβ32sp (for example, <dimen name="status_bar_clock_size">28sp</dimen>).
/system/product/overlay/
644
Reset the device.
Critical information: On devices with MIUI 14 Android 13+ The path to the file may be different β look for SystemUI in folders /product/priv-app/ or /system_ext/overlay/. Also after editing, be sure to clear the cache in TWRP (section Dalvik/ART Cache, otherwise the changes will not apply.
What if the phone doesnβt start after editing SystemUI.apk?
5. Configure via ADB (no root)
If you donβt have root rights but have access to ADB, you can try changing the watch size through system commands, which doesnβt work on all devices, but itβs tested on the Xiaomi 11T, Redmi Note 10 Pro, and POCO X3 Pro.
Instructions:
- Turn on USB Debugging in Settings β About Phone β MIUI version (shap 7 times according to version, then go back to Settings β Additional β For developers).
- Connect your phone to your PC and execute the command: adb shell settings put global status_bar_clock_size 24 (where 24 β the desired size in sp, the maximum value β 32).
- Use the following: Adb shell settings put global lock_screen_clock_size 30
- Reset the device.