How to completely disable background apps on Xiaomi Redmi: 5 proven ways

Background processes are one of the main reasons for fast battery drain and slowdown of Xiaomi Redmi smartphones. Even when you are not actively using the application, it can continue to consume resources: update data, send notifications or synchronize with servers. On devices with a shell MIUI (versions 12-14), the problem is exacerbated by aggressive optimization of the system, which sometimes works improperly, instead of saving energy, it leaves unnecessary processes active.

In this article, we’ll look at all the possible ways to disable background applications, from standard MIUI settings to hidden features for power users, how to limit the activity of individual programs or ban background work completely, which applications can be safely disabled and which ones should be left alone, and how these changes will affect auto-update data, push notifications and instant messengers.

Important: The instructions are valid for all modern Redmi models (including Redmi Note 12/13, Redmi 10/11, Redmi K50/K60), but may vary slightly depending on the version of MIUI and regional firmware. If your smartphone runs on HyperOS (the new shell from Xiaomi), some menu items will be called differently - we will mention this too.

Why do background apps eat up battery power?

According to Xiaomi research, up to 30% of the power consumption in standby mode is from background processes, and here are the main reasons why they remain active:

  • πŸ”„ Autosynchronization: Apps like Facebook, Instagram, or Gmail are constantly checking new data, even if you don’t use it.
  • πŸ“© Push notifications: Messengers (WhatsApp, Telegram) keep a connection to servers to instantly deliver messages.
  • πŸ“Š Analytics and Advertising: Many programs (especially free ones) collect data about your activity for targeted advertising.
  • πŸ”„ Optimization MIUI: The system itself sometimes wakes up applications to speed up their launch (App Boost function).

For example, Redmi Note 12 Pro+ with active background processes can lose up to 15% of charge per night, while after they are turned off, this figure is reduced to 2-5%. However, completely banning background work is not always reasonable: some applications (for example, Google Services or Mi Cloud) are critical for stable system operation.

πŸ“Š How often do you charge your Xiaomi Redmi?
Every day.
In a day.
2-3 times a week
Less

Method 1: Limit background activity through MIUI settings

The easiest and safest method is to use built-in optimization tools, which are suitable for users who don’t want to go into technical details.

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Select the application you want (such as TikTok or AliExpress).
  3. Go to Battery (or Energy Consumption in new MIUI versions).
  4. Activate the option to limit background activity (may be called Prohibit Autostart or Optimize).

For mass blackout:

  1. Return to Application Management and click on the three dots in the top right corner.
  2. Select AutoRun – here you can turn off autoboot for all applications at once (except system ones).

Make a backup copy of important data|Check the list of exceptions (messengers, banking applications)|Remember the current energy saving settings|Reboot your smartphone after the changes-->

What will change after the shutdown:

  • βœ… Applications will not update data without you running.
  • βœ… Notifications may be delayed (or not at all).
  • ❌ Some features (like tracking location in Google Maps) will stop working in the background.

⚠️ Note: Do not limit background activity for system applications called com.android., com.miui. or com.google.*. This can cause malfunctions in the smartphone.

Method 2: Manual shutdown through "Special Permits"

There's a hidden section in MIUI where you can point out applications from running in the background, which is more flexible than standard battery restriction.

  1. Go to Settings β†’ Applications β†’ Special Permissions β†’ Work in the background.
  2. You'll see a list of all the apps that are allowed background activity. Turn off the ones that are not needed by moving the slider.
  3. For a complete ban, tap the application and select Prohibit (in some firmware - Disable).

In MIUI 14 and later, this section may be called β€œStop and Background Activity” and be located in Settings β†’ Battery and Performance β†’ Battery Management.

Type of applicationCan I turn it off?Effects of consequences
Social networks (Facebook, Instagram)βœ… Yes.Notifications come only when you open the application.
Messengers (WhatsApp, Viber)⚠️ Partially.Messages may not arrive without launching the application
Banking applications (Sberbank, Tinkoff)❌ No.Payment push notifications may not work
System Services (Google Play Services)❌ No.Disruption of the application store and synchronization

πŸ’‘

If the application stopped updating data after the background activity was turned off, try adding it to the exception list in the Settings β†’ Battery β†’ Battery Optimization section (select β€œNo Limits”).

Method 3: Use of the "Energy Saving" mode

MIUI has three pre-configured power consumption modes that automatically limit background activity:

  • πŸ”‹ Balanced – moderate restrictions for most applications.
  • 🌿 Energy saving – strict restrictions, background processes are blocked for everyone except for system systems.
  • ⚑ Performance – no limits (not recommended for charge savings).

How to turn on:

  1. Open Settings β†’ Battery and Performance β†’ Battery Mode
  2. Choose Energy Saving.
  3. Click Mode Settings and add critical applications (e.g. instant messengers) to the exceptions.

This is convenient because it doesn't require manual configuration of each application, but it also has disadvantages:

  • ❌ Limits not only background processes, but also productivity CPU.
  • ❌ Can disable synchronization of Google and Mi accounts.
  • ❌ Some apps (like Google Maps) will no longer work in navigation mode.

πŸ’‘

Energy Saving is the easiest way to extend battery life, but it is only suitable for those who are willing to put up with notification delays and reduced performance.

Method 4: Disconnect via ADB (for power users)

If standard methods don't work, you can use Android Debug Bridge (ADB), a tool for deep tuning, which requires connecting your smartphone to your computer.

Advantages of the method:

  • βœ… Full control over background processes.
  • βœ… Ability to disable even system applications.
  • βœ… Changes are applied at the Android level, not at the Android level. MIUI.

Instructions:

  1. Install ADB Tools on your computer.
  2. Turn on USB Debugging on your smartphone (Settings β†’ About Phone β†’ MIUI version – tap 7 times, then go back to Additional β†’ For Developers).
  3. Connect Redmi to your PC and execute the command:
adb shell cmd appops set < application package > RUN_ANY_IN_BACKGROUND deny

To find the application package, use the command:

adb shell pm list packages | grep -i "appendix name"

Examples for Facebook Disconnection:

adb shell cmd appops set com.facebook.katana RUN_ANY_IN_BACKGROUND deny

⚠️ Attention: Misuse of the right ADB This can cause irreversible system failures. Before executing commands, back up your data through Settings. β†’ Additionally. β†’ Backup and reset.

How to Undo Changes through ADB?
To return the background activity to the application, execute the same command by replacing deny with allow: adb shell cmd appops set com.facebook.katana RUN_ANY_IN_BACKGROUND If you have disabled the system application and the smartphone began to work unstable, you may need to reset to factory settings.

Method 5: Use of Third-Party Applications (Root)

For users with unlocked bootloader and Root rights, powerful background management tools are available.

  • πŸ› οΈ Greenify Freezes Unnecessary Apps to Keep Them from Wakeing Up.
  • πŸ”§ Brevent – blocks background activity at the Android core level.
  • πŸ“Š Servicely – allows you to flexibly configure which services can work in the background.

How to set up Greenify:

  1. Install the app from Google Play.
  2. Provide Root access (or use ADB to work without a root).
  3. Add apps to the list of β€œsleepers” – they will not run without your knowledge.

Advantages of Root solutions:

  • βœ… More advanced optimization than standard settings MIUI.
  • βœ… The ability to disable even system processes (for example, MiuiDaemon, responsible for analytics).

Risks:

  • ❌ Loss of warranty (if the bootloader was unblocked unofficially).
  • ❌ The ability to "brick" the device with incorrect settings.
  • ❌ Some banking apps will stop working (due to Root detection).

What if there are problems after switching off the background processes?

Sometimes excessive restriction of background activity leads to undesirable consequences.

Problem.Reason.Decision
Notices from messengers do not comeBackground activity for WhatsApp/Telegram is disabledAdd the app to exceptions in Settings β†’ Battery β†’ Battery Optimization
No updates to weather or widgetsGoogle Play Services or MiuiWeather is blockedAllow auto-run for system applications
The smartphone has become slower to workBackground activity is limited for com.miui.home (launcher)Reset the battery optimization settings
Geolocation does not work in Google MapsBackground location access disabledEnable Permanent Location Determination in the Application Settings

If the smartphone starts to behave unstable after the changes (for example, spontaneously restarts or turns off), follow the following steps:

  1. Restart the device in Safe Mode (hold the Power button β†’ Restart in Safe Mode).
  2. Check if the problem persists. If it doesn't, it's one of the user applications that's to blame.
  3. Gradually turn on background activity for apps to find the β€œculprit.”

πŸ’‘

If the phone starts to run out even faster after the background processes are turned off, check Settings β†’ Battery β†’ Battery Use. Perhaps some application has started to consume more resources due to constant restarts.

FAQ: Frequent questions about disabling background apps

Can I completely disable all background processes on Xiaomi Redmi?
Technically, yes, but it will cause your smartphone to fail. System services (Google Play Services, Mi Cloud, Telephony) are critical to the core functions, and it is recommended that you only disable custom apps that you rarely use.
Why do some apps still work after the background activity is turned off?
MIUI has an App Boost mechanism that can temporarily wake apps to speed up their launch. To turn it off: Go to Settings β†’ Special Features β†’ App Acceleration. Turn off App Launch Acceleration.
How to check which apps consume the most energy in the background?
Open Settings β†’ Battery β†’ Battery usage and look at the chart. Apps labeled Background or Auto Run are the top consumers. You can also use third-party utilities like AccuBattery or GSam Battery Monitor.
Will navigation work in Google Maps if you turn off background activity?
No, for navigation to work properly, Google Maps must have access to the background location. To fix this, open the settings of Google Maps. Go to Permissions β†’ Location. Select Always (not only during use). Also add the app to the battery optimization exceptions.
Can background activity be turned off for Xiaomi system applications?
Partially. Some system applications (e.g., com.miui.securitycenter) cannot be turned off, it will cause disruptions. However, you can limit it to com.miui.analytics, which is analytics collection (safe to disable). com.xiaomi.market, which is a proprietary app store (if you don't use it). com.miui.player, a standard music player. Use ADB (mode 4) or a Root application.