Xiaomi's screen goes out too quickly, interrupting reading, watching videos or playing games? This is a standard power saving feature, but it is easy to turn off or adjust to your needs. Depending on the model (Redmi Note 12, POCO X5, Mi 11, etc.) and the firmware version (MIUI 12-14 or HyperOS), the methods may slightly differ, but the principles remain the same.
In this article, we have 5 proven methods, including hidden developer settings, third-party apps, and game workarounds, and we'll also look at why the screen can go out even after the timeout is turned off, and what to do if the settings don't save, and all the instructions are tested on current firmware from 2026.
1. Standard waiting time settings
The easiest way is to change screen timeouts in basic settings, which works on all Xiaomi smartphones without root rights or additional apps.
Open Settings β Display β Screen timeout (on HyperOS, the path can be Settings β Screen β Sleep after). There are options from 15 seconds to 30 minutes. Choose the maximum value or Never, if there is one. On some models (POCO F5, Redmi K60), the option is Never Hidden - more about this below.
- π± MIUI 12/13: path of adjustment β Display. β Screen timeout
- π HyperOS: The way to set up β Screen. β Sleep after or Screen and brightness β Time out
- β οΈ Some firmware has a maximum value of 10 minutes. To expand the limit, you need a developer mode.
If after changing the settings, the screen still goes out after 1-2 minutes, check:
- π Power saving mode: it can reset timeout. Turn it off in Settings β Battery β Energy saving regime.
- π² Applications with their own settings: Some programs (such as YouTube or Chrome) ignore system settings.
2. Developer Mode: Hidden Timeout Settings
If the standard settings do not have the option Never, it can be activated through the developer menu, which works on all Xiaomi models, including the Redmi 10, POCO X3 Pro and the flagships of the Mi series.
First, turn on the developer mode:
- Go to Settings. β The phone.
- Find the MIUI version (or HyperOS version) and tap it 7 times in a row.
- You will be notified that you have become a developer.
Now open the extended settings:
- Return to the main settings menu.
- Select Additional β For developers (on HyperOS, the path can be Settings β System β For developers).
- Find the screen timeout in standby mode (or Sleep timeout in English firmware).
- Select Never or maximum value (for example, 30 minutes).
7 times in the version of MIUI/HyperOS|
Find the "Developers" option in the settings |
Select "Stop screen timeout" |
Set the value of "Never" or maximum-->
Important: on some firmware (MIUI 14 for Redmi Note 11) option Never may be absent even in developer mode. ADB-team.
β οΈ Warning: Once the phone is reset to factory settings, the developer mode shuts down.
3. ADB-commands to force timeout
If neither the standard settings nor the developer mode help, try it. ADB-This method requires you to connect your smartphone to your computer, but it gives you 100% results even on blocked firmware.
You'll need:
- π₯οΈ Computer with Windows, macOS or Linux.
- π± USB-Type C Cable (original to avoid connection issues).
- π οΈ Utility. ADB Tools (download and unpack in a separate folder).
Instructions:
- Enable USB debugging in the developer settings (see the previous section).
- Connect your smartphone to your computer and select File Transfer mode.
- Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and go to the folder with ADB:
cd path to folder sdk/platform-tools- Enter a command to check the connection:
adb devicesIf the device appears in the list, do:
adb shell settings put global stay_on_while_plugged_in 3This command causes the screen to remain on while the device is connected to the charger. To turn off the timeout completely (even without charging), use:
adb shell settings put global screen_off_timeout 2147483647What if the ADB canβt see the device?
After completion ADB-The screen will not go out until you reset or enter a reverse command (e.g. adb shell settings put global). screen_off_timeout 60000 return-to 1 minute).
4. Third-party screen control applications
If you're uncomfortable with ADB or setting developer mode, you can install customized apps that allow you to flexibly manage screen timeouts, including separate rules for different applications.
Top.-3 tested applications:
| Annex | Functions | Reference | Cons |
|---|---|---|---|
| Keep Screen On | Keeps the screen on while the app is active. It runs without root. | Google Play | The commercial is free. |
| Caffeine | Adds a button to the notification panel for quick timeout on/off. | Google Play | It doesnβt work on some versions of MIUI. |
| Stay Alive! | Allows you to customize rules for individual apps (for example, only for YouTube or Chrome). | Google Play | Requires permission to access notifications. |
How to use Stay Alive! (the most flexible solution)
- Install the application and open it.
- Go to the Apps section and select the programs you want to turn off timeouts for (such as Google Maps or Kindle).
- Turn on the option to keep the screen on.
- In the application settings, activate AutoRun and Notification Permission.
β οΈ Note: Some apps (like Keep Screen On) may conflict with Xiaomiβs energy-saving features. If the screen goes out anyway, add the app to the exception list in Settings. β Battery β Optimizing the battery.
5. Bypasses for games and video
If the screen goes out only while playing or watching videos, the problem may be in the settings of a particular app or in Game Turbo (branded Xiaomi Game Mode).
For games:
- Open the Game Turbo (a controller icon in the app menu).
- Choose a game where the screen goes out.
- Turn off the option of Energy Saving or Battery Optimization.
- Activate the screen lock (if any).
For video (YouTube, Netflix, etc.):
- π¬ On YouTube, open the video, tap the screen and tap the icon. βοΈ β Screen timeout β Shut down.
- πΊ In Netflix or Kodi, check the appβs settings β there may be a separate setting for screen control.
- π If you use VLC, Go to Settings. β Video β Timeout screen and turn it off.
π‘
If the screen goes out while streaming on Miracast or DLNA, check the router settings. Some models (Xiaomi Router AX6000) turn off the connection when inactivity, which leads to a turn off of the screen.
For POCO and Redmi with HyperOS, there is another life hack: turn on Read Mode in the notification curtain, in which the screen will not go out while you interact with the device (flick, tapa).
6.Why the settings are not saved and how to fix it
Sometimes users are faced with screen timeout resets after rebooting or updating. Causes and solutions:
| Problem. | Reason. | Decision |
|---|---|---|
| Settings are reset after rebooting | MIUI Optimization Limitations (Integrated Reset Function) | Disable it via ADB: adb shell pm disable-user --user 0 com.miui.optimizer |
| Timeouts are not used in games. | The conflict with Game Turbo | Turn off optimization for the game in Game Turbo settings |
| The screen goes out after 1-2 minutes despite the settings | Ultra-energy saving is active | Turn it off in Settings β Battery |
| Settings are not saved after the MIUI update | Resetting user parameters when updating | Repeat the timeout setting after the update |
If none of the methods work, check:
- π Firmware updates: in some versions MIUI 14 has screen control bugs. Update to the latest stable version.
- π οΈ Settings reset: If the problem occurs after installing the app, try resetting the settings in Settings β System system β Resetting settings β Reset all settings (without deleting data).
π‘
On HyperOS devices, some screen settings may be blocked due to security policies, in which case ADB or root access will help.