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:

  1. Go to Google personal account (via browser).
  2. Select Data and personalization โ†’ Application settings.
  3. Scroll to the block Hidden applications and uncheck the necessary apps.
๐Ÿ“Š How often do you check the list of installed applications?
Once a month
Only when memory runs out
Never checked
After each installation
โš ๏ธ 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:

  1. Open any file manager (Files by Google, Total Commander, Solid Explorer).
  2. Go to the root folder of the internal memory (usually called Internal Storage or Internal storage).
  3. Look for files with the extension .apk manually 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

Done: 0 / 4
โš ๏ธ Attention: Some manufacturers (for example, Huawei) block installation APK of unknown sources. To unblock, go to Settings โ†’ Security โ†’ Unknown sources and 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):

  1. Open Settings (gear icon).
  2. Go to Applications (or Applications and notifications).
  3. Tap on View all applications (the number of apps will be indicated in brackets).
  4. 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:

  1. Connect your smartphone to the PC via USB (in File transfer mode).
  2. In Windows/Mac Explorer, go to the internal memory folder.
  3. 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:

  1. Open menu of all applications (swipe up from the bottom of the screen).
  2. Tap three dots โ†’ Hidden applications (if available).
  3. 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 APK can 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 APK specific application:
adb shell pm path com.example.app

For owners root:

  • ๐Ÿ› ๏ธ Install Titanium Backup or App Cloner to manage APK and 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 โ†’ find APK and 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 APK will 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 APK contain 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 Download i APK.
  • ๐Ÿ”‘ 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.