Tracking recently installed applications on Android is a useful skill that will come in handy in different situations. Perhaps you have noticed suspicious activity on your smartphone, want to remove unnecessary software, or simply forgot the name of the app that you downloaded a couple of days ago. Unlike iOS, where the installation history is hidden deep in the settings, Android offers several ways to get this information - both built-in tools and using third-party tools.

However, not all methods are equally effective. data-i="35">shows a complete list of apps without sorting by date, and Settings โ†’ Applications shows a complete list of apps without sorting by date, and Google Play Market stores history only for applications downloaded through it. In this article we will look at 5 proven methods from basic to advanced, and also tell you how to protect yourself from unwanted installations and why some apps can โ€œhideโ€ from the user.

If you often install and uninstall software, we recommend getting into the habit of checking the list of applications once a week. This will help not only free up memory, but also promptly notice suspicious software that could have entered the device through advertising or phishing links.

โ•โ•โ•

1. Through Android settings: a quick overview of installed apps

The easiest way is to use the built-in system tools. However, there is a nuance here: Android does not sort applications by installation date automatically, so you will have to do it manually or look for indirect signs (for example, lack of usage history).

Instructions for most versions Android 10โ€“14:

  1. Open Settings (icon gears in the application menu).
  2. Go to the section Applications (sometimes called All applications or Application Manager).
  3. Click on the three dots in the upper right corner and select Sort โ†’ By size or Alphabetical.
  4. Scroll down the list - new apps often end up at the end, especially if you have not used them.

Some firmwares (for example, MIUI from Xiaomi or One UI from Samsung) have a separate filter Recently installed. find it:

Settings โ†’ Applications โ†’ Filter (funnel icon) โ†’ Recently installed
โš ๏ธ Attention: Manufacturers often change the location of menu items. If you donโ€™t find the desired section, use the search in settings (magnifying glass in the upper right corner) and enter a request. "applications".

The disadvantage of this method is that it shows all apps, including system ones, which complicates the search. But it does not require an Internet connection and works even on devices without services Google.

๐Ÿ“Š How often do you check the list of installed applications on Android?
Once a week
Once a month
Only when something is slowing down
Never checked

โ•โ•โ•

2. History of installations in the Google Play Market

Google Play Market keeps a log of all applications downloaded through it, but with reservations:

  • ๐Ÿ“ฑ Shows only apps installed through Play Market (APKs from other sources are not displayed).
  • โณ History is stored for a limited time (usually several months).
  • ๐Ÿ”„ If you deleted and reinstalled the application, it may be duplicated in the list.

To view the history:

  1. Open Google Play Store.
  2. Touch the profile icon in the upper right corner.
  3. Select Manage applications and device โ†’ Management.
  4. Go to the tab Installed and sort by date (often coincides with recently installed ones). devicesRecently updated often coincides with recently installed ones).

For a more detailed analysis:

Profile โ†’ Settings โ†’ History of applications and devices

Here you can see exact installation dates and even the devices on which this happened (useful if you have several gadgets on one account).

โš ๏ธ Attention: If you use several accounts Google on one phone, the history will be divided. Check each profile separately.

Open Play Store|Go to "Manage Applications"|Check the "Installed" tab|Sort by date|Check data with other accounts-->

โ•โ•โ•

3. Third-party utilities: AppBrain, AppMonster and others

If the built-in tools are not enough, specialized applications come to the rescue. They not only show installation datebut also offer additional functions: backup, permission analysis, search for duplicates.

Top 3 utilities for tracking installations:

Application Features Cons
AppBrain Shows installation history, export to CSV, analysis of application popularity Requires registration, sometimes slows down
AppMonster APK backup, sorting by date, search by key words The interface is overloaded, advertising in the free version
My App List Exporting a list of applications, filtering by date, minimalistic design No Russian language, limited functionality

Example of working with AppMonster:

  1. Install the utility from Play Market.
  2. Open it and wait for scanning (may take 1-2 minutes).
  3. Go to the tab Installed and click on the calendar icon to sort by date.
  4. To export the list, click on the three dots โ†’ Export.
โš ๏ธ Attention: Some utilities require permission android.permission.QUERY_ALL_PACKAGES, which allows them to see all installed apps, including system ones. Before installing, check the reviews and ratings in Play Market.
How to remove the utility after use?

In order not to clutter the system, after analysis you can delete the app via Settings โ†’ Applications โ†’ Utility name โ†’ Delete. If you exported the list, save the file (for example, in Google Drive) for future use.

โ•โ•โ•

4. Analysis of system logs: for advanced users

If you are ready to dive into technical details, Android logs can give comprehensive information about all installations, including date, time and even source (for example, Play Market or manual APK installation). This method requires ADB (Android Debug Bridge) and basic knowledge of the command line.

Instructions for Windows/macOS:

  1. Enable USB debugging on the phone:
    Settings โ†’ About phone โ†’ Build number (press 7 times) โ†’ Return to Settings โ†’ System โ†’ For developers โ†’ USB debugging
  2. Connect your phone to the PC and confirm trust in the computer.
  3. Open a terminal (or cmd) and enter:
    adb shell dumpsys package | grep "install"

    For Windows use findstr instead grep.

As a result, you will receive a list with entries like:

[2026-05-15 14:30:22] Package com.example.app installed from /data/app/...

Where:

  • ๐Ÿ“… 2026-05-15 14:30:22 โ€” installation date and time.
  • ๐Ÿ“ฆ com.example.app โ€” package identifier (you can find the name via Play Market).
โš ๏ธ Attention: System logs may contain confidential information. Do not share them with others and clear them after analysis by the command adb shell logcat -c.
adb shell cmd package list packages -i -l - will show all user applications with installation dates (required Android 11+).-->

โ•โ•โ•

5. Checking through the file manager: where APKs are stored

Each installed application leaves a trace in the file system. deleted the app, it could have been saved in one of the folders. This method is suitable for searching (not from an APK file). APK file could be saved in one of the folders. This method is suitable for searching manually installed applications (not from Play Market).

Where to look:

  • ๐Ÿ“ /data/app/ โ€” APKs of all user apps are stored here (required root access for access).
  • ๐Ÿ“ /sdcard/Download/ or /storage/emulated/0/Download/ โ€” downloads folder, where installers often remain.
  • ๐Ÿ“ /sdcard/Android/data/ โ€” cache and application data (you can see which apps were actively used).

How to view without root:

  1. Use a file manager that supports showing hidden files (for example, Solid Explorer or FX File Explorer).
  2. Go to Device memory โ†’ Download and sort files by modification date.
  3. APK files have an extension .apk and a robot icon. Android-robot.

Important: If you find a suspicious APK (for example, with a type name update_system_v2.apk), do not open it. Check the file through. service VirusTotal before installation.

๐Ÿ’ก

File managers show only those APKs that you downloaded manually. Applications from the Play Store are automatically deleted after installation.

โ•โ•โ•

6. How to protect yourself from unwanted installations

Detecting recently installed apps is only half of it. tasks. Much more important prevent the installation of malicious or unnecessary softwareHere are the key security measures:

Android settings that are worth checking:

  • ๐Ÿ”’ Settings โ†’ Security โ†’ Unknown sources - disable APK installation from untrusted locations.
  • ๐Ÿ›ก๏ธ Settings โ†’ Google โ†’ Security โ†’ Scan device for malware โ€” enable automatic scanning.
  • ๐Ÿ“ฑ Settings โ†’ Applications โ†’ Special access โ†’ Installing unknown applications โ€” limit permissions for browsers and messengers.

Additional tips:

  • ๐Ÿ” Before installing, check the reviews and ratings of the application in Play Store.
  • ๐Ÿ“Š Use antiviruses with an installation monitoring function (for example, Malwarebytes or Bitdefender).
  • ๐Ÿšซ Avoid "pop-up" offers to install the application through advertising in the browser.

If you suspect that there is already malware on the device, do the following steps:

  1. Go to Settings โ†’ Applications and sort by date (as described in the first section).
  2. Uninstall all unknown apps.
  3. Clear cache browser and data (Settings โ†’ Storage โ†’ Cache data).
  4. Run a scan via Google Play Protect (Play Store โ†’ Profile โ†’ Play Protect).
โš ๏ธ Attention: Some malware disguises itself as system software (for example Android System WebView or Google Services). Before deleting, check the name on the Internet.

โ•โ•โ•

FAQ: Frequently asked questions about searching for installed apps

Can I see who installed the application on my phone? (for example, a child or another user)?

Android does not keep a log of users, but you can indirectly determine this by:

  • Installation time (if it coincides with the period when the phone was owned by another person).
  • The presence of the application in the history Play Market under a specific account Google.

For precise control, use parental controls (for example, Google Family Link).

Why are some applications not displayed in the Play Store history?

This happens if:

  • The application is installed from APK-file (not through Play Market).
  • It is system (pre-installed by the manufacturer).
  • The history was cleared manually or reset via Settings โ†’ Google โ†’ Management Google account โ†’ Data and personalization โ†’ Application history.
How to restore a deleted application if I donโ€™t remember its name?

Recovery methods:

  1. Check the history in Play Store (Profile โ†’ Application Management โ†’ Library).
  2. Use utilities like AppBrain to export a list of previously installed apps.
  3. View backups in Google Drive (if enabled function Backup applications).
Is it possible to track the installation of applications on Android without access to the phone (remotely)?

Yes, but with limitations:

  • Through web version of the Play Store (section "Library") - will show applications linked to the account Google.
  • Using remote control services (for example, AirDroid or TeamViewer QuickSupport), if they are pre-installed on the device.

For complete control you need root access or corporate solutions (for example, Android Enterprise).

How to find out which application consumes the most traffic or battery among the recently installed ones?

Use the built-in tools:

  • ๐Ÿ“Š Traffic: Settings โ†’ Network and Internet โ†’ Data usage โ†’ Mobile traffic (sort by volume).
  • ๐Ÿ”‹ Battery: Settings โ†’ Battery โ†’ Battery usage (look at the chart for the last hours).

Third-party utilities (for example, GSam Battery Monitor) provide more detailed statistics.