How to return the GetApp store to Xiaomi: all ways to restore

The GetApps app store is a Xiaomi branded service that is pre-installed on all devices with MIUI firmware. It offers exclusive applications optimized for the brand ecosystem, themed wallpapers, bonus games and even beta versions of the software. However, many users face a problem: after resetting, manually removing or updating the firmware, the GetApps icon disappears from the desktop, and attempts to find it through a search through the system do not give results.

In this article, we will analyze all the current ways to return GetApps to Xiaomi smartphones in the future. 2026 year including devices on MIUI 14/15, Global and Chinese firmware (China) ROM). Particular attention should be paid to cases where the standard reinstallation APK It doesn't work because of regional restrictions or conflicts with Google Play, and if you accidentally delete a store or it disappears after you've firmware, here's a solution.

Why is GetApps missing and can it be restored?

The reasons for the disappearance of GetApps fall into two categories: software failures and user actions.

  • πŸ”„ Reset to factory settings - with "clean" reinstallation MIUI Some system applications (including GetApps) may not automatically recover.
  • πŸ—‘οΈ Manual removal through ADB Application Manager (for example, with Titanium Backup).
  • 🌍 Changes in the firmware region - when moving from China ROM The store may be blocked on the global version (or vice versa) due to geo-restrictions.
  • πŸ“¦ Updates MIUI β€” In rare cases, updates "forget" to restore the system APK.
  • πŸ›‘οΈ Antivirus actions – some programs (such as Avast or 360 Security) mistakenly remove GetApps as β€œpotentially dangerous” software.

The good news is that 95% of the time, the store can be returned without flashing the device, except for customized firmware (LineageOS, Pixel Experience), where GetApps is not supported, and there may be problems on smartphones for the Chinese market (Redmi K50 Pro, Xiaomi 13 Ultra, etc.) if you are trying to use the global version of the store on China ROM.

⚠️ Note: If you delete GetApps via ADB team pm uninstall -k --user 0 com.xiaomi.mipicks, standard installation APK will not work – you will need to restore the package system methods (see section) 4).

Method 1: Recovery through hidden MIUI menu (no root)

The easiest method is to activate the hidden system application recovery function, which works on most devices with MIUI 12-15 and does not require superuser rights.

Instructions:

  1. Open the Settings app and go to the About Phone section.
  2. Tap 5-7 times on the MIUI version until the notification β€œYou became a developer!” appears.
  3. Return to the main Settings menu and open a new Developer section (usually at the bottom of the list).
  4. Activate the System Application Restore switch (or Restore default apps on English firmware).
  5. Reboot your smartphone. Once turned on, the GetApps icon should appear on your desktop.

If this method does not work, check:

  • πŸ“± Availability of updates MIUI (Sometimes the recovery function appears only after the update).
  • 🌐 Firmware region - to China ROM You may need a Chinese account from Xiaomi.
  • πŸ”§ No modifications to the system (e.g. packets removed via Magisk).
πŸ“Š What kind of smartphone you Xiaomi?
Redmi Note 12/13
POCO X5/F5
Xiaomi 13/14
Redmi K60/K70
Other

Method 2: Install the official APK (for global firmware)

If the hidden menu didn’t help, try installing GetApps manually through the APK-It is important to use the official version of the store corresponding to your firmware:

  • 🌍 For global firmware (MIUI Global - download APK From APKCombo (select com.xiaomi.mipicks).
  • πŸ‡¨πŸ‡³ For Chinese firmware (China) ROM) β€” use APK from the forum Xiaomi.eu (section) MIUI Stable ROM).

Step-by-step:

β˜‘οΈ Install GetApps through APK

Done: 0 / 5

If after installing GetApps does not open or gives an error "Application not installed", follow the following steps:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find GetApps in the list and select Clear Data + Clear Cache.
  3. Open Settings β†’ Accounts and make sure you are logged in to Mi Account.
  4. Re-start the store.

⚠️ Attention: On some firmware (MIUI 14 for POCO F4, Redmi Note 11 installation APK It's locked in by the system, and then it's only going to help you to restore it through ADB (see method 4).

Method 3: Recovery via Mi Account (for authorized users)

If you use Mi Account and have previously synced data, you can restore GetApps through a cloud backup, which works even after you completely reset.

Instructions:

  1. Open the Settings. β†’ Accounts. β†’ Mi Account.
  2. Make sure that the Application (or Apps) sync is enabled.
  3. Go to Settings β†’ System β†’ Backup and Reset.
  4. Select Restore from backup and specify the last backup where GetApps was installed.
  5. Wait for the process to be completed and restart the device.

If there is no backup, try an alternative method:

  • πŸ“² Install Mi Cloud from Google Play.
  • πŸ”„ Log in to your Mi Account and check for backups in the Devices section.
  • πŸ“₯ If a backup is found, restore the data for the App section.
What to do if the synchronization is disabled?
If GetApps sync has been disabled, try turning it on manually: 1. Open Settings β†’ Accounts β†’ Mi Account β†’ Sync. 2. Find the App item and activate it. 3. Wait 5-10 minutes and check if the store appears in the app menu. If not, move on to other ways.

Method 4: Restore the system package via ADB (for power users)

If GetApps was removed via ADB or is not listed in the application list, it can be restored by a team simulating the initial installation, which requires a computer connection and basic knowledge of working with ADB.

What you need:

  • πŸ’» A computer with installed Xiaomi drivers and ADB Tools.
  • πŸ“± Included debugging by USB (Settings β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ USB-cable (preferably original).

Step-by-step:

  1. Connect your smartphone to your PC and open the command line (cmd) in the folder with ADB.
  2. Run the command to check the connection: adb devices (the name of your device should be displayed).
  3. Enter GetApps recovery command: adb shell cmd package install-existing com.xiaomi.mipicks
  4. Reboot the device: adb reboot

If the team doesn’t work, try an alternative:

adb shell pm install -r --user 0 /system/priv-app/MiPick/com.xiaomi.mipicks.apk

⚠️ Attention: On some firmware (MIUI 15 Xiaomi 13T) path APK To find the exact path, use the command: adb shell find. /system -name "mipicks.apk" and put the result in the installation command.

πŸ’‘

If ADB doesn’t recognize the device, try reinstalling drivers via Mi PC Suite or using Wireless ADB (includes in Settings β†’ For Developers β†’ Wireless Debugging).

Method 5: Fastboot Flashing (extreme case)

If none of these methods worked, the radical solution is to reflash the fastboot device, which will bring GetApps back, but it requires caution.

Important:

  • πŸ”‹ The battery charge must be at least 60%.
  • πŸ“‹ Make a backup of your data via Mi Cloud or TWRP.
  • πŸ“₯ Download the official firmware for your model from the Xiaomi Firmware website.

Instructions:

  1. Unpack the archive with the firmware in the folder with Fastboot tools.
  2. Connect your smartphone to your PC in Fastboot mode (press Power + Volume down when the device is off).
  3. Launch the file. flash_all_except_storage.bat (for Windows or./flash_all_except_storage.sh (for macOS/Linux).
  4. Wait for the process to complete (5-10 minutes) and restart the device.
Model of the deviceType of firmwareFirmware referenceNotes
Redmi Note 12 Pro+Global StableDownloadVersion V14.0.6.0.TMOMIXM
POCO F5Global StableDownloadVersion V14.0.4.0.TMOMIXM
Xiaomi 13China StableDownloadRequires Chinese Mi Account
Redmi K60EEA StableDownloadFor Europe, without Google Services

⚠️ Note: Fastboot will reset all settings but save user data (photos, videos, documents) but the risk of data loss remains – be sure to backup!

πŸ’‘

Flashing is an extreme method. Try all other methods before using it, as incorrect actions can lead to a "brick" of the device (complete failure).

Frequent mistakes and their solutions

When you restore GetApps, users face typical problems.

Mistake.Reason.Decision
"Application not installed" after APK installationConflict with current MIUI version or regional restrictionsRemove the current APK and install the version corresponding to your firmware (see Method 2)
GetApps icon is there, but the app won't openDamaged cache data or lack of rightsClear cache and data in Settings β†’ Apps β†’ GetApps, then restart the device
No Internet connection at the first launchBlocking Xiaomi servers by a VPN or operatorTurn off VPN, check APN settings, or change network (from Wi-Fi to mobile internet)
The store opens but is empty (no apps)Failure of synchronization with Xiaomi serversLog out of Mi Account and log in again, then update your data in GetApps

If after all the manipulations GetApps still does not work, check:

  • πŸ“‘ Availability of updates MIUI (Sometimes bugs are fixed in new versions).
  • πŸ›‘οΈ No ad blockers (AdGuard, Blokada) that can block Xiaomi servers.
  • πŸ“… Date and time on the device – incorrect settings can disrupt the service.

FAQ: Answers to Frequent Questions

Can I use Xiaomi without GetApps?
Yes, GetApps is not a critical application – all programs can be installed through Google Play or third-party stores (APKMirror, Aptoide). However, without it, you will lose access to: Exclusive themes and wallpapers for MIUI. Beta versions of firmware and branded services (Mi Home, Mi Fit). Localized applications for the Chinese market (if you use China ROM).
Why doesn’t GetApps work on custom firmware (LineageOS, Pixel Experience)?
GetApps is tightly integrated with MIUI services and is not supported on AOSP-based firmware (like LineageOS). Alternatives: Install Mi Video - there's some content from GetApps. Use APKCombo to download APK from a Chinese store.
How to update GetApps to the latest version?
Updates for GetApps come with MIUI updates. To check relevance: Open GetApps and tap the profile avatar (top right corner). Select Settings β†’ About. If an update is available, an Update button will appear. You can manually download the latest APK version from APKCombo and install it on top of the current one.
Is it safe to install GetApps from third-party sites?
GetApps is only installed from trusted sources: πŸ”Ή APKCombo – a reliable aggregator of official APK. πŸ”Ή Xiaomi.eu – a forum with firmware and system applications. πŸ”Ή APKMirror checks out APK Avoid sites like apkpure.com or uptodown.com, which often have modified versions with ads or viruses.
How to transfer data from GetApps to the new Xiaomi smartphone?
To save apps and settings installed through GetApps: Open Settings β†’ Accounts β†’ Mi Account β†’ Sync and enable Apps. Back up via Settings β†’ System β†’ Backup and Reset. On your new smartphone, log in to the same Mi Account and recover data from the backup. Please note: some apps from GetApps may not be portable due to regional restrictions.