What applications can be disabled from the background in Xiaomi Redmi without harming the system

Xiaomi Redmi smartphones are known for their performance and optimized MIUI firmware, but even they eventually start to slow down due to excessive background activity of applications. Many users face a situation where the battery goes down in a few hours, and there are a dozen unnecessary processes in the task manager. The reason often lies in applications that run in the background without real need โ€“ from social networks to Xiaomi system services that duplicate Android functions.

In this article, weโ€™ll look at what applications can safely be turned off from the background on Redmi Note 12/13, Redmi 10/11, POCO X5 and other models to extend battery life and speed up the system. Itโ€™s important to understand that not all processes are equally useful: some are critical to the stability of MIUI, while others are only consuming resources. Weโ€™ll also show you how to properly adjust restrictions through Settings โ†’ Apps โ†’ Permissions โ†’ Autostart and Battery Optimization to avoid accidental failures.

We will focus on Xiaomi system services, which often go unnoticed, from Mipay and Mi Video to Security and Cleaner. You will learn which ones can be turned off without risk to security, and which are better left active. ADB-teams that will help to more deeply adjust background activity.

Why Background Apps Eat the Battery and How to Fix It

Background activity is one of the main reasons for the fast battery drain on Xiaomi Redmi. Even when you are not using a smartphone, many programs continue:

  • ๐Ÿ”„ Update data (social networks, messengers, news aggregators).
  • ๐Ÿ“ก Track location (maps, fitness trackers, advertising) SDK).
  • ๐Ÿ“ค Synchronize files (cloud storage, backup).
  • ๐Ÿ›ก๏ธ Scan the system (antiviruses, optimizers from Xiaomi).

According to XDA Developers, turning off background activity in the 10 most voracious apps can increase battery life by 15-25%, but not all processes can be blocked without consequences, for example, disabling Google Play Services will cause Gmail, YouTube and other Google services to crash, and blocking Mi Cloud will disrupt the synchronization of contacts and notes.

To determine which apps to limit, follow the following steps:

  1. Open Settings โ†’ Battery and Performance โ†’ Battery Use
  2. Take a look at the list of apps that consume the most power in the background.
  3. Mark those that you rarely use or that duplicate features (like two cloud storages).
๐Ÿ“Š What is the Xiaomi Redmi model you have?
Redmi Note 12/13
Redmi 10/11
POCO X5/F5
Redmi 9/9A
Another model

Important: Don't disconnect from the background system processes called com.android. or com.miui. without first learning about their functions, some of which are responsible for communication, security updates or sensors.

Xiaomi system applications that can be disconnected from the background

MIUI firmware contains dozens of pre-installed apps, many of which duplicate Android features or are rarely used. Below is a list of system services that can be safely limited or disabled completely.

Title of the annexPackage (process name)Can the background be turned off?Effects of consequences
Mi Videocom.miui.videoplayerYes.There will be no background video playback in the mini player.
Mi Musiccom.miui.playerYes.The background music playback through the standard player will stop.
Mipaycom.mipay.walletYes.There will be no updates to the balance of cards and payment notices.
Mi Browsercom.android.browserYes.Background tab updates and news notifications will stop.
Cleanercom.miui.cleanmasterPartially.Autocleaning the cache will only work manually.

To turn off background activity, go to Settings โ†’ Applications โ†’ Application Management, select the right one and click Limit Background Activity or Turn Off Autostart. Alternatively, through Settings โ†’ Battery โ†’ Battery Optimization, where you can select Restricted mode for unnecessary programs.

Backup important data |

Check the autorun list in Settings โ†’ Apps โ†’ Autorun |

Tag applications that should not work in the background |

Reboot your phone after the changes-->

Critical information: Do not disconnect from the background of Mi Cloud (com.miui.cloudservice) if you use contact sync or backup.This can lead to data loss when resetting.

Third-party applications: what can be blocked without consequences

In addition to system services, third-party programs also consume background activity, and they are particularly aggressive in this regard:

  • ๐Ÿ“ฑ Social networks (Facebook, Instagram, TikTok) โ€“ constantly update the feed and show notifications).
  • ๐Ÿ’ฌ Messengers (WhatsApp, Telegram, Viber โ€“ synchronize messages and location).
  • ๐ŸŒ News aggregators (Yandex.News, Google News โ€“ update content every 15-30 minutes).
  • ๐ŸŽฎ Online gaming (PUBG Mobile, Free Fire โ€“ can run background processes for event notifications).

For most of them, it is enough to turn off auto-start and limit work in the background. For example, Facebook can be completely blocked through Settings โ†’ Apps โ†’ Facebook โ†’ Battery โ†’ Limited, and for Telegram only leave notifications about new messages by turning off background synchronization of media files.

The exceptions are:

  • ๐Ÿ” Two-factor authentication applications (Google Authenticator, Microsoft Authenticator) must work in the background to generate codes).
  • ๐Ÿฆ Banking applications (may require background activity for push transaction notifications).
  • ๐Ÿš— Navigators (Google Maps, Yandex.Navigator) โ€“ need background location access).

๐Ÿ’ก

If after disabling background activity, the application stopped showing notifications, check its settings inside the application itself (the Notifications section or Synchronization section).

How to turn off background activity through ADB (for advanced)

For deep optimization Xiaomi Redmi can be used ADB-commands that allow you to turn off background activity even for system applications that are not available through standard settings. This method requires connecting the smartphone to the PC and enabling debugging. USB.

Major teams:

adb shell cmd appops set < application package > RUN_ANY_IN_BACKGROUND deny


adb shell cmd appops set < application package > RUN_IN_BACKGROUND deny

Examples for popular applications:

  • Disable background for Facebook: adb shell cmd appops set com.facebook.katana RUN_IN_BACKGROUND deny
  • Turn off the background for Mi Browser: adb shell cmd appops set com.android.browser RUN_ANY_IN_BACKGROUND deny
  • Turn off the background for Mi Video: adb shell cmd appops set com.miui.videoplayer RUN_IN_BACKGROUND deny

To return the standard settings, replace deny with allow.

What to do after ADB-The application has stopped working?
If the application starts to crash or fails to open after applying the commands, follow the following steps: 1. Remove the application cache via Settings โ†’ Apps โ†’ Storage โ†’ Clear the cache. 2. Reset the permissions for the package: adb shell pm clear <packet application>. 3. If the problem persists, return the permissions with the command with allow instead of deny.

โš ๏ธ Attention: Misuse of the right ADB It can lead to disruptions in work. MIUI. Before experimenting, back up through Settings โ†’ Additionally. โ†’ Backup and reset.

What applications can not be disconnected from the background

Some system processes are critical to the stable operation of Xiaomi Redmi, and their deactivation can lead to:

  • ๐Ÿ“ต Loss of mobile or Wi-Fi.
  • ๐Ÿ”‹ Fast battery discharge due to constant restarts of services.
  • ๐Ÿ”„ Interface freezes or spontaneous reboots.
  • ๐Ÿ”’ Loss of access to Mi Account and related services.

List of prohibited processes to disable:

Title/PackageFunctionEffects of disconnection
com.android.phonePhone calls and SMSLoss of communication, inability to call.
com.miui.securitycenterSecurity and authorizationsFailures in the camera, microphone, storage.
com.google.android.gmsGoogle Play ServicesGmail, YouTube, Google Maps will not work.
com.miui.systemMIUI coreCritical interface errors, reboots.

If you accidentally disabled one of these processes, return your default settings via Settings โ†’ Apps โ†’ Three Dots (menu) โ†’ Reset your application settings.

๐Ÿ’ก

Disabling system processes through ADB or third-party optimizers (such as Greenify) can lead to a device blink. Always check functionality after changes!

Optimizing the battery through MIUI settings

MIUI offers built-in background control tools that are less risky than manual methods.

  1. Battery Optimization (Settings โ†’ Battery โ†’ Battery Optimization): Allows you to select a mode for each application โ€“ from No Limits to Restricted.
  2. Auto-Run (Settings โ†’ Applications โ†’ Auto-Run): blocks the automatic start of applications when the phone is turned on.
  3. Battery Protection (Settings โ†’ Battery โ†’ Battery Protection): Limits background activity for selected programs.

Recommended settings for maximum savings:

  • ๐Ÿ”‹ For social networks and instant messengers: Optimizing the battery โ†’ Limited.
  • ๐ŸŽต For Music Players: Auto-Run โ†’ Turned off, but leave the background playback.
  • ๐ŸŒ For browsers: Battery optimization โ†’ Limited. + Turn off background tab synchronization.

โš ๏ธ Note: Super Battery Savings mode in MIUI aggressively blocks all background processes, including notifications, and use it only in critical situations (e.g., at 5% charge).

Frequent errors when disabling background applications

Many Xiaomi Redmi users are experiencing problems after incorrect optimization of background activity.

  1. Disable all notifications: Blocking the background for messengers or emails causes important messages to be missed. Solution: leave notifications on, but limit background synchronization.
  2. Ignoring system updates: Disabling Mi Update (com.miui.updater) deprives you of critical security patches.Solution: Allow background activity only to check for updates.
  3. Overuse of Greenify: Apps like Greenify can freeze system processes, causing disruptions. Solution: blacklist only custom programs.
  4. Time sync shutdown: Locking com.android.timezone knocks down the clock and calendar.Solution: Never limit this process.

If after optimization, the smartphone began to slow down or discharge quickly, reset the cache through Settings โ†’ Memory โ†’ Clear the cache or return the standard battery settings.

๐Ÿ’ก

Before you massively shut down background processes, test changes on 1-2 apps throughout the day. If stability is not affected, continue optimizing.

FAQ: Answers to Frequent Questions

Can I turn off Google Play Services from the background?
No, it will cause disruptions to all Google services (Gmail, Maps, YouTube). Maximum โ€“ limit its activity through Settings โ†’ Apps โ†’ Google Play Services โ†’ Battery โ†’ Optimized.
Why does WhatsApp not show notifications after the background is turned off?
You may have blocked auto-start or background activity. Go to Settings โ†’ Apps โ†’ WhatsApp โ†’ Notifications and enable all permissions. Also check if the messenger has been added to Battery Optimization.
How to return the standard settings if the phone began to brake?
Go to Settings โ†’ Apps โ†’ Three dots (menu) โ†’ Reset application settings. This will return all permissions to factory, but will not delete application data.
Can I turn off the Mi Cloud from the background if I donโ€™t use backups?
Yes, but note that this will disable synchronization of contacts, notes and photos. If you are not using these features, feel free to limit background activity through Settings โ†’ Accounts โ†’ Mi Cloud โ†’ Sync.
Why does the battery run down quickly after optimization?
Check the following points: ๐Ÿ”‹ Battery status (Settings) โ†’ Battery โ†’ Condition: If the capacity is below 80%, replacement is required. ๐Ÿ“ก Mobile network activity (poor coverage makes the modem work at maximum). ๐Ÿ” Viruses or mining bots (scan your phone through Malwarebytes or Dr.Web).