Power saving mode on Xiaomi devices is a useful feature for extending autonomy, but it often causes inconvenience: applications stop working in the background, notifications come with a delay, and performance drops by 2-3 times, especially on Redmi Note 12, POCO X5 or Mi 13 models, where aggressive optimization of MIUI can block even system processes.
In this article, we will discuss all the ways to turn off energy savings, from standard settings to hidden settings for power users. Note that on some devices (for example, Xiaomi 14 Ultra or Redmi K70) energy saving algorithms are integrated deeper, and deactivating them will require access to an unlocked bootloader or superuser rights.
1. Standard shutdown via MIUI settings
The easiest method is to use the built-in system options, which is suitable for most devices on MIUI 12-15 and does not require additional manipulation, except for some models for the Chinese market (for example, Xiaomi Civi 3), where the menu may differ.
To disable the basic mode of energy saving:
- Open the Settings. โ Battery.
- Put the badge on. โ๏ธ (gear) in upper right corner.
- Select the option of energy saving.
- Translate the slider to the Off position. or select the option No restrictions (on some firmware).
On the POCO F5 and Redmi Note 13 Pro+, this path may look different:
- ๐ Settings โ Battery and productivity โ Energy conservation
- ๐ฑ Settings โ Additionally. โ Battery โ Power regimens
๐ก
If the applications are closed after turning off the mode, check the individual energy saving settings for each of them in the Settings โ Applications โ Battery Management section.
Important: on some devices (e.g. Xiaomi Pad 6), standard shutdown does not remove restrictions on background activity, in which case you will need to use methods from the following sections.
2. Disable optimization for individual applications
Even if the general power saving mode is deactivated, MIUI by default limits the background performance of most applications, including instant messengers (Telegram, WhatsApp), social networks, and even some system services, to remove the restrictions:
- Go to Settings โ Applications โ Application Management.
- Select the application you want (for example, Viber).
- Slip the Energy Saving (or Battery on the new versions).
- Choose No Limits or No Limits.
For convenience, you can use a batch disconnect:
- ๐ In the same section, App Management click on three dots (โฎ) top-corner.
- ๐ Select Show Systems to see all processes.
- ๐ Sort the list by energy consumption and remove restrictions from critical services (e.g. Google Play Services or Mi Cloud).
Choose all messengers and social networks
Remove restrictions on Google Play Services
Check the synchronization settings
Reset the device to apply changes-->
MIUI 14+ has a Deep Optimization feature that automatically closes applications 5-10 minutes after they are folded, and can only be disabled via ADB (section 4) or by using the superuser right.
3. Hidden developer settings: disabling the MIUI background
There are hidden parameters in MIUI that allow you to fine-tune your power consumption.
- Go to Settings. โ The phone.
- Tap 7 times on the MIUI version until you become a developer!
- Go back to the basic settings and open a new Developer section (usually at the end of the list).
Find and disable the following options:
- ๐ Limitation of background processes โ Select the Standard Limit or No Limitations.
- โก Optimization MIUI โ Turn off the slider (on some firmware this item is called Smart Optimization).
- ๐ Automatic Memory Optimization โ Turn it off.
What to do if there is no โDevelopersโ item?
On the POCO X6 Pro and Redmi K60, the developer menu also includes Background Activity Check, which will help track which applications are blocked by the system, but this increases battery consumption by 5-10%.
4. Disconnection via ADB (for power users)
If standard methods donโt work, you can use Android Debug Bridge (ADB), which is suitable for devices with unlocked bootloader and enabled debugging over USB.
Instructions:
- Install ADB Tools on your PC.
- Enable USB debugging in the developer settings.
- Connect the phone to your computer and do the following at the terminal:
adb shell
settings put global hidden_api_policy_pre_p_apps 1
settings put global hidden_api_policy_p_apps 1These commands unlock the hidden APIs, and then you can disable deep optimization:
adb shell dumpsys deviceidle force-idle
adb shell settings put global power_saver_mode 0To disable restrictions on the background work of a particular application (for example, Telegram):
adb shell cmd appops set org.telegram.messenger RUN_ANY_IN_BACKGROUND allow๐ก
ADB commands are temporary โ after the device is restarted, some of the restrictions can return. For a permanent effect, you need to edit system files (for advanced users only!).
Xiaomi. 13T newer ADB-In this case, only obtaining root rights or installing custom firmware (for example, LineageOS) will help).
5.Use of Magisk and modules for deactivation of energy saving
If you have root access, you can install customized modules for Magisk that completely shut down core-level energy saving.
- ๐ ๏ธ Disable MIUI Battery Optimization โ Removes all restrictions MIUI, including.
- โก Battery Optimizer Disabler โ Blocks System Optimization Services.
- ๐ง Universal GMS Doze Fix โ fixes problems with the background work of Google services.
Installation:
- Download the module from the Magisk repository.
- Install Modules in the Magisk Manager application via the menu.
- Reset the device.
After installation, check the logs through Logcat (in the developer settings). If errors like BatteryStatsService: forceStopPackage appear, then the module conflicts with the firmware - try another one.
Standard settings of MIUI
Developer settings
ADB-team
Magisk and root
Nothing helped.-->
6. Alternative methods: firmware and custom ROM
If none of these things work, the last option is custom firmware, which would remove MIUI restrictions completely, but would require unlocking the bootloader and losing warranty.
- ๐ฑ LineageOS โ pure Android without Xiaomi optimizations.
- โก Pixel Experience โ Pixel-based firmware with minimal power consumption.
- ๐ง crDroid - custom firmware with flexible battery settings.
Installation process:
- Unlock the bootloader through the Mi Unlock Tool (requires a binding Mi Account and wait 7-15 days).
- Install TWRP Recovery or OrangeFox.
- Sweep through custom firmware and Gapps (if you need Google services).
On Xiaomi 12S Ultra and later, unlocking the bootloader can be blocked by the manufacturer, in which case only the use of ADB or Magisk remains without completely replacing the firmware.
๐ก
Before you run the firmware, backup it with TWRP or Swift Backup, which will save data even when you reset to factory settings.
Comparison of methods: which is better to choose?
| Method | Difficulty | Efficiency | Risks. | Required. root/unlock |
|---|---|---|---|---|
| Standard settings | โญ | โ ๏ธ Partial | No. | No. |
| Developer settings | โญโญ | โ Tall. | Minimum | No. |
| ADB-team | โญโญโญ | โ โ Complete. | Medium (failure risk) | Yeah (USB debugging) |
| Magisk modules | โญโญโญโญ | โ โ โ Maximum | High (loss of warranty) | Yeah (root) |
| Custom firmware | โญโญโญโญโญ | โ โ โ Complete removal of restrictions | Critical (brick device) | Yeah (unlock loader) |
On devices with a Snapdragon 8 Gen 2/3 processor (such as the Xiaomi 13 Pro or Redmi K60 Ultra), power saving may overheat under prolonged loads, in which case it is recommended to use Magisk modules with fine tuning, rather than completely deactivate the optimization.
Frequent Mistakes and How to Avoid Them
Many users experience problems after power cuts, and here are the most common mistakes and solutions:
โ ๏ธ Warning: If the device starts to discharge quickly after optimizing off (more than 10% per hour in standby mode), check background activity through Settings โ Battery โ Battery use. Often messengers or social media are to blame - limit their manual work.
Problem 1: Applications will still close after 5-10 minutes.
- ๐ Check the Optimization Settings MIUI developer-menu.
- ๐ต Remove the application from the list of Restricted Apps in Settings โ Battery โ Battery management.
- ๐ Restart the device โ sometimes changes only apply after a reboot.
Problem 2: After use ADB-Restriction teams have returned.
- ๐ง Run the commands again and add them to the autoplay script (for example, via Tasker).
- ๐ฑ Check if the settings are reset after the update MIUI.
โ ๏ธ Attention: On devices with MIUI Global Stable Some of the ADB-The teams may not work because of Xiaomi's security policy, and only switching to the new system will help. MIUI EU custom-made.
Problem 3: The device overheats or brakes after the power saving shutdown.
- ๐ก๏ธ Install a temperature monitoring app (for example, CPU Monitor).
- โ๏ธ Enable back Background Process Limitation in Developer Settings, but leave critical apps unchanged.
- ๐ Use the Thermal Engine Tuner module for Magisk to adjust overheating thresholds.