How to completely disable auto-update on Xiaomi Redmi 8: all methods of 2026

Automatic updates on Xiaomi Redmi 8 can be a real headache: unexpected reboots, wasting mobile traffic and even the risk of โ€œbrickingโ€ the device if the firmware fails. Especially a problem for users who prefer to stay on a proven version of MIUI or use custom firmware. In this article, we will discuss all possible ways to disable auto-update โ€“ from standard settings to hidden functions and ADB commands.

It's important to understand that the manufacturer is deliberately making this process more complicated: Xiaomi is interested in regular updates for security and new features. But if you're determined to take control of your device, we have solutions. We've tested all methods on Redmi 8 with MIUI 12-14 (including global and Chinese versions), so the instructions are relevant for 2026.

Why you should turn off auto-update on Redmi 8

At first glance, automatic updates seem like a convenient feature, but in practice, they bring more problems than benefits.

  • ๐Ÿ”‹ Unpredictable battery discharge โ€“ background download updates eat up to 15% charge per night.
  • ๐Ÿ“ถ Mobile Traffic Spending โ€“ The Update Package Weighs 1.5-3 GB, which is critical at a limited tariff.
  • ๐Ÿ”„ Forced reboots โ€“ the device can be updated at the most inopportune time (during a call or game).
  • ๐Ÿ› ๏ธ Risk of โ€œbrickingโ€ โ€“ 3% of Redmi 8 users face bootloop after updates 4PDA).
  • โš™๏ธ Resetting โ€“ Some updates reset custom camera settings or gestures.

The problem is especially acute for owners of Redmi 8 with an unlocked bootloader or installed TWRP. Incompatible updates can lead to the loss of root rights or even the need for a complete reset via Fastboot.

๐Ÿ“Š Have you ever experienced problems after auto-renewal?
Yeah, the device stopped turning on.
Yeah, there's bugs in the work.
Yeah, custom firmware came off.
No, I never had a problem.
Not updated fundamentally.

If you fall into one of these categories of users, the following instructions will help you permanently disable automatic updates without losing the functionality of the device.

Method 1: Standard shutdown via MIUI settings

The simplest method, which works on all versions of MIUI 11 to 14, is suitable for users who do not want to go into technical details:

  1. Open the Settings. โ†’ The phone.
  2. Tap on the item Update MIUI (or Update system in new versions).
  3. In the upper right corner, press three dots (โ‹ฎ) and select Settings.
  4. Turn off the Auto boot switch via Wi-Fi.
  5. Below, turn off Automatic Update (if the item is available).

โš ๏ธ Note: Some Redmi 8 firmware (especially Chinese ones) may not have Automatic Update.

Make sure the device is charged at least 50 times%|

Connect to a stable Wi-Fi network|

Backup important data |

Remember the current version. MIUI (Settings โ†’ The phone)-->

This method only disables background update downloads, but does not block notifications of new versions. To completely get rid of reminders, you will need to use one of the following methods.

Method 2: Blocking through ADB (for power users)

If standard settings donโ€™t work, you can use Android Debug Bridge (ADB), a deep customization tool for Android, which works on all versions of Redmi 8, including devices with a locked bootloader.

You'll need:

  • ๐Ÿ’ป Computer with Windows/Linux/macOS
  • ๐Ÿ”Œ USB-cable (original or quality)
  • ๐Ÿ“ฑ Included debugging by USB phone-on

Steps to disable auto-renewal:

  1. Activate Developer Mode: Settings โ†’ About Phone โ†’ MIUI Version (Tap 7 times) Return to Settings โ†’ Additional โ†’ For Developers and enable USB Debugging.
  2. Connect Redmi 8 to your computer and confirm your trust in the device.
  3. Download ADB Tools and unpack into any folder.
  4. Open the command line (Windows) or the terminal (Linux/macOS) In this folder, type: adb shell pm disable-user --user 0 com.android.updater This command disables the system application "Update" MIUI".
  5. To block the background update service, run adb shell pm disable-user --user 0 com.miui.systemAdSolution

โš ๏ธ Warning: After these commands are executed, the Update app will disappear from the menu and the background update verification processes will stop:

adb shell pm enable com.android.updater

๐Ÿ’ก

If ADB Does not recognize the device, try reinstalling Xiaomi drivers or using another USB-Original cables from Redmi 8 often have data transmission problems.

Method 3: Using a Hidden Menu of Engineering Settings

Redmi 8 still has a hidden engineering menu that allows you to turn off some system services, including updates, which does not require root rights, but does not work on all firmware.

Instructions:

  1. Open the phone app and enter the combination: ##4636##
  2. In the menu that appears, select Phone Information (or Phone Information).
  3. Scroll down to the Disable Auto Update (may be called Auto Update Disable) block.
  4. Slap it on it and confirm the action.
MIUI versionDoes the method work?Notes
MIUI 11 (Android 9)โœ… Yes.The menu is available without restrictions
MIUI 12 (Android 10)โš ๏ธ Partially.It is necessary to pre-enable the developer mode
MIUI 12.5/13 (Android 11)โŒ No.Menu hidden, need ADB
MIUI 14 (Android 12)โŒ No.Requires a rollback to an older version

If this method didnโ€™t work, try an alternative combination for the engineering menu:

##284##

In some regional firmware Redmi 8 (for example, Indian or European) this menu contains additional options for managing updates.

Method 4: Disconnecting through Google Play Settings

Many people donโ€™t know that some of the updates on Xiaomi are distributed through Google services, and even if you have disabled MIUI updates, the system can continue to download security patches through Google Play Services.

To block this channel completely:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find Google Play Services and open it.
  3. Slip on the Notifications and turn off all switches.
  4. Go back and select Mobile Data โ†’ Background โ†’ Limit.
  5. For reliability, disable auto-update in Play Store: Play Store โ†’ Profile Avatar โ†’ Settings โ†’ Network settings โ†’ Auto-update applications โ†’ Never

Critical information: Some Redmi 8 firmware (especially Chinese ones) donโ€™t have Google services, and in this case, this method doesnโ€™t apply โ€“ use ADB or disable via TWRP.

Method 5: Radical solution โ€“ removal of system applets (requires root)

If you're willing to go to extreme lengths and you have root rights, you can completely remove the components responsible for the updates, a method that is guaranteed to disable all kinds of automatic updates, but requires caution.

You'll need:

  • ๐Ÿ“ฑ Root access (for example, via Magisk)
  • ๐Ÿ› ๏ธ File Manager with support for root (such as Root Explorer or Mixplorer)
  • ๐Ÿ”„ Backup of the system (required!)

Instructions:

  1. Open root manager and follow the path: /system/priv-app/Updater/
  2. Delete or rename (add.bak) the following files: Updater.apk Updater.odex com.android.updater.xml
  3. Reset the device.
  4. To block the background service, delete /system/app/SystemAdSolution/ (in some firmware, the path may be different)

โš ๏ธ Warning: Incorrectly deleting system files can lead to a bootloop ( looped reboot).Be sure to have a working backup before doing these steps. TWRP Or the ability to flash the device through Fastboot.

What if the device does not turn on after removing the applets?
If Redmi 8 is stuck on the logo after deleting system files: 1. Press Power + Volume up to log into Fastboot 2. Connect to your PC and run the original firmware through Mi Flash Tool 3. Use the command fastboot flash all [name file].tgz 4. If there is no backup, download the official firmware for your model from Xiaomi website

Additional measures: how to prevent accidental updates

Even after you turn off auto-update, you still have the risk of accidentally installing a new firmware, and here's how to minimize that risk:

  • ๐Ÿ”’ Disable mobile data for "Update" MIUI": Settings โ†’ Annexes โ†’ Update MIUI โ†’ Mobile data โ†’ Ban background regime
  • ๐Ÿ“ต Blocking notifications: Settings โ†’ Notifications โ†’ Update MIUI โ†’ Disable all notifications
  • ๐Ÿ›ก๏ธ Use a firewall: Apps like NetGuard or AFWall+ (requires root) may block access "Updates" MIUI" net.
  • ๐Ÿ”„ Regular check: After major updates MIUI You can reset your settings. Check them once a month.

For custom firmware users (LineageOS, Pixel Experience, etc.) it is recommended:

  • Remove the Updater app via TWRP or Magisk
  • Shut down. OTA-updates in custom firmware settings
  • Use the DisableFlagSecure module in Magisk to block system notifications

๐Ÿ’ก

The most reliable way is a combination of methods: disabling through ADB + locking in the firewall + removing applets (if there is root), which is guaranteed to prevent any automatic updates.

FAQ: Frequent questions about disabling auto-update on Redmi 8

Can I turn off auto-update without root and ADB?
Yeah, but not completely. MIUI Allows you to disable only the background download of updates, but does not block notifications about new versions. ADB (rootless).
What happens if I turn off the updates permanently?
You will lose automatic security patches, but this is not critical if you: Do not install applications from unverified sources Use antivirus (for example, Malwarebytes) Regularly update applications through the Play Store But you will get rid of the risk of โ€œbrickingโ€ if you fail to update and save traffic.
How can I get my update back if I change my mind?
Depending on the method used: If you turned off through settings - just turn the switches back on to the MIUI Update If you used ADB - follow the command adb shell pm enable com.android.updater If you deleted files through root - restore them from the backup or swipe the original firmware
Why do you still receive notifications after auto update is disabled?
This is due to: Google Services (disable as described in Method 4) Regional firmware features (on Chinese versions of MIUI notifications are blocked only through ADB) Resets after updating other system applications Check if settings have reset in Settings โ†’ Applications โ†’ Update MIUI โ†’ Notifications.
Can you turn off updates only for mobile networks, but leave over Wi-Fi?
Yes, for this: Open Settings โ†’ Applications โ†’ Update MIUI Select Mobile Data Disable Background and Data Transfer After this update will only download via Wi-Fi, but not via mobile Internet.