Xiaomi smartphones based on firmware MIUI offer several ways to update applications β from standard through Google Play Market to proprietary tools such as MIUI However, many users face problems: applications do not update automatically, download errors occur or the system simply βdoes not seeβ available updates. In this article, we will discuss all current update methods, including hidden features. MIUI, work APK-Files and Solutions to Typical Errors.
Xiaomi devices are characterized by duplicate app stores, such as the same software can be installed through both the Play Market and the MIUI Store, which sometimes leads to version conflicts, we will explain in detail how to determine the source of the application installation and choose the best way to update it, and you will learn how to force the application to update if standard methods do not work, and what to do if after the update the program stopped running.
Update via Google Play Market: The Basic Method
For most users, the Google Play Market remains the main source of applications, and to update the software through it:
- π± Open Play Market (the color triangle icon on the home screen).
- π€ Click on the profile icon in the upper right corner.
- βοΈ Select the option Application and Device Management.
- π The Update tab will show a list of programs with the possibility of an update.
If the Update button is inactive or missing, check:
- π Internet connection (preferably Wi-Fi, as mobile traffic can be blocked by saving settings).
- π± Free space on the device (minimum 500-800 MB is required for stable operation of the store).
- π Google Account Settings: Go to Settings β Accounts. β Google β Google Services and Make sure Play Market is enabled.
π‘
If the app isnβt updated through Play Market, try clearing the storeβs cache: Settings β Apps β App Management β Google Play Market β Storage β Clear the cache.
On Xiaomi devices with MIUI 14+, background optimization can trigger, which suspends the Play Market in the background.
- Go to Settings β Applications β Application Management.
- Find the Google Play Market and open its settings.
- Choose the Battery. β No restrictions.
- Activate the Autostart option.
2. MIUI App Store: an alternative to Play Market
MIUI App Store (or GetApps) is Xiaomiβs own app store, which often offers updates before Google Play.
- π Launch the GetApps app (Blue Robot icon).
- π Go to the Update tab (at the bottom menu).
- π₯ Click Update All or select specific apps.
The advantages of the MIUI App Store:
- β‘ Fast download thanks to Xiaomi servers in Russia and CIS.
- π¦ Apps not available in the Play Market (e.g. some Chinese services).
- π Automatic updates are more stable on devices with MIUI Global.
But there are nuances:
- β οΈ Some applications can be duplicated (installed through both Play Market and GetApps), which leads to conflicts.
- π For work. MIUI App Store requires Mi Account (you can register in Settings) β Accounts. β Mi Account).
3. Manual update through APK-file
If the application is not updated through stores, you can install the new version manually using the APK-This method is suitable for:
- π Apps removed from the Play Market (e.g. TikTok in some regions).
- π Beta versions of programs (available on developer sites).
- π Localized builds (e.g. Google Camera for Xiaomi).
Instructions for installation of APK:
- Download. APK-file from the official website of the developer or a trusted source (for example, APKMirror).
- Before installing, allow installation from unknown sources: Settings β Applications β Special Access Rights β Install Unknown Applications Select the browser or file manager through which you will install APK.
- Run the downloaded file and follow the instructions.
How to verify authenticity APK-file?
Attention! Installing APKs from unverified sources can lead to:
- π¦ Virus Infection (especially if the file is downloaded from torrent trackers).
- π Data Leakage (fake apps often steal logins and passwords).
- π« Blocking Google Accounts for Violation of Security Policy.
Download file only from official website | Check hash amount | Allow installation for only one file | After installation, disable permission for unknown sources | Check version reviews on forums (4PDA, XDA)
-->
4 Updating system applications through MIUI
Xiaomi system applications (e.g. Camera, Gallery, Security) are updated separately from the user's.
- π² Go to Settings. β The phone. β Update MIUI.
- π Click on the three dots in the top right corner and select App Update.
- π₯ The system will show a list of system programs with available updates.
If the item Update of the annexes is not:
- π Your firmware. MIUI It is outdated β first update it.
- π You have custom firmware (e.g. Xiaomi.EU) where this functionality can be disabled.
For devices with MIUI 13 and older, system applications can be updated through the MIUI App Store:
- Open GetApps.
- Go to the MIUI tab (in the lower menu).
- Find the desired system application and click Update.
π‘
Xiaomi system applications cannot be removed or updated through the Google Play Market, and their updates are tied to the MIUI firmware version or the GetApps brand store.
5. Forced update via ADB (for power users)
If the application refuses to update in the standard ways, you can use ADB (Android Debug Bridge).
- π Applications blocked by politicians MIUI.
- π System programs that are not updated through GetApps.
- π Custom firmware devices.
Instructions:
- Install ADB on PC (you can download from the official Android website).
- Enable USB Debugging on Smartphone: Settings β About Phone β MIUI Version (click 7 times to unlock Developer Mode) Settings β Additional β Developers β Debugging on USB
- Connect your phone to your PC and execute the command to force the upgrade: adb shell pm install -r -d /path/apk-file.apk Flag -r replace the current version, -d It allows you to downgrade the version (downgrade).
Attention! Using ADB can lead to:
- π§ Loss of application data (e.g., saved in games).
- π¨ System Services Failure if Critical Software is Updated.
- π Blocking certain functions MIUI (For example, Face Unlock after changing system files).
6. Resolve errors when updating applications
Letβs look at common mistakes and their solutions:
| Mistake. | Reason. | Decision |
|---|---|---|
| Error 924 (Play Market) | Cache or data conflict with Google Play. | Clear the cache and data of Play Market and Google Play Services. |
| Lack of memory | The device has less than 1 GB of free space. | Delete unnecessary files or transfer data to SD-map. |
| Application not installed (when manually installing APK) | The file is corrupted or is intended for a different architecture (arm64/x86). | Download APK for your Xiaomi model (check the architecture in Settings β About Phone β Full Specification). |
| Server Error (MIUI App Store) | Xiaomi server problems or regional restrictions | Try changing your region to Mi Account or use a VPN. |
If the application does not start after the update:
- π Reset the device.
- π§Ή Clear the app's cache in Settings β Annexes β Application management.
- π₯ Remove and install the application again.
- π§ Check Permits: Some updated programs require new rights (e.g. access to Warehouse or Chamber).
7 Automatic Update: How to Set Up
To update applications without your participation:
- π€ Google Play Market: Open Play Market β profile icon β Settings. Select the Network. β Auto-update applications. Specify only via Wi-Fi or at any time.
MIUI App Store
- Start GetApps β Profile β Settings.
- Activate the Auto Update option.
To install Google Play on Chinese devices, you will need to unlock the bootloader and Global ROM firmware.
πΉ Why After Updating MIUI Applications have stopped updating?
πΉ How to prevent the update of a particular application?
MIUI App Store
- Run GetApps and find the app.
- Click on the icon. βοΈ Next to the button Update.
- Select Disable Auto Update.
For system applications, auto-update is only disabled via ADB:
adb shell dumpsys package com.example.app | grep autoUpdatePolicy(Replace com.example.app with the batch name of the application).