The issue of monitoring digital activity is becoming increasingly relevant for owners of modern smartphones. Users are often looking for ways to find out what apps were running on their device, whether they want to check on a child, make sure there is no outside interference, or simply analyze their own gadget usage habits. The operating system Android provides a number of built-in mechanisms for tracking such statistics, although they are not always on the surface.

It is necessary to immediately clarify an important technical point: using standard tools you cannot obtain a full-fledged “visit log” with the exact time of entry and exit for each application over the past month, if this function has not been enabled in advance. However, there are indirect methods that make it possible to reconstruct the usage pattern with high accuracy. mobile device. We will look at the standard system tools, opportunities for developers and specialized software.

There are several levels of access to information about launching apps. From simple viewing of screen time to in-depth analysis via computer. The choice of method depends on your purpose: parental control, personal data protection or technical diagnostics. It is important to understand that each version Android (from 10 to 14 and later) may have its own characteristics in the location of the settings menu.

Using the Digital Wellbeing function

The most accessible and safest way to find out which applications were used on the phone is the built-in service Digital well-being (Digital Wellbeing). This tool appeared in Android 9 and became the standard for most manufacturers. It aggregates data on the time spent in each app and the number of starts.

To access this information, you need to go to the main system settings. Typically the path looks like this: Settings → Digital well-being and parental controls. If you don't find this item in the main menu, search for settings by entering the phrase "well-being" or "screen time".

In the menu that opens, you will see a pie chart or list that displays usage statistics for the current day. By clicking on a specific application, you can get details: how many times it was opened and how many notifications it received. This data is updated in real time, but the history is usually only kept for the last 7 days.

💡

If Digital Wellbeing is not listed in Settings, your smartphone manufacturer (such as Xiaomi or Samsung) may have renamed it to Screen Time or Usage Statistics.

⚠️ Attention: Data in Digital Wellbeing may be reset if you clear cache of the Google Play Services system application or perform a full reset of the phone to factory settings.

It is worth noting that this function shows active use. If an application was running in the background (for example, a music player or navigator), it will also be taken into account in the statistics, but with a note about background activity. This helps to distinguish real viewing from a simple launch.

Battery consumption analysis as an activity indicator

If the built-in screen time monitoring tools are disabled or unavailable for some reason, you can use an indirect but very reliable method - analyzing energy consumption statistics. Any running application, especially one that was on the screen, consumes processor and display resources, which is recorded by the power system.

Go to the section Settings → Battery → Battery usage (the path may differ slightly on different models, for example, Samsung Galaxy or Google Pixel). Here you will see a list of apps sorted by the amount of energy expended. Applications that have been recently accessed and actively used will be at the top of the list.

By clicking on a specific item in the energy consumption list, you can often see additional information: time spent in active mode (screen on) and time spent in background mode. This allows you to determine with a high degree of probability whether someone opened a specific app, for example, a messenger or a gallery.

  • 🔋 Active work: shows the time when the screen was on and the application was in focus.
  • 🌑 Background work: displays processes that went on without user interaction (downloading data, music).
  • 📊 Percentage of consumption: helps to understand the scale of use of the application relative to other apps.

This method has its limitations. It will not show the exact start time (hours and minutes), but only the total number of minutes of operation over a certain period (usually since the last full charge or in the last 24 hours). However, this is one of the most effective ways to identify the fact of use.

☑️ Checking through the battery

Done: 0 / 4

Viewing history through developer mode and ADB

For advanced users who need detailed technical information, it is possible to use debugging tools. Using the utility ADB (Android Debug Bridge) and a computer, you can request from the system a detailed log of the use of components, including the launch of application activities.

You must first activate developer mode on your phone. To do this, go to Settings → About phone and click 7 times on the item Build number. After the message “You have become a developer” appears, a new section “For Developers” will appear in the settings menu. There you need to enable USB debugging.

Having connected the phone to the PC and installed the drivers, you can run the command in the command line. However, starting from Android 10, access to usage history through regular ADB commands for third-party applications was significantly limited by Google's security policies. However, you can try to get data about current and recent processes.

adb shell dumpsys usagestats

The result of executing this command will produce a huge amount of data in text format. It contains records of the last time used (lastTime) and the total time used (totalTime) for each application package. Deciphering this data requires care, since the time is indicated in Unix-timestamp format (milliseconds since 1970).

⚠️ Attention: Interpretation of the usagestats dump is difficult for an untrained user. Erroneously deleting system processes via ADB can lead to unstable operation of the device.

There are also graphical shells for ADB that make it easier to read these logs, but they require the installation of additional software on the computer. This method is ideal for situations where you need to get "raw" data that cannot be tampered with through the user interface.

What is a Unix-timestamp?

It is a way of representing a date and time as a single number - the number of seconds (or milliseconds) that have passed since January 1, 1970. To translate into an understandable format, use online converters.

Third-party applications for tracking activity

When the built-in tools are not enough, specialized applications from the store come to the rescue. Google Play. There is a category of apps called usage trackers or launchers with logging functionality. They work on top of the system and record every user action.

Popular solutions include applications like ActionDash, StayFree or various parental control tools such as Kaspersky Safe Kids or Google Family Link. These apps request special permission “Access to usage statistics”, after which they begin to keep their own log.

The main advantage of such solutions is the presence of a detailed history over long periods, the ability to set limits and receive notifications when certain apps are launched. Some of them even take screenshots when opening specified applications, which gives a 100% guarantee of control.

Application name Access type History storage Additional. functions
Digital well-being System 7 days Timers, sleep mode
ActionDash Third-party Unlimited Detailed statistics
Family Link Parent Up to 30 days Blocking, geolocation
StayFree Third-party Unlimited Limits, focus mode

It is important to understand that installing a third-party tracker gives access to your personal information. Download such utilities only from trusted sources and carefully study the developer’s privacy policy before granting permissions.

📊 Which control method do you consider the most effective?
Built-in Digital Wellbeing
Third-party applications
Parental controls
Battery check

Features of control on devices from different manufacturers

Ecosystem Android is fragmented, and each major manufacturer makes its own changes to the shell. This directly affects where and how information about running applications is stored. Device owners should take these nuances into account when searching for the right settings.

On smartphones Samsung with the One UI shell, the function is called “Digital Well-Being and Parental Controls,” but has an expanded “Child Mode” mode, which creates an isolated environment with a separate story. On devices Xiaomi (MIUI/HyperOS), similar functionality is often hidden in the "Security" application in the "Screen Time" tab.

Devices from Huawei and Honor after Google sanctions use their own services, so the standard Digital Wellbeing may be missing or limited. In such cases, you should look for the "Phone Health" section or use proprietary management utilities.

💡

The settings interface may change after updating the firmware. If you do not find the item you need, use the search inside the settings menu using the keywords “time”, “screen” or “applications”.

Some custom firmware installed by enthusiasts can completely remove telemetry modules responsible for collecting statistics. In such cases, it will be impossible to view the history using standard methods, and you will have to rely only on third-party software.

Parental control as a method of total monitoring

If your goal is not a one-time check, but constant monitoring of the child’s activity, the best solution is to set up full-fledged parental control. This is not just viewing history, but creating a connected ecosystem of devices.

The service Google Family Link allows the parent to see reports on the child’s activities for the day or week directly on their phone. You get information about how many times each application was opened and how much time was spent in it. Moreover, you can remotely block a device or specific apps.

To set up, you need to create a child Google account and link it to the parent one. After installing the Family Link application on both devices and granting all permissions, statistics will begin to be collected automatically. This is the most legal and ethical way to control the family.

⚠️ Attention: The hidden installation of spyware on another adult's phone without his consent is a violation of privacy laws. Use monitoring tools only on your devices or the devices of minor children.

In addition to Google, there are carrier services and antivirus solutions with monitoring functions. They often offer more flexible settings, such as preventing games from running during school hours or limiting access to adult content.

Is it possible to bypass parental controls?

Children often try to uninstall the application or reset the settings. Family Link prevents itself from being deleted, but a factory reset will break the connection and the parent will be notified.

Is it possible to find out the history of deleted applications?

If an application has been deleted, its icon will disappear from the Digital Wellbeing list. However, it may remain in the battery consumption statistics until the next full reboot or statistics reset. The exact history of deleted apps can only be viewed through your Google Play account in the “Library” → “Not installed on this device” section, but there is no data on the time of use.

Do the statistics show working in incognito mode?

Yes, they do. Incognito mode in the browser hides the history of visited sites, but does not hide the fact that the browser application itself is launched from the Android system. Usage statistics will show that the browser was launched and how long it worked.

Are statistics reset when the phone is rebooted?

No, daily statistics in the “Digital Wellbeing” section are saved and archived. However, battery consumption data in some versions of Android may be reset after the device is completely discharged or the battery is manually calibrated.

How to hide your use of applications from verification?

It is impossible to completely hide the fact that an application is running from the system without root access and specialized modules (for example, through Magisk). Normally closing an application does not delete the record that it was used that day.

Is it visible in the statistics if you simply minimize the application?

Yes. The usage timer continues to run as long as the app is in memory and active, even if you minimize it with the Home button. The timer stops only when you open another application or force close the first one.