Modern smartphones, especially popular models from Xiaomi, are so firmly embedded in our lives that we often lose track of the time spent in front of the screen. Digital noise, endless news feeds and notifications create the illusion of employment by hiding the real figures of the gadgetโs use. Understanding how many hours a day you spend interacting with the device is the first step to digital minimalism and maintaining mental health.
Android operating systems, including MIUIโs proprietary shells and the new HyperOS, already have powerful analytics tools built in, not only showing dry numbers, but also allowing you to analyze in detail which apps are absorbing your attention, which is critical for those who want to optimize their daily routine and get rid of their dependence on social networks or games.
In this article, we will take a closer look at all the available ways to get statistics, from standard system settings to advanced methods through ADB. You will learn not only to look at the data, but also to interpret it correctly, setting reasonable limits for yourself and your children.
Using Embedded Digital Well-Being
The main and most accurate source of information is the built-in Digital Wellbeing module, which is deeply integrated into Xiaomi smartphones, providing detailed statistics without the need to install third-party software.
Go to your device's settings menu. The path may vary slightly depending on the firmware version, but the logic remains the same. You need to find the section responsible for screen control, which is usually located either at the top of the settings list or under the "Special features" subsection.
Click on Screen Time or Digital Wellbeing, and you'll see a dashboard with a pie chart showing the total duration of your smartphone usage for the day, and you'll see the number of unlocks and notifications you've received.
โ ๏ธ Note: If you just turned on your smartphone or reset your settings, the statistics may be empty.The system starts collecting data only from the moment the function is activated, retrospectively, the data is not restored in the past days.
And if you look at the detailed time distributions, you can see that Instagram or TikTok can take longer than office suites, and it also highlights the apps you've opened most often, even if you've spent little time on them, which is a sign of habit formation.
Navigation on the MIUI and HyperOS menu
MIUI 12/13/14 and the new HyperOS have their own control layouts. In the latest versions of the shells, Xiaomi aims to make it easier to access control functions by putting them in prominent place. However, depending on the regional version of the firmware (Global, China, EEA), item names can vary.
Consider the standard action algorithm for most current models, such as the Redmi Note or Xiaomi 13/14:
- ๐ฑ Open the Settings app (cog icon).
- ๐ In the search bar at the top, type in โScreen Timeโ or โDigital Wellbeingโ โ this is the quickest way if youโre confused in the menu.
- ๐ Select Digital Well-Being and Parental Control.
- ๐ Click on the chart or the โShow All Dataโ button to see a detailed breakdown.
In some versions of the shells, the functionality may be hidden inside the โSpecial Featuresโ section. If the search does not yield results, check the path: Settings โ Special Features โ Digital Well-being. Also, it is worth considering that on older versions of Android (below 9), this functionality may be missing or limited.
The stats interface allows you to switch between views: Day, Week and Month, which helps you track the dynamics: for example, on weekends, the use time of entertainment apps increases naturally, and the system also shows what time of day you are most active, building an hourly schedule.
โ๏ธ Checking the settings of statistics
Detailed analysis of application use
Just knowing the total time is not enough. To effectively manage the digital space, you need to understand the context. In the application statistics section, Xiaomi provides a breakdown by category: Social Media, Productivity, Entertainment, which allows you to quickly identify โtime eaters.โ
Click on any app in the list to see the details.
- ๐ Total usage time for today.
- ๐ Number of notifications received.
- ๐ Number of launches (unblocking) of the application.
- โฑ Average time per session.
And you should focus on apps that have high launches but low session times, so-called "micro habits" that break attention and reduce productivity, often messengers or news widgets.
| Category | Example of an application | Impact on the battery | Recommendation |
|---|---|---|---|
| Social media | VK, Telegram | High. | Set a limit of 1 hour |
| Video | YouTube, Netflix | Critical | Use only on Wi-Fi |
| Games | PUBG, Genshin | Maximum. | Monitoring sessions |
| Navigation | Yandex.Maps. | Average. | Leave it without limits |
Analytics also shows background activity, and if an app you haven't used shows significant screen time, it may be running in the background or have a bug, so you should check the permissions and battery settings for a particular software.
Hidden statistics of processes
Setting limits and sleep patterns
Knowing your metrics, it makes sense to adjust them. Xiaomi's Digital Wellbeing feature allows you to set daily time limits for specific applications. When the limit is exhausted, the application is blocked, and you will see a notification about it.
To set the limitation:
- In the statistics section, select the desired application.
- Click on the hourglass icon or the โSet timerโ button.
- Choose the time you want (for example, 30 minutes a day).
An important feature is the Bedtime mode, which allows you to create a schedule during which the phone will behave quieter: the screen will turn black and white, notifications will stop coming, and bright interface elements will be hidden, which helps you fall asleep faster and not stick to the phone at night.
Focus is also available, which allows you to temporarily turn off distracting apps, leaving only work tools (calendar, mail, notes) available, which is the ideal mode for work or study when concentration is required.
โ ๏ธ Warning: Time limits are easily bypassed by clicking "Ignore" in the window that appears, and this protection only works on the willpower and awareness of the user, not as a rigid technical blocker.
Third-party control applications
Staff funds are sometimes not enough, especially if you need tighter controls or advanced analytics. There are many apps in the Google Play store that duplicate and extend MIUI functionality. They can be useful if the built-in statistics seem to you not detailed enough.
Popular alternatives:
- ๐ฒ Forest: Gamifying the process of abandoning your phone. As long as you don't touch your smartphone, you have a virtual tree growing.
- ๐ต StayFree: Provides very detailed graphs and allows you to compare your time with other users.
- ๐ AppBlock: Allows you to create complex lock profiles that are hard to get around.
When installing third-party screen time control apps on Xiaomi, it is critical to properly configure permissions.The aggressively system kills background processes, so the time counter can stop if the application is not allowed to auto-start and work in the background.
Go to Settings โ Applications โ Application Management โ [Your Control Application] and select Auto Run, and set No Limits in the Battery Savings section. Without this step, the statistics will be incomplete.
๐ก
Use Digital Wellbeing widgets on your desktop to always see your current usage time. Visual control helps you become aware of the problem faster and put your phone away.
Advanced monitoring through ADB and logs
For tech-savvy users who want to get the most accurate data that is not available in a normal interface, there is a method of using USB debugging (ADB), which allows you to download raw data about the use of application packages.
To do this, you need to turn on developer mode. On Xiaomi, this is done by seven times clicking on the MIUI version number in the About Phone section. Then the Debugging by USB option is activated in the Developer menu.
By connecting the phone to your computer, you can use the command to obtain a usage history:
adb shell dumpsys package usagestatsThe result of the command is a data set that shows the time of last activity, total usage time and number of launches for each packet, which allows you to see even those applications that were removed but left a trace in the statistics, or system processes that are hidden from the user.
There is also a command to reset the stats if you want to start counting again without resetting the entire phone:
adb shell pm clear com.android.statementserviceUsing ADB requires caution. Incorrect commands can lead to unstable system performance, but to analyze which HyperOS system services consume resources in the background, this method is indispensable.
โ ๏ธ Note: When connecting to an unknown computer for debugging ADB Always check the debugging request on your smartphone screen. Do not confirm the connection to other devices to avoid data theft.