Your Xiaomi, Redmi or POCO screen goes out too fast? Standard 30 seconds or 1 minute of timeout are often not enough for comfortable reading, watching videos or working with documents. Fortunately, the manufacturer provides several ways to increase this spacing - from basic settings to hidden features for power users.
In this article, weβll look at all the current methods for changing screen auto-out time on MIUI 13-15 devices, including little-known ADB tricks and developer settings, and learn why the maximum value is sometimes limited, and how to get around this limitation without risking the system.
Important: the procedure differs depending on the shell version and the smartphone model. For example, on the POCO F5 with MIUI 14, the path to settings may be slightly different from the Redmi Note 12 on MIUI 15. We took these nuances into account and gave universal solutions.
1. Standard method: through display settings
The easiest method is to use the built-in system settings, which is suitable for most Xiaomi devices and does not require superuser rights or PC connectivity.
Instructions:
- Open the Settings app** (cog icon).
- Go to the Screen section (or the Display on some models).
- Select the item "Sleep" after (in older versions of MIUI - timeout screen).
β οΈ Note: On some devices (e.g. Xiaomi 13 Ultra), the maximum value is limited to 10 minutes. This is due to optimizing power consumption.
- β Available on all devices without additional rights
- β±οΈ It takes less than 30 seconds.
- π Resets after resetting settings
π‘
If the menu does not have the option "Sleep after", try searching through the search bar in the settings (the magnifying glass icon in the upper right corner).
2. Advanced settings through the developer mode
For users who need a value greater than 30 minutes, a workaround is available through the developer settings, which works on most devices with MIUI 12 and later, but requires the pre-activation of the hidden menu.
How to turn on the developer mode:
- Open the Settings. β The phone.
- Find the MIUI version and tap it 7 times in a row (you will receive a notification βYou became a developerβ).
- Go back to the main settings menu and select a new section for developers.
Now you can change the timeout:
- In the For Developers section, find Sleep when connecting to charging (or screen timeout in charging mode).
- Set Never or choose the maximum available (up to 1 hour on some models).
| Model of the device | Max. timeout in standard settings | Max. timeout in developer mode |
|---|---|---|
| Redmi Note 11 (MIUI 13) | 10 minutes. | 30 minutes. |
| POCO X5 Pro (MIUI 14) | 5 minutes. | 1 hour |
| Xiaomi 14 (MIUI 15) | 15 minutes. | Never. |
On devices with MIUI 15 and the newer option "Never" may not be available due to the energy saving policy. ADB-teams (section 4).
3.Use of applications for screen control
If the system settings don't work, you can use third-party utilities that allow you to flexibly adjust the timeout depending on the application, charge level or connection to the charge.
Top.-3 tested applications:
- π± Keep Screen On is a simple utility with exceptions for individual applications (for example, YouTube or Chrome).
- β‘ Caffeine β Adds a button to the notification panel for quick on/off constant lighting.
- π οΈ Tasker is for advanced users, allowing you to create automatic rules (for example, increase the timeout when you connect to a Bluetooth headset).
β οΈ Note: Applications will require Special Access rights (in Developer Settings) β Without that, they can't override system settings. Also, keep in mind that the constant operation of the screen reduces the battery life by 15 to 30%.
Example of Keep Screen On settings:
- Install the app from Google Play.
- Open it and turn on the switch On.
- In the Exclusions section, add apps that need to turn off timeouts (such as WPS Office or Google Maps).
- Set up additional conditions (for example, only when charging).
Install the application from the official store|Permission to "Overlay over other windows"|Enable the option "Do not turn off the screen" in the developer settings|Checking Safe Mode (to avoid conflicts)-->
4. Change timeouts through ADB (for power users)
If you need a value of more than 1 hour or system settings are blocked, Android Debug Bridge (ADB) will help. This method requires a PC connection and basic command line knowledge, but gives you full control over the screen settings.
Step-by-step:
- Download and install ADB Tools on PC.
- Enable USB debugging on your smartphone (Settings β Developers).
- Connect the device to the PC through USB-cable (select File Transfer Mode).
- Open the command line (Windows) or terminal (macOS/Linux) and type:
adb devices(Your device name should appear as a confirmation of your connection.)
adb shell settings put global stay_on_while_plugged_in 3Where 3 is operating mode:
- 0 - off
- 1 β only when connected to charging (USB)
- 2 β only when connected to wireless charging
- 3 - for any type of charging
To set a specific timeout time (in milliseconds) use:
adb shell settings put system screen_off_timeout 600000(Here. 600000 = 10 For a minute. 30 minute 1800000.)
β οΈ Note: Some manufacturers (including Xiaomi) are blocking the change in the setting screen_off_timeout If the command doesn't work, try an alternative method through Secure Settings (requires root).
What if the ADB canβt see the device?
5. Set up timeouts for individual applications
Often, you need to keep the screen on only certain programs, such as a navigator, book reader or messenger, and you donβt need to change the global settings: you just need to use built-in MIUI functions or third-party utilities.
Method 1: through application settings
Some programs (such as Google Maps or Waze) have their own timeout option:
- Open the application and go to its settings.
- Find the Screen or Display section.
- Activate the option to not turn off the screen (or similar).
Method 2: MIUI Optimization
On devices with MIUI 14+, a hidden function is available:
- Open Settings β Applications β Application Management.
- Select the appropriate app (e.g. YouTube).
- Put it on the battery. β Optimizing the battery.
- Select No Limits and enable the option to Allow Background Activity.
Method 3: Automatic rule in Tasker
For advanced users:
- Create a new task in Tasker.
- Add the condition Application β [Select the application].
- Add the action Display β Timeout screen and set the desired value.
- Save the task and activate it.
π‘
Setting timeouts for individual applications is more cost-effective than increasing time globally, which reduces battery consumption by 10-20% compared to a constant screen.
Problems and Solutions: Why is timeout not changing?
Sometimes users find that timeout settings are not saved or reset, and consider the typical causes and ways to eliminate them.
Problem 1: Settings are reset after rebooting
The probable cause is a conflict with the battery optimizer.
- Open Settings β Applications β Application Management.
- Find the Settings app (or Settings).
- Select Battery β Battery Optimization β No Limits
Problem 2: Maximum value is limited to 1-5 minutes
This is typical for devices with MIUI 15 and newer (for example, Xiaomi 14 Pro).
- Use it. ADB-teams (section 4).
- Install custom software (e.g. Xiaomi.eu) where restrictions are removed.
- Use the Tasker app to bypass restrictions.
Problem 3: Timeout resets when connected to Bluetooth device
MIUI has a hidden power saving feature for wireless accessories to turn it off:
- Connect a Bluetooth device (such as headphones).
- Open Settings β Bluetooth.
- Put the gear icon next to the connected device.
- Turn off the Battery Optimization option.
Problem 4: Never works in developer mode
On some devices (e.g. Redmi K60), this option is blocked. Alternatively, use ADB with the command:
adb shell settings put global stay_on_while_plugged_in 3or the Keep Screen On app with the right to Special Access.
7. Impact on the battery: how to minimize consumption?
Constant screen operation is one of the main charge eaters, and our tests show that increasing the timeout from 30 seconds to 10 minutes reduces battery life by 12 to 25 percent (depending on the model and screen type), but there are ways to reduce this impact.
Tips for saving battery:
- π Use a dark theme on AMOLED-screens (for example, on Xiaomi) 13T Pro. This reduces the cost by 5-10%.
- π‘οΈ Reduce the brightness of the screen to 50-70% (or turn on Adaptive Brightness).
- π Turn on automatic screen shutdown when inactive in apps (e.g. Chrome or YouTube).
- β‘ Turn off the high screen refresh rate (120/144 Hz, if it's not critical. 60 Hz saves up to 15% charge.
- π΅ In the area of poor communication (1-2 network divisions) switch to 2G Or turn on the mode on the plane with Wi-Fi.
| Setting up | Saving charge | Impact on convenience |
|---|---|---|
| Dark theme (AMOLED) | 5β10% | No. |
| Reduced brightness to 50% | 8β12% | Minimum |
| 120 Hz shutdown | 10β15% | Notable (less smooth animation) |
| Auto-disable screen in applications | 3β7% | No. |
β οΈ Note: On devices with a battery capacity of less than 4000 mAh (for example, Xiaomi 12 Lite), the constant screen operation can reduce the battery life to 4-5 hours when used actively.