Have you ever caught yourself thinking that youβve spent more time on TikTok or Instagram than you planned? MIUI They offer several ways to track activity in applications, from standard tools to hidden features that few people know about. This article will help you understand how to monitor the time of use of programs, what data the system collects, and what to do if embedded reports seem inaccurate.
Xiaomiβs feature is that the manufacturer regularly updates the interface. MIUI, And some of the features may vary depending on the firmware version. MIUI 12, 13 and 14, and alternative solutions for users who have lost statistics or custom firmware. Important: some methods require permission to access the use of applications, which must be activated manually.
If you want to not only see the numbers but also limit time on social media or gaming, thereβs a section at the end of the article about setting up parental controls and digital well-being β these features are useful not only for children, but also for those who want to discipline themselves.
1.Inline statistics of the use of the MIUI: Where to look and how to read reports
The easiest way is to use the built-in Time of Use feature, which is found in most Xiaomi, Redmi and other smartphones. POCO. It collects data about the apps it's running, the time it's on the active screen, even the number of unlocks it's unlocking, to find it:
- Open the settings (cog icon).
- Go to the Appendix section β Time of use (in some versions) MIUI The way may be settings β Digital Well-Being and Parental Control).
- Click on the Control Panel or Usage Statistics.
Here you'll see:
- π Total time of use of the device per day / week.
- π― Top of applications by time (with hours and minutes).
- π Number of launches of each application.
- π± Time of inactivity (when the phone was unlocked but not used).
Note that the statistics are reset at 00:00 local time, and if you want to save data from the past day, take a screenshot or export the report (not all versions support this feature). MIUI).
π‘
To manually reset the statistics, click the three dots in the upper right corner of the Time of Use screen and select Reset, which is useful if you want to start counting again, like Monday.
Hidden functions of MIUI: Advanced statistics and data export
Few people know, but in MIUI There are hidden tools for more detailed analysis of activity, such as looking at usage times by the hour or exporting data to the Internet. CSV-file for further analysis in Excel.
To enable extended mode:
- Go to Settings. β Annexes β Time of use.
- Slap the icon. βοΈ (Settings) in upper right corner.
- Activate the switch Show usage by the hour.
Now, the main statistics will have a timeline by hour, which helps to identify peak periods of activity, such as when you most often go on social networks (morning, lunch or late at night).
For export of data:
- π€ Click on three dots in the upper right corner.
- π₯ Select Data Export.
- π The file will be saved in the Download folder under the name app_usage_stats.csv.
What to do if there is no data export button?
Important: Exported data contains accurate startup and closing timestamps, allowing you to build a detailed picture of your digital behavior, which can be useful for introspection or even for work (for example, if you need to report on the time spent in working messengers).
3. Use of Googleβs Digital Wellbeing (for devices with Google services)
If your Xiaomi has Google services installed (which is relevant for global firmware versions), you can use the Digital Wellbeing tool, which offers more visual reports and time-limiting features.
To activate it:
- Open the Settings.
- Go to Google. β Digital Well-Being and Parental Control.
- Press the Control Panel.
The advantages of Digital Wellbeing over standard MIUI statistics are:
- π Timetables of use by day of the week.
- β±οΈ App timers (you can set a limit, for example, 1 hour per day for YouTube).
- π Sleep Time (automatic switching to black and white and blocking notifications).
- π΅ Do not disturb function with flexible settings.
However, there is a caveat: Digital Wellbeing may conflict with embedded statistics. MIUI, It shows different data. It's because systems collect information in different ways: MIUI It takes into account screen time and Google takes into account active usage time (for example, listening to music in the background may not be taken into account).
4. Third-party monitoring apps: top-5 solutions for Xiaomi
If built-in tools aren't enough, you can install specialized applications that offer advanced analytics, cross-platform synchronization, and even time optimization tips. Here are the best options for Xiaomi:
| Annex | Features | Cons | Reference |
|---|---|---|---|
| ActionDash | Detailed statistics, comparisons with other users, tips to reduce usage | Paid premium version for advanced features | Google Play |
| StayFree | Simple interface, widgets, blocking applications by time | Advertising in the free version | Google Play |
| App Usage | Exporting data to Excel, analytics by day/week/month | No Russian language | Google Play |
| QualityTime | Digital Detox, Break Memories, Family Monitoring | A complex interface for beginners | Google Play |
| Forest | Gamification: Grow virtual trees until you use your phone | Limited functionality of the free version | Google Play |
Before installing, check the permissions the app requests. To work properly, it will need access to:
- π± Application usage statistics (mandatory!).
- π Notifications (for blocking or reminders).
- π Warehouse (for data export).
Note: Some applications (such as ActionDash) may show inflated numbers compared to embedded statistics, because they take background activity into account (for example, when the messenger is running in background).
βοΈ Preparation for installation of a third-party tracker
5. How to enable the collection of statistics, if it is disabled (instructions for MIUI 14)
Sometimes users find that the Time of Use section is empty or shows a message "Data collection is disabled" This can happen after resetting settings, updating the firmware or manually disabling the function.
Method 1: through the MIUI settings
- Go to Settings. β Annexes β Time of use β Settings (βοΈ).
- Make sure the app usage tracking switch is active.
- If the option is gray, it means that it is blocked by the administrator of the device (for example, in corporate phones).
Method 2: Permissions for system applications
- Open Settings β Applications β Application Management.
- Press three points. β Show all applications.
- Find Google Play or SecurityCenter Services (depending on the model).
- Select Permissions and include Application Usage Statistics.
Method 3: Resetting the system cache
If the statistics are still not going, try clearing the cache:
- Go to Settings β Applications β Application Management.
- Choose SecurityCenter or Digital Wellbeing.
- Press Warehouse. β Clear the cache.
- Reset the device.
π‘
If you don't get any statistics after all the manipulations, check if the system-level data collection is disabled, enter ##4636## in the dialer, go to Battery Information and see if Usage stats are active.
Alternative methods: ADB-commands and hidden menus for advanced users
For those who arenβt afraid to βdig deeper,β there are ways to get time-of-use data through the scaling up of the data. ADB (Android Debug Bridge, or hidden engineering menus, are useful if you want to use it:
- π§ You need raw data without processing (for example, for analysis in Python).
- π± Built-in tools disabled by device administrator.
- π You suspect that the statistics are being tampered with (e.g. on corporate phones).
To obtain data via ADB:
- Install. ADB-PC drivers.
- Turn on the debugging. USB on the phone (Settings) β The phone. β Version. MIUI β 7 times tap the version number β Return to the Additional Settings β For developers β Debugging by USB).
- Connect your phone to your PC and execute the command:
adb shell dumpsys usagestats --helpFor the export of statistics for the last day:
adb shell dumpsys usagestats --since $(($(date +%s) - 86400))000The data will be displayed in the format JSON It's time stamps, packet names, and usage times, and you can redirect output to a file for convenience:
adb shell dumpsys usagestats > usage_stats.txtAttention: use ADB Incorrect commands can cause resets or data loss. If you are not sure about your actions, you should use third-party applications from the previous section.
How to read the data from usagestats?
7 Parental Control and Time Limitation: How to Discipline Yourself and Children
If the goal is not only to find out the time in applications, but also to reduce it, in MIUI There are built-in tools for this, and they're useful for parents and for those who want to limit themselves to using social media or games.
To set the limits:
- Go to Settings β Digital Well-Being and Parental Controls.
- Select Parental Controls (may be required to create a parental control). PIN-code).
- Add a user profile (e.g., βchildβ or βIβ).
- Select the apps you want to set a limit for and set a time (such as 30 minutes a day for Instagram).
Additional functions:
- π Blocking the installation of new applications without PIN-code.
- π΅ Time of day restrictions (e.g., game locks after 22:00).
- π Weekly reports on usage (sent to email).
For self-discipline, you can use the Focus Mode function:
- Open the Settings. β Digital well-being β Focus mode.
- Select the applications that will be blocked.
- Set a timer (for example, 1 hour to concentrate on work).
If built-in tools arenβt enough, consider apps like Forest or Freedom that block distracting sites and programs on a schedule.
8 Frequent problems and their solutions: why statistics do not show data
Sometimes users find that time in apps is not displayed or is shown incorrectly, and here are the most common reasons and ways to eliminate them:
| Problem. | Possible cause | Decision |
|---|---|---|
| Statistics are empty. | Data collection disabled in settings | Enable App Use Tracking in Settings β Time of use β Settings |
| Data is dumped every day. | That's how the default system works. | Use third-party applications for long-term statistics storage |
| Time for Digital Wellbeing and MIUI differentiate | Different accounting algorithms (MIUI Time on the screen, Google is active use) | Select a single data source for analysis |
| Applications are not displayed in statistics | They are in the background or blocked by the administrator. | Check the permissions for the application or use ADB |
| Statistics show unrealistically large numbers. | Cache error or conflict with other trackers | Clear the SecurityCenter cache and reboot the phone |
Note: if you use dual applications (Dual Apps function in the app) MIUI), statistics for them may be counted separately or not displayed at all. To fix this, disable duplication for problem programs.
Another common problem is resetting statistics after updating. MIUI. To avoid data loss, export reports regularly or use third-party cloud-saving trackers.