How to completely remove the sidebar on Xiaomi Redmi Note: all working methods

Why the sidebar interferes – and whether it can be turned off without consequences

The side gesture bar on the Xiaomi Redmi Note (or "Edge Gestures") is a feature that was supposed to make navigation easier with one hand. But in practice, it often works by accident: when scrolling through a social media feed, while playing games, or even trying to swipe a notification, especially annoying owners of curved-screen models (Redmi Note 10 Pro, Note 11 Pro+), where the touch sensor responds to the slightest touch to the side edges.

Unfortunately, Xiaomi has not added a separate switch to disable the sidebar in standard MIUI settings. But that doesn’t mean the problem is unsolvable. Depending on the firmware version (MIUI 12/13/14) and the smartphone model, up to 5 different methods can be used – from hidden menus to commands via ADB. Important: some methods require unlocking the bootloader or superuser rights, which can affect the warranty.

In this article, we provide 2026-relevant instructions for all Redmi Note generations (from Note 4 to Note 12), including workarounds for Chinese firmware. If you are unsure of your model, check it in Settings β†’ About Phone β†’ Model.

Method 1: Disconnect via gesture settings (MIUI 12–14)

The simplest method, which works on most devices without any additional manipulations, is suitable for Redmi Note 8/9/10/11 with global and European firmware. In Chinese versions of MIUI, this item may not be available - then move to Method 2.

Instructions:

  1. Open the Settings β†’ Display.
  2. Select Additional Display Settings β†’ Sidebar (or Edge Gestures in English versions).
  3. Turn off the slider Enable the sidebar.
  4. Restart your phone (required!) to make the changes effective.

If the Sidebar is not on the menu, your firmware is hiding it.

  • πŸ” Go to Settings. β†’ Special facilities β†’ Gesture management.
  • πŸ“± Check the section System gestures β†’ Side swipes.
  • βš™οΈ In some versions MIUI 13 option hidden in Settings β†’ System system β†’ Movements and gestures.

πŸ’‘

If the sidebar still works after turning off, clear the Launcher app cache (Settings β†’ Applications β†’ Application Management β†’ Launcher β†’ Storage β†’ Clear the cache).

Method 2: Using a Hidden Menu of Engineering Settings

This method is suitable for Redmi Note 7/8/9 with Chinese firmware, where standard gesture settings are blocked.Watch out: wrong actions in the engineering menu can disrupt the sensor or display.

Steps:

  1. Open the phone app and enter the combination: ##6484###
  2. Select Touch Panel Test β†’ Edge Test.
  3. Click Disable Edge Gestures (or similar item in Chinese: ).
  4. Confirm the action and restart the phone.

If the combination does not work, try the alternative codes:

  • πŸ“± For the Redmi Note 10/11: ##36446337## (Menu Engineering Mode).
  • πŸ”§ For older models (Note) 4/5): ##4636## β†’ Testing β†’ Touch Screen.
What to do if the engineering menu is in Chinese?
Use a Google Lens interpreter or look for icons. The gesture switchdown point is usually marked with a hand icon with a "cross" or "off" sign.
πŸ“Š What kind of Redmi Note model do you have?
Redmi Note 8/9
Redmi Note 10/11
Redmi Note 12
Another model

Method 3: Disconnect via ADB (without root)

If previous methods didn’t work, you can block the sidebar via Android Debug Bridge (ADB), which doesn’t require superuser rights, but requires a computer with Xiaomi drivers installed and USB debugging enabled.

Step-by-step:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. 7 times click on the MIUI Version until the notification β€œYou are a developer” appears.

USB debugging

Settings β†’ Additional β†’ For Developers

adb shell settings put secure sysui_edge_gestures_enabled 0

Reset the device.

To return the sidebar, use the same command, replacing 0 by 1.

Install Xiaomi drivers on PC| Enable debugging over USB on your phone | Download ADB Tools (platform-tools) | Connect your phone with the original cable-->

πŸ’‘

ADB-teams temporarily turn off gestures until the next reset. MIUI It may be necessary to repeat the procedure.

Method 4: Editing system files (requires root)

For advanced users who are ready to get root rights, there is a radical method - editing the systemui configuration file. This is the most reliable way, since it blocks gestures at the system level, but the risk of "bricking" the device is higher.

Instructions:

  1. Install Root Explorer or Solid Explorer with root support.
  2. Cross the path: /system/usr/idc/ Find the file. synaptics_dsx_edge.idc (or similar to edge).
  3. Open the file in the text editor and replace the line: touch.deviceType = touchScreen on touch.deviceType = touchPad
  4. Save the changes, set the 644 license and restart the phone.

If the file is not found, check the other directories:

  • πŸ“ /system/etc/permissions/ β€” Look for files with gesture in the title.
  • πŸ“ /vendor/usr/idc/ β€” alternative location for new models.

πŸ’‘

Before editing system files, back up your phone via TWRP or Titanium Backup, which will allow you to recover your phone in case of an error.

Method 5: Install custom firmware (for experienced)

If none of these methods worked, the last resort is custom firmware like LineageOS, Pixel Experience or Xiaomi.eu, which often offer flexible gesture settings, including completely disabling the sidebar.

Advantages of the method:

  • πŸ”„ Complete control of the interface and gestures.
  • πŸš€ Lack of unnecessary software from Xiaomi (bloatver).
  • πŸ”’ Regular security updates.

Disadvantages:

  • ⚠️ Loss of warranty (requires unlocking the bootloader).
  • πŸ”Œ Risk of firmware errors (possible "brickΒ»).
  • πŸ“± Not all camera/sensor functions can work properly.

Instructions for firmware Xiaomi.eu:

  1. Unlock the bootloader through the Mi Unlock Tool (requires an account binding Mi).
  2. Install TWRP Recovery for your model.
  3. Download the firmware from the official website Xiaomi.eu.
  4. Sweat through TWRP by running Wipe Dalvik/Cache before installation.
How to check the compatibility of the firmware?
Check your model’s code name (like mojito for Redmi Note 10) with supported devices on the XDA Developers forum or firmware site. A mismatch could result in a wifi or camera that is broken.

Comparison of methods: which to choose

To make the choice easier, we have collected the key parameters of each method in the table:

MethodDifficultyPC requiredRoot is required.Risk to the systemReset after update
MIUI settings⭐❌ No.❌ No.❌ No.❌ No.
Engineering menu⭐⭐❌ No.❌ No.⚠️ Low.βœ… Yes.
ADB-teamβ­β­β­βœ… Yes.❌ No.⚠️ Medium.βœ… Yes.
File editingβ­β­β­β­βœ… Yes.βœ… Yes.⚠️⚠️ High-pitched❌ No.
Custom firmwareβ­β­β­β­β­βœ… Yes.βœ… Yes.⚠️⚠️⚠️ critical❌ No.

For most users, the best solution is Method 1 or 2. If you are not afraid of experimentation and want to get rid of the sidebar forever, consider Method 4 (with root) or Method 5 (castom firmware).

Frequent Mistakes and How to Avoid Them

When you turn off the sidebar, users often face typical problems, and here's how to prevent them:

⚠️ Note: If after use ADB-commands the phone stopped responding to touches on the edges of the screen, perform gesture reset via the command: adb shell settings delete secure sysui_edge_gestures_enabled This will bring back the standard settings.

Other common mistakes:

  • πŸ”„ Gestures return after update MIUI: It's normal, system settings are reset. Repeat the shutdown procedure after the update.
  • πŸ“΅ Sensor fails after file editing: Delete the modified file and restart the phone in Safe Mode (Power button) β†’ Restarting in Safe Mode).
  • πŸ”Œ ADB Does not see the device: Check if debugging is enabled USB, And install the Mi drivers. PC Suite.

If none of the methods worked, your Redmi Note model may use hardware gesture control (like the Note 12 Pro+ with Dimensity chip).

  • πŸ› οΈ Contact the service center to disable the function at the firmware level.
  • πŸ“¦ Use a case with high sides that block accidental touches.
Can I turn off the sidebar on Redmi Note without a computer?
Yes, if you have a global or European firmware MIUI. Use Method 1 (guest settings) or Method 2 (engineering menus). For Chinese firmware versions, you can't do without a PC - you need ADB or root.
Why do swipes in games not work after the sidebar is turned off?
This is because some games (like PUBG Mobile or Genshin Impact) use the same screen areas to control.Try: Enable Full Screen Gesture mode (if any).Use Xiaomi's Game Turbo to adjust the sensitivity.Roll back the sidebar off and set exceptions for games in Settings β†’ Apps β†’ Game Turbo.
Will the ADB work on the Redmi Note 12 with MIUI 14?
Yeah, but in MIUI 14 Use the alternative command: adb shell settings put global edge_gestures_enabled 0 If it doesn’t work, check the current commands for your firmware version on the forum. 4PDA or XDA.
How to return the sidebar if it disappeared after resetting the settings?
Perform one of the commands depending on the version MIUI: For MIUI 12/13: adb shell settings put secure sysui_edge_gestures_enabled 1 For MIUI 14: adb shell settings put global edge_gestures_enabled 1 If the commands don't help, check if the gestures in Settings are disabled. β†’ Display. β†’ Sidebar.
Can I turn off the sidebar only for specific applications?
Yes, but only on Xiaomi.eu firmware or custom ROMs. Standard MIUI doesn't have that feature. Alternatively, use Google Play's Fluid Navigation Gestures app, which allows you to customize gesture zones separately for each app.