Have you installed several new apps on your smartphone, but now you canโt find them? Or do you suspect that suspicious software has appeared on your device without your knowledge? Android does not have a single โShow recently installed applicationsโ button, but there is at least 5 working methods track the latest apps - from standard tools to advanced technical methods.
In this article we will analyze all the options: from simple viewing through Google Play Market to analyzing system logs with help ADB. You'll learn how to sort apps by installation date, where to look for hidden apps, and why some methods may not work on Samsung, Xiaomi or Huawei custom skins. And at the end - a checklist for a quick check and answers to frequently asked questions.
1. Method: through Android settings (fastest)
The most universal method that works on any version of Android (from 5.0 to 14) is checking through system settings. all installed applications, including those downloaded not from the Play Storeare displayed here, but sorting by date is not always available.
Instructions:
- ๐ฑ Open
Settings โ Applications(on some phones the section may be calledApplications and notificationsorApplication manager). - ๐ At the top of the screen, find the three dots (โฎ) or the filter icon - click on it.
- ๐
Select sorting
By installation time(orLast). If there is no such item, go to the next method.
On smartphones Xiaomi (MIUI) and Oppo (ColorOS) sorting by installation date is often hidden. Try swiping to the right in the list of applications - sometimes the โRecently Installedโ tab appears there.
Limitations of the method:
- โ On Android 12+ Google has removed sorting by date in the standard settings (only alphabetical remains).
- โ Some manufacturers (for example, Huawei) show only system and user applications without time separation.
- โ Hidden or deactivated apps may not be displayed.
2. Method: through the Google Play Store (only for applications from the store)
If the application is installed from Play Market, it can be found in the download history. This method is suitable for 90% of users, since most apps are installed exactly. from there. However, it will not show:
- ๐ซ Applications downloaded from
APKfiles (for example, through Aptoide or APKMirror). - ๐ซ System updates (for example, new versions Google Services).
- ๐ซ apps installed through
ADBor corporate MDM solutions.
How to check:
- Open Google Play Store.
- Click on the profile icon in the upper right corner โ
Manage applications and device. - Go to the tab
ManagementโRecently updated(new settings are also displayed here). - For full history:
Profile โ Settings โ Application history(requires authorization in a Google account).
What what to do if the history in the Play Store is empty?
This may mean that:
- You are logged into the wrong Google account (check in Settings โ Accounts).
- The application was removed from the store (for example, due to a complaint about violation rules).
- The installation took place through a third-party source (APK).
An important nuance: the history in the Play Store is stored limited time (usually up to 1 year). If the application was installed a long time ago, it may disappear from the list.
3. Method: through the file manager (for APK and cache)
All installed applications store their data in the Android system folders. If you know approximately when the software was installed, you can check the creation dates of the files. hidden or removed apps (using residual files). data-i="106">hidden or deleted apps
Where to look:
| Folder | Path | What stores |
|---|---|---|
| APK files | /data/app/ |
Installation packages of all user applications (root access is required for access). |
| Application data | /data/data/ |
Settings, cache and app files (for example, com.whatsapp for WhatsApp). |
| Play Market cache | /data/app-lib/ |
Libraries and temporary files (on older versions Android). |
| Downloads | /storage/emulated/0/Download/ |
APK files downloaded manually (if not deleted after installation). |
How to check without root:
- ๐ Use a file manager with access to system folders (for example, Solid Explorer or FX File Explorer).
- ๐ Sort the files in the folder
/storage/emulated/0/Download/by modification date - the latest APKs will be at the top. - ๐ง For folders
/data/you need root access orADB(see method 5).
Install Solid Explorer from the Play Store|Enable the display of hidden files in the manager settings|Check the Download folder for the presence of an APK|Sort the files by creation date-->
If you find an APK file with a suspicious name (for example, update_123.apk), do not open it! It may be a virus. Check the file through VirusTotal before installation.
4. Method: through the notification log (if history is enabled)
Android keeps a notification log where application installation events are recorded. This method only works if:
- โ Notification history is enabled in settings.
- โ The application was not installed in the background (for example, not via MDM).
- โ The notification was not manually deleted.
How to check:
- Open
Settings โ Notifications โ Notification history. - Enable history if it is disabled (confirmation will be required).
- Scroll the list to find notifications from Play Market or Package Installer (for example, โApplication X installedโ)
On Samsung notification history is called Notification log and is located in Settings โ Notifications โ Advanced.
Limitations:
- โ History is stored maximum 24 hours (on some devices - up to 7 days).
- โ Not all installation events are recorded (for example, system updates applications).
5. Method: via ADB (for advanced users)
If the previous methods did not work, you can use Android Debug Bridge (ADB) a debugging tool that allows you to get a complete list of installed applications with dates. This method requires USB debugging and working ADB on the computer.
Instructions:
- Enable
USB debuggingon phone:Settings โ About phone โ Build number(press 7 times) โ return toSettings โ System โ For developers โ USB debugging. - Connect your phone to the PC and confirm trust in the device.
- Open the command line (Windows) or terminal (Mac/Linux) and enter:
adb shell cmd package list packages -i -l -f | grep "installTime"
This command will list all applications with installation time in the format timestamp (number of milliseconds since 1970). To convert it into a readable form, use timestamp converter.
How to decrypt ADB output?
Example line from the output:
package:/data/app/com.example.app-1 base.apk=1672531200000
Here 1672531200000 is a timestamp. Convert it through any online service (for example, epochconverter.com) to get the installation date and time.
Alternative command (for new versions of Android):
adb shell dumpsys package | grep "installTime"
ADB will show all applications, including system and deleted ones (if their data is not cleared). This is the most reliable method, but requires technical skills.
6. Method: through third-party applications (for automatic monitoring)
If you need monitor new installations in real time, you can use specialized apps. They record all changes in the system and send notifications. Popular options:
- ๐ App Inspector - shows the installation date, size and permissions of applications.
- ๐ก๏ธ GlassWire - monitors the network activity of new apps (useful for identifying spyware).
- ๐ SD Maid - analyzes the creation dates of files and associates them with applications.
How to set up automatic monitoring in GlassWire:
- Install the application from the Play Store.
- Go to the section
ApplicationsโNew. - Enable notifications about new installations in settings.
Third-party monitoring applications require permission Usage Access (in Settings โ Accessibility). Without it, they will not be able to track installations.
Bonus: how to find hidden or malicious applications
If you suspect that your phone has appeared unwanted software (for example, an adware virus or spyware), conventional methods may not work. Here's what to do:
- Check permissions: go to
Settings โ Applications โ Permissionsand see which apps have access to SMS, geolocation or microphone without your knowledge. - Use an antivirus: Malwarebytes or Dr.Web Light scan the system for suspicious APKs.
- Check startup: Some viruses disguise themselves as system processes. Use Startup Manager to analyze startup.
- com.android.system.update (fake system update)
- com.google.play.service (fake Google Services)
- com.qualcomm.thermalservice (may be legitimate or virus).
Compare the name with the official packages on Android Developers.
1. Turn off the Internet (airplane mode).
2. Take a screenshot of the name of the package (for example, com.xyz.abc).
3. Check it through VirusTotal.
4. Only then delete or block it through ADB.
FAQ: answers to frequently asked questions
Can I see who installed the application on my phone?
Android does not keep a log of users who installed the software. However, if the device is used by several people (for example, via MULTI-USER on tablets), you can check:
- Installation time (via ADB or file manager).
- Google Play log (if the installation was through an account).
- Parental control applications (for example, Family Link), if they are configured.
For corporate devices (with MDM), the administrator can see who installed the apps.
Why in Play The Market does not show all installed applications?
Play Market displays only those apps that:
- Installed through this Google account.
- Available in your region (some applications are hidden by geo).
- Not removed from the store (if the application is blocked, it will disappear from the history).
To see all applications, use ADB or check the folder /data/app/ (root access required).
How to sort applications by date on Samsung/Galaxy?
On devices Samsung with shell One UI:
- Open
Settings โ Applications. - Click on the three dots (โฎ) โ
Sort byโInstallation date. - If there is no item, use Samsung Members (tab
DiagnosticsโApplication history).
On Galaxy Store (Samsung store) there is also an installation history: Menu โ My applications โ History.
Is it possible to restore a deleted application if I donโt remember its name?
Yes, there are several ways:
- ๐ Check
Google Play โ Profile โ Application management โ Libraryโevery installed app is stored here. - ๐๏ธ If the application was recently uninstalled, look in the file manager trash (for example, in Files by Google).
- ๐ Use
ADBto search for residual files:adb shell ls /data/data/ | grep "part_of_name"
Why are some applications not displayed in the list of installed ones?
This may happen for the following reasons:
- ๐ป The application is hidden by the device administrator (for example, in corporate phones).
- ๐ง It is deactivated (check in
Settings โ Applications โ Disabled). - ๐ก๏ธ This is system software that does not appear in the user interface (for example,
com.android.phone). - ๐ฆ The application is installed in
Work Profile(to do this, switch to the work profile).