The sidebar in MIUI is one of the most controversial elements of Xiaomiβs interface. For some users, itβs a convenient tool for quick access to applications and functions, for others, a bothersome element that occupies precious space on the screen. Especially annoying is the panel of owners of devices with narrow frames, where every pixel counts. But can it be completely removed, not just folded?
In this article, we'll look at all the ways you can do things, from standard settings to deep system changes, and it's important to understand that some methods require superuser rights or ADB, so they're not for everyone. If you're a beginner, start with the first two, they're safe and don't require technical skills.
Please note that in different versions MIUI (12, 13, 14 and HyperOS) may vary in the layout of options. We will show you the current paths for the latest updates in 2026. If your smartphone is running on old firmware, some menu items may be called differently - in this case, use the search by settings (βοΈ β Search).
Why does the sidebar appear again and again?
Many users complain that even after a panel is turned off, it returns after a system reboot or update, because MIUI considers it a system component and automatically restores it when it crashes.
- π Update the firmware - after installing a new version MIUI Some interface settings are reset.
- π± Launcher reset β if you cleared Louncher application data MIUI Or they reset it.
- π§ System optimization β the Settings function β Special opportunities β System optimization can restore standard elements.
- π οΈ Recovery from backup β when transferring data from another device, system settings are sometimes restored.
If you want to get rid of the sidebar forever, you'll have to combine several methods or use radical solutions like modifying system files, but first try the standard methods, which work 80 percent of the time.
Method 1: Disconnect via launcher settings (without root)
The easiest and safest method is to use the built-in MIUI options. It is suitable for most models, including the Redmi Note 12, Xiaomi 13, POCO F5 and other devices based on MIUI 12-14 and HyperOS.
Instructions:
- Open Settings β Desktop (or Screen in some versions).
- Scroll down and find the Sidebar section (may be called the Quick Access Panel or the Additional Panel).
- Turn off the switch Show sidebar.
- If you have the option to Hide the launch icon, activate it.
On some devices (e.g., POCO X5), the path may be different: Settings β Additional β Special Features β Sidebar.
Check the version of MIUI in Settings β About the phone
Close all applications (swipe up)
Turn off VPN/proxy (they can block changes)
Reboot your phone after the changes-->
β οΈ Attention: HyperOS (new firmware for Xiaomi 14, Redmi) K70) The sidebar is integrated into the control center, and to remove it, you have to turn off the swipe from the right edge of the screen in Settings. β Notifications and control panel β Control panel gestures.
Method 2: Remove via ADB (without root rights)
If a standard shutdown doesnβt work, you can use the Android debugging bridge (ADB), a method that doesnβt require root rights, but requires connecting the phone to your computer.
What you need:
- π₯οΈ Computer with Windows/macOS/Linux
- π USB-cable (preferably original)
- π± Included Debugging by USB phone-on
- π οΈ Utility. ADB (download from the official website)
Step-by-step:
- Activate Developer Mode: Settings β About Phone β MIUI version (click 7 times).
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect the phone to the PC and confirm access to debugging on the smartphone screen.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Enter the command to check the connection: Adb devices should appear the name of your device.
- Follow the command to disable the sidebar: adb shell pm disable-user --user 0 com.miui.miservice Note: Some firmware may require another command - com.miui.freeform.
Once you've done the command, restart the phone. The panel should disappear. If it comes back after the update, repeat the procedure.
What if the ADB canβt see the device?
Method 3: Modification of system files (requires root)
If you're willing to take drastic measures and you have root rights, you can delete the system files responsible for the sidebar, which permanently removes the panel, but requires caution - an error can cause the system to crash.
Instructions for experienced users:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/MiuiFreeForm/ or /system/app/MiuiFreeForm/.
- Delete or rename (add.bak) the files: MiuiFreeForm.apk and MiuiFreeForm.odex (if any).
- Clear the cache and data of the MIUI Launcher application in the settings.
- Reset the device.
| Xiaomi model | The path to the panel files | Additional action |
|---|---|---|
| Redmi Note 10/11 | /system/priv-app/MiuiFreeForm/ | Remove com.miui.freeform.xml from /system/etc/permissions |
| Xiaomi 12/13 | /system/product/priv-app/MiuiFreeForm/ | Clean up /data/system/package_cache |
| POCO F3/F4 | /system/app/MiuiFreeForm/ | Reboot to Fastboot and run fastboot erase cache |
β οΈ Note: Deleting system files may cause errors in the operation of the launcher or other components MIUI. Before the changes, make a backup copy through TWRP Or Xiaomi Cloud. If you have problems after deleting, restore files from the backup or reflash your phone.
su
ls /system/priv-app/ | grep -i freeformThis will help to avoid errors when searching for the right files.-->
Method 4: Use of an alternative launcher
If you don't want to mess around with system settings, you can just replace the standard launcher with a third-party one. Most alternative shells (for example, Nova Launcher, Lawnchair, Apex Launcher) do not support the MIUI sidebar and automatically hide it.
How to install an alternative launcher:
- Download your favorite launcher from Google Play (we recommend Nova Launcher for maximum customization).
- Install and open the application.
- Click Set as default launcher (the system selection window will appear).
- In the new launcher settings, disable all options related to MIUI-specific functions.
Advantages of this method:
- β Does not require rooting or ADB.
- β You can return the standard launcher at any time.
- β Additional customization options (badges, gestures, themes).
Disadvantages:
- β Certain functions MIUI (For example, dual applications or second space may not work properly.
- β Lags are possible on weak devices (for example, Redmi). 9A).
π‘
The alternative launcher is the only way to remove the sidebar without interference, suitable for users who do not want to risk the stability of the phone.
Method 5: Reset the launcher settings (if the panel is back)
Sometimes the sidebar reappears after an update or crash, and resetting the launcher will help, so it will return to factory settings, but it will not affect your data.
How to drop the launcher:
- Open Settings β Applications β Application Management.
- Find the MIUI Launcher (or MIUI Launcher).
- Click Warehouse β Clear the data and Clear the cache.
- Reboot the phone.
After discharge:
- π§ Go to the launcher settings (Long tap on the desktop) β Settings).
- π± Disable the sidebar in the Additional settings section.
- π If the panel appears again - repeat the disconnection through ADB (Method 2).
β οΈ Warning: Resetting the launcher will remove your desktop settings (location of icons, folders, widgets). Take screenshots in advance or write down the configuration to quickly restore it.
Frequent Mistakes and How to Avoid Them
When trying to remove the sidebar, users often encounter problems, and here are the most common mistakes and solutions:
| Problem. | Reason. | Decision |
|---|---|---|
| The panel returns after the reboot | The system restores default settings | Use ADB to permanently shut down or install an alternative launcher |
| ADB issues an error device unauthorized | No confirmed access to debugging on the phone | Disconnect and reconnect USB, confirm access on the smartphone screen |
| After removing system files, the launcher does not start | Removed critical MIUI component | Restore files from the backup or reflash your phone via Fastboot |
| There is no option to turn off the panel on HyperOS | The panel is integrated into the control center | Turn off the swipe from the right edge in gesture settings |
If none of the methods worked, check:
- π Firmware version β some custom firmware (e.g. xiaomi.eu) have their own settings.
- π Access rights β if you use a work profile or a Kids Button, your settings may be blocked.
- π Firmware region - on Chinese versions MIUI Some options are hidden.