How to remove the shutter speed on the Xiaomi phone: turn off the screen timeout forever

Screen shutter speed (or timeout) on Xiaomi smartphones is the automatic shutdown of the display after a predetermined period of inactivity. The default system sets the value from 15 seconds to 5 minutes, but many users want to completely remove the shutter speed β€” for example, to read long articles, view recipes in the kitchen or use the phone as a navigator. In this article, we will discuss all working ways to turn off shutter speed, including hidden MIUI settings and methods for advanced users.

It is important to understand that completely shutting down the shutter speed increases battery consumption by 12-25% depending on the model (data from the Xiaomi Redmi Note 12 Pro+ and POCO F5) tests. If you need to temporarily lock the screen, use the Always On Display (AOD) function or special applications from Google Play.

1. Standard method: screen settings in MIUI

The easiest method is to change the shutter time through system settings. It works on all Xiaomi, Redmi and POCO models with MIUI 12 and later (including HyperOS).

  1. Open the Settings app (the gear icon on the desktop).
  2. Go to the Screen section (or Display on some firmware).
  3. Select the "Sleep" option after (or "Screen Shutter").
  4. Set the maximum value of 30 minutes or Never (if available).

On some devices (such as the Xiaomi 13T Pro), the option may never be missing. In this case, select 30 minutes, which is the maximum possible value through standard settings.

⚠️ Note: On smartphones with AMOLED-screens (e.g. Xiaomi 14 or Redmi) K60 Ultra) the constant operation of the display without shutter speed can lead to pixel burnout during prolonged display of static elements (navigation panel, notification icons).

πŸ“Š What Xiaomi model do you use?
Redmi Note 12/13
POCO F5/X5
Xiaomi 13/14
Redmi K60/K70
Another model

2 Hidden MIUI settings: Increase timeout to maximum

If the standard settings do not have the option Never, you can use the hidden MIUI Hidden Settings menu.This method works on most devices with MIUI 13/14 firmware and HyperOS, but requires the activation of the developer mode:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version (you will receive a notification "You became a developer").
  2. Go back to the main settings menu and open a new section for developers.
  3. Find the Remain active option (or Sleep timeout in English firmware) and set the value Never.

If you don’t have a Remain active option, try an alternative path:

Settings β†’ Special features β†’ Special features settings β†’ Wait time before turning off the screen

Developer mode activated

Backup of important data is made

Battery charge > 30%

Disabled. VPN Proxies (can block access to hidden menus)-->

3.Use of ADB: Complete shutdown of shutter speed

For users who are ready to work with Android Debug Bridge (ADB), There's a way to permanently remove the shutter speed, even on models that are not allowed by the manufacturer. USB-cable.

First set up. ADB-Drivers and turn on debugging by USB phone-on:

  1. In Settings β†’ For developers, activate debugging over USB.
  2. Connect the phone to the PC and confirm the debugging permission.
  3. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell settings put global stay_on_while_plugged_in 3

This command causes the screen to remain on when you connect to the charger. To turn off the shutter speed completely (including battery life), use:

adb shell settings put global screen_off_timeout -1

⚠️ Attention: After application ADB-In order to return the standard settings, some system applications (for example, Mi Fit or Xiaomi Cloud) may stop working correctly. screen_off_timeout 30000 (where 30000 β€” time in milliseconds, equivalent 30 second).

4 Apps from Google Play: Alternative Solutions

If you don't want to go through settings or use ADB, you can install specialized applications that don't turn off shutter speed at the system level, but emulate user activity, preventing the screen from turning off.

  • πŸ”Ή Keep Screen On is a simple utility with a widget for quickly turning on / off the function.
  • πŸ”Ή Caffeine - Adds a button to the notification panel to temporarily turn off shutter speed. MIUI 14 and HyperOS.
  • πŸ”Ή Stay Alive – Advanced settings to control screen timeout and lock while charging.

The downside of these apps is that they consume an extra battery (up to 5-8% per hour when used actively) and may conflict with MIUI optimization. On the POCO X5 Pro, for example, the Stay Alive app sometimes resets settings after a reboot.

πŸ’‘

If the shutter shutter application doesn’t work, check Settings β†’ Apps β†’ Permissions β†’ Special Access β†’ Battery Optimization and turn off optimization for that application.

5. Editing system files (for advanced)

This method is suitable only for users with an unlocked bootloader and installed TWRP. It allows you to change the system parameters responsible for screen speed, but requires caution - incorrect actions can lead to a "brick" of the device.

Instructions:

  1. Download and install a root-enabled file manager (such as Root Explorer or Solid Explorer).
  2. Cross the path. /system/build.prop and find the lines: ro.lge.proximity.delay=25 ro.config.notification_snooze=15000
  3. Add a new line to the end of the file: ro.config.screen_off_timeout=-1
  4. Save the changes, restart the phone.
Xiaomi modelSupport for the methodRisks.
Xiaomi 13/13 ProYeah (with TWRP)Possible loss of warranty
Redmi Note 12 Pro+Yes (unlocking required)Risk of "brike" in an error
POCO F5Yes.You may be able to reset your settings after OTA-update
Xiaomi 12TPartially (not working on all firmware)High battery consumption

⚠️ Note: Editing the build.prop file on HyperOS devices (such as Xiaomi 14) can lead to a cyclical reboot.Be sure to create a backup through the device before making changes. TWRP!

What if the phone is not turned on after building.prop editing?
If the device is stuck on the MIUI logo after changing the system files: 1. Boot into Fastboot mode (press Power + Volume down). 2. Connect the phone to the PC and follow the command: fastboot flash boot original boot.img 3. If there is no backup, reflash the device through Mi Flash Tool (data loss is guaranteed).

6.Alternative Solutions: Always On Display and Smart Scripts

If you want your screen to stay active only in certain situations (such as when navigating or listening to music), use the built-in MIUI features:

  • πŸ“± Always On Display (AOD) β€” It displays time, notifications and other data on the screen that's off. β†’ Screen. β†’ Always on display. It only works on AMOLED-screens (e.g. Xiaomi 13 Ultra or Redmi) K60 Pro).
  • 🎡 Smart Scenarios - in Settings β†’ Special facilities β†’ Smart scripts can create a rule that will turn off shutter speed when you run specific applications (like Google Maps or Spotify).
  • πŸ”‹ "In your pocket" mode - in Settings β†’ Display. β†’ In your pocket mode you can configure exceptions for certain actions (for example, the screen will not turn off when you connect the headphones).

The advantage of these methods is that they don’t affect battery life as much as shutting down shutter speeds completely. For example, AOD on the Xiaomi 13 Pro consumes only ~1% of battery per hour thanks to LTPO technology.

πŸ’‘

For most users, the best solution is a combination of maximum shutter speed (30 minutes) + It's a smart script for specific applications, and it keeps the balance between convenience and autonomy.

7. Frequent problems and their solutions

When you turn off the screen shutter speed on Xiaomi, users experience typical errors. Here's how to fix them:

Problem.Reason.Decision
Shutter speed is reset after restartingADB-The command is not applied at the system levelRepeat the flag command --user 0: adb shell settings put global screen_off_timeout -1 --user 0
The screen turns off after 10 minutes despite settingsManufacturer restrictions on some modelsUse the Stay Alive app with the right SYSTEM_ALERT_WINDOW
Never works in the settings.Firmware restriction (e.g. on POCO M5)Update MIUI to the latest version or use ADB

If none of the methods worked, check:

  • πŸ”‹ Is the battery saving mode activated (it resets shutter speed settings).
  • πŸ› οΈ Are there any third-party β€œoptimizers” (e.g., β€œoptimizers”) installed, DU Speed Booster, which can block changes.
  • πŸ“± Is not the function of automatic switching off the screen when laying the phone down the screen (in Settings) β†’ Display).
Can I remove the shutter speed on Xiaomi without root rights?
Yes, there are three ways to do it without root: Use standard settings (Screen) β†’ Sleep after. Apply ADB-command (computer required, no root rights required) Install an app from Google Play (e.g. Keep Screen On) Root is only for editing system files (build.prop).
Why does the battery quickly go down after shutting down?
The screen is the main consumer of energy in a smartphone, and without shutter speed, it works constantly, which increases the cost of energy: AMOLED-screen: ~15-20% per hour (depending on brightness). IPS-screen: ~20-25% per hour (e.g. on Redmi) 10C). Recommendation: Use adaptive brightness and only turn off shutter speed when connected to charging.
Does the ADB work on HyperOS?
Yes, but with reservations: On HyperOS (e.g. Xiaomi) 14) ADB-team screen_off_timeout -1 It may not work because of new restrictions. doze_always_on 1, But it doesn't work on all models. ADB Try Stay Alive with Ignore Optimizations enabled.
How to return the standard shutter speed settings?
To restore factory values: For ADB: Adb shell settings delete global settings screen_off_timeout For standard settings: select any value in Settings β†’ Screen. β†’ Sleep after. For build.prop: delete the added line or reflash the device.
Is there a risk to the screen when working continuously without shutter speed?
Yeah, but it depends on the type of matrix: AMOLED: Risk of pixel burnout during long-term display of static elements (for example, navigation bar). 13T This risk is reduced by Pixel Shift technology. IPS: There is no risk of burnout, but the constant operation of the screen reduces the backlight resource (~10-15% Recommendation: if the screen is to be continuously operated, reduce the brightness to 30-40% And use dark themes.