How to disable an error message on Xiaomi devices: the complete guide

Why Xiaomi Errors Are Coming In and Can They Be Ignored?

Error messages on Xiaomi devices are not just annoying notifications, but a signal of problems in the system, POCO, Mi, TVs (Mi) TV) In 80% of cases, errors are associated with software failures, but sometimes they indicate hardware malfunctions such as damaged memory or unstable power supply.

Many users try to simply hide error notifications without eliminating their cause.This is dangerous: ignoring critical crashes (for example, E:Footer is wrong in recovery or com.android.phone in the Internet). MIUI) This article will explain how to correctly diagnose and disable error messages on Xiaomi without risking data loss or bricking the device.

It is important to understand that not all errors can be turned off without consequences. For example, warning about low battery charge (Battery low) or overheating of the processor (Temperature too high) are security mechanisms that are better not to block, but repeated application failures (for example, Google Play Services stopped) or update errors (Update failed) are often solved by software methods.

πŸ“Š Which Xiaomi device did you encounter an error on?
Smartphone (Redmi/POCO/Mi)
Television (Mi TV)
Smartwatches (Mi Band)
Router (Mi Router)
Other

Mistakes on Xiaomi: which can be turned off and which can not

All error messages on Xiaomi devices are divided into 3 categories according to the degree of criticality, depending on whether they can be safely disabled:

  • 🟒 Non-critical errors: application crashes (App has stopped), sync problems (Mi Account sync failed), warnings about unoptimized programs.
  • 🟑 Medium-important: Update package verification failed, Google Play Services keep stopping, Wi-Fi authentication error, better fixed, but can be temporarily hidden if necessary.
  • πŸ”΄ Critical errors: bootloader failures (Fastboot mode), file system errors (E:Unable to mount storage), hardware malfunctions (Hardware monitor error.

The most common mistakes faced by Xiaomi users:

Type of errorExample of a communicationCan I turn it off?Recommended action
Application failureUnfortunately, [App Name] has stoppedYes.Clear the cache or reinstall the application
Update errorUpdate failed: verification errorConditionally.Repeat the update or reset the settings
The problem with Google PlayGoogle Play Services keeps stoppingYes.Update the Services or roll back the version
Loader errorFastboot: invalid partition tableNo.Refuse the device through Mi Flash
Hardware failureBattery temperature too highNo.Check the battery or cooling system

Important: If an error occurs after a device falls, moisture gets in, or disassembles itself, turning it off can hide a serious hardware problem, in which case you should contact the Xiaomi service center.

⚠️ Warning: Disable system error notifications via the engineering menu (#4636###) or ADB This can lead to loss of warranty. On devices with a blocked bootloader, these methods may not work.

Method 1: Disable error notifications through settings MIUI

The safest method is to hide notifications of non-critical failures through standard settings. This will not eliminate the cause of the error, but will eliminate annoying pop-ups. MIUI 12–14:

  1. Open Settings β†’ Notifications and Status bar β†’ Notification management.
  2. Scroll down to System Notifications and select Errors and Reports (or System) UI firmware).
  3. Turn off the Display Notifications switch or set priority to Low.
  4. For individual apps (like Google Play Services), find them in the list and stop showing error notifications.

On Mi TVs. TV The way will be different: settings β†’ The device β†’ About the programme β†’ Error reports β†’ Turn off the option Automatic reporting.

Make a backup copy of important data|Make sure the error is not critical (see table above)|Check if the message is related to a hardware malfunction|Remember the name of the error for diagnosis later-->

This method works for most non-critical failures, but has limitations:

  • ❌ Does not hide errors that block the screen (for example, Process system is not responding).
  • ❌ Does not eliminate the cause of the failure – the error will continue to be recorded in the system logs.
  • βœ… Safe for warranty and does not require root rights.

⚠️ Attention: On some firmware (MIUI Global for the European region) the option to disable system notifications can be hidden, in which case it will help to reset the settings to factory or switch to the new system. MIUI China (but this will require unlocking the bootloader).

Method 2: Clearing the cache and data of problematic applications

If the error is related to a particular application (e.g. com.android.phone, com.miui.home or com.google.android.gms), it often helps to reset its cache and data, which works in 60% of cases and does not require superuser rights.

Instructions for smartphones:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find a problem app (use a search if you don’t know the name).
  3. Click Warehouse β†’ Clear the cache and Clear the data.
  4. Reset the device.

For Mi TVs, TV: Settings β†’ Annexes β†’ Select the application β†’ Clear the data.

If the error is related to Google services, do the following:

  • πŸ”„ Update Google Play Services and Google Play Market through Play Store.
  • πŸ“₯ Install the latest version MIUI (if an update is available).
  • πŸ”§ Disable Auto Update for Problem App in Play Store.

πŸ’‘

If after cleaning the data, the application stopped running, try reinstalling it. APK-Manual file. System applications (Launcher, Phone) may require factory resets.

List of applications whose errors are most often solved by cleaning the cache:

AnnexTypical mistakeAdditional action
com.android.phonePhone has stoppedCheck it out. SIM-map, update the firmware
com.miui.homeLauncher has stoppedInstall an alternative launcher (e.g. Nova Launcher)
com.google.android.gmsGoogle Play Services has stoppedRemove the service version via APKMirror

Method 3: Disabling Errors Through ADB (for advanced users)

If standard methods do not help, you can disable system-level error notifications via ADB (Android Debug Bridge: This method requires connecting the device to a computer and basic command line knowledge.

Step-by-step:

  1. Enable USB Debugging on your smartphone: Settings β†’ About Phone β†’ MIUI version (click 7 times to activate Developer Mode), then Settings β†’ Additional β†’ Developers β†’ Debugging over USB.
  2. Connect your device to your PC and open the Command Prompt (Windows) or Terminal (macOS/Linux).
  3. Check the connection command: Adb devices should appear the name of your device.
  4. Execute the command to disable error notifications: adb shell pm disable-user --user 0 com.android.systemui/.error.ErrorDialogActivity For Mi TVs, TV Use adb shell pm disable-user --user 0 com.droidlogic.ErrorReport
  5. Reset the device.

To return notifications back, use the command:

adb shell pm enable com.android.systemui/.error.ErrorDialogActivity

What if the ADB can’t see the device?
1. Install the latest Xiaomi drivers USB Drivers from the official website. 2. Try another one. USB-cable (preferably original). 3. Turn on the debugging. USB (security parameters in the developer settings. 4. On Windows, disable driver signatures: in Command Prompt (administrator) run bcdedit /set nointegritychecks on and restart the PC.

⚠️ Note: Disabling system notifications through ADB For example, after this command, you will not see warnings about a discharged battery or overheating, which can lead to sudden shutdown or damage to the battery.

Alternative method for MIUI 13/14 β€” logging:

adb shell settings put global bugreport_in_power_menu 0


adb shell settings put global send_action_app_error 0

Method 4: Reset to factory settings (last resort)

If the bug is constantly appearing and it interferes with the device and previous methods have not worked, the last resort is a factory reset, which will delete all data from the device, so make a backup first.

Instructions for Xiaomi smartphones:

  1. Go to Settings β†’ About the phone β†’ Reset settings.
  2. Select to erase all data (factory recovery).
  3. Enter the password (if set) and confirm the reset.
  4. After restarting, set the device as new.

For Mi TVs, TV: Settings β†’ The device β†’ Reset and reset β†’ Resetting all settings.

What to do if the device is not turned on due to an error:

  • πŸ”Œ Connect the charger and hold the power button + Volume up 10-15 seconds for forced reboot.
  • πŸ“± If your smartphone is loaded into Fastboot, use the Mi Flash Tool to flash it back.
  • πŸ–₯️ For TVs: Hold the Power Button on the remote for 20 seconds, then re-energize.

πŸ’‘

Resetting to factory settings deletes all data, including photos, messages and installed apps. If the device is not synced with Mi Account or Google, it will be impossible to recover information.

⚠️ Note: On devices with a blocked bootloader, a reset may cause the Anti-Rollback protection to be activated. If the phone requires the Mi Account password to be entered after the reset and you do not remember it, you will need to officially unlock through the service center.

Method 5: Flashing the device (to eliminate system errors)

If the error is related to corrupting system files (for example, after a failed update or rooting), flashing through the Mi Flash Tool or Fastboot will help.

Step-by-step instructions for smartphones:

  1. Download the official firmware for your model from MIUI Downloads (choose Fastboot or Recovery).
  2. Install the Mi Flash Tool on your PC and connect your phone in Fastboot mode (keep Volume down + Power on).
  3. In the Mi Flash Tool, select the downloaded firmware file and press Flash.
  4. Wait for the process to complete (10-15 minutes) and restart the device.

For Mi TVs, TV use USB Burning Tool:

  • Download the firmware from the official Xiaomi website (Support section) β†’ Mi TV).
  • Connect the TV to the PC via USB-OTG and launch USB Burning Tool.
  • Select a firmware file (.img) and start the process.

Important: Fastboot reflashes all data and resets the settings to factory. On devices with an unlocked bootloader, you can use custom firmware (for example, LineageOS), but this voids the warranty.

Type of firmwareWhen to useRisks.
Official (Fastboot)System failures, update errorsData loss, possible activation of anti-Rollback
Official (Recovery)Small errors, uncritical failuresMinimum (user data is stored)
Castomium (TWRP)Advanced settings, rootingLoss of warranty, risk of "bricking"

What to do if an error occurs after a fall or moisture hit

If the error message appears after a physical injury (hit, fall, contact with water), most likely the problem is hardware, in such cases, it is dangerous to turn off notifications - this can aggravate the breakdown.

Typical hardware errors and their signs:

  • πŸ”‹ Battery not detected or Battery temperature too high – battery or power controller damage.
  • πŸ“Ά SIM card not inserted or no service – problem with the antenna module or slot SIM-map.
  • πŸ’Ύ Internal storage corrupted – damage to flash memory (often after falls).
  • πŸ”₯ Overheat warning – Cooling system malfunction or short circuit.

Actions for hardware errors:

  1. If the device is in water: Turn it off immediately and remove the battery (if possible). Place it in a silica gel container for 24 to 48 hours. Do not turn it on until it is completely dry.

hit

  • Check the screen for cracks and the sensor for performance.
  • If the error is memory-related (Storage read error), back up the data as soon as possible.

⚠️ Note: On Xiaomi devices with Liquid Detection (e.g. Xiaomi 13 Pro, Redmi Note 12 Pro)+) When the moisture is injected, the charging lock can be triggered, in which case only professional cleaning in the service center will help.

If you suspect a hardware malfunction but are not sure, use the diagnostic codes:

  • To check the battery: ##4636## β†’ Battery.
  • For sensor test: ##2664###.
  • For memory check: ##36446337## (on some models).

FAQ: Answers to Frequent Questions About Xiaomi Errors

Can I turn off the error "Process system isn't responding"?
This error indicates that the system process is freezing. ADB (see method 3), But better to eliminate the cause: Clear the cache of the partition /system Recovery, update. MIUI If an error occurs after you install the theme, return the standard theme. If nothing works, reset to factory settings.
Why did the phone stop after the error notifications were turned off?
You've probably disabled the system processes that are responsible for stability. com.android.systemui/.error.ErrorDialogActivity If the brakes are left, check: Free space in memory (should be at least) 10%). Processor Temperature (use the app) CPU Viruses (scan the device through Malwarebytes).
How to remove the error "This" MIUI "version cannot be installed on this device" when updated?
This error appears when you try to install firmware that is not designed for your model or region. MIUI For your device from the official website, if you're trying to put Global. ROM On the Chinese model, unlock the bootloader and flash Fastboot ROM. For Mi TVs, TV Check the compliance of the model and firmware version in the file upgrade_package. Do not attempt to bypass the protection through modified firmware – this may result in the device being blocked (Anti-Rollback).
E:Footer is wrong in Recovery – what to do?
This error indicates damage to the firmware file or partition /recovery. Solutions: Re-download the firmware and check its checksum (MD5). Use the official Mi Flash Tool for Fastboot Firmware. If an error appears when you try to install custom recovery (TWRP), Return stock recovery with the command: fastboot flash recovery recovery.img If the device does not boot even in Fastboot, contact the service center – it may be damaged flash memory.
Can I turn off errors on Xiaomi without root rights?
Yes, most error notifications can be eliminated without root: Through notification settings (see Method) 1). Through ADB (see method 3). By resetting settings or flashing (see Method) 4–5). Root rights only required for: Delete system applications causing errors. Modify files in partitions /system or /vendor. Using Magisk modules to block notifications.