Have you downloaded an application on Androidbut canโt find it? Or do you want to delete unnecessary APK fileto free up memory? This problem is familiar to many users, especially after reinstalling the system or changing a smartphone. The fact is that Android stores installed apps and their installation files in different places, and the interface may differ depending on the OS version and manufacturer (Samsung, Xiaomi, Huawei etc.).
In this article we will look at all possible wayshow to find downloaded applications - from standard methods through Google Play Market to searching for hidden .apkfiles in system folders. You will also learn why some apps โdisappearโ after installation and how to restore access to them. And at the end - a unique life hack for owners of smartphones with custom firmwarewhich is not in other guides.
1. How to view installed applications via Google Play Market
The easiest way is to use the official application store. The all appss that you have ever installed on your device are displayed here, even if you later deleted them. The instructions are valid for any version Android (from 5.0 to 14).
Open Google Play Market and follow these steps:
- ๐ฑ Tap on your profile avatar in the upper right corner.
- ๐ Select
Manage applications and device. - ๐ Go to the
Manage tabโInstalled. - ๐ To see removed apps, select
Not installed.
If the application is not displayed in the list, check if it is hidden in the account settings Google. To do this:
- Go to Google personal account (via browser).
- Select
Data and personalizationโApplication settings. - Scroll to the block
Hidden applicationsand uncheck the necessary apps.
โ ๏ธ Attention: If you used APK files from third-party sources (not Play Market), they will not appear in this list. To find them, go to the next section.
2. Searching for APK files through a file manager
Application installation files (.apk) are saved by default to the Download (Downloads) folder or APK on the internal memory. However, the path may differ depending on:
- ๐ฑ Smartphone manufacturer (Samsung uses the folder
My Files, Xiaomi โDownloads). - ๐ง Browserthrough which the file was downloaded (Chrome, Firefox, Opera have their own folders).
- ๐ ๏ธ Download Manager (for example, ADM or 1DM create separate directories).
To find APK:
- Open any file manager (Files by Google, Total Commander, Solid Explorer).
- Go to the root folder of the internal memory (usually called
Internal StorageorInternal storage). - Look for files with the extension
.apkmanually or through the search (icon magnifying glass).
If the files are not in obvious folders, check:
/storage/emulated/0/Download//storage/emulated/0/APK/
/storage/emulated/0/Android/data/
โ๏ธ Search for APK files
โ ๏ธ Attention: Some manufacturers (for example, Huawei) block installationAPKof unknown sources. To unblock, go toSettings โ Security โ Unknown sourcesand allow installation for your browser or file manager.
3. apps
In the system settings Android there is a section where all installed applicationsare listed, including system and hidden ones. This is useful if you want:
- ๐ Find a app that is not displayed on the main screen.
- ๐๏ธ Remove unnecessary software (including bloatware from the manufacturer).
- ๐ See how much memory each application takes up.
Instructions for most versions Android (10โ14):
- Open
Settings(gear icon). - Go to
Applications(orApplications and notifications). - Tap on
View all applications(the number of apps will be indicated in brackets). - To sort by installation date, click on the three dots in the upper corner and select
Sort โ By installation time.
On smartphones Samsung the path may differ:
Settings โ Applications โ โฎ (menu) โ Sorting โ By size/date
| Manufacturer | Path to the list applications | Features |
|---|---|---|
| Xiaomi/Redmi/POCO | Settings โ Applications โ Manage applications |
There is a tab Autostart to manage background processes. |
| Huawei/Honor | Settings โ Applications โ Applications |
Displays separately System and Third-party apps. |
| Realme/Oppo | Settings โ Application management |
There is a function Deep cleaning to delete the cache. |
| Google Pixel | Settings โ Applications โ All applications |
Minimalistic interface without unnecessary tabs. |
If the application is not uninstalled in the standard way (the button Delete is inactive), try disabling it in the settings, and then remove it via ADB or root access.
4. Where the data of installed applications is stored (Android/data folder)
When you install a app, its data (cache, settings, downloads) is saved in a protected folder /Android/data/. Access to it is limited, but if necessary, you can:
- ๐ See how much space each application takes up.
- ๐งน Clear the cache manually (if standard clearing does not help).
- ๐ Transfer data to a memory card (on some devices).
To open this folder:
- Connect your smartphone to the PC via USB (in
File transfer mode). - In Windows/Mac Explorer, go to the internal memory folder.
- Find the directory
Android โ data.
If the folder is not displayed:
- ๐ Enable the display of hidden files in the file manager settings.
- ๐ง On Android 11+ access to
/Android/data/is blocked by default. Use ADB or root for full access.
How to access /Android/data/ without root?
For this you need ADB (Android Debug Bridge). Connect the phone to the PC, enable USB debugging in the developer settings and run the command:
adb shell "run-as com.example.app cat /data/data/com.example.app/databases/dbfile > /sdcard/dbfile"
Replace com.example.app with the package name of your application.
5. launcher: why applications disappear from the main screen
Sometimes apps are installed, but do not appear on the main screen or in the menu:
- ๐ฑ The launcher has hidden the icon (for example, Nova Launcher or POCO Launcher have hiding settings).
- ๐ The application has been added to a folder or on another screen.
- ๐ซ app disabled in the settings (see section 3).
- ๐ฆ This is system softwarethat does not have an icon (for example, Google Play Services).
To return the icon:
- Open menu of all applications (swipe up from the bottom of the screen).
- Tap three dots โ
Hidden applications(if available). - Drag the icon back to the main screen.
For launchers with advanced settings (for example, Nova):
Long press on the main screen โ Settings โ Hidden applications โ Uncheck
If the application is not displayed even in the all apps menu, check whether it is disabled in the settings Android (section 3) or whether it is deleted as a system one.
6. Special cases: custom firmware, root and ADB
If you use custom firmware (LineageOS, Pixel Experience etc.) or have root access, searching for applications becomes more complicated. Here's what you need to know:
For firmware without GMS (Google Mobile Services):
- ๐ Installed
APKcan be stored in/system/app/or/system/priv-app/. - ๐ฆ Use Root Explorer or FX File Explorer with superuser rights.
- ๐ง To see system applications, turn on the display of protected folders.
To work via ADB:
- ๐ฅ๏ธ Connect the phone to the PC and run the command to list all packages:
adb shell pm list packages -f
- ๐ก To find the path to
APKspecific application:
adb shell pm path com.example.app
For owners root:
- ๐ ๏ธ Install Titanium Backup or App Cloner to manage
APKand data. - ๐ Look for files in
/data/app/(user apps are stored here).
โ ๏ธ Attention: Deleting or changing files in /system/ without knowing the consequences can lead to system crash. Always make a backup before editing system folders.
7. How to recover deleted APK files
If you accidentally deleted the installation file (.apk), you can try to restore it. Methods:
1. Through the file manager's basket:
- ๐๏ธ Many managers (for example, Files by Google) have a basket where files are stored for 30 days.
- ๐ Open menu โ
Trashโ findAPKand restore.
2. Using recovery apps:
- ๐ ๏ธ Install DiskDigger, Recuva (for PC) or Undeleter.
- ๐ Select internal memory and start scanning for files
.apk. - โ ๏ธ The chances of recovery are higher if new ones were not written after deletion data.
3. Reinstall from source:
- ๐ If you downloaded from the site (for example, APKMirror), find the app again.
- ๐ฅ In Google Play click
Installโthe file will download in/data/app/.
If recovery APK failed, but the application is installed, extract it using APK Extractor (available in Play Market).
FAQ: Frequently asked questions about searching for applications on Android
๐ Why are some installed applications not displayed in Google Play ?
This happens if:
- ๐ฑ The application is installed from
APK(not from the Play Store data-i="282">๐ Where to look for APK files downloaded via Telegram? Play Store). - ๐ง It is hidden in your account settings Google (see section 1).
- ๐ซ This is system software that is not updated via Play.
๐ Where to look for APK files downloaded via Telegram?
Telegram saves files in:
/storage/emulated/0/Telegram/Telegram Documents/
/storage/emulated/0/Download/Telegram/
If there are no files, check the settings Telegram: Settings โ Data and memory โ Download folder.
๐ How to transfer APK files to a memory card?
With standard means Android this is not possible (starting from version 7.0). Workarounds:
- ๐ Use a file manager for manual copying (but start
APKwill not be from the card). - ๐ ๏ธ Install Link2SD (required root) to transfer data.
- ๐ฑ On some Xiaomi and Samsung there is a built-in transfer function to
Settings โ Applications.
๐ก๏ธ Is it safe to install APKs from unknown sources?
Risks:
- ๐ฆ Viruses or spyware (especially in pirated versions).
- ๐ Data leakage (some
APKcontain malicious code). - ๐ซ Account blocking Google for violating the rules (for example, for modified games).
How to minimize risks:
- ๐ก๏ธ Download only from trusted sources (APKMirror, APKPure).
- ๐ Check the hash files (MD5, SHA-1) on the developerโs website.
- ๐ฑ Use an antivirus (Malwarebytes, Dr.Web).
๐ฑ Why did all applications disappear after resetting the settings?
When hard reset the following are deleted:
- ๐ All user apps and their data.
- ๐ APK files from folders
DownloadiAPK. - ๐ Account settings (except data Googleif there was a backup).
To restore:
- ๐ Log in to your account Google โsome applications will be restored automatically.
- ๐ฅ Check your mail for letters with download links (for example, from APKMirror).
- ๐ฆ If there was a backup via Titanium Backup or Swift Backup, restore the data.