The Error Report pop-up on Xiaomi smartphones is one of the most annoying features of MIUI firmware. It pops up suddenly, interrupts and suggests sending crash data to Xiaomi even if the error is not critical. Users face this notification after app crashes, system lags or failed updates. The main problem is that the window locks the screen, requires manual closure and can occur several times a day.
In this article, we will discuss 5 working ways to disable or minimize the appearance of this window โ from standard MIUI settings to hidden parameters and ADB commands. The methods are tested on MIUI 12-14 firmware and are suitable for most Xiaomi, Redmi and POCO models. Importantly, some solutions require developer rights or a PC connection, but we will describe each step in detail so that even a beginner can cope without risking damage to the system.
Why does the Error Report window appear and can it be removed completely?
The Error Report window is part of the MIUI diagnostic data collection system, which is activated when:
- ๐ App crash (for example, if Instagram or Telegram suddenly shut down).
- ๐ฑ System failures (interface freeze, update errors).
- ๐ง Incompatibility of software (installation of modified software) APK or older versions of the program).
- ๐ Automatic diagnostics (if enabled System Improvement in settings).
Technically, you can't completely remove this mechanism without root rights, because it's embedded in MIUI system services.
- ๐ Disable notifications (the window will not block the screen).
- ๐ต Block the collection of reports through privacy settings.
- ๐ ๏ธ Restrict the rights of the system application com.miui.bugreport.
- ๐ฅ๏ธ Deactivate through ADB (rootless).
โ ๏ธ Note: Disabling error reports can make it harder to diagnose problems when contacting Xiaomi Service Center.If your phone is warranty, it is better to use methods without deep interference with the system (sections 2โ3 of this article).
Method 1: Disable notifications about failures in standard settings
The easiest and safest method is to prevent notifications from the reporting service from showing, which wonโt remove the window completely, but it will stop blocking the screen and only appear in the notification bar.
Instructions:
- Open Settings โ Applications โ Application Management.
- In the search box, enter the Error Report (or Error Report in English firmware).
- Select the Error Report (exclamation point icon) app.
- Go to the Notifications section and turn off the slider at the top of the screen.
- For reliability, also ban pop-ups (if optional).
After these actions, the window will not appear on top of other applications, but reports will still be collected in the background.If you need to stop collecting data completely, move on to the next method.
๐ก
If there is no โError Reportโ item in the application list, try to find it by the system name com.miui.bugreport (turn on the system applications display in the settings).
Method 2: Prohibit the collection of diagnostic data in privacy settings
MIUI collects error data to improve firmware, but this feature can be partially or completely disabled.This method does not require developer rights and is suitable for all Xiaomi models.
Steps:
- Go to Settings โ Privacy โ System Improvement.
- Turn off the options: ๐ Sending error reports ๐ Diagnostics of the system ๐ฑ Improved productivity (optional)
Confidentiality
Special permissions โ Display on top of other windows
Error report
disable the permission
This method will reduce the number of pop-ups, but does not guarantee their complete disappearance.If the window continues to appear, move to methods using ADB or hidden settings.
What happens if you turn off all diagnostic functions?
Method 3: Disconnect via ADB (no root rights)
If standard methods do not help, you can deactivate the reporting service using commands. ADB. This method does not require root rights, but you will need a computer and USB-cable.
Step-by-step:
- Turn on Developer Mode on your phone: Go to Settings โ About Phone. Click 7 times on MIUI Version until the "You're a Developer" notification appears.
Settings โ Additional โ For Developers
USB debugging
ADB-driver
platform-tools
adb devices(Your device should be displayed)
adb shell pm disable-user --user 0 com.miui.bugreportOnce the command is executed, the report service will be disabled for the current user. To return it back, use:
adb shell pm enable com.miui.bugreportโ ๏ธ Attention: On some firmware MIUI 14 after disconnecting through ADB The window may appear as a black screen without text, in which case only rebooting or resetting the service settings will help (section 5 of this article).
Install ADB-PC drivers|Enable debugging on USB phone-on|Connect your phone to the original cable|Check the visibility of the device by the adb device command|Make a backup copy of the data-->
Method 4: Resetting the Reporting Service settings (for power users)
If the Error Report window appears even after the ADB is disabled, the problem may be the service's corrupted settings, in which case the reset will help.
Instructions:
- Go to Settings โ Applications โ Application Management.
- Find the Error Report (or com.miui.bugreport).
- Open the Warehouse section and click Clear Data and Clear Cache.
- Reboot the phone.
After the reset, the service will return to factory settings and the window will stop appearing until the next failure.If the problem persists, check the phone for viruses or conflicting applications (e.g., Clean Master or DU Speed Booster often cause false reports to be triggered).
| Method | Difficulty | PC required | Efficiency | Risks. |
|---|---|---|---|---|
| Disabling notifications | โญ | โ No. | Medium | No. |
| Privacy settings | โญโญ | โ No. | Tall. | No. |
| ADB-team | โญโญโญ | โ Yes. | Maximum | Minimum (for errors in commands) |
| Service data dumping | โญโญ | โ No. | Tall. | No. |
Method 5: Radical measures โ removal via TWRP (advanced only)
If you are willing to go to extreme lengths and have custom TWRP reclaimers installed, you can completely uninstall the com.miui.bugreport system application.This method irreversibly removes the reporting service and can lead to unstable MIUI operation in future updates.
Instructions:
- Make a full backup through TWRP (Backup section).