How to remove the error pop-up on Xiaomi

Xiaomi smartphone users often experience a system message suddenly appearing on the screen asking them to send a report to developers, a pop-up that can occur at the most inopportune moment, such as during a game, watching a video or an important conversation, usually indicating that some system process or application has failed to work properly.

Despite the company's good intentions to collect data to improve system stability, constant notifications are very annoying, they overlap the interface and distract from the main tasks. Fortunately, the MIUI shell provides the ability to disable this data collection mechanism or eliminate the cause of its occurrence.

In this article, we'll look at all the known ways to solve this problem, and we'll look at privacy settings, system applications, and diagnostics that will help you get rid of the intrusive dialogue forever. It's critical to understand that turning off reports doesn't affect your phone's performance, but it hides information about the failures from developers.

Reasons for System Notifications

Before you start taking decisive action, you need to understand the nature of the errors, and most often, the dialog box appears because of a malfunction of a particular system component, which can be an update service, the process of synchronizing accounts, or the background work of a long-unused application.

The MIUI shell has an embedded error logging mechanism that automatically activates when a process crashes, and if an application tries to perform an action it does not have permission to do, or accesses a non-existent file, the system records that event.

  • πŸ“‰ Unstable operation of RAM when overflowing cache.
  • πŸ”„ Version conflict after partial firmware update.
  • πŸ“± Errors in the code of third-party applications embedded in the system.

Sometimes the problem is the corrupted cache files, and once the operating system is updated, the old temporary files may conflict with the new algorithms, in which case the system is constantly trying to read the data, gets an error, and generates a report.

⚠️ Warning: If the window appears at a frightening frequency (every few minutes), this may indicate a serious failure in the system partition.

πŸ“Š How often do you have an error window?
Every day.
Once a week.
After updating
Never seen it.

Disconnection through privacy settings

The easiest and safest way to stop the notifications is to prevent the system from sending usage data. In newer versions of MIUI, this item is often hidden in the back of the security menu, and you'll need to find the section responsible for user experience improvement programs.

To do this, go to the main settings of the device. Find the "About phone" or "Advanced settings", which usually contains information about the version of the software.

The sequence of actions may vary depending on the shell version. In some cases, the path looks like: Settings β†’ Passwords and Security β†’ Privacy. In other models, the desired switch is located at Settings β†’ Advanced Settings β†’ Send error reports.

Once you find the right switch, just turn it off.The system may warn you that this will help Xiaomi become better, but for the home user, this feature does not bring any practical benefit.

πŸ’‘

If you can't find an item on the menu, search by settings. Type the phrase "reports" or "error" into the search bar at the top of the settings screen.

Management of system applications

Often the source of the problem is a specific application that is built into the firmware, it can be Explorer, Downloads or Google services, and to fix the error, you need to identify the culprit and clear his data.

Go to the application management menu. This is the full list of installed software. It's important to enable the mapping of system processes, because regular user programs rarely cause system crashes of this type.

β˜‘οΈ Searching for a problem application

Done: 0 / 4

Find applications related to system reports, usually called MIUI Daemon, Analytics, or Bugreport, and go to each of them and select Clear Data and Clear Cache.

If the problem persists, try to force the service to stop.Click the Stop button in the app menu, which will temporarily stop the service until the next reboot, which will allow you to check if the pop-up has disappeared.

Title of the processFunctionIs it safe to turn off?
MIUI DaemonCollection of usage statisticsYes.
AnalyticsSystem analyticsYes.
MSAMIUI Advertising ServiceYes (with limitations)
System UISystem interfaceNo (critically)

Use of the developer mode

For more advanced users, there is a possibility of fine-tuning through the developer menu, which is hidden by default so that inexperienced users do not change important operating system parameters.

To activate the hidden menu, you need to quickly click on the build number seven times in the About Phone section, and after you have become a developer, a new item will appear in the settings menu.

Inside the developer menu, find the "Journal" or "Debugging" section, where you can turn off logging for specific events, but beware: changing these settings can affect the debugging over USB.

adb shell settings put global bugreport_mode 0

This command, entered through a computer with an ADB connected, completely disables the creation of error reports at the system level. This is a radical method that is guaranteed to remove notifications, but requires the presence of a PC.

⚠️ Warning: Do not change animation settings or background process limits in the developer menu unless you are sure of your actions.

What is ADB?
ADB (Android Debug Bridge) is a universal tool bar that allows you to communicate with an Android device.It is used by developers to debug applications, but also allows ordinary users to make hidden changes to the system.

Diagnosis through safe mode

If previous methods have not worked, it is possible that the conflict is caused by a third-party application installed by you from the Play Market. To test this hypothesis, you need to run your smartphone in safe mode.

In this mode, only system applications are loaded, and if the error window stops appearing in safe mode, then the problem is precisely in third-party software, and you will have to delete recently installed programs by eliminating the method.

To enter Safe Mode, press the Turn Off button. When the Turn Off icon appears on the screen, press and hold it for a few seconds. The system will suggest that you go to Safe Mode. Confirm the action.

  • πŸ” Remove apps one by one, restarting after each.
  • 🧹 Pay special attention to memory cleaners and antiviruses.
  • πŸ“‰ Check apps that require screen access rights.

Once the problem app is identified and removed, simply restart the phone in the usual way to get out of safe mode.The system will return to normal operation, but without the source of the errors.

πŸ’‘

Safe mode is the best way to distinguish a firmware system failure from a third-party application conflict.

Resetting and extreme measures

In situations where the bug is deep in the system and not fixed by software, a complete reset may be required, which is an extreme measure to bring the phone back to factory status.

Before performing this procedure, be sure to back up all important data: contacts, photos and documents. After resetting, it will be impossible to recover information without a backup.

Go to the recovery menu. Select "Wipe Data." It takes a few minutes to complete, and when it's finished, the phone will reboot as new, and any system errors caused by setting conflicts will be fixed.

If even after the reset, the problem persists, it may indicate damage to the recovery partition or physical memory failure, in which case it is recommended to flash the device through the computer or contact the service center.

Can I remove the Analytics system application permanently?
Removing system applications requires root rights. Without superuser rights, you can only disable them or restrict access rights. Attempting to uninstall them via ADB without root can lead to a cyclical bootloop.
Why does the window appear after the MIUI update?
When updating the firmware, old cache files may conflict with newer versions of the system libraries, usually resolving the problem by itself in a couple of days or after cleaning the partition cache.
Does disabling reports affect the guarantee?
No, disabling the statistics and error reporting function is a standard privacy setting and does not affect the manufacturer’s warranty obligations.