How to permanently remove the man in the lower right corner on Xiaomi: the complete guide

Why does a β€œhuman” appear in the corner of the screen and what is it?

If you notice a little icon with a man in the bottom right corner of your Xiaomi, Redmi or POCO screen, it's not a virus or a system failure. 90% of the time, it's either the Google Assistant (if the icon is colored and appears when swiping) or the MIUI pop-up menu (if the icon is gray and static). Both elements are integrated into the firmware, but they can be disabled without root rights.

Since 2022, Xiaomi has been actively implementing its own services based on MIUI 13/14/15, and the β€œhuman” is part of this ecosystem, it can duplicate quick access features (for example, launching Google Assistant or Mi Smart Hub), but many users are hindered, and it is especially annoying when the icon overlaps the interface elements in games or applications with non-standard resolutions (for example, Genshin Impact or Honor of Kings).

It’s important to understand that this element does not affect performance, but can conflict with navigation gestures. For example, on the Xiaomi 13 Pro or Redmi Note 12, a swipe from the bottom up to the right sometimes works as a call to the assistant instead of returning to the home screen.

Method 1: Disable Google Assistant (if the icon is colored)

If the "human" only appears when held or swiped around the corner, it's Google Assistant. It can be deactivated without removing the app:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Slip on the three points in the upper right corner and select Show System Processes.
  3. Find Google (or Google Assistant) and select it.
  4. Go to Notifications. β†’ Turn off all switches.
  5. Go back and click Disable (if the button is active).

Some models (e.g., the POCO F5) may require an additional step:

Settings β†’ System β†’ Gestures β†’ Starting Assistant gestures β†’ Disable

⚠️ Note: Once you disable Google Assistant, the voice commands β€œOK, Google” and contextual prompts in search will stop working. If you need these features, use Method 3 (Limitation of Rights).

The icon disappeared with a swipe from the corner|Voice search is not activated|There is no item in the gesture settings "Assistant"|Google does not consume battery in background-->

Method 2: Remove the MIUI pop-up menu (gray icon)

If the icon is static and gray, it's a MIUI pop-up menu, the analogue of Assistive Touch on the iPhone, which duplicates navigation buttons and quick actions to remove it:

  • πŸ“± Open the Settings. β†’ Special facilities β†’ Floating menu.
  • πŸ”„ Translate the floating menu slider to the off position..
  • πŸ” If there is no item, check: Settings β†’ Additionally. β†’ Functions laboratory β†’ Floating menu.
  • πŸ› οΈ On the old versions. MIUI 12 Ways may be different: Settings β†’ System system β†’ Advanced settings β†’ Floating menu.

On some firmware (e.g. MIUI EU), the menu is called Floating Ball or Quick Ball. If you use custom firmware, the parameter name may not be translated correctly - look for the keyword "ball".

Xiaomi modelPath to settings (MIUI 14/15)Alternative Path (MIUI 12)
Xiaomi 13/13T/14Special Opportunities β†’ Floating MenuAdditionally. β†’ Laboratory β†’ Quick Ball
Redmi Note 11/12Special Opportunities β†’ Convenience β†’ Floating menuSettings β†’ System β†’ Advanced β†’ Floating Ball
POCO X5/F5Special Opportunities β†’ Floating MenuSettings β†’ Additional β†’ Quick Ball

⚠️ Note: On some models (Redmi) 10C, POCO M4 Pro) after switching off the floating menu, Game Turbo can be lost via swipe. To return the function, turn the menu back on and adjust its transparency to 1% in the settings.

Gestures (full screen)|Classic buttons|The Floating Menu (Quick Ball)|Another option-->

Method 3: Limitation of Rights for System Applications (Advanced)

If the first two methods didn't work, the problem could be the background activity of the system services, which requires accuracy, but does not require root rights:

  1. Go to Settings β†’ Applications β†’ Application Management β†’ Three points β†’ Show system.
  2. Find and open: MiuiSystemUI (or System UI) Android System Intelligence (for Google services)

In each annex:

  • 🚫 Shut down Autostart.
  • πŸ”• Disable display over other windows.
  • πŸ“΅ Limit background activity.
  • Reset the device.

On MIUI 15 (for example, on Xiaomi 14 Ultra) you may need additional action:

Settings β†’ Accounts and synchronization β†’ Mi Account β†’ Synchronization β†’ Disable System Settings

This method doesn't remove the "human," it just blocks the image, so if the icon comes back after the update, repeat the steps.

πŸ’‘

Before limiting the rights of system applications, check whether you are using Second Space or Dual Apps features – they may stop working.

Method 4: Reset the launcher settings (if the icon is back)

Sometimes the "human" appears after updating MIUI or resetting the cache, in which case the launcher reset will help:

  • 🏠 Keep an empty area on the main screen β†’ Select the Home Screen Settings.
  • πŸ”„ Find the Reset settings (or Reset settings) option and confirm.
  • πŸ“± Reset the device.

On POCO Launcher (set by default on POCO F4/F5), the path is different:

Starter settings β†’ Additional β†’ Restore default settings

After reset, check if additional widgets or folders have appeared - they can be manually removed.

What if the reset didn't help?
If the launcher has left the icon, try: 1. Install a third-party launcher (such as Nova Launcher or Hyperion). 2. Remove the MIUI Home update through Settings β†’ Applications β†’ MIUI Home β†’ Three points β†’ Remove updates. 3. Check for viruses using Malwarebytes (sometimes malware masquerades as system services).

Method 5: Manual removal via ADB (for experienced)

If none of the methods worked, you can uninstall the system application via ADB. This method is suitable for users with an unlocked bootloader or root rights, but it works without them:

  1. Install ADB Tools on your PC.
  2. Connect your phone to your computer and allow debugging over USB (Settings β†’ About Phone β†’ MIUI version β†’ tap 7 times, then go back to Settings β†’ Additional β†’ For Developers β†’ Debugging over USB).
  3. Open the command line in the folder with ADB and type: adb shell pm uninstall -k --user 0 com.miui.touchassistant To delete Google Assistant: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
  4. Reset the device.

On MIUI 15, the packet name may differ. To find out the exact name, use the command:

adb shell pm list packages | grep -i assistant

⚠️ Note: Removing system packages through ADB It can cause Mi Account to fail, updates to the air or gestures to fail. Create a backup through Settings before execution β†’ Additionally. β†’ Backup and reset.

πŸ’‘

ADB-commands remove the application only for the current user (flag) --user 0). System files remain intact, which reduces the risk of β€œbricking” the device.

What to do if the β€œhuman” returned after the update

Xiaomi regularly returns disabled features through MIUI updates to prevent the icon from reappearing:

  • πŸ”„ Turn off automatic update of system applications:
  • πŸ“¦ Install an ad blocker (such as Blokada or AdGuard) and blacklist domains:
  • πŸ›‘οΈ Use App Ops (requires root or ADB), block the permit SYSTEM_ALERT_WINDOW for MiuiSystemUI.

MIUI 14/15 also allows you to disable personalized recommendations that sometimes restore system widgets:

Settings β†’ Privacy β†’ Personalization and data β†’ Disable all switches

FAQ: Frequent questions about the "man" in the corner of the screen

❓ Why does the icon appear again after the shutdown?
This is due to background synchronization of Mi Account or MIUI updates.To prevent: Disable synchronization of system settings in your Xiaomi account. Freeze the MiuiSystemUI app via App Freezer (requires root). Use ADB to remove the packet completely (see Method 5).
❓ Can I remove the icon without turning off the Google Assistant?
Yes. If you need Google Assistant but don't need its icon: Open Settings β†’ Apps β†’ Google β†’ Notifications. Turn off notifications for Assistant. In Settings β†’ System β†’ Gestures disable Assistant Launch Gesture. Assistant will work on voice command, but the icon will disappear.
❓ Why not? POCO There is no floating menu in the settings?
On POCO smartphones (like the POCO X6 Pro), the feature is called Quick Ball and is hidden by default. To find it, activate Developer Mode (7 taps according to MIUI). Go back to Settings β†’ Additional β†’ Quick Ball. If there is no item, search by settings (the magnifier icon at the top).
❓ Will it work? NFC after shutting down system services?
Yes, NFC is not dependent on MiuiSystemUI or Google Assistant. However, if you removed MiuiSystemUI via ADB, it may stop working: Quick settings in the curtain. Animations of transition between applications. Some gestures (e.g., Double-tap to wake). To return functionality, restore the application via the command: adb shell cmd package install-existing com.miui.home
❓ How to return an icon if you need it for games?
If you use a floating menu for quick access in games (for example, for screenshots), but want to change its appearance: Go to Settings β†’ Special Features β†’ Floating Menu β†’ Settings. Set transparency by 30-50%. Reduce the icon size to a minimum. Set up actions: for example, swipe left – screenshot, swipe right – return. MIUI 15 can also replace the icon with a point or stripe in the same settings.