How to turn off power savings on Xiaomi: all ways

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:

  1. Open the Settings. โ†’ Battery.
  2. Put the badge on. โš™๏ธ (gear) in upper right corner.
  3. Select the option of energy saving.
  4. 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:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select the application you want (for example, Viber).
  3. Slip the Energy Saving (or Battery on the new versions).
  4. 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.

  1. Go to Settings. โ†’ The phone.
  2. Tap 7 times on the MIUI version until you become a developer!
  3. 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?
If after 7 clicks on the MIUI version, the section does not appear, check: 1. Is the latest firmware version installed (update via Settings โ†’ System Update). 2. Does antivirus or third-party software block access to settings (for example, 360 Security). 3. On some Chinese firmware (China ROM), this section may be called Additional Settings and require a password from the Mi Account.

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:

  1. Install ADB Tools on your PC.
  2. Enable USB debugging in the developer settings.
  3. 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 1

These 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 0

To 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:

  1. Download the module from the Magisk repository.
  2. Install Modules in the Magisk Manager application via the menu.
  3. 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:

  1. Unlock the bootloader through the Mi Unlock Tool (requires a binding Mi Account and wait 7-15 days).
  2. Install TWRP Recovery or OrangeFox.
  3. 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?

MethodDifficultyEfficiencyRisks.Required. root/unlock
Standard settingsโญโš ๏ธ PartialNo.No.
Developer settingsโญโญโœ… Tall.MinimumNo.
ADB-teamโญโญโญโœ…โœ… Complete.Medium (failure risk)Yeah (USB debugging)
Magisk modulesโญโญโญโญโœ…โœ…โœ… MaximumHigh (loss of warranty)Yeah (root)
Custom firmwareโญโญโญโญโญโœ…โœ…โœ… Complete removal of restrictionsCritical (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.

FAQ: Answers to Frequent Questions

Can you turn off energy saving without root rights?
Yeah, but not completely. ADB-While the teams allow most of the constraints to be removed, some system optimizations (such as Deep Sleep) remain active.
Why does the battery go down faster after the power saving shutdown?
Without limitation, background processes consume more power. To balance autonomy and performance: Leave optimization for unnecessary applications. Use Adaptive Battery in the developer settings. Install Battery Guru to monitor flow.
How to turn off power saving on Xiaomi Pad 6?
On Xiaomi tablets, the path is a little different: Settings โ†’ Battery and Performance โ†’ Energy Saving. Disable Tablet Optimization (if any). In the developer settings, deactivate Background Limitation for Large Screens. On MIUI for Pad, it is also useful to disable Automatic Brightness Adjustment, as it is associated with energy saving algorithms.
Will this work on the POCO F6 Pro?
Yes, but consider the peculiarities. POCO: Instead of energy saving, look for performance modes. POCO Launcher may not display the developer menu โ€“ use the standard launcher MIUI. ADB-Commands are working but require additional confirmation through Always allow from this computer.
Can you turn off energy saving for games only?
Yes, for this: Open Settings โ†’ Special Permissions โ†’ Battery Management for Games. Select a game (like Genshin Impact) and set Performance or No Limits. In the developer settings, enable Forced GPU Use for the selected application. It is also useful to disable FPS Limitation in Settings โ†’ Display โ†’ Update Frequency.