Your Xiaomi screen goes out too quickly, interfering with reading, watching videos or working with applications? By default, the MIUI system sets a screen sleep timer for 30 seconds - this saves battery power but often creates inconvenience. In this article, we will analyze all the current ways to turn off the auto-turning of the screen on Redmi smartphones, POCO and other devices of the brand, including hidden settings and bypassing the limitations of MIUI.
The problem is complicated by the fact that in new versions of the firmware (for example, MIUI 14 Android-based 13/14) The manufacturer has removed the direct ability to set the value of "Never." But there are workarounds, from standard settings to use. ADB-We tested each method on Redmi Note devices. 12 Pro+, POCO X5 Pro and Xiaomi 13 Lite to ensure that instructions are operational.
Important: Some methods require developer rights or unlock the bootloader. If you are a beginner, start with the simplest options (sections 2β3) and then move on to the advanced ones (sections 5β6).
Standard MIUI settings: maximum latency
The safest and most obvious way is to increase the screenβs sleep timer through the settings menu.Unfortunately, MIUI 12-15 does not have the option βNeverβ, but you can set the maximum possible value of 10 minutes (on some models, up to 30 minutes).
Instructions:
- π± Open the Settings app (cog icon).
- βοΈ Go to the Screen section (or Display on some firmware).
- β±οΈ Find the screen sleep item (may be called a sleep timer or auto-switch off).
- π’ Select the maximum value available (usually 10 minutes or 30 minutes).
βοΈ Preparing for a change in sleep timer
Limitations of the method:
- β There is no βNeverβ option in the new versions. MIUI.
- β In some models (POCO F5, Redmi K60) Maximum time - only 5 minutes.
- β After updating the firmware settings can be reset.
β οΈ Note: If your menu does not have screen sleep, check the Additional settings section β Screen and brightness on some firmware for the European market (MIUI EU) path may differ.
2. Developer Mode: Hidden Timeout Settings
Activating developer mode allows access to additional parameters, including the ability to set an arbitrary time to turn off the screen (up to several hours), which works on all versions of MIUI and does not require root rights.
How to turn on the developer mode:
- Open the Settings. β The phone.
- Find the MIUI version and tap it 7 times in a row.
- Enter a pattern lock or password if required.
- Return to the main settings menu and a new section for developers will appear.
Now change your sleep timer:
- π§ Go to Settings. β For developers.
- π Scroll down and find the Sleep item when connecting to charging (or screen timeout).
- π Select Never or set a maximum time (e.g. 1 hour).
π‘
If there is no Sleep point when connecting to charging, try connecting the phone to the charger - sometimes the option appears only when you are actively charging.
| Xiaomi model | Max: Time in Standard Settings | Max. Time in Developer Mode |
|---|---|---|
| Redmi Note 11 Pro+ | 10 minutes. | 1 hour / Never |
| POCO X4 Pro | 5 minutes. | 30 minutes. |
| Xiaomi 13 Ultra | 30 minutes. | Never. |
| Redmi 10A | 2 minutes. | 10 minutes. |
β οΈ Attention: On some firmware (MIUI China) after activation of the developer mode, a warning may appear about "unsafe settings." This is normal - just confirm the action.
3.Use of the Screen Always On (AOD) app
The Always On Display (AOD) feature allows you to keep the screen active in minimal mode, displaying time, notifications or custom graphics.It's not a complete shutdown of the sleep timer, but a good compromise for battery saving.
How to set up AOD on Xiaomi:
- π Go to Settings. β Screen. β Always On Display.
- π Select the display style (e.g., Dial or Minimalist).
- β° Set a schedule or select Always (if available).
- π Activate Show when charging so that the screen does not go out while connecting to the network.
Advantages of the method:
- β Minimum battery consumption (about 1-2% per hour) AMOLED-screen).
- β It works on all models with MIUI 12+.
- β Does not require root rights or ADB.
Disadvantages:
- β Not all applications will be displayed correctly in mode AOD.
- β On devices with LCD-screens (e.g. Redmi) 9A) Battery consumption will increase to 5-7% per hour.
4. ADB-commands: forced shutdown of the sleep timer
If standard methods donβt work, you can use Android Debug Bridge (ADB), a debugging tool that allows you to change system settings without root rights.
Step-by-step:
- Download and install. ADB-computer-driver.
- Enable USB debugging in the developer settings (see Section 2).
- Connect your phone to your PC via USB and confirm the debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell settings put global stay_on_while_plugged_in 3Transcript of the team:
- 3 β the screen is always on (both when charging and from the battery).
- 1 - only when connected to charging.
- 0 - Reset to standard settings.
What if the ADB does not recognize the device?
Once you have completed the command, restart your phone, the changes will only take effect after the reboot. To return the standard settings, use the same command with 0.
β οΈ Note: Some banking applications (e.g. SberBank Online or Tinkoff) may block work on devices with active debugging. USB. Before use ADB Check compatibility with your financial services.
5 Third-Party Applications: Bypassing MIUI Restrictions
If you don't like standard methods, you can use Google Play apps that mimic user activity or block the transition to sleep mode.
- π Keep Screen On β Keeps the screen on while the selected application is running (e.g. YouTube or Chrome).
- π Caffeine β Adds a notification panel to quickly turn on/off the βdonβt sleepβ modeΒ».
- β‘ Stay Alive! β Advanced settings for managing sleep timers, including exceptions for individual apps.
How to set up Keep Screen On:
- Install the app from Google Play.
- Open it and grant permission to Overlay over other applications.
- Select apps that need to turn off your sleep timer (like Waze or Google Maps).
- Activate the service in the notification panel.
Warnings:
- β Some applications may conflict with MIUI Optimization (optimization) MIUI), Which will lead to accidental reboots.
- β On Android 12 devices+ You will need to manually allow access to notifications for such utilities.
π‘
Apps like Keep Screen On donβt cancel the system sleep timer, but mimic the userβs activity, which can lead to increased battery consumption (up to 10-15% per hour).
6. Root access: Completely shutting down the sleep timer
Radical methods are available for users with unlocked bootloaders and root rights, one of which is editing the system file settings.db, which stores the screen timeout value.
Instructions (requires Magisk or TWRP):
- Install a file manager with root support (such as Root Explorer or FX File Explorer).
- Go to /data/data/com.android.providers.settings/databases/.
- Copy the settings.db file on SD-card (for backup copy).
- Open the file in a text editor (such as SQLite Editor) and find the row with the parameter. screen_off_timeout.
- Change the value to -1 (infinite timeout) and save the file.
- Reset the device.
Risks of the method:
- β οΈ Incorrect editing of settings.db can lead to bootloop (a looped reboot).
- β οΈ After updating MIUI change.
- β οΈ Some banking apps refuse to work on rooted devices.
An alternative way for root users to use a Magisk module called Screen Off Timeout, which adds the βNeverβ option to the standard screen settings.