How to disable auto-update apps on Xiaomi Redmi Note 8: the full guide

Xiaomi Redmi Note 8 is one of the most popular smartphones in the budget segment, but its owners often face unexpected costs of mobile traffic or battery discharge due to background updates of applications. Automatic download of updates can occur not only through Google Play Market, but also through branded services MIUI, which complicates the task of full control over the process. In this article, we will analyze all possible ways to disable auto updates from standard settings to hidden firmware functions.

The Redmi Note 8 (codenamed ginkgo) has the ability to run different versions of MIUI, from global to Chinese, and custom firmware, which affects the location of some menu items. We've taken all the nuances into account and prepared universal instructions that will work for most versions of the software. If you notice that the menu has changed since the system update, check the alternative paths at the end of the article.

Why Auto-Update Apps Is a Problem for the Redmi Note 8

At first glance, automatic app updates seem like a convenient feature: you donโ€™t have to manually check for updates, and security is good for you. However, for the Redmi Note 8, with its modest 4,000 mAh battery and not always stable Internet connection, this can turn out to be serious inconveniences:

  • ๐Ÿ“‰ Uncontrolled traffic consumption, especially critical for users with limited rates or when roaming. Some updates (for example, for games or social networks) can weigh 100+ MB.
  • ๐Ÿ”‹ Accelerated battery discharge. Background download of updates activates modules Wi-Fi/4G processor, which increases the energy consumption of 15-20%.
  • ๐Ÿ“ฑ If the update occurs during active smartphone use, it can lead to lags or even restarts.
  • ๐Ÿ”’ The risk of installing unstable versions. Not all updates are tested for compatibility with the Internet. MIUI, bug-prone.

According to a study by XDA Developers, up to 60% of Xiaomi users turn off auto-updates in the first months after buying a device, and 35% of them do not even suspect that updates can be downloaded not only through the Play Market, but also through the MIUI App Store or GetApps, Xiaomiโ€™s branded services that often ignore Googleโ€™s settings.

๐Ÿ“Š You have disabled auto-update apps on your Xiaomi?
Yeah, totally.
Yes, but only for individual applications.
No, it doesn't bother me.
I didn't know it could be done.

Method 1: Disabling Auto Updates in Google Play Market

The most obvious and versatile method is to adjust the update options in Google Play, which works on any Android smartphone, including the Redmi Note 8, regardless of the MIUI version. It is important to note that the changes will apply to all apps installed through the Play Market, but will not affect system updates or programs from other sources.

Instructions:

  1. Open the Google Play Market app (color triangle icon).
  2. Slip on the profile avatar in the upper right corner.
  3. Select the Settings item.
  4. Go to the Network section โ†’ Auto-update of applications.
  5. Choose one of the options: ๐Ÿšซ Never โ€“ completely shutting down auto updates. ๐Ÿ“ถ Wi-Fi alone is a compromise option to save mobile traffic. ๐ŸŒ Over any network โ€“ not recommended for the Redmi Note 8.

Play Market

โ‹ฎ โ†’ Remove from auto-update

โ˜‘๏ธ Checking the settings of Play Market

Done: 0 / 4

An important nuance: even after disabling auto-updates, Play Market can check for updates in the background. To completely ban this activity, you need to limit the background operation of Google Play Services through battery settings (more about this in the next section).

โš ๏ธ Attention: If you are using MIUI version 12.5+, After the update, the Play Market settings can be reset to the factory.

Method 2: Limit background activity through MIUI settings

MIUI is known for aggressively optimizing application backgrounds, but paradoxically, it can update system components without the userโ€™s knowledge. To completely block auto-updates, it is necessary to turn off background activity for key services:

Step 1: Limit Google Play Services

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. In the search box, type Google Play Services.
  3. Select the application and tap the Battery โ†’ Limit background activity.
  4. Activate the Limit switch.

Step 2: Block MIUI App Store and GetApps

  • ๐Ÿ›‘ For MIUI App Store: Find the app in Application Management. Select Mobile Data โ†’ Disable background traffic. Turn off AutoRun in the same name section.

GetApps

  1. Similarly, limit mobile data and background activity.
  2. Uninstall the app if you are not using it (it is not system-specific).
ServiceAction.The effect
Google Play ServicesLimit background activityStops checking updates in the background
Play MarketTurn off auto-updateBlocks downloading updates without confirmation
MIUI App StoreBan background trafficStops updating system applications Xiaomi
GetAppsRemove or limitExcludes updates through a third-party Xiaomi store

On the Redmi Note 8 with MIUI 13+ firmware, you may need to further disable the com.xiaomi.mipicks service via ADB (instructions in the Advanced Users section).

๐Ÿ’ก

If notifications from some applications (e.g. messengers) have stopped coming after the background activity restriction, add them to the exception list in the Settings โ†’ Battery โ†’ Battery Optimization section.

Method 3: Using a traffic saving mode (for mobile network)

If your main problem is mobile internet consumption, not the updates themselves, you can use the MIUI-built traffic saving mode, which does not disable auto updates completely, but blocks them when you connect to the mobile network, leaving the updates to be downloaded only via Wi-Fi.

How to activate:

  1. Go to Settings. โ†’ SIM-maps and mobile networks โ†’ Transfer of data.
  2. Choose yours. SIM-card (if there are several).
  3. Activate the Traffic Saving Switch.
  4. Switch to traffic saving settings.
  5. Enable the option to limit background traffic.
  6. In the list of apps, find Play Market, MIUI App Store and GetApps, then ban them from background data transfer.

This is especially useful for users who are often roaming or using tariffs with limited traffic, but note that in saving mode background updates for other services, such as mail or instant messengers, can stop working.

โš ๏ธ Note: On some versions MIUI (For example, 12.0.3), there may be no option to save traffic, in which case, use an alternative method - disabling mobile data for specific applications manually through Settings. โ†’ Annexes โ†’ Data management.

Method 4: Disable auto-updates via ADB (for advanced users)

If standard methods do not work (for example, due to custom firmware or modified MIUI), you can resort to ADB commands. This method requires connecting the smartphone to the computer and basic knowledge of working with the command line, but gives maximum control over the system.

Step-by-step:

  1. Install. ADB-Drivers on the computer (for example, through Mi) PC Suite or Platform Tools from Google).
  2. Activate Developer Mode on Redmi Note 8: Go to Settings โ†’ About Phone. Tap 7 times on MIUI Version. Go back to Settings โ†’ Additional โ†’ Developer. Enable USB Debugging.

USB

File transfer

cmd

ADB

adb devices

(Your device should be displayed)

adb shell pm disable-user --user 0 com.android.vending

(Switching off Play Market Auto Updates)

adb shell pm disable-user --user 0 com.xiaomi.mipicks

(Mows off the MIUI App Store)

To get it back, replace the disable-user commands with enable.

What if the ADB canโ€™t see the device?
1. Check if debugging is included on USB Install drivers for Redmi Note 8 (you can download it on Xiaomi website).3. USB-cable (preferably original).4. Restart your computer and phone.5. If you are using Windows, run the command prompt on behalf of the administrator.

This is the most radical method and is suitable for users who want to block any updates completely, but remember that disabling system services can lead to unstable work of some functions (for example, push notifications or synchronization of a Google account).

Alternative methods: third-party applications and custom firmware

If none of the above methods worked, you might consider using third-party tools or switching to custom firmware, an option that is suitable for experienced users willing to sacrifice the warranty for the sake of full control of the device.

Option 1: Traffic blocking applications

  • ๐Ÿ”’ NetGuard (free, no root): Blocks Internet access for selected applications (including Play Market). VPN, It does not require the rights of a superuser.
  • ๐Ÿ›ก๏ธ AFWall+ (requires root: Full firewall with flexible rule settings.Can block traffic at the Android core level.

Option 2: Custom firmware

Firmware like LineageOS or Pixel Experience are stripped of Xiaomiโ€™s branded services, including the MIUI App Store, but they require:

  • Unlock the bootloader (bootloader).
  • Installations of custom recavery (TWRP).
  • Backup data (the process erases everything from the device).

Advantages of custom firmware:

  • โœ… No forced updates from Xiaomi.
  • โœ… Longer support (current versions of Android, even for older devices).
  • โœ… Ability to fine-tune the system.

โš ๏ธ Note: Installing custom firmware will void the warranty on the Redmi Note 8 and may lead to unstable operation of the device if the inappropriate version of the software is selected.Be sure to check the compatibility of the firmware with the ginkgo model before the procedure.

Frequent problems and their solutions

Even after disabling auto-updates, Redmi Note 8 users may face unexpected challenges.

Problem 1: Updates continue to load despite all settings

Possible causes and solutions:

  • ๐Ÿ”„ Play Market Settings Reset: Sometimes Google's cache ignores the changes.Try: Go to Settings โ†’ Annexes โ†’ Google Play Market โ†’ Storage.Push Clear cache and Reset settings.

System applications

Xiaomi

Mi Video

Mi Browser

MIUI App Store

Method 2

Security policy

MDM

Problem 2: After the MIUI update, the settings reset

Xiaomi is known for having major system updates (e.g., from MIUI 12 to MIUI 13) that return some custom settings to factory settings.

  • ๐Ÿ“ Create a backup of settings through Settings โ†’ Additionally. โ†’ Backup.
  • ๐Ÿ”— Use automation: Apps like Tasker or MacroDroid can track updates MIUI and re-apply the necessary settings.
  • ๐Ÿšซ Refuse automatic updates MIUI: Go to Settings. โ†’ The phone. โ†’ Update the system. โ‹ฎ โ†’ Settings โ†’ Auto download updates. Select Off..

Problem 3: Push notifications fail after background activity is blocked

If you restricted Google Play Services or other system applications, it could have affected notification delivery.

  • ๐Ÿ”” Add exceptions: Go to Settings โ†’ Battery โ†’ Battery optimization: Find the right app (like WhatsApp or Telegram.
  • ๐Ÿ”„ Restore background activity for Google Services, but only disable auto-updates through the Play Market (see Method 1).

Important: rolling back a version may disrupt the application or cause conflicts with other programs. Always back up before such manipulations.

How to completely prevent Xiaomi from updating system applications?
Xiaomiโ€™s proprietary apps (Mi Browser, Mi Video, Mi Community, etc.) are updated via the MIUI App Store or GetApps.To block this: Remove or freeze (via Titanium Backup) the following apps: com.xiaomi.mipicks (MIUI App Store) com.miui.hybrid (Hybrid Platform โ€“ responsible for updates to system components) com.xiaomi.gamecenter.sdk.service (Game Center) Disable the update service via ADB: adb shell pm disable-user --user 0 com.xiaomi.market For reliability, block Internet access for these services through NetGuard or built-in firewall MIUI. Note that after that, some features (such as themes or Xiaomi cloud services) may not work properly, and system applications can be updated when manually checked through Settings. โ†’ The phone. โ†’ Updating the system.