Have you downloaded an application from Google Play, a third-party store or directly from the site, but can’t find its file on your phone? Or want to transfer an APK to another device, but don't know where to look for it? The problem is that Android distributes downloaded and installed applications into several folders - and not all of them are obvious to the user.
In this article we will analyze 5 main storage locations APK files on Android, including hidden system directories, bootloader caches and third-party browser folders. We will also show you how to find already installed applications (even if you deleted the original APK) and why some files may “disappear” after installation. The instructions are relevant for all versions of Android - from Android 8 Oreo to Android 15.
Spoiler: if you are looking for an APK to reinstall or backup, it may not exist in its usual form. But we will tell you how to extract the installed application back to a file - it is legal for personal use.
1. The standard “Downloads” folder is the first place to look.
Most APK files downloaded through the browser (Chrome, Firefox, Samsung Internet) are saved to the folder /Storage/emulated/0/Download (aka “Downloads” in the file manager) by default. This is the most obvious place, but there are nuances:
- 📱 File name often contains the application version (for example,
telegram_9.8.2.apk). If the name is uninformative (likeapp-release.apk), check the download date. - 🔍 Hidden files: some browsers (for example, Opera) create a subfolder
Opera Downloadsinside “Downloads.” - ⚙️ Save settings: you can change the save path in the browser. In Chrome this is done in the menu
⋮ → Downloads → Settings → Download folder.
If “Downloads” is empty, check file manager trash - some applications (for example Files by Google) automatically clear the folder of “unnecessary” APKs after installation. It’s also in /Storage/emulated/0/Android/data — files from Google Play are sometimes saved there (more on this in the next section).
⚠️ Attention: If you downloaded the APK from Google Play via a browser (and not through the store), the file may have the extension.apkmor.xapk. These are archives containing several APKs for different processor architectures. They need to be unpacked before installation.
2. Android system folders: where APKs from Google Play and updates are stored
Applications installed through Google Playare not saved as separate APK files in accessible folders. Instead, they are unpacked into system directories that are usually hidden from the user. However, there are ways to find their “remains”:
| Folder | Contents | Access without root |
|---|---|---|
/data/app |
Installed applications (in the form of folders with the extension -1, -2) |
❌ No |
/data/app-lib |
Application libraries (outdated in new Androids) | ❌ No |
/Android/obb |
Additional data for games (for example, cache) need Genshin Impact) | ✅ Yes |
/Android/data |
Cache and application files (sometimes APKs from updates remain here) | ✅ Partially |
To see the content /data/app, needed root access or ADB commands. But even without superuser rights, you can extract the APK of the installed application using special utilities (more on this in the section on backup).
If you updated the application via Google Play, the old APK file could be saved in store cache along the path:
/Android/data/com.android.vending/cache
However, these files usually have random names (for example, com.whatsapp-123456789.apk) and are deleted after a reboot.
Use a file manager with content search (for example, Solid Explorer or FX File Explorer). Enter the extension .apk in the search bar - this is faster than checking folders manually.
3. Cache of downloaders and third-party stores (APKPure, Aptoide, Aurora Store)
Third-party application stores (for example, APKPure, Aptoide, Aurora Store) save downloaded APKs in their folders. Here's where to look for them:
- 📦 APKPure:
/Android/data/com.apkpure.aegon/files/Download/ - 🛒 Aptoide:
/Android/data/cm.aptoide.pt/files/or/Aptoide/Downloads/ - 🌌 Aurora Store:
/Android/data/com.aurora.store/files/Downloads/ - 🔗 1Mobile Market:
/Android/data/com.onemobile.market/files/
These folders are usually accessible without root, but can be hidden. To see them, enable the display of hidden files in the settings of your file manager (in Files by Google this is done through ⋮ → Settings → Show hidden files).
Please note: some stores (for example, Aurora Store) allow you to select the folder to save the APK in your settings. If you changed the path, look for the files where you indicated.
⚠️ Attention: Files from the cache of third-party stores may have modified signatures (for example, in Aptoide). This does not affect the operation of the application, but may cause an “unknown source” warning during installation.
4. How to find the APK of an installed application (even if the original is deleted)
If you deleted the APK after installation, but want to restore it (for example, to transfer it to another phone), there are several ways:
Method 1: Use backup applications
Utilities like APK Extractor or App Backup & Restore allow you to extract the APK of any installed application without root. Algorithm:
- Install APK Extractor from Google Play.
- Open the application and select the one you need from the list.
- Click “Save APK” - the file will appear in the folder
/APK Extractor/.
Method 2: Via ADB (for advanced users)
If you have Android Debug Bridge (ADB), you can extract the APK with the command:
adb shell pm path com.package.name
adb pull /path/to/base.apk
Where com.package.name — package identifier (you can find it out via App Inspector or command adb shell pm list packages).
How to find the application package name?
Open Google Play, find the application and copy the URL. The part after id= is the package name. For example, in the link https://play.google.com/store/apps/details?id=com.whatsapp package name - com.whatsapp.
Method 3: Manual search in /data/app (only with root)
With root access, you can manually copy the APK from the system folder. To do this:
- Open Root Explorer or. another manager with root access.
- Go to
/data/app/and find the folder with the package name. - Copy the file with the extension
.apk(usually calledbase.apk).
Important: The extracted APK may not install on another device if it has a different processor architecture (ARM/x86) or Android version. In this case, you will have to look for a universal version (universal APK) or use a split APK (for example, for Google Maps).
5. Why an APK file may “disappear” after installation
A frequent complaint from users: “I downloaded the APK, installed it, but the file is no longer there!” Reasons:
- 🗑️ Auto-cleaning: some file managers (for example Files by Google) automatically delete APKs after installation, considering them "garbage".
- 🔄 Update via Google Play: if you updated the application through the store, the original APK is replaced with a new version in the system folder.
- 📂 Move to cache: some installers (for example, Package Installer) move the APK to a temporary folder
/cache, which is cleared upon reboot. - 🛡️ Protection against piracy: applications like Netflix or Spotify can block saving APK on the device.
To prevent files from disappearing:
- Before installing, copy the APK to another folder (for example,
/APK_Backup/). - Disable auto-cleaning in the file manager settings.
- Use APKMirror Installer —it saves a copy of the APK before installation.
☑️ How to save the APK after installation
6. Where to look for APK on specific brands (Samsung, Xiaomi, Huawei, etc.)
Manufacturers sometimes modify file saving paths. Here are the features of popular brands:
| Brand | APK storage features | Additional folders for checking |
|---|---|---|
| Samsung | Uses Samsung Internet with a separate downloads folder | /Samsung/Internet/Downloads/ |
| Xiaomi | The browser Mi Browser saves files in /MIUI/Download/ |
/MIUI/Download/rom/ (for firmware) |
| Huawei | AppGallery does not save APK in available folders | /Huawei/Backup/ (backups) |
| Oppo/Realme | File manager File Manager hides system APK | /Oppo/Download/ or /Realme/Download/ |
On devices Samsung with shell One UI It is also worth checking the folder /My Files/Internal Storage/Download/ - sometimes files are duplicated there. On Xiaomi s MIUI you may need to disable "Memory optimization" in the settings so that files are not deleted automatically.
⚠️ Attention: On some devices Huawei (especially without Google services) APK from AppGallery are encrypted and cannot be retrieved using standard methods. In this case, use APK Extractor immediately after installation.
7. Security: how to check APK before installation
By downloading APK from third-party sources, you risk installing malware. Before installation:
- 🛡️ Check hash: compare
MD5orSHA-1file with the official one (for example, on APKMirror). Use utilities like Hash Droid. - 🔍 Scan for viruses: download APK to VirusTotal or check via Malwarebytes.
- 📄 Check permissions: if the messenger requires access to SMS or geolocation for no reason - it's suspicious.
- 🏷️ Check the signature: original APKs have the signature of the developer (can be seen in APK Analyzer).
Beware of files with names like app_v2_premium_unlocked.apk —these are typical signs of modified (and potentially dangerous) versions. Official APKs usually have neutral names corresponding to the package name.
Never install an APK if its size is significantly smaller than the original one (for example, WhatsApp weighs ~50 MB, and the downloaded file is 5 MB). This is a sign of a truncated or infected file.
FAQ: Frequently asked questions about storing APK on Android
Is it possible to transfer an APK from one phone to another?
Yes, but keep in mind:
- APK must be compatible with the processor architecture of the second device (ARM, ARM64, x86).
- Some applications (for example, Google Pay) are tied to the device and will not work after transfer.
- If the APK requires a license (for example, paid games), you may need to re-authorize.
For reliability use APKMirror Installer —it checks compatibility before installation.
Why is the downloaded APK not installed?
Possible reasons:
- In the security settings, installation from "Unknown sources" is disabled (enabled in
Settings → Applications → Special access). - The file is damaged (check the checksum).
- APK is for a different version of Android (see requirements in
AndroidManifest.xmlvia APK Editor). - A newer version of the application is already installed on the device.
How to find the APK of a game if it weighs several gigabytes?
Large games (for example, Genshin Impact, Call of Duty Mobile) are divided into:
- APK (small file, ~50–100 MB) - installs the basic shell.
- OBB (in the folder
/Android/obb/) - basic game data (textures, levels). - Data (in the folder
/Android/data/) - saves and cache.
To transfer the game:
- Copy APK (from
/data/appor via APK Extractor). - Copy folder with OBB (for example
com.miHoYo.GenshinImpact). - Install APK on a new device and manually place OBB in
/Android/obb/.
Is it possible to recover a deleted APK?
If the file was deleted, but the application was installed:
- Use APK Extractorto extract it again.
- Check the file manager trash (files are stored there for 30 days). Files by Google files are stored there for 30 days).
- If the APK was downloaded through a browser, look at the download history (
chrome://downloadsin Chrome).
If the application is also deleted, the only way is to download the APK again from the original source.
How to save an APK directly from Google Play without third-party stores?
Google Play does not allow you to directly download the APK, but there are workarounds:
- Use mirror sites like APKMirror or Evozithat download the APK from Play via the link.
- Install Aurora Store (an alternative client for Google Play) - it saves the APK in
/Android/data/com.aurora.store/files/Downloads/. - On rooted devices you can intercept traffic Google Play via Packet Capture and extract the APK from the server response (complicated method).
⚠️ Be careful with services that offer “download APK from Google Play” - some unpack malicious code into files.