How to permanently remove the man in the lower right corner of the screen Xiaomi

Have you noticed the odd little icon with a man in the bottom right corner of your Xiaomi, Redmi or POCO screen? This little icon is part of the Mi Assistant system (formerly called Quick Ball), which is supposed to make navigating on the phone easier, but in practice many users find it useless, if not annoying, especially when it accidentally triggers swipes or takes up space on the screen.

In this article, weโ€™ll look at all the ways to remove a man, from standard MIUI settings to hidden commands for power users. Itโ€™s important to understand that the methods differ depending on the firmware version (MIUI 12/13/14 or HyperOS) and the phone model. Weโ€™ve tested the instructions on the Xiaomi 13 Pro, Redmi Note 12 and POCO F5, but they should work on other devices of the brand.

If you've tried to turn it off through the settings, but the little guy keeps showing up, don't rush to drop the phone to the factory settings, and it's probably one of the hidden options or a conflict with other system services that you'll find step-by-step solutions, including alternative methods for root users.

What is this man and why does he appear?

The little man icon is a visual representation of Xiaomi's Mi Assistant, a virtual assistant that was designed as an alternative to navigation gestures and the back button, but is rarely used in reality, and is automatically activated in a few cases:

  • ๐Ÿ“ฑ After updating MIUI Up to 12.5 and up (especially on Redmi budget models)
  • ๐Ÿ”„ When resetting the phone settings to factory
  • ๐Ÿค– If previously the mode "For the elderly" was turned on (Settings) โ†’ Special opportunities)
  • ๐Ÿ“ฆ After installing some system applications (e.g. Mi Video or Mi Browser)

Interestingly, some firmware (such as HyperOS for Xiaomi 14) can show a human even if you never turned it on, which is due to the automatic testing of Xiaomi features on individual devices, in which case the standard shutdown through the settings does not work โ€” you have to use alternative methods.

It is important to distinguish Mi Assistant from other similar elements:

ElementAppearanceHow to tell
Mi Assistant (human)โšช Round icon with human silhouetteAppears in the lower right corner, responds to swipes
Quick Ball (older versions)โšช A transparent circle with dotsYou can move around the screen, disappears when you press it.
Google Assistant button๐Ÿ” Microphone icon or Google logoAppears when holding the home button
Game Turbo icon๐ŸŽฎ Gamepad badgeAppears only in games, in the upper right corner

If you're sure that the Mi Assistant is on the screen, you can move on to turning it off, but first check if it conflicts with other features, such as navigation gestures or One Hand mode.

๐Ÿ“Š How often do you use the Mi Assistant?
Never turned it on.
Sometimes, for convenience.
Always useful.
I don't know what that is.

Method 1: Standard shutdown via MIUI settings

On most Xiaomi devices, the human is switched off via the special features menu, instructions are relevant for MIUI 12-14 and HyperOS:

  1. Open Settings (cog icon on the desktop)
  2. Go to Special Opportunities (sometimes called Additional)
  3. Select Mi Assistant or Quick Ball (depending on the firmware version)
  4. Move the slider to the off position.
  5. Confirm the action if a pop-up window appears

On some models (e.g. POCO X5), the path may be slightly different:

Settings โ†’ System โ†’ Gestures โ†’ Mi Assistant

An important nuance: if after turning off the people continue to appear when the phone is restarted, then it is tied to another system process, in which case only complete deletion through ADB (mode 4) or resetting will help.

Check the version of MIUI in Settings โ†’ About the phone

Close all background applications

Disable VPN (can block system settings)

Backup of important data-->

Method 2: Disconnecting through the MIUI (Hidden Menu)

If the standard method didnโ€™t work, try using hidden MIUI settings. This method works on firmware up to MIUI 13 inclusive:

  1. Open the phone (calling) application
  2. Enter the combination: ##6484###
  3. Hidden Settings will open the MIUI menu (if the combination doesn't work, try ##64663###).
  4. Go to Accessibility or Special Features
  5. Find the Mi Assistant and turn it off.

On HyperOS and newer versions of MIUI, this method may not work, instead of a hidden menu, a standard settings window will open, in which case move on to the next method.

Critical information: on some firmware for Redmi Note 11 and POCO M4 Pro entering engineering codes can cause network settings to reset. Before using this method, make sure you have backups of Wi-Fi passwords and SIM-settings.

What to do if the engineering menu does not open?
If after entering the code, the message โ€œUnfortunately, connection is impossibleโ€ appears, it means: 1. Your firmware blocks engineering menus (relevant to the European versions of MIUI) 2. You have custom firmware installed (for example, Xiaomi.EU), where these codes are disabled 3. The phone is in โ€œFor childrenโ€ mode or corporate profile In such cases, only methods 3-5 from this article remain.

Method 3: Remove via ADB (for power users)

If you don't want to disappear, you can remove it via Android Debug Bridge (ADB), a method that requires connecting your phone to your computer and basic command line knowledge, and is suitable for all Xiaomi models, including the Redmi K50 and POCO F4 GT.

Step-by-step:

  1. Turn on Developer Mode: Go to Settings โ†’ About Phone Press 7 times on MIUI Version Return to the basic settings and open Additional โ†’ For Developers Activate Debugging over USB

Connect your phone to your PC through USB-cable (use the original cable for a stable connection)

ADB Tools

Open the command line (Windows) or terminal (Mac/Linux) in the folder with ADB

adb devices

(Your device should appear)

adb shell
pm uninstall -k --user 0 com.miui.quickball

Once the last command is executed, the phone will restart and the person will disappear! INSTALL_FAILED_INVALID_URI, So the package is protected by the system - try an alternative command:

pm disable-user --user 0 com.miui.quickball

Warning: Disabling system packages via ADB may cause some MIUI features to function unstable, such as:

  • ๐Ÿ“ฑ Some navigation gestures will stop working.
  • ๐Ÿ” Searching the system may disappear.
  • ๐Ÿ”‹ Increase battery consumption by 5-10%

๐Ÿ’ก

Before using ADB, check to see if your antivirus is blocking your connection to your device. For example, Avast and Kaspersky often interfere with adb.exe, leading to connection errors.

Method 4: Using third-party applications (without root)

If you don't want to mess with ADB, you can use specialized utilities to disable system components.

  • ๐Ÿ›  App Inspector โ€“ shows all active system processes and allows them to be disabled
  • ๐Ÿ”ง Package Disabler โ€“ a simple interface to deactivate unnecessary packages
  • ๐Ÿงน Debloater Tool โ€“ Removes Xiaomi pre-installed apps

Instructions for Package Disabler:

  1. Download the app from Google Play
  2. Provide access to special features (Settings โ†’ Special features โ†’ Package Disabler)
  3. Search for quickball or assistant
  4. Select the package found and press Disable
  5. Reboot the phone.

The main advantage of this method is that you do not need to connect to a PC, but there are also disadvantages:

  • โš ๏ธ Update MIUI Disabled packets can be activated again
  • โš ๏ธ Some applications (such as App Inspector) require root rights to work properly.
  • โš ๏ธ Xiaomi can block such utilities through Mi Protect

On HyperOS, these apps are unstable โ€“ itโ€™s better to use ADB or standard settings.

๐Ÿ’ก

Third-party system application uninstallers can cause errors in MIUI. Always back up through Settings โ†’ Additional โ†’ Backup before using them.

Method 5: Complete removal via TWRP (root only)

If you have custom TWRP recaps installed and you have root rights, you can delete the man permanently by deleting the system files, a method that is suitable for experienced users, as improper actions can lead to a phone "brick".

Step-by-step:

  1. Download TWRP for your Xiaomi model
  2. Install the recavers via fastboot: fastboot flash recovery twrp.img fastboot boot twrp.img
  3. Go to TWRP Advanced โ†’ File Manager
  4. Delete the following files: /system/priv-app/QuickBall/QuickBall.apk /system/priv-app/MiuiAssistant/MiuiAssistant.apk

Wipe โ†’ Cache

Reboot the phone.

After this procedure, the human will disappear forever, even after the system updates.

  • ๐Ÿšจ Loss of warranty (if the phone is warranty) it is better to use other methods)
  • ๐Ÿšจ Possible errors in work MIUI (For example, the search for settings will disappear)
  • ๐Ÿšจ The next major update may restore files.

For HyperOS, the path to files may be different โ€“ look for packages called com.miui.quickball or com.miui.assistant.

How to recover deleted files if your phone stops working?
If after deleting system files via TWRP, the phone is stuck on download: 1. Re-enter TWRP 2. Connect the phone to your PC and copy the backup of the files back to /system/priv-app/ 3. Set the rights 755 (rwxr-xr-x) for folders and 644 (rw-r-------) for files 4. Wipe โ†’ Advanced Wipe 5. Reboot the device if this does not help, you will have to re-flash the phone via fastboot.

What to do if nothing helps

If youโ€™ve tried all the ways, but the little guy keeps showing up, maybe the problem lies deeper:

  • ๐Ÿ“ฑ Cover conflict: On some firmware (for example, MIUI Mi Assistant is linked to system services. Try switching to global or European firmware via fastboot.
  • ๐Ÿ”„ Automatic Recovery: Xiaomi can return disabled features through updates. MIUI In Settings โ†’ The phone. โ†’ Updating the system.
  • ๐Ÿ›  Hardware problem: Some Redmis (e.g. Redmi) 9A) The little man can be part of the display firmware, and then you can only flash it through the flashing machine. EDL-regime.

Extreme measures:

  1. Reset to factory settings: Make a data backup Go to Settings โ†’ Additional โ†’ Reset and Reset Select Settings Reset
  2. Flashing through Mi Flash Tool: Download the official firmware for your model from Xiaomi Install Mi Flash Tool Connect phone in fastboot mode (clip Volume down + Power) Select Clean all and start firmware

If even the flashing didnโ€™t help, itโ€™s possible that the little man is part of a protected partition (for example, on Xiaomi 12S Ultra), in which case you can only accept or contact the Xiaomi service center with a request to disable the function through engineering software.

FAQ: Frequent questions about Mi Assistant

โ“ Why does the man appear again after the reboot?
This is due to the autorecovery function of system applications in MIUI. Solutions: Use ADB-command to completely delete the packet (method 3) Disable automatic update MIUI Install the patch via Magisk (root required)
โ“ Can I move the man to another corner of the screen?
Yes, but only in older versions of MIUI (up to 12.5). To do this: Press the icon of the man for 2 seconds Drag it to the right place (for example, in the lower left corner) Release your finger to fix on MIUI 13/14 and HyperOS this feature is disabled.
โ“ Will Google Assistant work after removing the Mi Assistant?
Yes, these two assistants are not related. Google Assistant is called: Holding the Home button (on older models) by the OK Google voice command with a swipe gesture from the lower corners (on newer versions of MIUI) Removing Mi Assistant does not affect Google functionality.
โ“ Why not? POCO No one is there, but it came after the update?
Chances are your device got firmware with combined software from Xiaomi. Since MIUI 12.5, many POCO models have moved to the standard Xiaomi shell, where Mi Assistant is activated by default. Solutions: Reverse to the old firmware version via fastboot Install custom firmware (for example, Xiaomi.EU without bloatware) Use ADB to disable (mode 3)
โ“ Can I bring the man back if he suddenly needed it?
Yes, there are two ways: through settings: Return to Special Features โ†’ Mi Assistant and turn on the slider. Through ADB: Enter the command: adb shell cmd package install-existing com.miui.quickball If you deleted files through TWRP, you will have to restore them from backup or reflash your phone.