Xiaomiβs smartphone screen is one of the worldβs biggest energy consumers, and prematurely shutting down can be annoying, especially when youβre reading long text or watching videos. Many users face the problem of the display going out after 15 to 30 seconds of inactivity, although the settings indicate a different time. In this article, weβll look at not only standard methods for increasing screen time, but also hidden MIUI features that will help prolong display activity without sacrificing the battery.
It's important to understand that screen life is not just about timeout settings, but also about optimizing the system, the application background, and even the firmware version. For example, the Xiaomi Redmi Note 12 with MIUI 14 has a different energy saving algorithm than the POCO X5 with MIUI 13, and we tested all of these on current models (2022-2026) and selected those that actually work.
1. Standard screen timeout setting
The most obvious way is to change the time of automatic disabling of the display in the settings, but many users are unaware that in MIUI this setting can be reset after updates or conflict with power saving modes.
To set maximum time:
- Open the Settings β Display.
- Select the screen timeout (or Sleep After on some models).
- Set a value of 10 minutes is the maximum for most devices. On Xiaomi 13 Ultra and flagships with MIUI 15, a value of 30 minutes is available.
If the screen goes out earlier after changing the settings, check:
- π Battery mode: in Settings β Battery β Battery mode select Performance instead of Energy saving.
- π Autobrightness: Turn it off in Settings β Display. β Autobrightness β the light sensor sometimes resets the timeout.
- π± System updates: on some firmware (e.g, MIUI 12.5) was a time-out bug - upgrade to the latest version.
2. disable the "Smart Assistant" and background restrictions
The Smart Assistant feature (Security β Battery β App battery saver) automatically limits application activity, which can lead to premature screen shutdown. For example, if you are reading a book on Google Play Books or watching a video on YouTube, the system can decide that the application is βhangβ and turn off the display.
To fix this:
- Go to Settings β Applications β Application Management β Smart Assistant.
- Find apps you use frequently (e.g. Chrome, Telegram, VLC) and turn off background restriction for them.
- In Settings β Battery β Applications selection, add these programs to the list without restrictions.
Also check Do Not Disturb mode (Settings β Notifications β Do Not Disturb). If Automatically Turn Off Screen is enabled, it may conflict with timeout.
3. Use of the βDevelopersβ mode
MIUI has hidden settings that allow you to turn off the automatic screen when charging or using certain applications.
- Go to Settings. β The phone.
- Click 7 times on MIUI until you become a developer!
- Back to Settings β Additionally. β For developers.
Key options are now available:
- π Do not turn off the screen when charging β useful for reading or watching videos while connecting to the network.
- π± Debugging by USB β Sometimes it affects the display (please turn it on if you use it). ADB).
- β‘ Background Limitation β Turn off for critical applications.
What to do if there is no item "Do not turn off the screen when charging"?
On the Xiaomi 12T and the newer MIUI 14+, the βDo not turn off screen when chargingβ option may not be available due to the power saving policy, in which case only manual control through ADB will help (see section 5).
4. Optimization of the screen power consumption
The less power a display consumes, the longer it can stay on, and there are several ways to reduce the load in MIUI:
| Parameter | Recommended value | The effect |
|---|---|---|
| Frequency of update | 60 Hz (instead of 90/120/144 Hz) | Increases work time by 15-20% |
| Screen resolution | FHD+ (2400Γ1080) instead of QHD+ | Reduces the load on the GPU |
| Adaptive brightness | Shut down. | Prevents accidental blackout |
| Dark subject. | Turn on | Reduces consumption by AMOLED-screen |
To change the refresh rate:
- Open Settings β Display β Update frequency.
- Select 60Hz (on POCO F5 and game models, it may be called the Standard).
β οΈ Note: On Xiaomi Black Shark and other gaming smartphones, a forced downgrade of the refresh rate can cause artifacts in games.
5. ADB commands to force screen time increase
If standard methods don't work, you can use ADB (Android Debug Bridge) to manually manage your settings, which is suitable for power users and requires a PC connection.
Instructions:
- Install ADB Tools on your computer (you can download from the official website).
- Enable USB Debugging in Settings β For Developers.
- Connect your phone to your PC and execute the command:
adb shell settings put global stay_on_while_plugged_in 3This command will keep the screen on:
- 0 - never stays on.
- 1 - only when charging from the network.
- 3 β when charging from the network and USB.
To return the standard behavior, do:
adb shell settings put global stay_on_while_plugged_in 0β οΈ Attention: On Xiaomi with MIUI 13+ after-use ADB You may need to restart, otherwise the settings will reset after 24 hours.
βοΈ Preparation for ADB-team
Alternative methods: applications and automation
If the system settings don't work, you can use third-party utilities, and we tested a few apps and selected the most reliable ones.
- π± Keep Screen On β Keeps the screen on by emulating the presses (works even on a locked device).
- β‘ MacroDroid β allows you to create a rule βIf charging is connectedβ β keep off".
- π Tasker β Advanced automation (e.g., disabling timeouts for specific applications).
Example of settings in MacroDroid:
- Create a new macro.
- Specify the trigger: Charging β Connected.
- Add action: Display β Set timeout β 10 minutes.
- Save and activate the macro.
Tasker will require the Secure Settings plugin (available on Google Play) as standard steps do not allow you to change the system timeout settings.
π‘
The application side may conflict with MIUI Optimizations. If after installing the utility the phone started to brake, disable optimization in Settings β Special features β Remove MIUI Optimizations (reboot required).
7.Verification and resetting of settings
Sometimes, viruses or firmware failures cause premature screen shutdowns, such as Android.Triada, which can change system settings, including display timeouts.
To rule out this problem:
- Scan your device through Xiaomi Security (Settings β Security β Scan).
- Remove suspicious applications manually.
- If the problem persists, reset the settings:
Settings β About the phone β Resetting settings β Resetting all settingsThis won't delete your files, but it will return the system settings to factory settings. After the reset, set up the screen timeout again and check the work.
β οΈ Note: On Xiaomi with an unlocked bootloader, resetting settings can cause data loss in the folder /data. Pre-return backup through Settings β Additionally. β Backup.