The Weather by Xiaomi app (or Xiaomi Weather) is installed by default on most of the brandβs devices, from MIUI smartphones to Android TVs. For many users, it becomes an unnecessary ballast: it takes up space in memory, consumes battery power in the background and periodically issues notifications. Unfortunately, standard removal through the application menu is often not available β the system simply suggests disabling or removing updates, but does not allow you to get rid of the software completely.
In this article, we will discuss all possible ways to remove Weather by Xiaomi, including methods without root rights and with them, as well as individual instructions for Mi TV and Redmi Smart TVs. Particular attention will be paid to hidden system commands that allow you to uninstall embedded applications without losing warranty (relevant to MIUI 14 and later). If you are tired of intrusive weather widgets or want to free up space in the system, read further.
Why Weather by Xiaomi canβt be removed in the standard way
Weather by Xiaomi is a system utilities that the manufacturer integrates into the firmware at the system image level.
- π± It's stored in a section. /system/priv-app/ or /system/app/, non-userable;
- π Removal blocked by security policies MIUI Android TV;
- π Even after resetting the settings to the factory application is restored automatically.
Weather by Xiaomi is often linked to other brand services, such as Mi Account or Mi Home, and may see removal attempts as a potential threat to the stability of the device, but this does not mean that it is impossible to get rid of it, but additional tools will be needed.
Method 1: Disabling the application (without deleting)
If you do not need a complete removal, but just hide the application and stop it in the background, use the built-in Android tools:
- Open Settings β Applications β Application Management;
- Find the Weather (or Weather) list.
- Click Disable (or Remove Updates if the button is active).
This method will not free up disk space, but:
- β Stop the background activity of the application;
- β Remove the weather widget from the main screen;
- β Turn off weather notifications.
β οΈ Attention: On some firmware MIUI (For example, the global version for Redmi Note 12, the "Disable" button can be blocked.
π‘
If after shutting down the app reappears after restarting, check autorun settings in Settings β Apps β Autorun and disable Weather there.
Method 2: Removal via ADB (without root rights)
The most reliable way to remove Weather by Xiaomi without getting root access is to use Android Debug Bridge (ADB), a method that works on most Xiaomi, Redmi and POCO devices running MIUI 12-14 and HyperOS.
You'll need:
- π₯οΈ Computer with drivers installed ADB (You can download from the official Android website);
- π± Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI β Press 7 times, then return to Settings β Additionally. β For developers β Debugging by USB);
- π USB-cable (preferably original).
Instructions:
- Connect the phone to the PC and confirm the debugging permission on the device screen;
- Open the command line (Windows) or terminal (macOS/Linux) in the folder with the platform-tools;
- Enter the command to check the connection: adb devices Wait for the serial number of your device to appear;
- Run the command to remove Weather: adb shell pm uninstall --user 0 com.miui.weather2 For Mi TVs use: adb shell pm uninstall --user 0 com.mitv.weather
If the command is successful, the application will be removed for the current user (without affecting system files).
Install platform-tools on PC|
Enable debugging over USB on your phone |
Connect the device with the original cable |
Check the connection with the adb devices | command
Download a backup copy of important data-->
Method 3: Removal by root rights
If you have customized recaps installed on your device (such as TWRP) or obtained root rights through Magisk, you can remove Weather by Xiaomi physically from the system partition.This method guarantees complete removal without the possibility of recovery after reset.
For this:
- Install a file manager with root support (such as Root Explorer or FX File Explorer).
- Go to /system/priv-app/ or /system/app/.
- Find a folder called Weather2, MiuiWeather, or com.miui.weather2.
- Remove the entire folder or rename it (for example, in the Weather2_bak).
β οΈ Note: Deleting system files can cause unstable operation of the device. Before starting, create a backup through the system. TWRP Or OrangeFox. On some HyperOS firmware, this can cause a bootloop error!
Alternatively, use Titanium Backup (requires root):
- π Open the app and find Weather by Xiaomi in the list;
- ποΈ Click Delete! and confirm the action;
- π Reset the device.
What to do if your Mi Account is no longer working after the deletion?
Method 4: Remove from Xiaomi TVs (Mi TV, Redmi Smart TV)
On Xiaomi TVs with Android TV or Google TV, the Weather app is integrated deeper than on smartphones. Standard removal via Settings β Apps are not usually available, but there are workarounds:
Method 1: Through ADB (similar to smartphones)
Connect the TV to your PC via USB (the port is usually located on the side) and do:
adb shell pm uninstall --user 0 com.mitv.weatherMethod 2: Using Launchers
Some alternative launchers for Android TV (such as ATV Launcher or Wolf Launcher) allow you to hide system applications:
- Install a launcher from Google Play;
- Go to the launcher settings;
- Find the Hide Apps option and add Weather to the list.
Method 3: Firmware rollback
On some models (e.g., Mi). TV 4S 55") the weather app only appeared in the latest updates. If other methods do not help, you can roll back to the older version of the firmware through the USB-But it's risky, and it can lead to data loss.
| Model TV set | Application package | ADB Team Team | Notes |
|---|---|---|---|
| Mi TV 4A/4S/4X | com.mitv.weather | adb uninstall --user 0 com.mitv.weather | You need to enable debugging over USB in the developer settings |
| Redmi Smart TV X | com.droidlogic.weather | adb uninstall --user 0 com.droidlogic.weather | It may need to be rebooted. |
| Mi TV Q1/Q2 | com.miui.tv.weather | adb uninstall --user 0 com.miui.tv.weather | Some of the firmware is blocked. |
Method 5: Use of third-party utilities (without root)
If ADB commands seem complicated, you can use specialized utilities to remove system applications.
- π οΈ Debloater Tools (e.g. Universal Android Debloater) β run through the ADB, but offer a graphical interface;
- π± Package Disabler (for Samsung, but also for Xiaomi) β allows you to disable applications without removing them;
- π App Inspector β Helps you find the exact names of manually deleted packages.
Example of Universal Android Debloater:
- Download the utility from GitHub;
- Connect the phone to the PC and start the program;
- In the list, find com.miui.weather2.
- Press Uninstall (or Disable if deletion is blocked).
β οΈ Note: Some utilities may contain malicious code. Download programs only from official sources (GitHub, F-Droid) and check reviews.
π‘
Third-party utilities simplify the process, but do not guarantee 100% results. For example, on the Xiaomi 13 Pro with HyperOS, some debloaters do not see system packages due to new restrictions.
What to do if Weather by Xiaomi is back after the update
One of the most common problems is that the application is automatically restored after a MIUI or Android TV update, because the system checks the integrity of system files and restores deleted components.
- π Turn off automatic updates in Settings β The phone. β Updating the system;
- π΅ Freeze the app with Titanium Backup or Lucky Patcher (requires root);
- π‘οΈ Use Magisk modules such as Universal SafetyNet Fix to block recovery;
- π§ Install custom firmware (like LineageOS or Pixel Experience) that doesnβt have Xiaomi apps preinstalled.
If you donβt want to give up the official firmware, the most reliable way is to check the app regularly after updates and remove it again through ADB.
For Xiaomi TVs, you can try disabling the update service:
adb shell pm disable-user --user 0 com.xiaomi.marketThis will stop automatic installation of system applications, but may disrupt the Mi TV App Store.