Ever wonder how much time you spend on TikTok, Instagram, or games during the day? Xiaomi, Redmi, and POCO smartphones running MIUI collect detailed statistics on app usage โ you just need to know where to find it. This information is useful not only for self-monitoring, but also for:
Optimization of battery charge (identification of "gluttonous" applications);
Analysis of digital habits (how much time is spent on social networks vs. productive tasks);
Diagnosing problems (why the phone is slowing down or warming up)
In this article, weโll look at all the ways you can view your applicationโs time, from built-in MIUI tools to third-party utilities. Instructions are relevant for MIUI 14/13/12 and Android 13/12/11, but most of the methods work on older versions as well. If your Xiaomi is behaving unusually (for example, not saving statistics), thereโs a section at the end of the article that addresses typical problems.
1. MIUI Built-in statistics: "Time of use"
The easiest way is to use the standard Digital Well-Being tool (or Use Time in older versions of MIUI), which not only shows the total screen time, but also details it by application.
How to open it:
- ๐ฑ Open the Settings. โ Digital Well-Being and Parental Control.
- ๐ Tap on the schedule in the section "Time of use" (or "Use statistics").
- ๐ Scroll down to the "Use of Applications" block - here you can see a list of programs with an indication of the activity time.
In MIUI 14, the interface is visually richer, with daily, weekly, and monthly statistics and data compared to previous periods. Note that this only takes into account the time with the screen on โ background activity of applications (for example, music in Spotify with a locked phone) may not be displayed.
๐ก
If the statistics are reset after the MIUI update, try syncing the data with your Xiaomi account. To do this, go to Settings โ Xiaomi Account โ Data Sync and turn on the Digital Well-Being option.
2 Detailed statistics in "Battery settings"
A less obvious, but equally useful, method is to test through the battery partition, which shows not only the power consumption, but also the activity time of applications in the background and in the foreground.
Instructions:
- Go to Settings โ Battery and Performance.
- Slip on the icon "Battery Use" (in some versions - "Battery Statistics").
- Select a time period (e.g., โLast Dayโ or โLast Weekโ).
- Scroll through the list of applications โ next to each will be indicated the operating time and percentage of charge consumption.
This method is useful for identifying hidden users of resources, for example, if Telegram shows 3 hours of activity, but you used it for only 30 minutes, then the application was actively working in the background (perhaps due to frequent notifications or synchronization).
What does "background activity" mean in battery statistics?
3.Using Developer Mode for Advanced Analytics
If built-in tools are not enough, you can activate hidden settings for developers where advanced process statistics are available, a method that is suitable for power users, as it requires the inclusion of additional options.
Steps:
- Activate Developer Mode: Settings โ About Phone โ MIUI version (tap 7 times in a row) will appear notification "You became a developer!".
- Back to Settings โ Additionally. โ For developers.
- Find the Process Statistics section (or Active Processes) and tap it.
- Select the application from the list โ displays the time (CPU time), memory usage and other technical data.
This method shows real-time workflows, including background tasks, which is useful for diagnosing freezes or overheating. For example, if WhatsApp consumes 20% of the CPU within an hour, this may indicate an error in the latest update.
Once a week |Only when the phone starts to brake |Never checked |Use third-party apps to monitor-->
4. Third-party monitoring apps: top-3 utility
If standard MIUI tools are not enough, you can install specialized applications that offer advanced features: data export, notifications of exceeding limits, analytics by category (social networks, games, work).
The best options for Xiaomi:
| Annex | Features | Cons | Reference |
|---|---|---|---|
| Digital Wellbeing (Google) | Integration with Android, limits on applications, mode "Do not disturb" | No detailed background statistics, requires Android 9+ | Play Market |
| ActionDash | Data visualization, comparison with other users, export to CSV | Paid version for advanced functions | Play Market |
| App Usage | Simple interface, displaying time by day/week, no advertising | No integration with MIUI, sometimes resets data | Play Market |
Check the application permissions before installing โ some utilities require access to special features (for example, to track the use of other programs). On MIUI, this can cause a conflict with battery optimization, so after installation, add the application to Settings โ Battery โ No restrictions.
Check out the app reviews on the Play Market|Set up an exception to battery optimization|Create a backup of current statistics MIUI|Disable duplicate system trackers (e.g. Digital Wellbeing if you use an alternative)-->
5. How to Preserve and Export Statistics
If you need to analyze data over a long period of time or share it (for example, with a productivity coach), you can export statistics in a convenient format. In MIUI, this feature is hidden, but it can be activated through ADB or third-party utilities.
Modes of export:
- ๐ Through ActionDash: Open the application โ Settings โ Export of data โ select the format (CSV or JSON).
- ๐ฅ๏ธ With help. ADB (Adb shell dumpsys usagestats --check-in package > stats.txt Replace the application package with ID (For example, com.whatsapp for WhatsApp).
- ๐ Screenshots + OCR: Take a picture of the screen with statistics and process the text through Google Lens or ABBYY TextGrabber.
Important: Time data is stored locally and can be reset after resetting settings or updating MIUI. To avoid loss, export statistics regularly or sync it with your Xiaomi account.
๐ก
Exporting statistics is useful for long-term habit analysis, but remember: most apps donโt store data for more than 30 days. Use cloud services (Google Drive, Dropbox) or local backups to archive.
6.Why statistics may not be shown or dropped
Sometimes users are faced with application usage time data not being stored, showing zeros or being reset after a reboot.
Typical problems and fixes:
| Problem. | Possible cause | Decision |
|---|---|---|
| Statistics are zeroed out every day. | Failure of the UsageStatsService service | Go to Settings โ Applications โ Application Management โ Three points โ Show system, find โUsageStatsServiceโ, clear the cache and data. |
| No data for past days | MIUI restriction (saves only 7 days) | Use third-party applications with an extended archive (such as ActionDash). |
| Apps show 0 hours | Battery optimization blocks data collection | Add the app to exceptions: Settings โ Battery โ Application selection โ Without restrictions. |
If none of the methods worked, try resetting your digital well-being settings:
- Go to Settings โ Applications โ Application Management.
- Find โDigital Wellbeingโ (or โDigital Wellbeingโ).
- Slip the Storage" โ "Clear the data".
- Reboot the phone, and the statistics will start to reassemble.
๐ก
If the problem recurs after the MIUI update, check the version of Google Play services. Outdated services may conflict with system trackers. Update them to Play Market โ My apps โ Google Play Services.
7 Hidden Opportunities: How to Track System Applications
By default, MIUI does not show statistics for system utilities (e.g. Settings, Phone, Messages) but can be added to ADB monitoring or configuration file editing.
Instructions for advanced users:
- Connect your phone to your PC and activate Debugging over USB (Settings โ Developer).
- Open the command line and execute: adb shell pm grant com.android.settings android.permission.PACKAGE_USAGE_STATS This will allow system applications to be displayed in statistics.
- Reset the device.
After that, the hidden apps will appear in the "Use Time" section, be careful: changing system resolutions can affect the stability of the phone. If errors occur after manipulation, reset permissions:
adb shell pm revoke com.android.settings android.permission.PACKAGE_USAGE_STATS๐ก
System application tracking is useful for troubleshooting, for example, if Settings consume 50% of the charge per hour, it could indicate a virus or firmware damage.