Android ERR_INSTALLMedium

Fixing the 'App not installed' Error on Android

The error occurs when attempting to install an APK file on an Android device. The article describes the main causes and 4 ways to solve the problem.

Updated at April 8, 2026
10-15 minutes
Easy
FixPedia Team
Применимо к:Android 5.0 and above

What Does the "App Not Installed" Error Mean

The "App not installed" error is an Android system message that appears when attempting to install an APK file. It does not contain a specific error code but may be accompanied by additional notifications, such as "Installation failed" or "Package parsing error".

The error occurs during the installation phase when the Android PackageManager cannot properly process the APK file. This can happen when installing from third-party sources or, less commonly, from Google Play.

Common Causes

  1. Corrupted or incomplete APK file — the file was downloaded incorrectly or modified.
  2. Insufficient free storage — the device lacks space to unpack and install the app.
  3. Permission or security setting conflicts — installation from unknown sources is disabled or an antivirus is active.
  4. Compatibility issues — the APK is built for a different CPU architecture (ARM vs x86) or Android version.
  5. Conflicting app — another version of the same app with a different digital signature is already installed.
  6. System errors — corruption of the /data partition cache or a failure in the package manager.

Solutions

Solution 1: Verify APK File Integrity

The most common source of the problem is a corrupted installation file.

  1. Delete the current APK file.
  2. Download it again from the developer's official website or a trusted mirror.
  3. If the developer provided a hash sum (MD5/SHA-256), verify the file using a hash calculator app (e.g., Hash Checker).
  4. Retry the installation.

💡 Tip: Avoid "modded" or "cracked" app versions — they are often altered and frequently cause such errors.

Solution 2: Wipe the Cache Partition

System cache may contain outdated data that interferes with installation.

  1. Power off the device.
  2. Hold the key combination to enter Recovery mode (usually Volume Down + Power). The exact combination varies by model — check your device's manual.
  3. In the Recovery menu, select "Wipe cache partition".
  4. Confirm the action and reboot the device.

Solution 3: Adjust Permissions and Security Settings

Android blocks installations from untrusted sources by default.

  1. Open SettingsSecurity (or Apps & notificationsSpecial access).
  2. Find the "Unknown sources" or "Install unknown apps" option.
  3. Enable the permission for the browser or file manager you are using to install the APK.
  4. If installing via a file manager, grant it permission to install apps in its own settings.

⚠️ Important: It is recommended to disable this option again after installation for security reasons.

Solution 4: Reset App Settings

Conflicting permissions or residual data from previous app versions can block installation.

  1. Go to SettingsApps (or Apps & notifications).
  2. Tap the menu (three dots) and select "Reset app preferences" (or "Reset app permissions").
  3. Confirm the reset. This will not delete your data but will reset all permissions for all apps.
  4. Try installing the APK again.

Prevention

  • Download apps only from official stores (Google Play, Samsung Galaxy Store) or developer websites.
  • Update your operating system — newer Android versions fix vulnerabilities and improve compatibility.
  • Scan APK files with antivirus software before installation (e.g., VirusTotal or built-in security scanners).
  • Free up storage regularly — clear cache and delete unnecessary files.
  • Avoid using outdated app versions — they may be incompatible with newer Android updates.

F.A.Q.

Why does the 'App not installed' error occur when downloading APK from the internet?
Can an antivirus cause this error?
What to do if the problem persists after all steps?
Why are apps not installing from Google Play?

Hints

Check APK file integrity
Clear /data partition cache
Enable permission to install from unknown sources
Reset app permissions
Check free space on the device
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