How to completely disable background apps on Xiaomi Redmi Note 10 Pro: optimization of MIUI 14/13

Xiaomi Redmi Note 10 Pro is one of the most popular mid-range smartphones, but even it is not immune to the typical problem of Android devices: background applications absorb RAM, drain the battery and slow down the system. Unlike β€œpure” Android, MIUI firmware (especially versions 13 and 14) aggressively caches processes, which leads to artificial β€œhang” interface in multitasking.

In this article, 5 proven ways to disable background activity on Redmi Note 10 Pro apps (sweet/sweetin models), including hidden developer settings, limitations through MIUI Optimization, and even radical methods for advanced users. We'll look at which apps can be safely "killed" and which ones should not be touched so as not to break system functions. All instructions are relevant for MIUI 14/13 based on Android 12/13.

Important: Some methods require unlocking the bootloader or ADB-We've marked them separately. If you're a beginner, start with the first three ways (they don't require root rights).

1. Manually shutting down background activity via MIUI settings

The easiest way is to use the built-in MIUI tools. It does not require additional programs and is suitable for most applications (except system ones).

Go to: Settings β†’ Applications β†’ Application Management

Select the app you want (like Facebook or TikTok) and follow the following steps:

  • πŸ”„ Stop – temporarily suspends the application, but does not block auto-run.
  • 🚫 Disable Autostart – prevents the application from starting automatically when you turn on your phone or connect to the Internet.
  • πŸ“΅ Limit background activity is the most effective item: the application will not be able to update in the background, but will work when manually run.
  • πŸ”‹ Limit battery use is useful for β€œgluttonous” applications like Google Play Services.

⚠️ Note: Do not turn off background activity for system applications like com.miui.securitycenter or com.android.phone – this can cause malfunctions in the phone (lack of network, notifications or lock screen).

Unused messengers (Viber, Telegram)

Social networks (Instagram, Facebook)

Games (PUBG, Genshin Impact)

Fitness trackers (Google Fit, Mi Fit)

-->

2.Use of the battery and performance mode

MIUI has a hidden optimization mode that automatically limits background processes to save charge.

Go to: Settings β†’ Battery and Performance β†’ Battery Mode

Choose one of the options:

  • πŸ”‹ Balanced – moderate limitation of background processes (recommended for most users).
  • 🌿 Energy saving – aggressively shutting down background applications, but reduces productivity.
  • ⚑ High performance – background processes are not limited (not suitable for our task).

For maximum effect, select "Energy saving", but note that in this mode:

  • Notifications may be delayed.
  • Background synchronization of mail / messengers will be disabled.
  • Some apps (like Google Maps) will stop tracking location in the background.

Balanced |Energy saving |High performance |I don't know what it-->

πŸ’‘ Useful tip: If you need to temporarily unlock background activity (for example, for a navigator), switch to Balanced Mode and return back after use.

3 Developer settings: Limiting processes

For power users, MIUI offers hidden options that allow you to severely limit the number of background processes.

  1. Go to Settings. β†’ The phone.
  2. Click 7 times on the "MIUI version" (you will be notified "you became a developer").
  3. Return to the main settings menu and open a new Settings section β†’ Additional β†’ For developers.

Now find the following parameters and set:

  • πŸ”’ Limit of background processes β†’ Select "maximum" 2 "Process" (this is the best for Redmi Note) 10 Pro 6/8 GB RAM).
  • 🚫 Don't keep up β†’ Turn it on (it'll forbid you). MIUI cache applications after closing).
  • πŸ”„ Limit background processes β†’ Include (additional limitation).

⚠️ Attention: Setting a limit in "No background processes" can lead to loss of notifications from messengers and system failures.Optimum value for Redmi Note 10 Pro β€” 2-3 process.

What happens if you install "No Background Processes"?
With this restriction, MIUI will kill ALL applications immediately after curtailment, including system ones. This will lead to: - Loss of notifications (even SMS can come with a delay). - Interrupting downloads in the background (for example, application updates). - Errors in widgets (weather, hours, etc.). - Possible "departures" of the MIUI launcher when multitasking.

ParameterRecommended valueThe effect
Limit of background processesMaximum 2 of the processReduces the load on RAM, but saves notifications
Not to keep up the actionIncluded.Applications are not cached after closing
Limit background processesIncluded.Additional Limitation for Aggressive Applications
Window animationOff (0.5x)Accelerates switching between applications

4.Use ADB for deep optimization (no root)

If standard methods do not help, you can resort to ADB-This way, it doesn't require root rights, but it requires a computer and a computer. USB-cable.

πŸ“Œ Preparation:

  1. Enable USB debugging in the developer settings (see previous section).
  2. Download ADB Tools on PC.
  3. Connect the Redmi Note 10 Pro to your computer and confirm the debugging permission.

πŸ’» Teams for optimization:

Disable AutoRun for a Specific Application (Facebook Example)


adb shell cmd appops set com.facebook.app START_FOREGROUND deny




Ban background activity for all user applications



adb shell cmd deviceidle force-idle




Limit your work in the background for Google Play Services (caution!)



adb shell cmd appops set com.google.android.gms RUN_IN_BACKGROUND ignore




View the list of applications with active background processes



adb shell dumpsys activity processes

⚠️ Note: Instructions for system applications (e.g. com.miui.home or com.android.systemui) may cause the interface to fail MIUI. Before experimenting, make a backup copy!

πŸ’‘

If so, ADB-commands the phone started to glitches, perform a reset via adb shell cmd settings reset global (does not delete data, only returns settings to factory settings).

5. Radical methods: disconnection via Greenify or root

If you are willing to go to extreme measures, consider:

  • 🌱 Greenify is a background freezer application that works without root, but with limitations (some applications are not blocked).
  • πŸ”“ Magisk + Xposed – Full control over background processes, but requires unlocking the bootloader and installing custom Recovery (TWRP).
  • πŸ—‘οΈ Debloating – Removing Xiaomi system applications that cannot be disabled by standard methods (e.g. Mi Video, Mi Music).

πŸ”§ Instructions for debloating through ADB (rootless):

# Remove Mi Video (replace with the desired application)


adb shell pm uninstall --user 0 com.miui.video




Removal of Mi Music



adb shell pm uninstall --user 0 com.miui.player




List of all system applications (to search for targets)



adb shell pm list packages -s

⚠️ Warning: Removing system applications may disrupt the work MIUI. For example, deleting com.miui.analytics will result in a loss of battery usage statistics.

πŸ’‘

Greenify is the safest solution for beginners, but even it requires caution: Don’t freeze system processes like android.process.media, which will cause errors in the phone’s performance.

How to check that background applications are disabled

To make sure your actions have worked, use:

  1. MIUI Task Manager: Click on the "Recent Applications" button (square at the bottom of the screen) and swipe down - a RAM usage schedule will appear at the top of the screen. If the background processes are disabled, free memory should be >50%.
  2. ADB-Command: Perform adb shell dumpsys meminfo and check the Background Apps section – there should be no custom applications.
  3. CPU Monitor: Shows real-time CPU activity. If background processes are disabled, the graph will be "even" (no jumps).

πŸ“Š Normal performance for the Redmi Note 10 Pro (6/8 GB RAM):

  • Free RAM: 1.5-2.5 GB (with background processes turned off).
  • Using a CPU is simple: <5% (if more, something works in the background).
  • Processor temperature: 30-40Β°C (with active background tasks can rise to 50Β°C).

FAQ: Frequent questions about background apps on Xiaomi

πŸ”Ή Why After Background Processes Disconnected, Notifications Stopped?
This is due to aggressive restrictions in Power Saving mode or manually shutting down auto-start for instant messengers.Solution: Add an app (like WhatsApp) to battery exclusions (Settings) β†’ Battery β†’ Optimizing the battery β†’ All applications. Enable auto-start for it in the application settings. ADB, Cancel the command cmd appops set [package] RUN_IN_BACKGROUND ignore.
πŸ”Ή Can I turn off background processes for Google Play Services?
Technically, but not recommended. Google Play Services is responsible for: Authorize on Google Account; Google Maps and other services; Update apps through Play Market. If you turn off its background activity, you lose access to many features. Instead, limit it through Settings β†’ Apps β†’ Google Play Services β†’ Limit background activity.
πŸ”Ή Why, after the process was limited, the phone was slower to open applications?
This is normal behavior: MIUI no longer caches applications in memory. Solutions: Increase the backend limit to 3-4 in the developer settings. Turn off the Do Not Save Action option (but this will increase battery consumption). Use preload launchers (like Nova Launcher).
πŸ”Ή What apps can be safely disabled in the background?
List of "safe" to disable applications (non-system): Social networks: Facebook, Instagram, TikTok. Messengers (if notified): Viber, Skype. Games: PUBG, Clash of Clans, Genshin Impact. Fitness trackers: Google Fit, Mi Fit, Strava.News apps: Yandex.News, Google News. ❌ Don't touch: com.android.phone, com.miui.securitycenter, com.google.android.gms.
πŸ”Ή How to get it back if the phone is sluggish?
If you have a failure after optimization (no SMS, no Internet, etc.), do: Reset Settings β†’ System β†’ Reset Settings β†’ Reset all settings (data will not be deleted). If you used ADB, do: adb shell cmd settings reset global adb shell cmd deviceidle disable To return remote system applications, you will need to flash through Fastboot.