Why Mi Remote appears on the block and interferes with users
The Mi Remote Widget on the lock screen of Xiaomi, Redmi or POCO is one of the most annoying features of MIUI firmware. It takes up precious space, accidentally activates when touching, and sometimes even blocks access to notifications, especially for users who have never used the remote control feature of the equipment, but have to see its icon every time they unlock the phone.
The problem is compounded by the fact that in different versions of MIUI (from 12 to 14) the methods of removing the widget are different β somewhere it is enough to turn it off in the settings, and somewhere you need to edit system files or use ADB. Moreover, after firmware updates, the widget can return on its own, even if you have already removed it before. In this article, we will analyze all the current methods, including hidden tricks for stock and custom firmware.
Itβs important to understand that Xiaomi has integrated Mi Remote at the system level, so simply removing the app through the Apps menu wonβt help β the widget will remain.
Method 1: Disconnect via lock screen settings (MIUI 12β14)
The most obvious and safe method is to use built-in MIUI options. It is suitable for most modern devices (Xiaomi 11/12/13 series, Redmi Note 10/11/12, POCO F3/F4/F5, etc.), but may not be available on heavily stripped firmware (for example, for the EU market).
Instructions:
- Open the Settings β Lock screen.
- Slip on the item Widgets of the lock screen (in some versions - Additional settings β Widgets).
- Find the Mi Remote (or com.miui.ir) and move the slider to the off position.
- Confirm the action if the system requests permission.
If the "Widgets" item is not on the menu, try an alternative path:
- π Click the empty space on the lock screen (not on the notification!) and pull up. In some firmware, this will trigger the widget editing menu.
- π± Click on the Mi Remote icon and select Delete or Hide.
- βοΈ If the widget is not removed, check if the mode is active Mode for children or Second space β they can block changes.
Turn off the power saving mode
Make sure your phone is not in "Do Not Disturb" mode.
Check for MIUI updates
Make a backup copy of the settings (optional)-->
β οΈ Note: On some devices (Redmi) 9A, POCO M3) After disabling the widget through the settings, it may appear again after the reboot.
Method 2: Remove via Mi Remote application settings
If the widget doesnβt turn off via the lock screen menu, try tricking the system into blocking access to it at the application level, a method that works even on limited-enabled firmware (e.g., global versions for the EU).
Step-by-step:
- Go to Settings β Applications β Application Management.
- Find the Mi Remote (or com.miui.ir) and tap it.
- Select Permissions and disable all sliders, especially: π± Display over other windows π Change system settings π² Start on boot
Stop it.
Reboot the phone.
After this action, the widget should disappear from the lock screen, but the Mi Remote application itself will remain in the system. If the method does not work, check if the AutoRun function for this application is activated (in the Settings menu β Applications β AutoRun).
π‘
If the widget still appears after disabling permissions, try temporarily disabling the Mi Remote app through the "Disable" menu in its settings. This won't delete it completely, but will block background activity.
Method 3: Using ADB for deep removal (for advanced)
If standard methods do not help, you will have to resort to ADB-This is a way for users who are ready to work with a computer, and requires the inclusion of debugging on the computer. USB. It is guaranteed to remove the widget from the lock screen, but if negligent, it can disrupt the system.
What you need:
- π₯οΈ Computer with installed Xiaomi drivers and tool ADB (You can download from the official Android website).
- π± Phone with debugging enabled USB (Path: Settings β The phone. β Version. MIUI β Tap 7 times, then go back to Settings β Additionally. β For developers).
- π USB-cable (preferably original).
Instructions:
- Connect the phone to the computer and confirm the debugging permission 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 must appear serial number of your device.
- Run the command to remove the widget from the lock screen: adb shell pm hide com.miui.ir If the command doesn't work, try the alternative: adb shell pm disable-user --user 0 com.miui.ir
- Reboot the phone.
β οΈ Note: pm hide and disable-user commands do not remove the app completely, but only hide it for the current user. If you use multiple profiles (for example, Second Space), the widget may remain in other accounts.
What if the ADB canβt see the device?
Method 4: Editing system files (root required)
For users with unlocked bootloader and root rights, there is a radical method - deleting the system files responsible for the Mi Remote widget. This method is risky: if you make an error, you can disrupt the lock screen or even cause a bootloop ( looped reboot).
Tools required:
- π± Root access phone (for example, via Magisk).
- π₯οΈ Root Explorer (such as Root Explorer or Mixplorer).
- π§ Backup of the system (required!).
Step-by-step action:
- Open the root explorer and follow the path: /system/priv-app/MiuiIR or (for newer versions of MIUI): /system/app/MiuiIR
- Delete or rename (add.bak extension) the following files: π MiuiIR.apk π MiuiIR.odex (if any) π Lib folder (if present)
Reboot the phone.
If the phone does not boot after deleting files or the lock screen does not work correctly, restore deleted files from the backup or reflash the device via Fastboot.
| Method | Difficulty | Root is required. | Risk to the system | Efficiency |
|---|---|---|---|---|
| Lock screen settings | β | β No. | β οΈ Low. | 50% |
| Disabling permits | ββ | β No. | β οΈ Medium. | 70% |
| ADB-team | βββ | β No. | β οΈβ οΈ High-pitched | 90% |
| Deletion of system files | ββββ | β Yes. | β οΈβ οΈβ οΈ critical | 99% |
Method 5: Alternative firmware (for power users)
If none of these methods worked, and the Mi Remote widget continues to annoy, the radical solution is to switch to custom firmware.
- π± MIUI pro MIUI Mix - modified versions of stock firmware without unnecessary widgets.
- π€ LineageOS or Pixel Experience β firmware based on pure Android, where Mi Remote is absent by default.
- π§ Xiaomi.eu β European build MIUI with the ability to disable system applications.
Warnings:
β οΈ Attention: Installing custom firmware requires unlocking the bootloader, which resets all data on the phone and may deprive you of warranty. 12S Ultra, Redmi K50 Pro) Unlocking the bootloader is officially prohibited for global versions.
If you do, follow the official instructions for your model on the XDA Developers or 4PDA forums, and remember that you may need to reconfigure all settings, including fingerprints and accounts, after you have firmware.
Stock MIUI (Global)
Stock MIUI (Chinese)
Xiaomi.eu
LineageOS/Pixel Experience
Another custom firmware
I don't know.-->
What to do if the widget returns after the MIUI update
One of the most common problems is that the Mi Remote reappears after a firmware update, which is because Xiaomi restores system applications when it updates, to avoid the widget reappearing:
- Turn off automatic MIUI update: Go to Settings β About Phone β System Update and turn off Autoboot option.
- Use ADB after each update: After installing the new version of MIUI, repeat the command: adb shell pm disable-user --user 0 com.miui.ir
- Install Magisk: For root devices, there are modules like MIUI Blocker or Debloater that automatically block unnecessary system components, including Mi Remote.
If you do not want to refuse updates, but the widget annoys you, consider turning off notifications from Mi Remote:
- π Go to Settings. β Notifications β Annexes.
- π Find the Mi Remote and turn off all notifications.
- π΅ This will not remove the widget from the lock screen, but at least reduce its activity.
π‘
If the widget returned after the update, try to disable it first through the lock screen settings. Only if it did not help - resort to ADB or root methods.