How to install apps on Xiaomi without Google Play: all the ways 2026

Why Xiaomi can’t just download APK and what to do about it

Xiaomi’s MIUI-based smartphones (even in global versions) actively block the installation of apps from unknown sources β€” part of Google’s security policy and its own brand rules. But what if the desired app is not in the Play Market, blocked by region or you fundamentally do not use Google services?

In this article, current 2026 ways to circumvent the limitations of MIUI 14/15, including official methods (via MIUI App Store and GetApps), alternative stores (APKMirror, Aptoide), as well as manual installation of APK, taking into account the features of firmware Xiaomi, Redmi and POCO. Particular attention is paid to problems with the error "failed to analyze the package" and how to solve them.

Important: All methods have been tested on Android 13/14 and MIUI 14.0.5+ devices. If your smartphone runs on an older version, some features may not be available.

Method 1: Official MIUI App Store (without Google)

Few people know, but Xiaomi offers its own app catalog – MIUI App Store (formerly Mi App Store), which works without being tied to a Google account, it has both popular services (Facebook, TikTok) and niche utilities optimized for MIUI.

To take advantage of it:

  • πŸ“± Open the GetApps app (the icon with the blue robot) or find it through a search on the system.
  • πŸ” In the search bar, enter the name of the desired application (for example, Telegram or Telegram). VK).
  • πŸ“₯ Click Install – Download will start automatically, without asking permissions.
  • πŸ”„ If the app is not available, try changing the region in the store settings (Profile) β†’ Country/region).

⚠️ Attention: B MIUI App Store is often found fake apps (especially games and instant messengers). Before installing, check the name of the developer and the number of downloads. Official apps usually have an icon. βœ“ Checked out. MIUI.

πŸ“Š Which app store do you use more often?
Google Play
MIUI App Store
APKMirror
Aptoide
Other

Method 2: Alternative stores (Aptoide, APKMirror, Aurora Store)

If you don't have the right app in the MIUI App Store, you can use third-party directories, the most reliable ones are:

ShopAdvantagesDeficienciesReference
APKMirrorOfficial APKs without modifications, virus testingNo automatic updatesapkmirror.com
AptoideLarge catalog, there is a Russian-language interfaceLots of advertising, fake apps are possibleaptoide.com
Aurora StoreAnonymous Play Market Access Without a Google AccountRequires settings, possible authorization errorsauroraoss.com

To install any of these stores:

  1. Download. APK-store file on your Xiaomi (for example, through a browser).
  2. Open Settings β†’ Applications β†’ Application Management β†’ Browser (or File Manager) and enable permission to Install Unknown Applications.
  3. Run the downloaded APK and follow the instructions.

πŸ’‘

Before installing an APK from third-party sources, check its hash amount (MD5/SHA-1) on VirusTotal’s website to help avoid infected files.

Method 3: Manually installing APK with circumvention of MIUI restrictions

If you downloaded the APK directly (e.g. from a developer's site), MIUI can block its installation with the error "Can't analyze the package" or "Installation is prohibited by security policy" to fix this:

Enable Developer Mode (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times tap)

Allow installation from unknown sources for file manager

Disable MIUI Optimization (Settings β†’ Additional β†’ Special features β†’ MIUI Optimization)

Reboot the phone-->

Follow the instructions:

  1. Place it. APK-Download file or root of internal memory.
  2. Open the File Manager (or Total Commander), find the APK and tap it.
  3. If the β€œInstallation locked” warning appears, click Settings in the error window and enable permission for the current application.
  4. For complex cases, use the command via ADB: adb install -r -t path/to/file.apk (requires Android SDK Platform-Tools).

⚠️ Attention: On devices with MIUI 15 and Android 14 may need to disable Restrict app installs in the developer settings (Settings) β†’ Additionally. β†’ For developers β†’ Restrict app installs. After installing the application, it is better to turn this option back on.

Method 4: Installation via computer (ADB Sideload)

If none of the methods worked, you can download APK to Xiaomi via ADB Sideload, which is suitable for system applications or when the standard installation is blocked.

Procedure:

  1. Download Platform Tools and unpack it into a folder on your PC.
  2. Turn on USB Debugging on your phone (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times tap β†’ Developer Settings β†’ USB Debugging).
  3. Connect Xiaomi to your computer and type in the command line: adb devices (the name of your device should appear).
  4. Install the APK command: adb install -r -t -d path/to/file.apk Flag -d allows you to downgrade the application version if necessary.
What if the ADB can’t see the device?
1. Make sure that the original is used. USB-cable (not charging). 2. Reinstall Xiaomi drivers via Mi PC Suite. 3. Try another one. USB-port (preferably) USB In the developer settings, enable Debugging by USB (security parameters) and confirm the PC permission.

Method 5: Use of lightweight versions of applications (Lite, Mod)

If the target app is too heavy for your Xiaomi (like Facebook or Instagram on devices with 2GB of RAM), you can install a lightweight version of it:

  • πŸ“Œ Facebook Lite - Takes ~2 MB instead ~300MB.
  • πŸ“Œ Messenger Lite – works without unnecessary background processes.
  • πŸ“Œ Spotify Lite – for listening to music without ads (requires) VPN in some regions).
  • πŸ“Œ YouTube Vanced (unofficial client with ad blocking).

Where to download:

  • APKMirror – Look for versions marked Lite or Mod.
  • XDA Developers is a forum with modified builds (forum.xda-developers.com).
  • Telegram developer channels (e.g. @VancedOfficial for YouTube Vanced).

⚠️ Note: Modified applications (Mod) APK) may contain malicious code or violate the terms of use of the services (for example, Netflix or Spotify may block an account for using unofficial customers).

Problem Solving: Installation and Security Errors

Even after permission from unknown sources, MIUI can still produce errors.

Mistake.Reason.Decision
We were unable to analyze the package.Damaged APK or MIUI lockDownload the file again, check the hash amount, disable MIUI Optimization
Application not installedConflict with the existing versionRemove the old app and re-install with the -r flag in ADB
The device is not supportedAPK is designed for a different architecture (ARM/x86)Download the version for arm64-v8a (most Xiaomi)

If the application is installed but not running:

  • πŸ”„ Reboot the phone.
  • πŸ› οΈ Clear the app cache (Settings) β†’ Annexes β†’ [Name of the annex] β†’ Clear the cache).
  • πŸ”’ Check the permissions (Settings) β†’ Annexes β†’ Permits).
  • πŸ“± Update Google Play Services (even if you don’t use Google) as many apps depend on them.

πŸ’‘

On bootloader devices, you can install Magisk and App Systemizer to convert custom applications to system applications, which will help bypass MIUI's limitations on background work.

FAQ: Frequent questions about installing apps on Xiaomi

Can I install Google Play on Xiaomi without Google Services?
Yes, but it requires manual installation of the Google Services Framework and Play Market via APK. On some firmware (e.g. Xiaomi.eu), Google Play is already preinstalled. For the Chinese versions (China ROM), you may need to unlock the bootloader.
Why did MIUI stop installing APKs after the update?
Most likely, the security settings have reset. Check: Installation permission for the file manager (Settings β†’ Applications β†’ Application Management β†’ File Manager β†’ Install unknown applications); if the MIUI Optimization option (if previously enabled) is disabled; does not block the installation (Mi Security) antivirus.
How to update an app installed without Play Market?
There are three ways: Download the new version. APK from the same source and set over the old (with the flag) -r into ADB). Use Aptoide or Aurora Store – they support updates for manually installed applications. MIUI App Store (if the app is available there). ⚠️ Avoid updates via APKUpdater – this app often offers unofficial builds.
Is it safe to install APK on Xiaomi?
Safety depends on the source: βœ… Safe: APKMirror, official developer sites, F-Droid. ⚠️ With caution: Aptoide, ACMarket (check reviews and ratings). ❌ Dangerous: Sites with "hacked" applications (Mod) APK), Torrents, unknown forums. Always check: Packet name (com.whatsapp for WhatsApp). Developer signature (should match official) Hash file amount (via VirusTotal).
Can I install applications on Xiaomi without a computer?
All the ways in this article (except for the ADB Sideload) works without a PC. APK You can use: Browser on your phone (e.g. Chrome or Firefox); file managers with cloud storage support (Mi File Manager, Solid Explorer); Telegram bots (e.g., Microsoft File Manager, @apkdl_bot search APK). If the file is not downloaded, try: Disable Traffic Savings in your browser settings. Use VPN (Some sites are blocked by region. Download a file on another device and transfer it over Bluetooth or Xender.