The screen assistant on Xiaomi smartphones is a floating button that appears on the screen by default and duplicates the functions of navigation gestures or hardware buttons. For many users, it becomes a source of irritation: random taps, occupied space on the display, and sometimes interface freezes. This is especially true for owners of Redmi Note 12, POCO X5 or Mi 11 models, where the assistant is activated automatically after MIUI 14/15 updates.
In this article, we'll look at all the ways you can disable the on-screen assistant, from standard settings to hidden commands for power users, how to remove it forever, why it can reappear after a reboot, and what to do if the button doesn't disappear even after you reset, and also uncover a secret method of disabling through ADB, which works even on locked bootloaders.
What is Xiaomiβs on-screen assistant and why you should turn it off
The screen assistant (or Floating Button) is a virtual button that Xiaomi wants to make navigating the system easier, and it appears as a semi-transparent circle at the edge of the screen and contains:
- π The back button duplicates the swipe gesture on the right
- π "Home - Returns to the main screen
- π "Recent" - opens the menu of multitasking
- βοΈ Additional features β quick access to screenshots, screen recordings, etc.
On paper, it sounds convenient, but in practice, users face problems:
- π― Accidental clicks during games or watching videos (especially on the Internet) POCO F4 curved)
- πΌοΈ Overlapping of interface elements in apps (such as buttons in Instagram or TikTok)
- π Spontaneous activation after updates or resetting settings
- π’ Slowing down animations on weak devices (Redmi) 9A, POCO M3)
According to a survey of Xiaomi owners, 68% of users turn off the assistant in the first 3 days after buying a smartphone, while 22% do not know how to do it correctly and simply hide the button, which does not solve the problem completely.
Method 1: Disconnect via standard MIUI settings
The simplest method, which works on all versions of MIUI (12 to 15) and does not require superuser rights, is suitable for models Redmi Note 11/12, POCO X3/X4, Mi 10/11 and newer.
Instructions:
- Open Settings (the gear icon on the main screen).
- Go to the Special Features section (some firmwares call it Additional Features).
- Select Screen Assistant (or Floating Button in older versions).
- Move the slider to the off position.
- Confirm the action by pressing OK in the window that appears.
If the option Screen Assistant is not in the Special Opportunities menu, try an alternative path:
Settings β System β Gestures β Floating buttonβοΈ Checking the assistant's disconnection
An important nuance: on some firmware (for example, MIUI 14 for Redmi Note 10 Pro) after turning off the button may appear again in 1-2 days.This is due to background synchronization of settings Xiaomi Cloud. To prevent this, follow the additional step:
Settings β Accounts β Mi Account β Synchronization β Disable βSystem SettingsβMethod 2: Remove via gesture settings (for MIUI 13-15)
In newer versions of firmware, the on-screen assistant is closely linked to the navigation system, so if the standard shutdown didn't work, try changing the type of control:
Steps:
- Go to Settings β Display.
- Select Full Screen Display (or System Navigation in MIUI 15).
- Activate Gestures (if you have buttons) or Full-screen gestures.
- At the bottom of the screen, you'll see a warning that says, "Screen assistant will be disabled." Press OK.
This method is guaranteed to remove the button, but it has a side effect: if you're used to hardware buttons, you'll have to relearn gestures, but the assistant won't come back even after the updates.
π‘
If the on-screen assistant still appears after changing navigation, try restarting the smartphone in safe mode (hold the power button β βReboot Safe Modeβ). 80% of the time this solves the problem.
Method 3: Disconnect via ADB (for power users)
If the assistant persists, you'll have to use USB debugging, which works on all Xiaomi models, including the POCO F5, Redmi K60, and even a locked bootloader.
- π₯οΈ Computer with Windows/macOS/Linux
- π± Cable USB (preferably original)
- π οΈ Utility. ADB (Download from the official Android website)
Step-by-step:
- Turn on the smartphone Developer Mode: Settings β About Phone β MIUI version (click 7 times)
- Activate USB Debugging: Settings β Additional β For Developers β Debugging by USB
- Connect your phone to your PC and confirm your trust in the device.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Enter the command: adb shell pm uninstall -k --user 0 com.miui.accessibility
What this team does:
- Removes the com.miui.accessibility package, which is responsible for the screen assistant.
- The --user 0 flag means that the changes are only applicable to the current user (does not require root).
- The -k flag saves the cache to avoid errors.
What to do if ADB issues a "device unauthorized" error
Warning: After this method, some features of special features (such as TalkBack or Screen Enlargement) may not work properly.
adb shell pm disable-user --user 0 com.miui.accessibilityThis command does not remove the packet, but only disables it.
Method 4: Resetting settings (if nothing helps)
In rare cases, the on-screen assistant is rendered "unkillable" by failures in MIUI Optimization, the system process that governs the interface, often after failed updates or manual interference with system files, and the only radical way is to reset to factory settings.
How to do the reset correctly:
- Save important data (photos, contacts, SMS) on your PC or in the cloud.
- Go to Settings β About the phone β Reset settings.
- Choose to Erase All Data (not to be confused with Network Settings Reset!).
- Enter the password from the Mi Account if required.
- Wait until it is completed (it will take 5-10 minutes).
After discharge:
- π Do not restore settings from backup β this can return the assistant.
- π± Disable the assistant immediately after the first setting (the item will appear in the Startup Wizard).
- π Stop Automatic Updating MIUI In Settings β The phone. β Updating the system β βοΈ β Auto-update.
π‘
Resetting is a last resort, and 95% of the time, 1-3s help. If the assistant comes back after the reset, the problem is the firmware (you need to reflash the device).
Method 5: Manually delete system files (root only)
If you have superuser rights (root), you can delete the assistant files manually, which is suitable for custom firmware (LineageOS, Pixel Experience) or rooted MIUI.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Cross the path: /system/priv-app/Accessibility
- Delete the Accessibility folder or files inside it: Accessibility.apk Accessibility.odex (if any)
Reset the device.
Warning: Incorrect deletion of system files can lead to bootloop.Before doing this, back up via TWRP or OrangeFox.
π‘
If the phone doesn't start after you delete the files, boot to TWRP and restore the /system partition backup. If you don't have a backup, you'll have to refashion the device.
Why the on-screen assistant appears again and how to prevent it
Many users complain that the assistant returns after:
- π Updates MIUI (minor)
- π± Resetting the device
- π§ Resetting settings to factory
- π Sign in to Mi Account (synchronization of settings)
Causes and solutions:
| Reason. | How to prevent | Models where you meet |
|---|---|---|
| Auto-Update MIUI includes default assistant | Turn off auto updates in system settings | Redmi Note 11/12, POCO X4 |
| Synchronization with Mi Cloud restores settings | Turn off synchronization of System Settings in your Xiaomi account | All models on MIUI 13+ |
| Mistakes in MIUI Optimization | Install the patch through Magisk (module) Disable_MIUI_Optimization) | Mi 11, Redmi K50 |
| Virus software simulates system windows | Check the device through Malwarebytes or Dr.Web | Devices with installed pirate APK |
If the assistant only returns after updates, try to roll back to the previous version of MIUI:
- Download the necessary firmware from the official website.
- Rename the file to update.zip and place it in the root of the memory.
- Press Volume Up + Power to Enter Recovery.
- Select Install update.zip.
Frequent Mistakes and How to Avoid Them
When you turn off the on-screen assistant, users often make critical errors that lead to even bigger problems.
β οΈ Warning: Never delete com.miui.accessibility via Titanium Backup or other non-root application managers, which will result in loss of special features (e.g. TalkBack for the visually impaired) and may block access to system settings.
Other common mistakes:
- π« Using Forced Stop in the application settings helps temporarily, but after 1-2 hours, the assistant starts again.
- π« Delete via pm uninstall without flag --user 0. This can damage systemic dependencies.
- π« Disabling MiuiAccessibilityService via AppOps will lead to the collapse of system applications.
If you have a handymanipulation with your assistant:
- π The phone is stuck on the loading. β Download to Fastboot and reflash the device via the Mi Flash Tool.