Tutorial 4 min read December 2024

How to Install XAPK Files on Android

XAPK files are a popular format for distributing large Android apps, especially games. Unlike regular APK files, you can't install them directly by tapping on them. Here's how to install XAPK files on your Android device.

Before You Start

Make sure to download XAPK files only from trusted sources. Unknown sources may contain malware.

Method 1: Convert to APK (Recommended)

The simplest method is to extract the APK from the XAPK file and install it separately:

  1. 1

    Go to our XAPK to APK Converter

    Open XAPK to APK converter in your browser

  2. 2

    Upload your XAPK file

    Drag and drop or click to select your XAPK file

  3. 3

    Download the extracted APK

    Click the download button to get your APK file

  4. 4

    Install the APK on your device

    Transfer the APK to your phone and install it

Note: This method works for apps that don't require OBB data. For games, you may also need to extract and copy OBB files.

Method 2: Use an XAPK Installer App

Several apps can install XAPK files directly on your device:

APKPure

The most popular XAPK installer with its own app store

SAI (Split APKs Installer)

Lightweight tool for installing split APKs and XAPK

XAPK Installer

Dedicated app for XAPK file installation

Method 3: Manual Installation

For advanced users, you can manually install XAPK contents:

  1. Rename the .xapk file to .zip
  2. Extract the ZIP file
  3. Install the base.apk file
  4. Copy the OBB folder to /Android/obb/ on your device

Enabling Unknown Sources

Before installing any APK file, you need to enable installation from unknown sources:

Android 8.0+:

Settings → Apps → Special Access → Install Unknown Apps → Select your browser/file manager → Allow

Android 7.0 and below:

Settings → Security → Unknown Sources → Enable

Troubleshooting

If you encounter problems:

Ready to Convert?

Use our free converter to extract APK from XAPK files.

Convert XAPK to APK

Key Takeaways

Why Do Some Apps Use XAPK Format?

Android has a 100MB APK size limit on the Google Play Store. Games and large applications that exceed this limit use additional expansion files (OBB or split APKs). The XAPK format bundles the base APK together with these expansion files into a single downloadable package, making it easier for users to download everything they need in one file.

Many popular games like PUBG Mobile, Genshin Impact, Call of Duty Mobile, and Free Fire use XAPK format because their game assets exceed the APK size limit. When you install XAPK on Android, the installer automatically extracts both the APK and the OBB data files to their correct locations.

XAPK vs APK: What's the Difference?

Understanding the difference between XAPK and APK helps you choose the right installation method:

Best XAPK Installer Apps for Android (2026)

Here are the most reliable apps to install XAPK files on Android in 2026:

Frequently Asked Questions

How to install XAPK files on Android without root?

You can install XAPK files without root using three methods: convert XAPK to APK using xapktoapk.com, use SAI installer app, or manually rename .xapk to .zip and extract the base APK and OBB files.

Can I install XAPK files on PC or Windows?

XAPK is an Android format. For PC, convert XAPK to APK at xapktoapk.com, then use an emulator like BlueStacks, LDPlayer, or NoxPlayer to run the APK on Windows or Mac.

Why does it say "app not installed" when I try to install XAPK?

Common reasons include: unknown sources not enabled, insufficient storage, incompatible Android version, or existing app with a different signing key. Enable unknown sources in Settings and ensure you have enough free space.

Is it safe to install XAPK files from third-party sources?

Only download XAPK files from trusted sources like APKPure or APKMirror. Always verify the APK signature using our APK Verifier tool before installing.

What is the best free XAPK to APK converter?

Our free XAPK to APK converter at xapktoapk.com is the best option. It works 100% in your browser, requires no download, and processes files securely without uploading anything to servers.

Advanced XAPK Installation Tips for 2026

Installing XAPK on Android 15 and Android 16

With Android 15 and Android 16, Google has introduced stricter Scoped Storage policies and enhanced app verification. To install XAPK files on Android 15 or Android 16, you may need to grant additional permissions through your file manager. The easiest approach is to use our online XAPK converter to extract the APK first, then install it normally.

Using ADB to Install XAPK Files

For developers, ADB install XAPK is a powerful method. First, extract the XAPK (rename to .zip), then use adb install-multiple base.apk split_config.*.apk for split APKs or adb install base.apk followed by pushing the OBB file with adb push main.obb /sdcard/Android/obb/[package]/. This method works with the XAPK file installer workflow and is ideal for advanced users.

Where to Download XAPK Installer

You can download XAPK installer apps from trusted sources like APKPure, Uptodown, or Aurora Store. Always verify the XAPK installer APK download using our APK Verifier before installing. For a safe XAPK installer free download, stick to official mirrors and avoid unknown third-party sites.

Converting APKM to APK

The APKM format (used by APKMirror) is similar to XAPK. To convert APKM to APK, you can rename the .apkm file to .zip, extract it, and find the base APK inside. Alternatively, use our APKS to APK merger tool which also handles APKM bundles by merging split APKs into a single installable file.