How to remove the left menu on Xiaomi TV: a complete guide with pictures

The left side menu on Xiaomi TVs (MI TV, Mi Box, Redmi TV) is a standard PatchWall interface element that many users find intrusive. It takes up to 15% of the screen, distracts while watching movies and is not always convenient to use. Unfortunately, the manufacturer did not provide an obvious โ€œremove foreverโ€ button, but there are several working ways to hide or disable this panel.

In this article, we will discuss all the current methods, from simple settings to technical solutions through ADB. Importantly, some methods require developer rights or reset settings, so read the warnings carefully before you act. If you use Xiaomi Mi TV 4S, Mi TV Q1 or newer models (2020-2026), all the instructions below will fit โ€“ the difference is only in the location of the menu items.

Note: The Mi Box S and Mi Box 4K have a different left menu, with a separate section at the end of the article.

1. Method: Temporary Hiding through PatchWall Settings

The safest method, which does not require developer rights or PC connection, is suitable for all Xiaomi TV models based on Android TV 9.0-12.0. Minus: the menu will return after a reboot or after 24 hours.

Instructions:

  • ๐Ÿ“บ Press the Home button to open the main screen.
  • ๐Ÿ” Scroll down to the Settings (cog) section and select it.
  • ๐Ÿ–ฑ๏ธ Go to the Device. โ†’ Preferences โ†’ General. โ†’ PatchWall.
  • ๐Ÿ”„ Find the option to Show the sidebar and turn off the slider.
  • ๐Ÿ”™ Return to the main screen โ€“ the left menu should disappear.

If you don't have a point to show the sidebar, then your model is using a stripped-down version of the firmware. โ„–2 or โ„–3.

โš ๏ธ Warning: Some firmware may not have access to quick settings (brightness, sound) after the sidebar is turned off. To return them, hold the Menu button on the remote for 5 seconds.

๐Ÿ“Š What model Xiaomi TV You're using it?
Mi TV 4S
Mi TV Q1/Q2
Redmi Smart TV
Mi TV A2
Another model
I don't know.

2. Method: Disconnection through Developer Mode

This is a method that works for power users, and requires developer mode activation, which allows you to permanently remove the left menu, but if you do something careless, it can disrupt the TV.

Steps:

  1. Activate the Developer Mode: ๐Ÿ”ง Go to Settings. โ†’ On TV. โ†’ POS version. ๐Ÿ” Quickly press 7 times on the line Build Number (will appear notification "You became a developer").

Settings โ†’ Preferences โ†’ Developer Parameters

USB debugging

USB 3.0

ADB Tools

adb.exe

adb connect [IP- your TV] address


adb shell pm disable-user --user 0 com.mitv.tvhome

After completing the command, the TV will restart and the left menu will disappear forever (until the next reset).

Developer mode activated

USB debugging enabled

Installed ADB Tools on PC

The TV is connected to the same Wi-Fi network as the PC

I know. IP-TV address (can be found in Settings) โ†’ Network)

-->

โš ๏ธ Warning: Disabling the com.mitv.tvhome system application may cause some PatchWall features to fail, including content recommendations. If the TV starts to brake after you execute the command, return it back to the command: adb shell pm enable com.mitv.tvhome

3. Method: Reset to factory settings

An extreme method that is guaranteed to remove the left menu, but also remove all your settings, installed apps and accounts. Use it only if other methods have not worked.

How to reset:

  • โš™๏ธ Go to Settings. โ†’ The device โ†’ Resetting settings.
  • ๐Ÿ”„ Select Erase All Data (can be called Hard Reset").
  • ๐Ÿ” Enter. PIN-code (by default 0000 or 1234 if you have not changed it).
  • โณ Wait for the process to be completed (it will take 5-10 minutes).

After discharge:

  • ๐Ÿ“ฑ Do not connect your Xiaomi account during the setup stage โ€“ this will prevent automatic sidebar recovery.
  • ๐Ÿ”ง Immediately after the first download, go to Settings โ†’ PatchWall and disable all options related to recommendations.
Model TV setResetting removes the menu?Is it being restored after the update?
Mi TV 4S (2018โ€“2020)Yes.Not if you donโ€™t connect your Xiaomi account.
Mi TV Q1/Q2 (2021โ€“2023)Yes, but it could be back in 1-2 days.Yes, after major update.
Redmi Smart TV (all models)Yes.Only if you manually update PatchWall
Mi Box S / 4KNo, it requires ADB.No data.

๐Ÿ’ก

If the left menu returned after a few days, check the apps auto-update. Turn it off in Settings โ†’ Apps โ†’ Auto Update and manually remove the PatchWall updates (Settings โ†’ Apps โ†’ Show System โ†’ PatchWall โ†’ Remove Updates).

4. Method: Use of third-party launchers

If you don't like not only the left menu, but the entire PatchWall interface, you can install an alternative launcher, which will completely change the look of the TV and remove all the imposed elements of Xiaomi.

The best launchers for Xiaomi TV:

  • ๐Ÿ† ATV Launcher โ€“ minimalist interface with support for widgets.
  • ๐ŸŽฎ Hal Launcher โ€“ Optimized for gamers, with quick access to games.
  • ๐Ÿ“บ Leanback Launcher โ€“ standard launcher from Google (pure Android) TV).
  • ๐Ÿ”ง Sideload Launcher โ€“ Shows all installed applications, including system.

How to determine:

  1. ๐Ÿ“ฅ Download. APK-launcher USB-drive (for example, from the APKMirror website).
  2. ๐Ÿ”Œ Connect the flash drive to the TV.
  3. ๐Ÿ“ Open the file manager to TV, find APK and set it up.
  4. ๐Ÿ”ง Go to Settings. โ†’ Annexes โ†’ Default launcher and select the installed launcher.

Advantages of the method:

  • โœ… Complete removal of PatchWall and left menu.
  • โœ… Possibility of customization of the interface.
  • โœ… Speed up the TV (especially on older models).

Disadvantages:

  • โŒ Loss of Xiaomi remote functions (for example, PatchWall button will stop working).
  • โŒ Some system applications (such as Mi Home) may not open.
How do you get back the standard launcher?
To return to PatchWall, go to Settings โ†’ Applications โ†’ Default Launcher and select TV Launcher (or com.mitv.tvhome). If that is missing, install the PatchWall update via Settings โ†’ Software Update or reset.

5. Method: Disable for Mi Box S and Mi Box 4K

On the Mi Box, the left menu is disabled differently than on TVs. There is no separate option in the settings, but you can use ADB or third-party launchers.

Instructions via ADB:

  1. ๐Ÿ”ง Enable Developer Mode (similar to the method) โ„–2).
  2. ๐Ÿ–ฅ๏ธ Connect the Mi Box to the PC by USB Check the connection with the command: Adb devices
  3. ๐Ÿ“ฅ Execute the command to disable the sidebar: adb shell pm hide com.mitv.tvhome/.ui.home.HomeActivity
  4. ๐Ÿ”„ Reboot the console with the command: adb reboot

If the pm hide command does not work (on some firmware), use an alternative option:

adb shell pm disable-user --user 0 com.mitv.tvhome

To return the standard interface:

adb shell pm enable com.mitv.tvhome

๐Ÿ’ก

On the Mi Box S, after disabling PatchWall, voice search (button with microphone on the remote) may stop working. To return this feature, install Google Assistant from the Play Market and assign it to the button in the remote settings.

Frequent problems and solutions

Even after successfully disabling the left menu, users face some problems, and here are the most common ways to solve them:

Problem 1: The menu went missing, but came back a day later.

  • ๐Ÿ”„ Check the auto-update of applications in Settings โ†’ Annexes.
  • ๐Ÿ“ต Turn off the internet on your TV for 10 minutes, then repeat the shutdown ADB.
  • ๐Ÿ”ง Remove PatchWall updates manually (Settings) โ†’ Annexes โ†’ PatchWall โ†’ Remove updates).

Problem 2: After the menu was turned off, the TV started to slow down.

  • ๐Ÿงน Clear the cache of system applications (Settings) โ†’ Warehouse โ†’ Cash the data).
  • ๐Ÿ”„ Restart the TV (hold the power button on the remote for 10 seconds).
  • ๐Ÿ“ฅ Install an alternative launcher (method) โ„–4).

Problem 3: The remote buttons (PatchWall, Netflix, etc.) donโ€™t work.

  • ๐Ÿ”ง Reprogram the buttons into Settings โ†’ Remote and accessories.
  • ๐Ÿ“ฑ Use the Mi Remote app on your smartphone as an alternative remote.
  • ๐Ÿ”„ Return the standard launcher if features are critical.

Problem 4: ADB can't see TV.

  • ๐Ÿ”Œ Try another one. USB-cable (needs a cable with data transmission support).
  • ๐Ÿ–ฅ๏ธ Install Google Drivers USB Driver on PC.
  • ๐Ÿ”„ Turn on/off Debugging on USB developer-setting.
Can I remove the left menu without ADB and reset?
Yes, but only temporarily. โ„–1) you can turn off the display of the panel, but it will return after restarting or updating. ADB side-launcher.
Why did the menu reappear after the update?
PatchWall updates often reset custom settings. To avoid this, disable auto-update system applications (Settings โ†’ Apps โ†’ Auto-Update) or use the update blocker via ADB: adb shell pm disable-user --user 0 com.android.vending Attention: this will disable all app updates from the Play Market!
How do I return the left menu if I change my mind?
If you have disabled it through ADB, follow the command: adb shell pm enable com.mitv.tvhome If you used a setting reset, connect your Xiaomi account and wait for sync (the menu will return within 24 hours).
Will YouTube and Netflix work after PatchWall shutdown?
Yes, these apps don't depend on the system launcher, but the quick access buttons on Xiaomi's remote may stop working, and they'll have to be manually reassigned.
Can I remove the menu on Xiaomi TV Stick?
On Xiaomi TV Stick (2023), the left menu is disabled similarly to the Mi Box, through ADB or third-party launchers, a feature that can be lost after the shutdown support for Google Chromecast, since it is integrated into PatchWall. To return it, install the Google Home app and configure the stream through it.