How to permanently remove the pop-up โ€œError Reportโ€ on Xiaomi: proven ways

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).

๐Ÿ“Š How often do you have an error report window on Xiaomi?
Several times a day
1-2 times a week
Rarely, once a month.
Never seen one.
I closed the question in a different way.

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:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search box, enter the Error Report (or Error Report in English firmware).
  3. Select the Error Report (exclamation point icon) app.
  4. Go to the Notifications section and turn off the slider at the top of the screen.
  5. 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:

  1. Go to Settings โ†’ Privacy โ†’ System Improvement.
  2. 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?
Disabling the diagnostics wonโ€™t affect the stability of the phone, but Xiaomi wonโ€™t get data about your device crashes.This can slow down bug fixes in future MIUI updates for your model.

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:

  1. 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.bugreport

Once 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:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find the Error Report (or com.miui.bugreport).
  3. Open the Warehouse section and click Clear Data and Clear Cache.
  4. 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).

MethodDifficultyPC requiredEfficiencyRisks.
Disabling notificationsโญโŒ No.MediumNo.
Privacy settingsโญโญโŒ No.Tall.No.
ADB-teamโญโญโญโœ… Yes.MaximumMinimum (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:

  1. Make a full backup through TWRP (Backup section).
Will the way with ADB work on Xiaomi with a blocked bootloader?
Yes, the ADB commands from Method 3 work even with a locked bootloader, as they donโ€™t require unlocking Bootloader. The main thing is to enable USB debugging and confirm the connection on the phone.
A black window with no text appeared after the ADB command.
This is a well-known MIUI 14 bug. Solutions: Reset your phone, the window must disappear. If the problem persists, follow: adb shell pm enable com.miui.bugreport adb shell am force-stop com.miui.bugreport In extreme cases, reset the application settings (mode 4).
Can I return the window if I need it for a guarantee?
Yes, all changes are reversible: ๐Ÿ”„ For ADB: Use the command adb shell pm enable com.miui.bugreport. ๐Ÿ“ฑ For data reset: just enable notifications in the app settings. ๐Ÿ› ๏ธ For TWRP: Recover deleted files from backup.