A sleep timer on Xiaomi devices is a useful feature to save battery power and protect the screen from burnout, but it is not always convenient. Have you ever gone to read a book on a smartphone and the screen went out in 30 seconds? Or run a presentation on Mi TV and the TV went to sleep in the middle of a demonstration? These situations are familiar to many brand users. Fortunately, you can turn off the automatic display on any Xiaomi device โ whether it is a smartphone on MIUI, a Mi Band/Watch smartwatch or a Mi TV TV.
In this article, weโll look at all the ways you can deactivate your sleep timer, including hidden developer settings, ADB commands for advanced users, and workarounds for devices with limited options. Weโll focus on the nuances for different versions of MIUI (12 to 14) and HyperOS firmware, and explain why some models donโt work. If youโre tired of constantly waking up your gadget, read on.
Why sleep timers are automatically turned on and can they be permanently removed?
The automatic screen shutdown feature is built into Xiaomi at the system level for two key reasons:
- ๐ Battery savings: On smartphones and smartwatches, the screen consumes up to 40 percent of the power โ reducing the time it lasts longer.
- ๐ก๏ธ Burnout protection OLED-matrix. Static elements (e.g., navigation panel) can be imprinted on the screen when running long.
- ๐ค Default optimization. The manufacturer believes that most users don't need constant lighting.
But these arguments aren't always relevant. For example, if you use your smartphone as a navigator in your car or connect your Mi TV to an advertising stand, permanently turning off the screen becomes a problem. Fortunately, all Xiaomi devices (except the most budget models) allow you to turn off your sleep timer completely or increase it to a maximum of 30 minutes.
It is important to understand the difference between:
- ๐ฑ Screen sleep timer (display goes out, device remains active).
- ๐ค System sleep mode (the device goes into energy saving, suspending background processes).
โ ๏ธ Warning: On devices with AMOLED- screens (e.g., Xiaomi 13 Pro or Redmi K60), long periods of time without a sleep timer can cause pixels to burn out. If you want a permanent display, use Always on Screen (AOD) mode with minimal brightness.
How to turn off the sleep timer on Xiaomi smartphones (MIUI 12-14 and HyperOS)
On Xiaomi, Redmi and POCO, the algorithm for turning off the sleep timer depends on the firmware version. Consider a universal method that works on 90% of devices:
- Open the Settings โ Display.
- Select the Sleep Timer (or Sleep Mode in older versions).
- In the list of available options, select Never or 30 minutes (maximum value).
If you don't have that, your device uses hidden settings.
- Activate Developer Mode: Go to Settings โ About Phone โ Click 7 times on the MIUI version.
- Back to Settings โ Additionally. โ For developers.
- Find the screen timeout option in standby mode and set Never.
On some models (e.g. POCO F5 or Redmi Note 12), the path may be different:
Settings โ Battery and Performance โ Battery Management โ Sleep SettingsMake sure the device is charged at more than 20%.
Connect the charger if you plan to use it for a long time.
Check if the energy saving mode is on.
Save important data (in case of failure)
-->
For HyperOS devices (such as Xiaomi 14 or Redmi K70), the interface has changed:
- Go to Settings โ Screen โ Advanced settings.
- Select the lock timer and set 30 minutes (the option may never be absent).
โ ๏ธ Warning: On smartphones with a MediaTek processor (e.g., Redmi 10A or POCO M5), after turning off the sleep timer, battery consumption can increase by 15-20%.
Xiaomi (Flagship Series)
Redmi (budget/medium series)
POCO (Gaming Smartphones)
Black Shark (Gaming Devices)
Another model-->
Turning off the sleep timer on Mi TV and Mi Box TVs
On Xiaomi TVs (Mi TV A2, P1, Q2, etc.) and Mi Box S/4K consoles, the sleep timer works differently - it is associated with energy savings and overheating protection.
- On the remote, press Settings โ All Settings.
- Go to Preferences โ Eco Mode.
- Turn off the Sleep Timer option or set the Off value.
If the option is not on the menu, try an alternative method:
Settings โ Device Preferences โ Screen Saver โ SleepFor models with Google TV (e.g. Mi TV Q1 2023):
- Open the settings โ System โ Energy saving.
- Select Sleep Mode and set Never.
| Model TV set | The path to settings | Maximum time without sleep |
|---|---|---|
| Mi TV A2 32"/43" | Settings โ Picture โ Sleep Timer | 4 hours |
| Mi TV P1 55" | Settings โ System โ Eco Mode | Disconnected. |
| Mi Box S | Settings โ Preferences โ Screen Saver | 30 minutes. |
| Mi TV Q2 75" | Settings โ Device โ Sleep | 1 hour |
Some PatchWall firmware (such as the Indian versions of Mi TV) have hidden the option, in which case it will help to reset the settings to the factory or update the software.
๐ก
If the TV still turns off after 4 hours, check the parental controls settings. Sometimes the time limit is set there.
Smart watches and fitness bracelets: Mi Band, Mi Watch, Watch S3
On Xiaomi wearables (Mi Band 7, Mi Watch Lite, Watch S3, etc.), the sleep timer is tightly tied to the firmware. You can't turn it off completely, but you can increase the time to a maximum:
For the Mi Band 5/6/7/8:
- Open the Mi Fitness app (or Zepp Life for new models).
- Select your device โ Screen settings.
- Set the time to lock for 10 seconds (no longer gives firmware).
For the Mi Watch/Watch S3:
- In the Xiaomi Wear app, go to Device Management โ Display.
- Select the screen sleep timer and set 30 seconds.
On the Watch 2 Pro (with Wear OS), the algorithm is different:
Settings on the clock โ Display โ Sleep Timer โ 1 minuteโ ๏ธ Warning: On the Mi Band and Mi Watch with AMOLED- displays (e.g., Mi Band 7 Pro or Watch S1 Pro), a constant screen operation without a sleep timer reduces battery life by 2-3 times. Use the Wrist Raising feature to turn on to reduce the number of manual switches.
Why can't you turn off your sleep timer completely on Mi Band?
Hidden methods: ADB- Developer commands and settings
If the standard methods don't work, you can use advanced tools.
- ๐ฅ๏ธ Computer with drivers installed ADB.
- ๐ฑ Included Developer Mode and Debugging by USB smartphone.
- ๐ USB-cable (preferably original).
Instructions for smartphones:
- Connect the device to the PC and open the command line (cmd).
- Enter the command to check the connection: adb devices
- Turn off the sleep timer command: adb shell settings put global stay_on_while_plugged_in 3 Where 3 - "Always on when charging" mode.
To completely turn off the timer (even without charging), use:
adb shell settings put system screen_off_timeout 2147483647(The value of 2147483647 is the maximum time possible in milliseconds.)
For Mi TVs with Android TV, the command is suitable:
adb shell settings put global stay_on_while_plugged_in 7๐ก
ADB- commands allow you to bypass the limitations of the firmware, but after resetting the settings or updating the system, they will have to be used again.
If the ADB does not recognize the device:
- ๐ Reinstall Xiaomi drivers from the official website.
- ๐ง Enable Debugging by USB (security settings) in the developer menu.
- ๐ Check that File Transfer is selected in USB settings (MTP).
Frequent problems and solutions
Even after the shutdown, the sleep timer can continue to work.
| Problem. | Possible cause | Decision |
|---|---|---|
| Sleep timer resets after reset | Failure in system settings or application conflict | Perform a reset to factory settings or update the firmware |
| The โNeverโ option is not on the menu. | Firmware restriction (e.g. on POCO with MIUI Global) | Use ADB- commands or install custom firmware |
| The screen goes out in 1-2 seconds. | Ultra-low power consumption mode activated | Turn it off in Settings โ Battery โ Modes |
| Settings are not saved | Insufficient rights (e.g. on a work profile) | Remove restrictions in Settings โ Applications โ Special Access |
If your device is corporate (with MDM- policies), the administrator could block the change in the sleep timer.
- Check for management applications (such as Mi Enterprise or Intune).
- Contact the IT- department for unlocking.
On some models (e.g. Redmi 9A or POCO C50) after upgrading to MIUI 13, the ability to set a sleep timer for more than 10 minutes is lost, due to optimization for weak processors.
- ๐ฅ Reverse to the previous firmware version.
- ๐ง Use ADB (see previous section).
Alternative ways to keep the screen active
If you can not turn off the sleep timer, you can use the workarounds:
๐ฑ For smartphones:
- ๐ต Play music. Run any track โ many Xiaomi firmwares don't turn off the screen while playing.
- ๐ Navigation mode. Activate Google Maps or Yandex.Navigator, the screen will remain on.
- ๐ Applications -keepalive Utilities like Keep Screen On or Caffeine mimic user activity.
๐บ For TVs:
- ๐ฎ Game mode. Enable it in Settings โ Picture โ Modes โ Sleep timer turns off automatically.
- ๐ฅ๏ธ Connect to HDMI-CEC If the TV is connected to a PC or console, it will follow their sleep settings.
- ๐บ Screensaver instead of sleep. Install a slideshow of photos in Screen Saver.
โ For a smartwatch:
- ๐ Exercise mode. Run any activity (like "Walking") -- the screen won't go out.
- ๐ Constant charging. Connect the watch to the charger, the sleep timer will turn off.
โ ๏ธ Attention: When using -keepalive applications (Keep Screen On and analogues) the load on the processor increases, which can lead to overheating on weak devices (for example, Redmi 8A or POCO C31).