The smartphone starts to slow down and the battery runs out in a matter of hours immediately after installing the next security patch, since new Android features are often not optimized for older device models. To return your gadget to its former stability and performance, you need to know how to permanently disable Android updates and block automatic loading of system files.

However, completely disabling system services requires caution. You're stripping your device of important security patches, which could leave it vulnerable to viruses. However, if your goal is to maintain the current firmware version and avoid a forced reboot, there are effective locking methods. In this article we will look at all the methods: from simple settings to advanced commands via a computer.

Why you should think about disabling auto-updates

Automatic installation of new versions system software often occurs in the background, consuming traffic and battery power. For owners of budget smartphones or models with a small amount of memory, this becomes a real problem. The device may freeze during the boot process, and free space will disappear without the possibility of recovery.

In addition, new versions of the interface are not always convenient. Manufacturers may change the layout of menu items or remove familiar features. If you are completely satisfied with the current speed and set of capabilities, intervention in the update process is a logical step. System stability in this case, novelty takes priority.

⚠️ Attention: By disabling updates, you take on the risks associated with the lack of fresh security patches. Vulnerabilities found in your version of Android will not be fixed automatically.

It is also worth considering that some applications no longer support outdated versions of the operating system over time. If you freeze the update at too early a stage, in a year or two your favorite instant messenger or bank client may simply not start.

📊 Why do you want to disable updates?
The phone began to slow down
Not enough memory
I don’t like the new design
I'm afraid of losing data
I just want control

Disable through developer settings

The easiest way to limit the background activity of system services is to use the developer menu. This method does not require a computer connection and is _safe_ for most users. However, it does not guarantee 100% blocking, since the system updater can be activated in other ways.

First, you need to activate the hidden menu. Go to Settings → About phone and quickly click on the item Build number about seven times. After the message “You have become a developer” appears, go to the new section System → For developers. Here we are interested in limiting background processes.

  • 🔒 Find the item “Background process limit” and set the value to “No more than 1 process.”
  • 🚫 Disable the "Automatic system update" option if it is available in your interface.
  • 📉 Activate the "Keep the screen on" mode only when charging to avoid accidentally starting services.

These actions will limit the system's ability to download large files in the background. But remember that this is a temporary measure. When you reboot or connect to stable Wi-Fi, some services may try to bypass restrictions. For a more reliable result, other methods will be required.

💡

If the “Build number” item is not in the “About phone” section, look for it in the “Software information” or “MIUI/OneUI version” subsection, depending on the brand of your smartphone.

Blocking through application settings

A more effective method is direct disabling system component responsible for downloading updates. In each shell Android this service is called differently, but the operating principle is the same. You need to find the application in the list of installed ones and forcefully stop it.

Go to Settings → Applications → Show system processes. In the list, find a service with a name containing the words Updater, System Update or Software Update. On Samsung devices this can be Samsung Update, on Xiaomi - Updater, and on pure Android - Google System Update.

After selecting the desired item, press the button Disable or Stop. If the button is inactive, first press Clear data and Clear cache. This will reset all accumulated download jobs. Now the system will not be able to initiate the firmware download process.

Smartphone brand Name of system service Possibility of shutdown
Samsung Samsung Update Only via ADB
Xiaomi / Redmi Updater Direct shutdown
Google Pixel Google System Update Only via ADB
Huawei / Honor HiCare / System Update Direct disable

⚠️ Attention: On some devices, the “Disable” button may be hidden or inactive without root access. In this case, proceed to the next section with instructions for using the computer.

☑️ Checking that the service is disabled

Done: 0 / 5

Radical method: disabling via ADB

If standard settings do not give results, you will have to use a tool Android Debug Bridge (ADB). This is a powerful tool from Google that allows you to control your smartphone from your computer. The method requires a PC, a USB cable and USB debugging enabled on the phone.

First download the Platform-Tools from the official developer website and unpack them. Connect your smartphone to your computer and enable debugging in the pop-up window on your phone screen. Open the command line in the tools folder and enter the command to check the connection:

adb devices

If a device with status deviceappears in the list, you can proceed to blocking. The command to disable a system application is as follows. You need to know the exact package name, which can be found through applications like Package Name Viewer.

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

This command does not uninstall the application, but freezes it for the current user. The system will assume that the component does not exist and will stop trying to run the update. To get everything back, use the command adb shell pm enable com.android.updater.

List of popular packages to disable

com.google.android.updater (Stock Android)|com.samsung.android.soagent (Samsung)|com.miui.updater (Xiaomi)|com.huawei.android.hwouc (Huawei)|com.oneplus.opbackup (OnePlus)

Blocking at the router and DNS level

Sometimes it is not enough to disable the service on the device itself, since it can be activated when changing the network or resetting the settings. An advanced method is to block the smartphone’s access to update servers at the network level. This will prevent files from downloading, even if the system tries to download them.

You can use the settings of your Wi-Fi router to do this. Go to the router control panel, find the section Parental Control or URL Blocking. Add the domain names of your manufacturer's update servers there. For example, for Xiaomi this is update.miui.com, for Samsung - fota-rc.samsungdm.com.

  • 🌐 Go to the DNS settings on your smartphone (private DNS in the connection settings).
  • 🛑 Use services like AdGuard DNS or ad blockers that filter system requests.
  • 📡 Set up a static IP address in the Wi-Fi settings, specifying the wrong gateway for update servers (complicated method).

This method is good because it does not require intervention in the phone’s system files. However, it only works when connected to a specific Wi-Fi network. If you switch to mobile data, the blocking will be removed and the update can begin.

⚠️ Attention: Router interfaces are very different. If you are not sure of your actions, refer to the instructions of your router so as not to disrupt the operation of your home network.

Common errors and possible consequences

Users who try to block updates often make the same mistake: they delete critical system components instead of disabling them. Complete removal (uninstall) may lead to a cyclic reboot of the phone or an error Bootloop. Always use a command disable-userthat is reversible.

Another problem is ignoring application security updates. Even if you have frozen the Android update, the store Google Play will update the installed apps. Some of them require a minimum system version. Over time, you may encounter software incompatibility.

It is also worth remembering about the warranty. In most cases, software blocking updates is not a reason to deny warranty service, since you do not get root access and do not unlock the bootloader. However, if you try to downgrade your Android version, this will almost certainly void your warranty.

💡

The safest method is a combination of disabling the system application through settings and blocking domains on the router. This creates a double barrier to updates.

FAQ: Frequently Asked Questions

Will the update return if I reset my phone?

Yes, a Factory Reset will restore the state of all system applications, including the update service. You will have to repeat the shutdown procedure again after setting up the device for the first time.

Is it possible to delete the folder with the downloaded update manually?

Usually update files are stored in a hidden system partition /cache or /data/ota_package. Without root access, you will not be able to delete them through the file manager. It's easier to disable the service than to search for files.

Will the banking application work on an old version of Android?

Most banking applications require current security patches. If your version of Android is more than 2-3 years out of date, the application may refuse to launch, citing system vulnerabilities.

How to find out which application is responsible for updates?

Install the application App Inspector or Package Viewer from the Play Market. Search for the word "update" or "ota" and you'll see the exact name of your manufacturer's system service package. Is it dangerous to disable Google Play Services? Disable only specific packages containing the words “System Update” or “FOTA”.

Is it dangerous to disable Google Play Services?

No, don't do that. Google Play Services is responsible for many functions, including geolocation, notifications and synchronization. Disable only specific packages that contain the words "System Update" or "FOTA".