The side menu on Xiaomi devices is a useful tool for quick access to apps and functions, but not everyone likes it. Most complaints are that the panel accidentally opens when you touch the edge of the screen, interferes with games or watching videos, or simply takes up extra space on the display. Depending on the model and firmware version (MIUI, HyperOS or Android TV), the ways to turn off the side menu vary โ and not always obvious.
In this article, weโll look at all the current sidebar removal methods, including hidden settings, development teams, and even radical solutions for stubborn devices. Special attention will be paid to Xiaomi Mi TVs, where the side menu often appears when you connect a gamepad or mouse. If you want to return a clean screen without unnecessary elements, read on.
Why the side menu is coming to Xiaomi and can it be removed forever?
The sidebar (also called the Edge Panel or Side Menu) is a Xiaomi-branded feature that should make multitasking easier: on smartphones, it is activated by swiping from the edge of the screen, on TVs, when you connect peripherals, but many users are faced with the fact that the menu:
- ๐ฎ Interferes with games โ random touches of the edge of the screen lead to the curtailment of the application.
- ๐บ Overlaps content on TVs when watching movies or streams.
- ๐ It spontaneously opens due to firmware failures (especially after updates).
- ๐ฑ It takes up space on the screen even in a rolled-up form (on some models).
Can we take it away forever? Yes, but with the caveats:
- โ On most smartphones (Redmi, Poco, Xiaomi) MIUI 12+) Side menu is disabled through settings.
- โ ๏ธ On Mi TVs. TV Android TV You may need to reset or roll back the firmware.
- โ On some models with HyperOS (for example, Xiaomi 14), the standard shutdown is not available โ you will have to use workarounds.
If you're willing to experiment, below are instructions for everything from the simple to the most radical, but first check if your device is a problem model.
Method 1: Disable side menus via standard settings (MIUI/HyperOS)
The easiest and safest method is to use the built-in system options, which is suitable for most Xiaomi smartphones on MIUI 12-14 and HyperOS.
- Open Settings โ Additional settings (or Special features on new versions).
- Select the menu button or gestures (depending on the model).
- Find the Edge Panel and move the slider to the off position.
- Save the changes and restart the device.
If there is no such item, try an alternative path:
- Press the edge of the screen (where the menu appears) and pull into the center - the panel settings window should open.
- Press on. โ๏ธ Settings in the top corner.
- Turn off the option to show the sidebar.
On some firmware (HyperOS 1.0+), the menu may be called Quick Ball or Floating Window. If neither option works, move on to the next method.
โ๏ธ Check before disabling the side menu
Method 2: Using the Developer Mode and ADB-team
If standard settings donโt help, you can try turning off the side menu via the developer and ADB command mode. This method works on all Android 8.0+ devices, but requires a computer connection.
Step 1: Activate the Developer Mode:
- Go to Settings. โ The phone.
- Press 7 times on the MIUI version (or HyperOS build number).
- Return to the main settings menu and a new section for developers will appear.
Step 2. Connect the device to the PC and execute the commands:
- Download and install ADB Tools.
- Connect the smartphone via USB, allow debugging (a request will pop up on the screen).
- Open the command line in the ADB folder and type:
adb shell settings put secure sysui_qs_tiles "$(settings get secure sysui_qs_tiles | sed 's/edge_panel//g')"
adb shell pm disable-user --user 0 com.miui.edgeAfter you've run the commands, restart the device. If the side menu is gone, the task is solved. If not, try the alternative command:
adb shell am force-stop com.miui.edgeโ ๏ธ Warning: Disabling the com.miui.edge system application may cause unstable gestures or other functions MIUI. If you have any errors after executing the commands, return the settings with the command adb shell pm enable com.miui.edge.
What if the ADB does not recognize the device?
Method 3: Removing the side menu on Xiaomi Mi TVs
On Xiaomi Mi TVs (especially Mi TV 4S, Mi TV Q1, Mi TV A2), the side menu often appears when you plug in a gamepad, keyboard or mouse. Unlike smartphones, there is no direct shutdown option โ you will have to use workarounds.
Method 1. Resetting the remote settings:
- Disable all peripheral devices (gamepad, mouse, keyboard).
- Go to Settings โ Input devices.
- Select the connected remote and press Forget the device.
- Reconnect the remote โ the side menu should disappear.
Method 2. Firmware rollback (if the menu appeared after the update):
- ๐ Download the old firmware version from the official Xiaomi website (support section for your model).
- ๐ Save the file to the flash drive in format FAT32.
- ๐ Connect the flash drive to the TV, go to Settings โ Update of the PO โ Local Update.
- ๐ Select the downloaded file and confirm the rollback.
Method 3: Use of the service menu (for advanced users):
- On the remote, press sequentially: Menu โ Settings โ All Settings โ General.
- Enter the code 12345 (or 0000 for new models).
- Go to Advanced and find the Side Menu Enable option.
- Set the Off value and save the settings.
โ ๏ธ Attention: Incorrect actions in the service menu can lead to a failure of the TV. If you are not sure about your actions, contact the Xiaomi service center.
| Model TV set | Firmware version | Does the standard shutdown work? | Recommended method |
|---|---|---|---|
| Mi TV 4S (2018โ2020) | Android TV 9.0 | โ No. | Firmware rollback or remote reset |
| Mi TV Q1/Q1E | Android TV 10.0+ | โ Yes (via the input settings) | Disconnecting the gamepad |
| Mi TV A2 43" | Android TV 11.0 | โ No. | Service menu (code 12345) |
| Mi TV P1 | Google TV | โ Yes. | Settings โ Devices โ Disable the side panel |
Method 4: Using third-party applications (without root)
If the system methods didn't work, you can try to disable the side menu using third-party utilities.
- ๐ ๏ธ Edge Gestures allows you to override gestures at the edges of the screen. Set up the insensitivity zone so that the swipe doesn't open the menu.
- ๐ซ App Ops blocks permissions for system applications. Find com.miui.edge and disable overlays.
- ๐ MacroDroid โ creates a macro that automatically closes the sidebar when it appears.
Instructions for App Ops:
- Download App Ops from Google Play.
- Open the app and find it in the list of com.miui.edge.
- Turn off permissions. SYSTEM_ALERT_WINDOW and BIND_ACCESSIBILITY_SERVICE.
- Reset the device.
The downside of this method is that after updating the firmware, the settings can reset, and the side menu will return, and some applications (such as App Ops) require ADB to work properly.
๐ก
If you have lost your return or multitasking gestures after you turn off the side menu, check the settings in System โ Gestures โ Navigation buttons. You may have to reconfigure the control.
Method 5: Radical methods (root, custom firmware, modifications)
If none of the above has worked, there are extreme measures that are only suitable for power users, as they require unlocking the bootloader and obtaining root rights.
Method 1: Removal of the system APK:
- Get root access (for example, through Magisk).
- Install a file manager with root support (such as Root Explorer).
- Go to /system/priv-app/ and find the MiuiEdge.apk file (or com.miui.edge.apk).
- Rename the file to MiuiEdge.apk.bak or delete it.
- Reset the device.
Method 2: Installation of custom firmware:
- ๐ฑ LineageOS or Pixel Experience-based firmware doesnโt have Xiaomiโs side menu.
- ๐ง To install, you will need to unlock the bootloader through fastboot.
- โ ๏ธ Risk of "bricking" the device - do a backup NANDroid.
Method 3. Editing build.prop:
- Open /system/build.prop file with root rights.
- Add a line: ro.miui.has_edge_panel=false.
- Save the changes and reboot.
โ ๏ธ Warning: Any manipulation of system files may result in loss of warranty, device failures or inability to update firmware.Be sure to have a full backup before experimenting.
๐ก
If you're not sure about your root and custom firmware skills, you should go to a service center. Wrong actions can turn the device into a brick.
What to do if the side menu returns after the update
One of the most common problems is that the sidebar reappears after the MIUI or HyperOS update, and that's because the firmware restores the standard settings of the system applications.
- ๐ Reverse to the previous version of the firmware (if you know that it did not have a menu on it).
- ๐ต Freeze the com.miui.edge app via Titanium Backup or Luck Patcher (root required).
- ๐ง Set up automatic execution ADB-commands after each update (e.g. via Tasker).
- ๐ข Write in support of Xiaomi โ sometimes the official patch helps (especially for TVs).
If the problem occurs on the TV, try turning off automatic updates:
- Go to Settings. โ Update of the PO.
- Turn off the option of Automatic Download Updates.
- Manually check the updates every 2-3 months (by this time patches may come out).
On some Mi TV models (such as the Mi TV 5 Pro), the side menu appears due to a bug in Android TV 11 firmware. The only solution is to wait for the update or roll back on Android TV 10.