How to install apps on Xiaomi: all ways for TVs and smartphones

Installing applications on Xiaomi devices is a process that seems simple only at first glance. MIUI or a TV on Google TV/PatchWall), The firmware version and regional constraints, the algorithm can be very different. TV 4S or Redmi Smart TV You can't just load it. APK The system blocks the installation from unknown sources by default. MIUI Global Some Apps May Not Show in Mi App Store Due to Geo-Blocking.

In this article, we will look at all the current ways to install applications on Xiaomi in 2026, including bypassing restrictions, working with ADB, using third-party stores, and even manually downloading via USB-OTG. Particular attention will be paid to typical errors (for example, โ€œParse Errorโ€ or โ€œApp not installedโ€) and how to fix them. If you tried to install YouTube Vanced on Xiaomi TV Stick or Netflix on POCO F5 and were rejected, here you will find a solution.

1. Installation via the official Mi App Store (for smartphones)

The safest and easiest way is to use the Mi App Store (formerly GetApps), which is pre-installed on all Xiaomi, Redmi and POCO smartphones with MIUI firmware.

  • ๐ŸŒ Regional restrictions: In some countries (e.g. Russia), some applications may not be available due to sanctions or Xiaomi policies.
  • ๐Ÿ”’ Moderation: Unlike Google Play, it is stricter to check for malicious code, but the range is more modest.
  • ๐Ÿ“ฑ Compatibility: Not all applications are optimized for MIUI, Especially if you have an older model (e.g. Redmi Note 8).

To install the application:

  1. Open the Mi App Store (Blue Robot icon).
  2. Enter the program name in the search bar or select from categories.
  3. Click "Install" and confirm the download.
  4. Wait until it is finished โ€“ the app will appear on the main screen or menu.

โš ๏ธ Note: If the app does not install with the โ€œCannot Downloadโ€ error, check your internet connection (better use Wi-Fi) and update the Mi App Store itself via Settings โ†’ The phone. โ†’ Updating the system.

๐Ÿ“Š What firmware you use on Xiaomi?
MIUI Global
MIUI China
MIUI EU
Castomium (LineageOS, PixelExperience)
I don't know.

Installation APK-manual files (for smartphones and TVs)

If the application is not in the Mi App Store or Google Play, you can download it. APK-file from a verified source (e.g. APKMirror, APKPure) This method works on Xiaomi TVs, but with reservations:

  • ๐Ÿ“ Installation permission: By default MIUI Google TV Blocking the installation from unknown sources.
  • ๐Ÿ›ก๏ธ Security: Download APK Only from official sites or verified repositories (avoid pirated versions!).
  • ๐Ÿ“บ Limitations TV: On Xiaomi Mi. TV cannot be installed APK directly, you will need USB-OTG or ADB.

Instructions for smartphones:

  1. Download. APK-file on the device (for example, through the browser).
  2. Go to Settings โ†’ Applications โ†’ Application Management โ†’ Install Unknown Applications.
  3. Select the browser (or file manager) you will install through and allow installation.
  4. Open the downloaded file and click "Install".

For Xiaomi TVs, the algorithm is more complicated:

Download APK to the flash drive (FAT32!)

Connect the flash drive via USB-OTG

Enable debugging over USB in the developer settings

Allow installation from unknown sources-->

โš ๏ธ Note: On Xiaomi TVs with PatchWall (e.g. Mi) TV 4X) may be required ADB fitting APK. Without it, the system simply will not see the file on the flash drive.

3.Use of ADB to install applications (advanced method)

Android Debug Bridge (ADB) is a debugging tool that allows you to install applications bypassing standard restrictions.

  • ๐Ÿ“บ Xiaomi TVs where the installation is blocked APK interface.
  • ๐Ÿ“ฑ Smartphones with custom firmware or limited rights.
  • ๐Ÿ”ง Devices where you need to install a system application (for example, Google Play Services on Chinese firmware).

To install the application through ADB:

  1. Download Platform Tools from Google and unpack it on PC.
  2. Enable USB Debugging on your device: Settings โ†’ About Phone โ†’ MIUI Version (click 7 times) Settings โ†’ Additional โ†’ For Developers โ†’ Debugging on USB
  3. Connect the device to the PC and confirm a trusted connection.
  4. Open the command line in the folder with ADB and type: adb install path to file.apk
ADB Team TeamDescription
adb install app.apkInstall the application
adb install -r app.apkReinstall with data retention
adb uninstall com.package.nameDelete the application by packet name
adb shell pm list packagesShow all installed packages

๐Ÿ’ก

If ADB doesnโ€™t see the device, try changing USB connection mode to File Transfer (MTP) or updating drivers on your PC.

4. Installation through third-party stores (Aptoide, Aurora Store)

If Google Play or Mi App Store doesn't work, you can use alternative stores.

  • ๐Ÿ›’ Aptoide is an open store with a large selection, but there is a risk of running into pirated content.
  • ๐ŸŒ Aurora Store โ€“ an anonymous client for Google Play (needed for devices without Google services, for example, on Chinese firmware).
  • ๐Ÿ“ฆ APKPure is not only a store, but also a repository APK version-history.

To install Aptoide:

  1. Download APK from the official website aptoide.com.
  2. Allow installation from unknown sources (see section 2).
  3. Set the file and open the store.
  4. Find the desired application and click "Install".

โš ๏ธ Note: Aptoide does not have strict moderation โ€“ check the reviews and ratings of the app before installing. Some โ€œmodifiedโ€ versions may contain malicious code.

How to get around the lock of Google Play on Xiaomi with Chinese firmware?
On Chinese firmware (MIUI China is not available for Google. To install Google Play, you need: 1. Unlock the bootloader via Mi Unlock Tool. 2. Install custom recovery (e.g., install custom recovery, TWRP). 3. Switch Open GApps or NikGApps through recovery. โš ๏ธ This will void the warranty and may result in a device "brick!

5. Features of installation on Xiaomi TV and TV-prefix

Xiaomi TVs (Mi TV series, Redmi Smart TV) and consoles (Xiaomi TV Stick, Mi Box) are based on Android TV or PatchWall.

  • ๐Ÿšซ No Google Play on models for China (only Mi App Store with limited range).
  • ๐Ÿ”Œ USB-OTG mandatory APK โ€” Without it, the system will not see the files.
  • ๐ŸŽฎ The remote does not support all gestures โ€“ you may need a mouse to navigate the installation menu.

The following is a step-by-step guide for Xiaomi Mi TV 4A/4S:

  1. Download APK to the flash drive (FAT32 format!).
  2. Connect the flash drive to the TV via a USB-OTG adapter.
  3. Open the File Manager (if not, install it through the Mi App Store).
  4. Find the APK and try to install. If you see an error "Installation locked", use ADB (see section 3).

For the Xiaomi Mi Box S, the process is simpler โ€“ there is Google Play, but some apps (like Kodi or Stremio) may not show up in the search.

  • Use the web version of Google Play on your PC to send the app to your device.
  • Or download the APK and install it via File Commander or Send Files to TV.

Typical errors and their solutions

When installing applications on Xiaomi, users often encounter errors.

Mistake.Reason.Decision
Parse ErrorA damaged APK or incompatible version of Android.Download the file again or check your Android version for support.
App not installedConflict with the version already installed or not enough rights.Remove the old app or use adb install -r.
The device is not supportedThe app is not optimized for MIUI or Android TV.Look for alternative versions (such as TV-optimized APKs).
Lack of memoryThe space in the /data section is over.Clear the cache or transfer the applications to SD-card (if supported).

If none of these methods helped, check:

  • ๐Ÿ”„ System Updates: Outdated firmware can block installation of new applications.
  • ๐Ÿ› ๏ธ Developer settings: Enable "Do not turn off the screen while charging" (useful when installed via ADB).
  • ๐Ÿ”’ Antivirus: Built-in Mi Security can block installation โ€“ temporarily disable it.

๐Ÿ’ก

On Xiaomi TVs with PatchWall, installing an APK often requires you to disable "malware protection" in your security settings.

FAQ: Frequent questions about installing apps on Xiaomi

Can I install Google Play on Xiaomi with Chinese firmware?
Yes, but it requires unlocking the bootloader and flashing Open GApps through custom recovery, a complicated procedure that can lead to a loss of warranty, and the alternative is to use the Aurora Store or APKPure without root rights.
Why is Xiaomi TV not equipped with an APK from a flash drive?
Most likely, the installation is blocked from unknown sources. ADB Enter the adb install command /storage/usb/app.apk. Use a file manager with root rights support (for example, FX File Explorer).
How to update the application installed through APK?
If the app is not from Google Play or Mi App Store, you will need to install updates manually: Download the new version of APK. Remove the old version (or use adb install -r to reinstall). Install the updated APK. Use Aptoide or APKUpdater for automatic updates.
Is it safe to install APKs from torrents?
No! Torrent tracker files often contain: Malware (spies, miners, Trojans), modified versions with remote license verification (piracy), advertising or unwanted push notifications. Use only official sources: APKMirror, GitHub (open source), developer sites.
Can applications be moved to SD-map?
On most modern Xiaomi smartphones (for example, Redmi Note 12, POCO X5) portability SD-level-locked MIUI. Bypasses: Use SD-card as internal memory (formatting with loss of data). Link2SD (Transfer only media files (photos, videos) through Settings โ†’ Warehouse.