How to completely remove the Weather app on Xiaomi: from disconnection to uninstallation

Xiaomiโ€™s Weather app is built into MIUI firmware and often runs in the background, consuming battery power and traffic. Many users want to remove it โ€” especially if they use alternative services like Yandex.Weather or AccuWeather. However, standard methods (just clicking โ€œDeleteโ€) do not work here: the system blocks uninstallation of system applications.

In this article, 5 working ways to get rid of the Weather app on Xiaomi, Redmi and POCO smartphones (including MIUI 12-14 and HyperOS models), consider the options without superuser rights (root), using ADB, as well as disabling updates and hiding icons, each method tested on current firmware in 2026.

โš ๏ธ Important: Removing system applications can lead to unstable work MIUI. If you are not sure about your actions, use disabling techniques (sections 2 and 3) rather than completely uninstall.

1.Can the weather be removed by standard means?

No, standard removal through Settings โ†’ Weather apps are not available. If you try, you will see the "Disable" or "Delete Updates" button, but not "Delete" completely. MIUI and is responsible for:

  • ๐ŸŒก๏ธ Displaying the weather in the notification panel (widget)
  • ๐Ÿ”„ Updating background processes for other services (e.g. Mi Fit)

But there are workarounds. If you just need to make room, just remove the app updates (Section 2), if the goal is to shut it down completely, you'll need tools like ADB or root access.

๐Ÿ“Š Which application removal method do you prefer?
Through ADB
With root
Uninstallation without deletion
I do not remove system applications

2. Removal of Weather Updates (without root)

The safest way to reduce the impact of the app is to return it to the factory version.This will remove all updates, but the app itself will remain in the system.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find the list of "Weather"** (or com.miui.weather2).
  3. Slip on three dots in the upper right corner โ†’ Remove updates.
  4. Confirm the action.

โœ… Result: App will return to factory version (usually) ~10-15 MB instead of 50-100 MB with updates. background activity will decrease, but the icon will remain on the menu.

๐Ÿ’ก

If the app has been updated again after removing the updates, disable auto-update for it in Google Play Store โ†’ Settings โ†’ Auto-Update apps โ†’ Do not update (select โ€œWeatherโ€ manually).

3. disabling the Weather app (without deletion)

If you don't remove the updates enough, you can shut down the app completely, and it will stop working, but it won't delete files from the device, which is suitable for MIUI 12-14 and HyperOS.

Instructions:

  1. Go to Settings โ†’ Applications โ†’ Application Management โ†’ Weather.
  2. Click โ€œDisableโ€** (the button will appear after the updates are deleted, if it is not available, skip step 1).
  3. Confirm the action in the dialog window.

โš ๏ธ Warning: Disabling may cause the weather widget to disappear in the notification panel. If you need one, use alternative widgets (e.g. from Google or Yandex).

โ˜‘๏ธ Preparation for the โ€œWeatherโ€ shutdownยป

Done: 0 / 4

4. Complete removal via ADB (no root)

To completely uninstall a system application without superuser rights, you will need an ADB (Android Debug Bridge) method that works on most Xiaomi devices, but requires a connection to a computer.

Step 1: Preparation

  • ๐Ÿ–ฅ๏ธ Install. ADB-PC drivers.
  • ๐Ÿ“ฑ Turn on "Debugging by" USBยป** on a smartphone: Settings โ†’ The phone. โ†’ Version. MIUI (Tap 7 times, then go back to Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ”Œ Connect your phone to your PC via cable (use Xiaomiโ€™s original cable for stability).

Step 2. Follow the commands:

  1. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  2. Enter in turn: adb devices (you should see the name of your device โ€“ if not, check the drivers).
  3. Then, do: adb shell pm uninstall --user 0 com.miui.weather2 (HyperOS may require com.miui.weather).

โœ… The result: the app will be removed for the current user (without affecting system files); the icon will disappear, background processes will stop; When you reset your phone to the factory settings, "Weather" will return.

What to do if ADB issues a Failure Error
Failure error means that the application is protected from removal even through ADB. In this case, try: 1. Use the command adb shell pm disable-user --user 0 com.miui.weather2 (disable the application). 2. Get root rights (section 5.3) Install custom firmware (such as Pixel Experience), where "Weather" is not by default.

5. Removal with root rights (for experienced)

If you have root access (e.g., through Magisk), you can delete Weather permanently, including system files.This method is irreversible and can lead to unstable MIUI operation if you remove dependent components.

Method 1. Through the file manager:

  1. Install Root Explorer or Solid Explorer with root support.
  2. Go to /system/priv-app/Weather2 (or /system/app/Weather for older versions).
  3. Remove the entire folder or rename it (for example, in the Weather2_bak).
  4. Reset the device.

Method 2. Through Terminal Emulator:

su


mount -o rw,remount /system




rm -rf /system/priv-app/Weather2




mount -o ro,remount /system




reboot

โš ๏ธ Note: After removing the system APK They may stop working:

  • ๐ŸŒ Weather widget in the notification panel.
  • ๐Ÿ“ฑ Some Mi Fit features (if related to weather data).
  • ๐Ÿ”„ Automatic time synchronization over the network (in rare cases).

๐Ÿ’ก

Removing root-righted system applications can disrupt the work OTA-Updates before the next update MIUI Recommended to return deleted files or use custom recovery (TWRP).

6.Alternatives: How to Replace โ€œWeatherโ€ with Xiaomi

If you have removed or disabled a standard app but want to keep the functionality, consider alternatives:

AnnexAdvantagesDeficienciesReference
Yandex.Weather.Precise forecast for Russia, widgets, minimalist designAdvertising in the free versionGoogle Play
AccuWeatherDetailed forecast for 15 days, rainfall radarBattery costs above averageGoogle Play
Google WeatherGoogle Assistant integration, no advertisingLess accurate for small townsPre-installed on most devices
WindyInteractive map of winds, data for active recreationA complex interface for beginnersGoogle Play

๐Ÿ’ก Tip: To add an alternative app widget to the home screen, pinch the empty space on the screen โ†’ ยซWidgetsยป** โ†’ Select the desired application and size of the widget.

7. Frequent problems and solutions

When you delete or disable Weather, users encounter common errors, and here's how to fix them:

Problem 1: After being deleted via ADB, the application returns after being rebooted.

Solution: Re-run the command by adding the --user 0 flag:

adb shell pm uninstall --user 0 com.miui.weather2

If it doesnโ€™t help, check if your ADB settings are reset (debugging permission may fly off after a reboot).

Problem 2: The weather widget in the notification curtain is gone.

Solution: Install an alternative widget (Section 6) or return the standard app via ADB:

adb shell cmd package install-existing com.miui.weather2

Problem. 3: Mistake. INSTALL_FAILED_INVALID_URI attempt to remove.

Solution: Make sure the application package is correctly listed. For HyperOS, try:

adb shell pm uninstall --user 0 com.miui.weather

โ“ Can I delete the weather without a computer?
Yes, but only if you have root access, and without it, you can only delete it completely through ADB (requires a PC), and the alternative is to disable the application (section 3) or remove updates (section 2).
โ“ Will the weather return after the update? MIUI?
Yes, if you have removed an application through ADB without root. If you completely reset or update your firmware, it will recover. To avoid this, use Magisk to block the installation of the system APK (Universal GMS Doze or App Systemizer module).
โ“ Why the weather itself turns on after the shutdown?
This is due to MIUI background services that automatically activate system applications. Solution: Open Settings โ†’ Battery and Performance โ†’ Battery Consumption Management. Find Weather and select Limit Background Activity**. Turn off Autostart in Settings โ†’ Apps โ†’ Weather โ†’ Autostart.
โ“ How to return the weather if you need it for Mi Fit?
If you have removed the application but it is required to sync data to Mi Fit, restore it via ADB: adb shell cmd package install-existing com.miui.weather2 Or install it manually by downloading APK from the APKMirror site (look for a version for your region).
โ“ Is it safe to remove the โ€œweatherโ€ for the phone?
Yes, removing Weather is not critical to the basic functions of the smartphone. However, it may stop working: Weather widget in the notification curtain; Automatic time synchronization over the network (in rare cases); Some Mi Home features (if they depend on weather data); performance or stability of MIUI is not affected.