The GetApps app store (formerly the Mi App Store) is a key service for Xiaomi, Redmi and POCO smartphone owners. Not only does it offer MIUI-optimized apps, it is also responsible for updating system components. However, after resetting, manually uninstalling or crashing firmware, users often face a problem: the GetApps icon disappears from the desktop, and startup attempts lead to the βApp not installedβ error. In this article, we will analyze all the current ways to restore the store, from simple to technically complex.
The reasons for the loss of GetApps fall into two categories: software (cache removed, settings reset, firmware damaged) and system (there is no com.xiaomi.mipicks package, Xiaomi services blocked). APK-The file often doesnβt work β the store is tightly integrated into the MIUI You'll find solutions for all versions below. MIUI (12 to 14), including devices with unlocked loader.
1. Check Hidden Apps: Returning the GetApps icon to the screen
In 30 percent of cases, the problem is solved in just 1 minute β the store is simply hidden in the settings, which is typical after updating MIUI or using the functions of "Lite Mode" (Lite Mode).
- Open Settings β Applications β Application Management.
- Slip on three dots in the upper right corner and select Show All Apps.
- In the search bar, type GetApps or Mi App Store.
- If the app is found, click on it and select Show on the home screen.
If GetApps is not listed, go to the next method. Note: on some firmware (e.g. MIUI Global for POCO F5), the store may be called the App Market.
2. Reset cache and data GetApps: when the application βflysβ
If the GetApps icon is still in place but an error appears when you start (Network Error, Server Unavailable, or infinite download), the fault is the corrupted cache. This method works for MIUI 13/14 and does not require root rights:
- π± Go to Settings. β Annexes β Application management.
- π Find GetApps (or Mi App Store) and tap it.
- π§Ή Click Clear Cache and Clear Data (your downloads will not suffer).
- π Reset the device.
If the error persists, check your Internet connection: GetApps requires a stable connection for the first sync. MIUI China may additionally require you to link your Xiaomi account to the Chinese region (see the region section for more).
π‘
If GetApps requests an update after clearing the cache, but it βhangsβ by 0%, try connecting to another Wi-Fi network or using mobile Internet.
Recovery through MIUI Recovery: for advanced users
If GetApps is completely removed (e.g., via ADB or after a failed firmware patch), it can only be returned by reinstalling the system package. This method requires an unlocked bootloader and runs on MIUI 12-14.
- π₯οΈ Computer with installed ADB and Fastboot.
- π± Included debugging by USB (Settings β The phone. β Version. MIUI β 7 times to tap β Additional settings β Developer parameters β Debugging by USB).
- π File. mipicks.apk for your version MIUI (You can get out of the official firmware through MIUI bootloader).
Instructions:
- Connect your phone to your PC and execute the command: Adb devices (you should display your device).
- Copy mipicks.apk to the system folder: adb push mipicks.apk /sdcard/ adb shell su mount -o rw,remount /system cp /sdcard/mipicks.apk /system/priv-app/MiPick/ chmod 644 /system/priv-app/MiPick/mipicks.apk reboot
β οΈ Warning: Incorrectly changing system files can lead to bootloop (locked on).If the phone does not start after rebooting, you will need firmware through Fastboot.
What to do if you donβt have root rights?
4.Region issues: why GetApps doesn't work on global firmware
On devices with MIUI Global or MIUI Europe, GetApps often displays an empty directory or displays an error "Service is not available in your region" This is due to geo-blocking: by default, Xiaomi services are focused on China.
| Problem. | Reason. | Decision |
|---|---|---|
| Empty app catalogue | The account region does not match the firmware region | Change the region in the settings of the Xiaomi account to China |
| Error "Server unavailable" | Blocking traffic by the provider | Use VPNs with servers in China or Hong Kong |
| Applications not updated | No package com.xiaomi.market | Installation via ADB (see Section 3) |
To change the region of the account:
- Open Settings β Xiaomi Account β Personal Data.
- Click on Region and select China.
- Confirm the change via SMS (Chinese number or virtual SMS services will be required).
β οΈ Note: Changing the region to China may lead to loss of access to some global services (eg, Google Pay.
βοΈ Preparations for regional change
5. Alternative methods: if nothing has worked
If the standard methods didnβt work, consider these options:
- π Firmware rollback: Install an older version MIUI via Fastboot, where GetApps is guaranteed to work (e.g, MIUI 13.0.5 for Redmi Note 10 Pro).
- π¦ Installation through TWRP: If you have a custom recap, go ahead. ZIP-Package with GetApps (see on the XDA Developers for your model).
- π οΈ Manual assembly APK: For experienced users, decompilation mipicks.apk from the official firmware and Manifesto Correction for your region.
On devices with HyperOS (the new shell from Xiaomi, which debuted in 2026), GetApps is replaced by the Xiaomi App Store. If you upgraded to HyperOS and lost access to the store, try:
- Install APK from MIUI 14 (compatibility ~80%).
- Reverse MIUI 14 via Fastboot.
6. Frequent mistakes and how to avoid them
When restoring GetApps, users often make critical mistakes:
- π« Installation APK Third-party sources: Files from unofficial sites may contain viruses or may not be compatible with your version MIUI.
- π§ Change system files without backup: Always backup through TWRP Or Mi Flash Tool.
- π Use of the VPN without changing the region of the account: VPN This only helps if the region in the account settings matches the servers of Xiaomi.
If after all the manipulations GetApps still does not work, check:
- π‘ Internet connection stability (GetApps not working through some proxy).
- π Date and time on the device (incorrect settings can block synchronization).
- π root rights (on some firmware they break system applications).
π‘
If your device is warranty, avoid methods with unlocking the bootloader or root. Contact the Xiaomi service center - GetApps recovery is on the list of warranty obligations.