Android -1Medium

Android App Installation Error: How to Fix

This article helps solve the 'Installation Failed' error when installing an app on Android. Learn the main causes and 5 proven ways to fix the error in 10-15 minutes.

Updated at February 16, 2026
10-15 min
Medium
FixPedia Team
Применимо к:Android 5.0+

What Does the "Installation Failed" Error Mean on Android

The "Installation failed" error (which may appear in logs as Failure [INSTALL_FAILED] or code -1) is a general Android system message that appears when the device cannot complete the installation of an APK file. It is usually accompanied by a notification in the status bar or a pop-up window after an installation attempt. This error does not indicate a specific cause, so diagnosis is required.

Common Causes

  1. Insufficient free space on internal storage (a minimum of 100-200 MB is required for temporary files).
  2. Corrupted APK file — incomplete download, viruses, or an error during copying.
  3. Blocked installation from unknown sources — by default, Android blocks APK files downloaded outside of Google Play.
  4. Conflict with an already installed app — attempting to install a version with the same package name but a different signature or an older version.
  5. Incompatible Android version or CPU architecture — the app requires a newer OS or only supports ARM, while your device uses x86.
  6. Permission issues — for example, if the APK file is located in a protected folder inaccessible to the installer.
  7. System or Package Manager failure — temporary errors in the Package Manager service.

Solutions

Solution 1: Free Up Storage and Clear Cache

The most common culprit is lack of space. Even if settings show free storage, the system may need additional space to unpack the APK.

  1. Open SettingsStorage (or Memory).
  2. Check how much free space is on the internal drive. If it's less than 500 MB, free up storage:
    • Uninstall unnecessary apps via SettingsApps.
    • Move photos, videos, and documents to an SD card (if available) using a File Manager.
    • Clear the cache of large apps (e.g., browsers, social networks) in SettingsAppsselect appClear Cache.
  3. Restart your device for changes to take effect.
  4. Try installing the app again.

Solution 2: Verify and Replace the APK File

If the file is corrupted, the installation will always fail.

  1. Delete the downloaded APK file (usually in the Downloads folder).
  2. Download the file again:
    • Preferably from the developer's official website.
    • If the app is on Google Play, install it from there or use an APK Extractor function (only for already installed apps).
  3. Verify the file's integrity (if the website provides an MD5/SHA-256 hash, compare it using an app like Hash Droid).
  4. Copy the APK to a convenient folder (e.g., Downloads) and launch the installation via a File Manager.

Solution 3: Allow Installation from Unknown Sources

Android blocks APK installations by default to protect against malware.

  1. Open Settings.
  2. Find the Security section (on some firmware: Apps & notificationsSpecial access).
  3. Scroll down and locate the Unknown sources option.
  4. Enable the toggle for the browser (Chrome, Firefox) or file manager you use to launch the installation.
  5. Confirm the action in the dialog box.
  6. Try installing the APK again.

Solution 4: Remove Conflicting App Versions

If an app with the same package name is already installed (e.g., a beta version or a version from Google Play), the system may reject the installation.

  1. Open SettingsApps.
  2. Find the app you are trying to install (or a suspected one, e.g., with a similar name).
  3. Tap Uninstall and confirm.
  4. Restart your device.
  5. Install the APK file again.

💡 Tip: If the app was installed via Google Play and you are trying to install an APK manually, ensure the versions match. Otherwise, uninstall the Play Store version first.

Solution 5: Reset Package Installer Settings (Advanced)

If the previous solutions didn't help, there may be an issue with the Package Manager itself. Resetting its settings will restore it to its default state.

  1. Open SettingsApps (or Apps & notifications).
  2. Tap (three dots) in the top-right corner → Show system apps.
  3. Find Package Installer (or Google Play Installer, depending on the firmware) in the list.
  4. Tap it → Force stopClear cache and Clear data.
  5. Restart your device.
  6. Try installing the app again.

⚠️ Important: This method does not delete your data, but it will reset installation settings (e.g., permissions for unknown sources may be reset).

Prevention

To avoid installation errors in the future:

  • Always download APKs from official sources — this minimizes the risk of corrupted files and viruses.
  • Monitor free storage — keep at least 500 MB of free space on internal memory.
  • Update Android — newer system versions improve installation compatibility and stability.
  • Check compatibility — before installing an APK, ensure the app supports your Android version and CPU architecture (ARM, x86). This information is usually on the download page.
  • Uninstall old app versions before installing new ones, especially if they come from different developers.
  • Enable installation from unknown sources only temporarily during the installation, then disable it for security.

F.A.Q.

What does the 'Installation Failed' error mean on Android?
How to fix the error due to insufficient device storage?
Why won't the app install even though there is enough space?
How to enable installation from unknown sources?

Hints

Clear app cache and data
Check free space on the device
Allow installation from unknown sources
Verify APK file integrity
Remove conflicting apps

Did this article help you solve the problem?

FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community