How to set time and date on your Xiaomi phone: all ways 2026

Why it’s important to set the right date and time for Xiaomi

The correct timing and date settings on Xiaomi smartphone affect more than just the display of the watch in the status bar. This parameter affects the operation of many system functions: mail synchronization, application updates, activation of alarm clocks and even the security of transactions in banking services. Incorrectly set time can lead to malfunctions in Google Play Services, errors in authorization in messengers and problems with geolocation.

Xiaomi smartphones (including the Redmi, POCO and Black Shark lines) offer two main ways to adjust time: automatic synchronization via the operator’s network or the Internet and manual input. In this article, we will discuss both options, as well as typical problems – for example, when the phone shows the wrong time after flashing or changing the time zone.

We’ll focus on MIUI 14/15 and HyperOS models, where the settings interface has changed. If your Xiaomi runs on an older version of the firmware, some menu items may be different, which we’ll mention.

Method 1: Automatically adjusting time over a network

This is the easiest and most recommended method, since the phone itself receives relevant data from Google servers or your mobile operator. Automatic synchronization works even without a Wi-Fi connection, but requires active communication. SIM-Cards or stable Internet connection.

To enable automatic setting:

  1. Open the Settings app (the gear icon on the desktop).
  2. Go to the section Additional settings β†’ Date and time.
  3. Activate the switches: πŸ”„ Autodetermining Date and Time – for synchronization with servers. 🌍 Time zone autodetermination – so that the phone chooses the region by geolocation.

Once these options are activated, the phone will update the data within 10 to 30 seconds, and if the time hasn’t changed, try restarting the device or checking your internet connection.

πŸ’‘

If automatic sync doesn't work, turn it off, restart the phone, and then turn it back on, and that resets the cache of the system services that are responsible for the time.

Method 2: Manually adjust date and time

Manual mode is useful if automatic synchronization is disabled (for example, for security reasons) or is not working correctly, and it is also useful for testing applications that require imitation of other times.

Instructions for manual adjustment:

  1. Go to Settings β†’ Additional settings β†’ Date and time.
  2. Turn off the switches Autodetermining Date and Time Zone Autodetermining.
  3. Click on the Set a date, Set a time and select the desired values.
  4. For time zone, tap on Select a time zone and find your region (e.g. Moscow, GMT+3).

πŸ’‘

If time is only lost in individual applications (such as messengers), the problem is not with the phone settings, but with the app itself. Update it or clear the cache.

How to sync time with Google servers (for accuracy)

Xiaomi uses time synchronization servers from Xiaomi or a mobile operator by default, but you can link to Google servers for maximum accuracy (especially for developers and testers).

Instructions:

  1. Install ClockSync from Google Play (free).
  2. Run it and grant superuser (root) rights if the phone is rooted.
  3. In the application settings, select the server time.google.com.
  4. Press Sync now and wait for confirmation.

Without root permissions, the application will only synchronize time for its internal processes, not for the entire system.

πŸ’‘

If you don’t have root rights but need a precise time to test, use the Fake GPS app paired with Mock Locations to emulate the correct time zone.

Set up time on Xiaomi without access to settings (for example, after resetting)

If the phone is locked and time is lost (for example, after resetting to factory settings), you can set it even without logging in.

  1. On the lock screen, swipe down to open the notification bar.
  2. Slip the current time in the upper right corner.
  3. In the window that opens, select Time Settings (not available on all models).
  4. If the item is missing, connect the phone to Wi-Fi or insert SIM-Card – Automatic synchronization will work after connecting to the network.

On some models (such as Xiaomi 13T or Redmi Note 12), when you first turn on after reset, the system will suggest setting the time. If this does not happen, check if the "No Sound" mode is turned off - it can block automatic synchronization.

FAQ: Answers to Frequent Questions

Why does Xiaomi change its time on its own?
This is due to a conflict between automatic time zone determination and manual settings: disable automatic determination (Settings β†’ Date and Time) and set the belt manually. Also check if you are using a VPN - some servers force the time zone change.
Can Xiaomi roll back time to circumvent gaming restrictions?
Technically yes, but it has consequences: 🚫 Games (such as Genshin Impact or Honor of Kings) can ban your account for manipulating time. πŸ”’ Some applications (banking, instant messengers) block access if time mismatches. ⚠️ On HyperOS phones, when you manually change the time more than 24 hours ago, cheating protection is triggered. Use emulators or developer modes to test.
How to change the time settings when changing Xiaomi phone?
Time settings are not portable via Mi Account or Google Backup, as they are tied to the hardware of the device. After switching to a new phone: Activate automatic sync (Settings β†’ Date and Time). If you use manual settings, write down the current time zone and display format (12/24 hours). For precise sync with Google servers, install ClockSync (see section above).
Why is the MIUI update wrong?
This is a known problem when switching to MIUI 14 or HyperOS. Solution: 1. Open Settings β†’ About Phone β†’ MIUI Version and tap 7 times on the build number to activate Developer Mode. 2. Return to Settings β†’ Additional β†’ For Developers. 3. Find the option to Turn off Automatic Time and Reboot the phone. 4. Enable Automatic Sync again. If the problem persists, reset the network settings (Settings β†’ Connections β†’ Network Reset).
Can you display seconds in the status bar on Xiaomi?
By default. MIUI And HyperOS doesn't show seconds in hours on the notification bar: πŸ“± On the phones with AMOLED-screen (e.g. Xiaomi) 14) The stopwatch is always displayed - this is a feature of the display. πŸ› οΈ With help. ADB You can force the second command to: adb shell settings put global status_bar_clock_seconds 1 (requires a connection to the PC and enabled debugging USB). 🎨 Some custom themes from the Mi Theme Store support the display of seconds. ⚠️ Note: Change the system settings through ADB You can make a backup before you run a command.