How to permanently disable screen fading on Xiaomi: all ways (including hidden)

Your Xiaomi, Redmi or POCO screen is constantly going out at the most inopportune moment? It's not a coincidence, but the built-in MIUI power-saving feature that defaults to turning off the display after 30 seconds of inactivity. For most users, this timeout is justified β€” it saves battery life. But what if you want the screen to stay on longer: reading recipes in the kitchen, watching presentations or using your phone as a navigator?

In this article, we will discuss all possible ways to disable screen fade on Xiaomi devices, including the official settings. MIUI 14/15, Hidden functions for developers, ADB-Importantly, some methods require unlocking the bootloader or root rights, we will highlight these cases separately and warn you about the risks, and you will learn why some firmware may not work and how to fix them.

1. Standard method: screen settings in MIUI

The easiest and safest method is to use the built-in system options, which is suitable for most modern Xiaomi smartphones (including the Redmi Note 12, POCO X5, Xiaomi 13, etc.) based on MIUI 12-15 and Android 11-14.

Instructions:

  • πŸ“± Open the Settings app (cog icon).
  • βš™οΈ Go to the Screen section (or Display on some firmware).
  • ⏱️ Find the Sleep item after inactivity (or screen timeout).
  • πŸ”’ Choose the maximum value – usually 30 minutes or Never (on some models).

If you don't have Never on your menu, it means the manufacturer has limited the maximum time, so move on to the following methods.

πŸ’‘

On some MIUI Global firmware, the option is Never Hidden. Try changing the region to India or China in the system settings (Section Additional β†’ Region).

2. Developer Mode: Hidden Timeout Settings

If standard options don’t work, you can activate developer mode and access additional options, which works on all Xiaomi devices with Android 8.0+.

How to turn on the developer mode:

  1. Go to Settings. β†’ The phone.
  2. Find the MIUI version and tap it 7 times in a row.
  3. You will be notified that you have become a developer.

Now go back to the main Settings menu and open a new Developer section (usually at the bottom of the list).

  • πŸ” Turn off the screen when inactivity – set the maximum value (up to 10 minutes on some firmware).
  • πŸ”„ Stay active while charging – turn on this switch if you want the screen to stay on when connecting to the network.
What to do if there is no item "Switch off the screen when inactivity"?
On some firmware (e.g. MIUI EU), this option may be called Screen timeout or hidden in the animation submenu. Also check if the developer mode is disabled after the system update - it is sometimes reset.

3. ADB-Teams: Forced timeout shutdown

For advanced users who are ready to connect their smartphone to their computer, there is a way to turn off screen fading via Android Debug Bridge (ADB), a method that works even where standard settings are locked.

You'll need:

  • πŸ’» Computer with installed ADB Tools.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“± Included Debugging by USB on the phone (in the settings of the developer).

Instructions:

  1. Connect the phone to the PC and confirm the debugging permission.
  2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Use the command to turn off timeout: adb shell settings put global stay_on_while_plugged_in 3 This command will make the screen stay on only when charging.
  5. To completely turn off the timeout (even without charging) use: adb shell settings put system screen_off_timeout 2147483647 Attention: value 2147483647 (maximum integer) may cause unstable work on some firmware, in which case set a smaller value, for example, 1800000 (30 minute).
πŸ“Š Have you ever used it? ADB smartphone-setting?
Yeah, often.
I tried it 1-2 times.
No, but I want to learn.
No, and no planning.

4. Apps from the Play Market: Alternative Solutions

If you don't want to go through the settings or connect your phone to your PC, you can use third-party apps, and we tested some of the most popular tools and selected the most reliable ones:

AnnexFunctionsConsReference
Keep Screen OnKeeps the screen on while the app is active, and there's a widget for quick access.It works only for selected applications. Advertising is free.Play Market
CaffeineAdds a button to the notification bar for quick activation/disabling of the function.It doesn't work on some custom firmware.Play Market
Stay Alive!It allows you to set timeouts for each application separately, and it supports exceptions.A complex interface for beginners.Play Market

Warning: Some applications require Special Access permission (in the Developer Settings β†’ Do not turn off the screen) without this, they will not be able to block extinction.

Enable installation from unknown sources (if you download APK)| Check app reviews and rating |Give all necessary permissions manually | Check battery consumption after installation-->

5. Bypass solutions: When nothing works

If none of the above methods worked (such as on heavily customized firmware or older models like the Redmi 4X), try these workarounds:

  • πŸ”„ Cyclical tapping: Some users use automatic touch (via apps like MacroDroid) to simulate activity.
  • πŸ“Ή Screen recording: Enable screen recording (built-in or through) AZ Screen Recorder – Many firmwares do not extinguish the display during recording.
  • πŸ”‹ Constant charging: If the screen doesn’t go out when you connect to the network, use wireless charging or power bank to simulate charging.

On some devices (such as the Xiaomi Pad 5), screen fading is associated with reading mode.

  1. Open the book in Mi Reader or Google Play Books.
  2. Activate the reading mode in the notification curtain.
  3. In some cases, the screen will not go out while the book is open.

πŸ’‘

On devices with AMOLED-screens (e.g. Xiaomi) 12T) The constant burning of the display can cause pixels to burn out. Use this method only when necessary.

Risks and warnings

Turning off screen fade may seem like a harmless feature, but has a number of consequences:

⚠️ Attention: On devices with AMOLED-The matrix (most flagships Xiaomi after 2020) constant display of static elements (for example, the navigation panel) leads to uneven wear of the pixels. This manifests as β€œshadows” from the icons that remain on the screen even after the image change.

Other possible problems:

  • πŸ”‹ Accelerated battery discharge: the screen consumes up to 30-50% of the charge per hour at constant operation.
  • πŸ”₯ Overheating: Prolonged display activity can cause the processor to heat up, especially in games.
  • πŸ›‘οΈ Blocking updates: on some firmware, changing system parameters through ADB This leads to errors in the update MIUI.

If you use your phone as a navigator or monitor for video surveillance, consider alternatives:

  • πŸ“± Connect your smartphone to an external display through HDMI (supported-model).
  • πŸ”„ Use Second Space mode (in settings) MIUI) Create a separate profile with other screen settings.

7. Frequent errors and their solutions

Even after all the instructions have been applied, the screen can continue to go out, and let's look at the typical causes and ways to eliminate them:

Problem.Possible causeDecision
Settings are reset after rebootingADB-Teams are not retained due to restrictions MIUI.Repeat the command after each reboot or use Tasker to execute automatically.
The screen is only turned off in certain applications.The app itself blocks screen activity (e.g. YouTube in the background).Use VLC or MX Player to play video – they don’t blow out the screen.
No "Sleep after inactivity" item in the settingsOutdated firmware or custom MIUI build.Update the system or use it ADB-method.

⚠️ Note: On devices with corporate policies (such as work phones with MobileIron or Microsoft Intune), the administrator can block changing screen settings. IT-service.

Can I turn off screen fading on Xiaomi without root?
Yes, in most cases, root rights are not required. It is enough to use standard settings, developer mode or ADB-Root may only be needed to modify system files on heavily modified firmware.
Why did the MIUI update reset the timeout settings?
This is a well-known MIUI problem, where major updates (such as those from MIUI 13 to 14) reset some user settings, including screen settings, and you have to reset everything once you update.
How to check if my Xiaomi team supports ADB?
Almost all Xiaomi devices on Android 5.0+ support ADB. To make sure, connect your phone to your PC and follow the command: adb shell getprop ro.build.version.sdk If you see the Android version number (for example, 33 for Android 13), then everything works.
Will the battery run out faster if the screen doesn’t go out?
Yes, the screen is one of the major energy consumers. 11T s AMOLED-If you have a display, the screen is running at maximum brightness, and you're draining the battery by 15 to 25 percent per hour (depending on the contents), so you can reduce the lighting to 30 to 50 percent and turn on the dark theme to reduce the consumption.
Can screen fade only be disabled for specific applications?
Yes, with apps like Stay Alive! or Tasker, you can create rules for individual programs, for example, the screen will remain turned on only in Google Maps or Waze, but will go out in other cases.