How to Extract an APK from Installed Apps on Android (No Root, 2025 Guide)

📦 Introduction

Ever wanted to back up an app, share it with a friend, or analyze its contents — but couldn’t find its installer?

Good news: You can extract the APK file from almost any installed app on your Android device — without root access.

In this 2025 guide, we’ll explain safe and easy methods to extract APKs, using both built-in tools and trusted third-party apps.


⚙️ What Does “Extract APK” Mean?

An APK (Android Package) is the installer file for any Android app — similar to .exe on Windows.

When you install an app from Google Play, the APK is stored in your device’s system folder.
Extracting it simply means copying that installer file out, so you can:

  • 🔄 Back up the app for later use
  • 📲 Share it to another device
  • 🧪 Analyze or inspect it (e.g. permissions or code)

⚠️ Before You Begin: Safety Tips

  • Only extract apps you legally own or installed from trusted sources.
  • 🚫 Never share paid or modified APKs. That violates app licenses and Google’s policies.
  • 🔒 Avoid “mod” extractors or apps promising “cracked” APKs — they often hide malware.
  • 🧩 Keep Google Play Protect enabled while using file extraction tools.

🧰 Method 1: Extract Using a File Manager (No Extra App)

Modern Android file managers can directly access app packages.

🔹 Steps:

  1. Open Files by Google or any file manager.
  2. Go to:
    /data/app/
    

    (On Android 13+, this may be restricted — use method 2 if blocked.)

  3. Locate the folder with your app’s name (e.g., com.whatsapp).
  4. Copy the .apk file to your Downloads folder.
  5. Rename if necessary (e.g., whatsapp-v2.24.apk).

✅ Works best on Android 8–10
⚠️ Limited access on Android 11+ due to scoped storage.


🧩 Method 2: Use an APK Extractor App (No Root Needed)

Easiest and safest for most users. These apps scan your phone and let you back up any installed APK with one tap.

🔹 Recommended Apps (2025):

App Name Developer Highlights
ML Manager Javier Santos Clean UI, batch extraction, share via Bluetooth
APK Extractor Lite Netlock Studio Fast, lightweight (<2MB), supports Android 14
App Manager Muntashir Akon Advanced info, split APK export, open-source
SAI (Split APKs Installer) Aefyr Handles AABs & split APK extraction

🔹 How to Use (Example: APK Extractor Lite)

  1. Install APK Extractor Lite from Play Store.
  2. Open it → Tap the app you want to extract.
  3. Choose “Extract” or “Share APK”.
  4. Find the exported file in /APKExtractor/ or /Download/.

That’s it! You now have the APK ready to install or back up.


💡 Method 3: Use ADB Commands (For Advanced Users)

If you prefer PC-based control — no root needed.

Requirements:

  • Android phone with Developer Options enabled
  • USB Debugging turned on
  • ADB tools installed on your PC

🔹 Commands:

adb shell pm list packages
adb shell pm path com.example.app
adb pull /data/app/com.example.app-1/base.apk

Your APK will appear in your PC’s working directory.

✅ Advantages:

  • 100% clean extraction
  • Works even on restricted Android versions

🧠 Bonus Tip: Extract Split APKs (AABs)

Newer apps (especially from Play Store) use Split APKs or App Bundles (AAB) — multiple files instead of one big APK.

To extract these:

  1. Install SAI (Split APKs Installer) from Play Store.
  2. Open → Tap “Export APKs”.
  3. Choose your target app → it’ll save a .apks file.
  4. You can reinstall it later using the same SAI app.

🧩 File Locations for Extracted APKs

Tool Default Save Path
Files by Google /storage/emulated/0/Download/
APK Extractor Lite /storage/emulated/0/APKExtractor/
SAI /storage/emulated/0/SAI/Exported/
ADB Current working directory (on PC)

🧠 Troubleshooting

Issue Fix
Extracted APK won’t install Check if it’s a Split APK → use SAI
File shows .apks instead of .apk It’s an App Bundle → use installer
Permission denied error Use an extraction app, not manual file manager
Extracted file smaller than expected Try re-extracting via ADB or SAI

✅ Final Thoughts

Extracting APKs without root is completely safe and legal — as long as you do it for personal backup, testing, or offline use.

Apps like APK Extractor Lite, ML Manager, or SAI make the process quick, secure, and compatible with Android 14 and beyond.

Just remember: Don’t share paid or modded APKs, and verify files before installing.
That way, you’ll stay secure while maintaining full control over your apps.