Introduction

By default, Android only allows app installations from the Google Play Store. To install an APK file downloaded from another source — a process called sideloading — you first need to grant permission to install from unknown sources. This guide walks you through every step for both modern (Android 8.0+) and older Android versions.

Before You Begin: Safety Checklist

  • ✅ Download the APK only from a trusted, reputable source.
  • ✅ Scan the APK file with an antivirus app before installing.
  • ✅ Check the app's permissions after installation — revoke anything suspicious.
  • ✅ Re-disable unknown sources after installation for better security.

Method 1: Android 8.0 and Later (Per-App Permission)

Android 8.0 (Oreo) changed the "unknown sources" system from a global toggle to a per-app permission. This means you grant installation rights to a specific app (like your browser or file manager) rather than the whole system.

  1. Download the APK file using your browser (e.g., Chrome).
  2. When the download completes, tap the notification or find the file in your Downloads folder.
  3. Tap the APK file to begin installation.
  4. Android will prompt: "For your security, your phone is not allowed to install unknown apps from this source."
  5. Tap Settings in the dialog.
  6. Toggle on "Allow from this source".
  7. Press the back button and tap Install.

If you're installing via a file manager app instead of a browser, the same dialog will appear — just allow that specific app to install APKs.

Method 2: Android 7.0 and Earlier (Global Toggle)

On older Android versions, there is a single global switch for unknown sources:

  1. Open Settings on your device.
  2. Go to Security (or Privacy on some devices).
  3. Find the option labeled "Unknown Sources".
  4. Toggle it ON. Confirm the warning prompt.
  5. Navigate to your downloaded APK using a file manager.
  6. Tap the APK and select Install.

Important: Turn this toggle back OFF after installation to prevent unauthorized apps from being installed silently.

Where to Find Downloaded APK Files

If you're not sure where your APK downloaded to, use a file manager app. Look in these locations:

  • Internal Storage → Download
  • Internal Storage → Downloads
  • Check the notification shade for a download completion notification.

Troubleshooting Common Issues

Problem Likely Cause Solution
"App not installed" error Conflicting existing installation or corrupt APK Uninstall the existing version first, or re-download the APK
"Parse error" APK is incompatible with your Android version Check the app's minimum Android requirement
Install button greyed out Unknown sources permission not granted Re-check the per-app permission setting

After Installation

Once installed, the app icon will appear in your app drawer just like any Play Store app. Keep in mind that sideloaded apps won't receive automatic updates through the Play Store — you'll need to manually download and install newer APK versions as they're released.

Summary

Sideloading APKs on Android is straightforward once you know the steps. The key is to always verify your source, grant permissions carefully, and stay vigilant about what apps have access to on your device. With a little caution, installing APKs manually is a powerful way to expand your Android experience.