How to watch your time on Xiaomi phone: all the ways from MIUI 12 to HyperOS

Why it is important to monitor the time of smartphone use

Xiaomi’s current MIUI or HyperOS smartphones have become an integral part of our lives β€” we spend an average of 4-6 hours a day with them, according to a 2026 study. But few people think about whether it takes time to do useful tasks, social media, games or pointless scrolling through the feed. Tracking usage statistics helps not only control digital addiction, but also optimize productivity.

In this article, you will find 5 proven ways to look at the time spent on a Xiaomi phone, from standard features to hidden tools and third-party applications. We will also discuss how to interpret the data and what to do if the statistics suddenly disappeared after the system update. The instructions are relevant for all models, from the Redmi Note 12 to the flagship Xiaomi 14 Ultra.

Method 1: Integrated MIUI (Digital Wellbeing) statistics

Starting with MIUI 10, Xiaomi has introduced Google's Digital Wellbeing tool, which shows not only total screen usage time, but also app distribution, unlock rates, and even comparisons to previous days.

  1. Open the settings (cog icon).
  2. Go to Digital Well-Being and Parental Control (some versions simply Digital Well-Being).
  3. Slip the chart at the top of the screen - detailed statistics will be displayed here.

If you have HyperOS (the latest firmware for the Xiaomi 13/14 series), the path will change a little:

Settings β†’ Applications β†’ Digital Well-being β†’ Control Panel

πŸ’‘

V MIUI 14+ Statistics can be exported to CSV-To do this, click on the three dots in the upper right corner of the Digital Well-Being section and select Data Export".

Note the 3 key metrics that are displayed here:

  • πŸ“Š Total use time – total screen activity time per day.
  • πŸ”„ Number of unlocks – how many times you have picked up your phone (norm: up to 50 times per day).
  • ⏱️ Time in apps - top-3 "Time eaters (most often TikTok, Instagram or YouTube).
πŸ“Š How often do you check your phone usage statistics?
Once a week.
Only when I notice I’m sitting on social media too much
Never looked at it.
I use third-party tracking apps

Method 2: Use log in battery settings

Few people know, but the Battery section in Xiaomi also stores the time of the screen activity, and this method works even on older versions of MIUI 9 and below, where there is no Digital Well-Being.

  1. Go to Settings β†’ Battery and Performance β†’ Battery Use.
  2. Slip the icon in the upper right corner (on some models you need to first select the period - "Last Charging" or "Last 7 days").
  3. Scroll down to the screen usage time block – here will be the total time in ChCh:MM format.

This method is less detailed than Digital Wellbeing, but has one advantage: the data is stored even after resetting (unless a full wipe has been performed).

Why are the data in β€œBattery” and β€œDigital Well-being” different?
The Battery section only takes into account the time when the screen was turned on and active interaction (touching, scrolling) took place, and Digital Wellbeing captures any time with the screen unlocked, including passive browsing (for example, when you read an article without touching the display).
MethodAccuracy of dataDetailsWorks on MIUI 9-14
Digital well-being⭐⭐⭐⭐⭐Applications, unlocks, comparison by dayYeah (except MIUI 9)
Battery magazine⭐⭐⭐Total screen time onlyYes (including MIUI 9)
Third-party annexes⭐⭐⭐⭐Advanced analytics, goals, locksYes.

Method 3: Third-party applications for deep analysis

If Xiaomi’s built-in tools aren’t enough, try specialized apps that offer advanced analytics, such as:

  • πŸ“ˆ ActionDash – visualizes data in the form of graphs, shows β€œpeak” hours of activity.
  • πŸ›‘οΈ StayFree – allows you to set limits on applications and block them after exceeding them.
  • πŸ” QualityTime – Analyzes how often you check your phone at night (good for sleep).
  • πŸ“Š Digital Wellbeing (from Google) – an alternative to the standard tool MIUI more flexible.

To install these apps, download them from Google Play and provide access to Usage Statistics in your Android settings. For example, for ActionDash:

Settings β†’ Applications β†’ Special Access β†’ Usage Statistics β†’ ActionDash (include)

Install an app from Google Play

Provide access to usage statistics in Android settings

Start initial data synchronization (may take 5-10 minutes)

Set up notifications of exceeding limits (optional)

-->

One of the key benefits of third-party apps is cross-platform, such as StayFree, which can sync data between Xiaomi and other Android devices if you use the same Google account.

πŸ’‘

Third-party time trackers consume additional battery power (up to 3-5% per day) and may conflict with built-in MIUI tools. If you notice that the phone has become faster to discharge - check the battery consumption in the settings.

Method 4: Hidden statistics through ADB (for advanced)

If you like to dig deeper, you can extract usage time data through ADB (Android Debug Bridge), a method that works for Xiaomi on all versions of MIUI/HyperOS, but requires a connection to a computer.

  1. Turn on Developer Mode on Phone: Settings β†’ About Phone β†’ MIUI Version (Tap 7 times)
  2. Activate Debugging by USB in the Developer Menu.
  3. Connect your phone to your PC, open the command line (Windows) or terminal (Mac/Linux) and type in: adb shell dumpsys usagestats
  4. In the output, find the mPackageStats block – here will be the usage time for each application in milliseconds.

For convenience, you can use a Python script that converts raw data into a readable format.

import re


import json




Connect to the device and get the data



result = subprocess.run(["adb", "shell", "dumpsys", "usagestats"], capture_output=True, text=True)




data = result.stdout




Take time for each packet (in milliseconds)



package_stats = re.findall(r'mPackageStats\{.?pkg=(\S+).?totalTime=(\d+)', data)





for pkg, time_ms in package_stats:




hours = int(time_ms) // 3600000




print(f"{pkg}: {hours} hours)

What if the ADB can’t see the device?
1. Make sure that Xiaomi drivers are installed (download from the official website). 2. Try another one. USB-cable (preferably original). 3. Enable the option to Cancel Authorization in the developer settings USB-Debug, then reconnect. 4 On Windows, run the command prompt on behalf of the administrator.

This method is suitable for technically savvy users who want to:

  • πŸ”§ Get data for an arbitrary period (not just for a day/week).
  • πŸ“‚ Save statistics in a file for long-term analysis.
  • πŸ› οΈ Integration of data with other systems (e.g., for automation through Home Assistant).

πŸ’‘

If you often work with ADB, install Scrcpy.It not only duplicates the Xiaomi screen on the PC, but also allows you to control the phone from the keyboard, which is convenient for long debugging sessions.

Method 5: Parental Control (for family use)

If you want to track the time a child or other family member uses a Xiaomi phone, use Parental Control, which is available in the same Digital Well-Being section, but requires a Mi Account link.

  1. Open Settings β†’ Digital Well-Being β†’ Parental Controls
  2. Select Add User and follow the instructions (SMS confirmation will be required).
  3. Once you've tied it down, you can: πŸ•’ Setting time limits on applications. 🚫 Block access to certain programs. πŸ“… View weekly statistics from any device via Mi Account.

An important nuance: for parental control to work on the child's phone, the Internet must be turned on (data synced with Xiaomi servers), if the device is offline, the statistics are not updated.

πŸ’‘

Xiaomi’s parental controls don’t work on devices with an unlocked bootloader or custom firmware like LineageOS. In this case, use third-party apps like Kids Place or Google Family Link.

What to do if the statistics are not shown or dropped

Xiaomi users sometimes experience time data suddenly disappearing, and here are 4 main reasons and ways to fix it:

  • πŸ”„ Update MIUI/HyperOS β€” after major updates (for example, with MIUI 13 on 14) The statistics can be zeroed out. Solution: wait. 24 In the hour, the data will start to be collected again.
  • 🧹 Cache cleaning - if you manually cleaned the cache of system applications (e.g. com.miui.guardprovider), the stats will reset.Solution: Don't clear the cache for services related to Digital Well-being.
  • πŸ”‹ Resetting – when you return to factory settings, all data is erased. Solution: use third-party trackers with backup (for example, ActionDash exported to Google Drive).
  • πŸ› οΈ Synchronization error – if the statistics are not updated, check: Settings β†’ Accounts. β†’ Mi Account β†’ Synchronize data Make sure that the Digital Well-Being item is enabled.

If the problem is not solved, try to force the data to update:

Settings β†’ Applications β†’ Application Management β†’ Three points (menu) β†’ Show system β†’ Find β€œDigital Well-Being” β†’ Storage β†’ Clear Data

πŸ’‘

Once the Digital Well-Being data is cleaned, restart the phone, and the statistics will start to recollect after 1-2 hours of active use.

How to reduce your phone use time: 5 working tips

Knowing statistics is just the first step, and the key is to act, and here are some proven methods that can help you reduce your phone time without compromising your productivity.

  1. Set up grey wallpaper β€” studies show that black and white screens reduce the urge to pick up your phone. At Xiaomi, this is done through Settings β†’ Wallpaper β†’ Colors β†’ Monochrome mode.
  2. Use Do Not Disturb Mode during business hours: Settings β†’ Notifications β†’ Do Not Disturb Mode β†’ Schedule Set up automatic turn on from 9:00 to 18:00.
  3. Replace social media with RSS – instead of endless scrolling on Instagram or TikTok, use apps like Feedly or Inoreader to read news by interest.
  4. Turn on the app timer – Digital well-being allows you to set limits (e.g. 30 minutes a day for gaming).
  5. Buy a "stupid" phone is a radical but effective method. For example, the Nokia 2720 with KaiOS will allow you to call and write. SMS, but not distracted by social media.

Another powerful technique is to disable notifications from unnecessary apps, and Xiaomi does this:

Settings β†’ Notifications β†’ Notifications Management β†’ Select the App β†’ Disable β€œShow Notifications”

πŸ’‘

According to research by RescueTime, turning off notifications reduces phone usage time by 20 to 30 percent in the first week, starting with instant messengers and social media, which generate up to 60 percent of all alerts.

FAQ: Frequent questions about Xiaomi usage times

Can you look at the statistics from last month?
In standard Xiaomi Digital Well-being, data is only stored for the last 7 days. For long-term analysis, use third-party apps (like ActionDash with a premium subscription) or export data through ADB weekly.
Why does time in statistics not coincide with the real?
The difference is that the system only takes active time (touching, scrolling) into account, and if you look at the screen for a long time without action (for example, reading a book), this time may not be fixed, and statistics are reset when you reboot your phone or clear your cache.
How to watch the time of use on Redmi with custom firmware?
On informal firmware (like Pixel Experience or LineageOS), Xiaomi's built-in tools don't work. Install Google's Digital Wellbeing or use ADB-Teams (see Method 4 in the article).
Can you hide the time of use from parental control?
Technically, yes, but it would require: Disable sync with Mi Account; install custom firmware without Xiaomi services; use apps to mask activity (e.g. Island to create an isolated profile); however, these actions violate Xiaomi’s user agreement and can lead to account lockdown.
Why don’t statistics show time in games?
If a game uses an overlay window (e.g., floating chats in Genshin Impact or Honor of Kings), the system may not count it as an active application, and some games (especially anti-cheat games) block access to usage statistics. Check the game's settings or use ADB to force data collection.