How to turn off the side curtain on Xiaomi: a complete guide with pictures

What is a side curtain on Xiaomi and why turn it off

The left sidebar (aka Side Panel or Quick Ball) is a signature MIUI element that appears when swiping from the left edge of the screen, and it contains shortcuts of frequently used apps, contacts and tools. It's convenient for some users, and annoying for others, which is triggered by chance during games or scrolling through social media feeds.

The main reasons why Xiaomi, Redmi and POCO owners want to remove it are:

  • ๐ŸŽฎ Interferes with games โ€“ random swipes open the panel instead of game actions
  • ๐Ÿ“ฑ Conflicts with gestures โ€“ blocks navigation in full-screen applications
  • ๐Ÿ”‹ Battery discharges โ€“ background panel activity consumes up to 3-5% day-load
  • ๐Ÿ‘๏ธ Distracts visually - translucent overlay spoils immersiveness

In this article, we will discuss all working ways of disabling, from standard MIUI settings to hidden commands for power users. Instructions are relevant for MIUI 14/15 and models from 2020-2026 (Xiaomi 13/14 series, Redmi Note 12/13, POCO F5/X5, etc.).

๐Ÿ“Š You accidentally open the side curtain?
Constantly.
Sometimes.
I used to open it, but I used to.
Never used it.
What is it?

Method 1: Disconnect via standard MIUI settings

The simplest method, which works on 90% of Xiaomi devices without any additional manipulation, is suitable for users who have the panel activated by default.

Instructions:

  1. Open Settings (cog icon on the desktop)
  2. Go to the section Additional settings โ†’ Sidebar
  3. Move the slider Side panel to the off position.
  4. Confirm the action by pressing OK in the pop-up window

The panel does not appear when swiping on the left.

The panel icon disappeared from the status bar

In the gray-colored slider settings

Apps from the panel do not appear in multitasking-->

โš ๏ธ Attention: On some firmware (MIUI Global for the European region, the item can be called Quick Ball or Side Toolbar. If you do not find a section, use the search by settings (lamp in the upper right corner).

Method 2: Deactivation through "Special Capabilities"

If the standard method didn't work, the panel can be tied to special feature gestures, a common situation after MIUI updates where settings are reset.

How to turn it off:

  1. Go to Settings. โ†’ Special facilities
  2. Choose Physical Opportunities โ†’ Gestures
  3. Find the Sidebar or Quick Ball item
  4. Turn off the slider and reboot the device
Xiaomi modelThe path to settingsNotes
Xiaomi 13/14 ProSettings โ†’ Additional functions โ†’ Side panelMay require password confirmation
Redmi Note 12Settings โ†’ Special features โ†’ Gestures โ†’ Quick BallIn Chinese firmware, the name in English
POCO F5Settings โ†’ System โ†’ Side panelMIUI version 14.0.6+

๐Ÿ’ก Useful tip: If after turning off the panel still appears when swiping from the top left corner, check the settings of the System Applications Show in the Applications section. MIUI Resets permissions for system services.

Method 3: Use ADB-Teams (for experienced teams)

If the system settings don't work, you can turn off the panel via Android Debug Bridge, a method that requires you to connect to your PC and enable developer mode.

Step-by-step:

  1. Activate Developer Mode (7 taps by build number in Settings โ†’ About phone)
  2. Enable USB Debugging in Settings โ†’ For Developers
  3. Connect your phone to your PC and execute the command: adb shell pm disable-user --user 0 com.miui.quickball
  4. Reset the device

โš ๏ธ Warning: Once this command is executed, all the settings of the sidebar will be reset and its icon will disappear from the system tray forever:

adb shell pm enable com.miui.quickball

What if the ADB does not recognize the device?
Make sure that Xiaomi drivers are installed USB Drivers (download from official website) Try using the original USB-cable (not all cables support data transfer) Enable Unlocking in the developer settings OEM (You may need to link your Mi Account. Check that Windows Device Manager displays your phone as Android. ADB Interface.

Method 4: Disconnecting through Activity Editor (without root)

For users who donโ€™t want to use ADB, thereโ€™s an alternative, the Activity Launcher app (available on Google Play), which allows you to manage hidden MIUI settings.

Instructions:

  1. Install Activity Launcher
  2. Open the application and find in the Settings list.
  3. Deploy the branch.miui.home or.miui.quickball
  4. Select an activity called QuickBallSettingsActivity
  5. In the menu that opens, turn off all sliders and save the changes.

โœ… Key takeaway: This method works even on locked bootloaders and does not require a PC connection. MIUI The settings may be reset - they will have to be repeated.

Method 5: Complete removal via TWRP (for advanced)

If you use custom TWRP recovery, you can completely remove the sidebar system application, which is a cardinal solution that is only suitable for users with an unlocked bootloader.

How to delete:

  1. Boot in TWRP Recovery (clip Power + Volume up)
  2. Go to Advanced โ†’ File Manager
  3. Find /system/priv-app/QuickBall or /system/app/QuickBall
  4. Remove the entire folder or rename it to QuickBall_bak
  5. Reset the device

โš ๏ธ Warning: Removing system applications can lead to unstable work MIUI, including errors when updating the firmware. TWRP โ†’ Backup.

๐Ÿ’ก

Before deleting system files, check their dependence with the command adb shell dumpsys package com.miui.quickball. If there are required-by points in the output, deleting can break the associated functions.

Frequent problems and their solutions

Even after the shutdown, the sidebar can continue to appear, and let's look at typical scenarios and how to fix them.

Problem 1: The bar only appears in some apps (like YouTube or TikTok).

  • ๐Ÿ”ง Solution: Disable in the application settings permission to Display on top of other windows for Sidebar.

Problem 2: After the MIUI update, the panel was activated again.

  • ๐Ÿ”„ Solution: Repeat the disconnection through ADB Activity Launcher, in newer versions MIUI 15 Added reset protection - use the command: adb shell cmd package disable-user --user 0 com.miui.quickball

Problem 3: On the lock screen, the panel continues to open.

  • ๐Ÿ”’ Solution: Disable in Settings โ†’ Lock screen โ†’ Additional Item Quick labels.
Can I turn off the panel only for specific applications?
Yes, but not through the standard settings. Use the Island app or AppOps to limit com.miui.quickball resolutions to selected applications only. Alternatively, enable the No-Distract Mode in the app settings (available in MIUI 14+).
Why did the weather and calendar widgets disappear after the panel was turned off?
The sidebar in MIUI is integrated with system widgets. Once it is turned off, the widgets are transferred to the main screen automatically. If they are not, restart the device or manually add widgets through long pressing on the desktop โ†’ Widgets.
Will the ADB way work on POCO with global firmware?
For POCO with MIUI Global, use the command: adb shell pm disable-user --user 0 com.miui.touchassistant This is because on POCO, the panel is implemented through another system component.
How do I return the panel if I deleted it via TWRP?
Restore deleted files from the backup or download the original APK QuickBall.apk for your version of MIUI (can be extracted from the official firmware via MIUI bootloader). Install the file via TWRP or command: adb install QuickBall.apk After installation, restart the device.
Are there alternative launchers without a sidebar?
Yes, install any third-party launcher (Nova Launcher, Lawnchair, Hyperion) that completely replaces the MIUI shell and does not have a built-in sidebar. Note that some MIUI features (e.g., Dual Applications) may become unavailable.