How to permanently remove the screensaver from the screen of the Xiaomi TV: from simple ways to radical

The screensaver on the Xiaomi TV is one of the most annoying features that users face, which not only appears with long inactivity, but also interrupts watching movies, broadcasts or games if the system considers the content โ€œinactive.โ€ Unlike smartphones, where the screensaver is turned off with a pair of taps, on Xiaomi TVs (especially on models with MIUI TV or Google TV), this process is hidden in the depths of the menu โ€“ or not at all in the standard settings.

Complicating the problem is that the manufacturer regularly updates the firmware, changing the layout of options. What worked on the 2020 Mi TV 4S may not work on the Xiaomi TV A Pro 2023. In this article, we will discuss all the current ways, from basic to technically complex, including hidden commands for the engineering menu and manual editing of configuration files.

1. Standard disabling of the screensaver through the settings of MIUI TV

On most Xiaomi models (e.g. Mi TV 4A/4S/4X, Xiaomi TV 5/5 Pro), the option is hidden in the energy saving section. Importantly, on TVs with Google TV (e.g. Xiaomi TV A2 4K), the path will be different - more about this below.

Instructions for MIUI TV:

  1. Open Settings (cog on the home screen or the Settings button on the remote).
  2. Go to the system and the device โ†’ Energy saving.
  3. Find the Screensaver (or Screensaver) and select Never.
  4. Save the changes and restart the TV (Settings โ†’ About TV โ†’ Reboot).

If the saver item is not on the menu, then your model uses an alternative interface.

  • ๐Ÿ” Settings โ†’ Display and sound โ†’ Sleeping mode. โ†’ Screenshot
  • ๐Ÿ” Settings โ†’ Smart assistant. โ†’ Eco-regime โ†’ Turn off the screensaver
  • ๐Ÿ” On some firmware, the option is called Screen Off Timeout (in the English menu).

โš ๏ธ Note: On Xiaomi TVs with firmware older than 2021 (e.g. Mi) TV 4A 32") a standard shutdown may not work due to a bug in the system.

๐Ÿ“Š What is the Xiaomi model? TV you?
Mi TV 4A/4S
Xiaomi TV 5/5 Pro
Xiaomi TV A2/A Pro
Another model
I don't know.

2. disable the screensaver on Xiaomi TV with Google TV (Android TV)

Xiaomi TVs based on Google TV (such as Xiaomi TV A2 4K or Xiaomi TV Q2 QLED) use a different shell, where the settings of the screensaver are hidden deeper.

Step-by-step:

  1. Press the Home button on the remote to open the main menu of Google TV.
  2. Go to Settings โ†’ Device and General โ†’ Screen and energy saving.
  3. Find the item Sleep mode โ†’ Savage (Daydream).
  4. Choose Never or Turn Off.
  5. Return to the Screen and Power Saving and turn off the Automatic Screen Shutdown option (if any).

If there is no Daydream, try an alternative path:

  • ๐Ÿ”ง Open the Settings. โ†’ Annexes โ†’ System applications โ†’ Daydream.
  • ๐Ÿ”ง Press Stop and Disable.
  • ๐Ÿ”ง Restart the TV.

Important: On some firmware, Xiaomi blocks Daydream from disabling through the menu, in which case only manual editing of settings or factory resetting will help.

๐Ÿ’ก

If after turning off the screensaver returns after 10-15 minutes, check the settings HDMI-CEC in the Settings menu โ†’ Devices โ†’ HDMI. Turn off the option Control over HDMI โ€“ sometimes it resets the activity timer.

3.Use of the engineering menu (for advanced users)

If standard methods donโ€™t work, you can use the Service Menu, which is suitable for most Xiaomi TV models, but you need to be careful โ€“ incorrect changes can lead to system failure.

Instructions:

  1. Turn on the TV and go to any channel or menu.
  2. On the remote, consistently press: Menu โ†’ Settings โ†’ All Settings โ†’ General โ†’ About โ†’ Press OK 5 times in a row at the "Model" item (For some models, the combination may differ - see the table below).
  3. The engineering menu will open. Go to Picture โ†’ Screen Saver.
  4. Set the Off value for parameters: ๐Ÿ“บ Screen Saver Timeout โ†’ 0 ๐Ÿ“บ Eco Mode Screen Saver โ†’ Disable

Save the settings and restart the TV.

Model Xiaomi TVCombination for logging into Service MenuSection with screensaver settings
Mi TV 4A/4S (2018-2020)Menu โ†’ Settings โ†’ All Settings โ†’ Support โ†’ Tap OK 7 times on VersionPicture โ†’ Advanced โ†’ Screen Saver
Xiaomi TV 5/5 Pro (2021-2022)Settings โ†’ On TV. โ†’ press OK 5 times on the "Model"System โ†’ Eco Mode โ†’ Screen Saver
Xiaomi TV A2/A Pro (Google TV)Settings โ†’ Device โ†’ About Software โ†’ Press โ€œBuild Numberโ€ 7 timesDeveloper Options โ†’ Daydream

โš ๏ธ Note: Do not change the Backlight, Panel Aging or Factory Reset settings in the engineering menu unless you understand their meanings.This can lead to permanent damage to the matrix or reset of all color calibrations.

What to do if the engineering menu is not opened?
If the button combination doesnโ€™t work, try: 1. Use the original remote (not universal). 2. Update the firmware to the latest version โ€“ in new versions of MIUI TV the path may be different. 3. Connect the keyboard via Bluetooth and use the hot keys: Ctrl + Alt + S (works on some models of 2023).

4. Manual editing of configuration files (for technical specialists)

If none of the previous methods worked, you'll have to edit system files, which requires root access or use of ADB (Android Debug Bridge), which is suitable for users familiar with the command line.

Step-by-step:

  1. Turn on Debugging. USB TV-wise: ๐Ÿ”ง Go to Settings. โ†’ On TV. โ†’ Build number and press 7 times to activate Developer Mode. ๐Ÿ”ง Back to Settings โ†’ Additionally. โ†’ For developers and enable debugging by USB.

Connect the TV to your PC via USB (or Wi-Fi if supported).

adb shell


su




mount -o rw,remount /system




sed -i 's/ro.screensaver.enabled=1/ro.screensaver.enabled=0/g' /system/build.prop




sed -i 's/persist.sys.screensaver=1/persist.sys.screensaver=0/g' /system/build.prop




reboot

After the reboot, the screensaver will be disabled at the system level.

Alternative method (if there is no root):

  • ๐Ÿ“„ Open the file. /data/property/persist.sys.screensaver through ADB and change the meaning of c 1 on 0.
  • ๐Ÿ“„ Or run the command: adb shell setprop persist.sys.screensaver 0

โš ๏ธ Warning: Editing system files can lead to loss of warranty and unstable TV operation.Before changing, make backup files command: adb pull /system/build.prop build.prop_backup

Install ADB PC-only|Enable debugging on USB TV-wise|Make a backup of files|Check for root rights (if necessary)-->

5. Reset to factory settings (radical method)

If the screensaver appears due to a firmware failure or setting conflict, a complete reset will help, which will remove all installed apps, accounts and personal data, but return the TV to the โ€œout of the boxโ€ state.

How to reset your settings:

  1. Open Settings โ†’ About TV โ†’ Reset settings.
  2. Select Delete All Data (or Factory Data Reset).
  3. Confirm the action by entering PIN-code (if installed).
  4. Wait for the process to complete (5-10 minutes) and reset the TV.

After discharge:

  • ๐Ÿ”„ Do not update the firmware immediately - check if the screensaver has disappeared.
  • ๐Ÿ”„ If the problem came back, it means it is embedded in the current version of the software. In this case, only a rollback of the firmware will help.

๐Ÿ’ก

The factory reset removes not only the screensaver, but all the data you have saved: Wi-Fi passwords, Netflix/YouTube accounts, audio and image settings. Write down important settings in advance!

6. rollback of firmware or installation of custom version

On some Xiaomi TV models (especially Mi TV 4S and Xiaomi TV 5 Pro), the screensaver appears due to bugs in the latest updates. The only solution is to roll back on the old firmware version or install an alternative one (for example, LineageOS for TV).

Instructions for rollback:

  1. Download the necessary firmware version from the official Xiaomi website (TV section).
  2. Unpack the archive and copy the update.zip file to the flash drive (FAT32 format).
  3. Connect the flash drive to the TV and go to Settings โ†’ About TV โ†’ Software Update โ†’ Local Update.
  4. Select the update.zip file and confirm the installation.
  5. After the reboot, check for a screensaver.

For custom firmware installation:

  • ๐Ÿ› ๏ธ Unlock the bootloader through the Mi Unlock Tool.
  • ๐Ÿ› ๏ธ Install. TWRP Recovery for your model (see instructions on the XDA Developers).
  • ๐Ÿ› ๏ธ Use an alternative firmware (for example, ATV Custom ROM).

โš ๏ธ Note: Installing unofficial software will void the warranty and may result in a device blink (completely inoperable). Use this method only if you have exhausted all other options.

7. Alternative solutions: how to bypass the screensaver without turning off

If you can not remove the screensaver, you can use bypass methods that mimic the user's activity:

  • ๐ŸŽฎ Connect a game console (such as Xbox or PlayStation) โ€“ it will send a signal HDMI-CEC, prevent the appearance of a screensaver.
  • ๐Ÿ–ฑ๏ธ Use a wireless mouse connected via Bluetooth, and a cursor movement every 5 minutes will reset the timer for inactivity.
  • ๐Ÿ“ฑ Install Keep Screen On from Google Play (works on Xiaomi) TV Google TV).
  • ๐Ÿ”„ Set up automatic channel switching in the Settings menu โ†’ Broadcasting โ†’ Timer.

For owners of Xiaomi TV Box (for example, Mi Box S):

  • ๐Ÿ“ฆ Open the Settings. โ†’ Screen and sound โ†’ Sleep mode and choose Never.
  • ๐Ÿ“ฆ Install the app TV Stay Awake from Google Play.

๐Ÿ’ก

If youโ€™re watching movies from an external drive, try using the VLC app instead of the standard player. In its settings, thereโ€™s a Disable screensaver option in the Interface โ†’ Main interfaces section.

FAQ: Frequent questions about the screensaver on Xiaomi TV

Why does the screensaver appear even after disconnecting in the settings?
This is due to energy-saving firmware features. On some models (Mi TV 4A, Xiaomi TV 5), the system ignores user settings due to a software bug. Solutions: Update the firmware to the latest version. Turn off Eco Mode in the settings. Use the engineering menu.
Can I remove the screensaver forever so that it does not return after the updates?
Yes, but it does: Turn off automatic software updates in settings, use system file editing (requires root), install custom firmware without built-in screensaver. Xiaomi's official firmware often returns the screensaver after updates.
The screensaver only appears when viewed via HDMI. How do you fix it?
The problem is settings for HDMI-CEC. Open Settings โ†’ Devices โ†’ HDMI โ†’ Control over HDMI and turn off the option. Also check the settings for the connected device (confix, receiver) โ€“ there it can be activated โ€œeco modeโ€.
The screen displays the Xiaomi logo instead of the screensaver. Is that normal?
No, it's a sign of hardware failure or firmware corruption. Xiaomi logo instead of screensaver can appear when: Failed software updates. Memory problems (for example, on Mi TV 4S with worn flash memory), GPU failure. Solution: perform factory reset or reflash the TV.
Is there a difference between the Xiaomi TV and Redmi TV?
No, Redmi TV (like Redmi Smart TV X) uses the same MIUI TV firmware as Xiaomi TV. All of the methods described in the article are suitable for both lines. Except for the Redmi TV A model based on Google TV, where the screensaver is disabled via Daydream.