Have you turned on a Xiaomi TV, and instead of a regular launcher, a few empty desktops that only take up space and interfere with navigation? This problem is familiar to many owners of Mi TV, Redmi TV and other models based on MIUI TV or Android TV. Empty screens appear after updates, resets or even for no apparent reason - but removing them is not as easy as it seems.
In this article, weβll break down 5 workable ways to get rid of unnecessary desktops, including hidden developer settings, launcher resets, and manually editing configuration files. Youβll learn why standard methods (like long-pressing screens) often donβt work, and what to do if empty pages return after a reboot. The instructions are relevant for all modern Xiaomi models, from the budget Redmi Smart TV to the flagship Mi TV Q2 and Mi TV Master.
Why are there empty desktops on Xiaomi TV?
The problem with empty screens is related to the features of the MIUI TV shell, which is based on Android TV, but has its own desktop management algorithms.
- π Firmware update: After installing the new version MIUI TV The system can reset the launcher settings, creating "spare" empty screens.
- π± Application portability: If you have removed or moved icons from your desktop, the shell sometimes leaves a blank page instead of automatically removing it.
- π§ Resetting: Even a partial reset (for example, through Settings) β Annexes β Launcher β Warehouse β Clearing data) may lead to duplicate screens.
- π€ Sync Errors: If your TV is tied to your Xiaomi account, conflicts between local and cloud settings sometimes create βghostβ desktops.
It's important to understand that blank screens are not a bug, but a feature of MIUI TV logic that reserves space for widgets and new apps, but if there are more than two, that's too much and can be safely removed.
Method 1: Standard removal by long pressing
On most Xiaomi TVs, empty desktops can be removed in the standard way, but only if they are not locked by the system.
- Go to the empty desktop you want to remove.
- Press and hold OK (center button) on the remote for 3-5 seconds.
- If the context menu appears, select Delete Desktop (or Remove screen in English firmware).
- Confirm the action by pressing OK again.
β οΈ Note: On some models (e.g. Mi) TV 4S Redmi Smart TV X) this menu may not appear due to the limitations of the shell. If a long press does not work, proceed to the next method.
π‘
If you have a remote with a microphone, try saying βDelete Desktopβ in your voice β this works even when manual removal is blocked on some firmware.
Method 2: Reset the launcher settings without data loss
If standard deletion doesnβt work, the next step is to reset the launcher settings, which wonβt affect your apps or accounts, but will return desktops to factory status (usually 1-2 screens remain).
Instructions:
- Open Settings (cog in the upper right corner of the main screen).
- Go to the Apps β All applications.
- Find the Launcher (or MIUI Launcher, TV Launcher) in the list.
- Select Warehouse β Clear the data and confirm the action.
- Restart the TV (Settings β About TV β Reboot).
After the reboot, the empty screens should disappear. If this does not happen, check if you have a third-party launcher (for example, an ATV Launcher or Wolf Launcher) - in which case you need to reset the settings in it.
What if after the launcher drops all the icons are missing?
Method 3: Remove through Developer Settings
For power users, there's a deeper method, which is to turn off backup desktops through the developer menu, which works even on locked firmware, but requires caution.
Steps:
- Activate Developer Mode: Go to Settings β About TV. Find the Build Number line and click on it 7 times in a row (you will be notified "You became a developer").
Settings
For developers
Minimum number of work desks
Minimum home screens
1
2
Save the changes and restart the TV.
β οΈ Note: On some models (Mi) TV P1, Mi TV Q1) Do not change other settings in the developer menu without understanding their purpose, which can lead to unstable operation of the system.
| Model TV set | Does it support removal through the developer menu? | Alternative method |
|---|---|---|
| Mi TV 4A/4S | β No. | Launcher reset (Method 2) |
| Redmi Smart TV X | β Yes (parameter) force_home_screens) | β |
| Mi TV Q2/Q2 Pro | β Yes, Home Screen section) | ADB-teams (Method 5) |
| Mi TV Master | β οΈ Partially (root required) | Installation of a third-party launcher |
Method 4: Installation of a third-party launcher
If system methods don't work, a radical solution is to replace the standard launcher with an alternative one, which not only removes empty screens, but also adds new features (such as customizing icons or gestures).
The best launchers for Xiaomi TV:
- π ATV Launcher is simple and lightweight, supports Russification.
- π¨ Wolf Launcher - flexible settings, the ability to hide unnecessary applications.
- π§ TVLauncher - optimized for large screens, supports widgets. Available from the Mi App Store.
How to determine:
- Download. APK-launcher file on a flash drive or through the TV browser.
- Open the File Manager and install the application.
- Launch the launcher and select Use by default in the settings.
- Reboot the TV.
β οΈ Attention: On TVs with MIUI TV 4.0 and later, you may need to disable third-party launcher protection. To do this, activate the option to Allow installation from unknown sources and Debug on the developer menu. USB.
Enable debugging over USB in the developer settings
Download APK from a reliable source (not from torrents!)
Check the compatibility of the launcher with your TV model
Backup of the current launcher settings (if possible)
-->
Method 5: Manual removal via ADB (for advanced)
If all previous methods fail, direct editing of system files via ADB is left, which requires connecting the TV to the computer and basic command line knowledge.
What you need:
- π» Computer with Windows/macOS/Linux.
- π Cable USB (or Wi-Fi connection via ADB).
- π¦ Android utility SDK Platform-Tools.
Instructions:
- Turn on USB debugging in the TV developer menu.
- Connect the TV to your computer via USB (or Wi-Fi if supported).
- Open the command prompt (or Terminal) and execute: Adb devices Make sure the device is identified (serial number should appear).
- Run the command to reset the launcher settings: adb shell pm clear com.miui.tvlauncher (Other models may require a different package, such as com.xiaomi.mitv.home.)
- Reboot TV: Adb shell reboot
If you have empty screens, you can manually change the number of desktops through the launcher database.
- Connect to the TV through ADB and perform: adb shell su sqlite3 /data/data/com.miui.tvlauncher/databases/launcher.db UPDATE workspace_screens SET screenRank=0 WHERE screenRank>1;.exit
- Reset the device.
β οΈ Attention: Wrong commands ADB If you are not sure about your actions, consult a specialist or use more secure methods (1-4).
π‘
ADB-The most powerful, but also the most risky, method of teams, use it only if other methods have not worked, and you understand the consequences.
What happens when empty screens return?
Sometimes, when you delete the empty desktops, they reappear again, and this is due to the automatic resetting of the MIUI TV system, to prevent them from reappearing:
- π Turn off automatic launcher update: Go to Settings β Annexes β Launcher β Auto Update. Select Do Not Update or Wi-Fi Only.
- π΅ Reset the system cache: Settings β Warehouse β Clear the cache
- π Block the changes through ADB (Adb shell settings put global settings home_screen_lock 1
If the problem persists, try rolling back the firmware to the previous version (if available) or contact Xiaomi with a description of the TV model and MIUI TV version.