How to permanently remove the Weather app on Xiaomi phone: from shutdown to complete removal

Why does the Weather app bother Xiaomi users and can it be safely removed?

Owners of Xiaomi, Redmi and POCO smartphones often face a problem: the built-in Weather app** not only takes up space in memory, but also consumes up to 15% of battery power in the background (test data on MIUI 14 with a weather widget on the home screen).

The fact is that MIUI's Weather is integrated at the firmware level as a system application, and it's connected to geolocation services, a desktop widget, and even some of the features of Xiaomi Cloud. But that doesn't mean that the user has to put up with it. There are at least 5 ways, from simple shutdown to complete removal with ADB or root rights.

In this article, we will discuss all the current methods, including hidden MIUI settings, commands for ADB, and explain why some widgets may stop working after deleting, starting with the safest option, which is to turn off without deleting.

Method 1: Disable the Weather app through settings (without deleting)

If you don’t have to completely remove the app, just stop it and hide it from the screen, this method is best suited.It requires no special knowledge and works on all Xiaomi smartphones with MIUI 12 and later, including the Redmi Note 12, POCO X5 and Xiaomi 13.

What exactly does the blackout do?

  • βœ… The application stops updating data in the background
  • βœ… Disappears from the app menu (but stays in the system)
  • βœ… The weather widget on the main screen stops working
  • ❌ Does not free up space in memory (application files remain)

Step instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search bar, type in β€œWeather” and select the app.
  3. Click Disable (if the button is inactive, click Stop first).
  4. Confirm the action in the window that appears.

⚠️ Note: Some models (e.g. Xiaomi) 12T) After the shutdown, the Weather Watch widget may disappear on the lock screen, and to return it, you will have to turn the app on again.

Take a screenshot of the current weather widget settings|Check if the application is used in automatic rules|Make sure there are no important notifications from the weather in the curtain-->

Method 2: Removal via ADB (without root rights)

If the shutdown is not enough, you can remove the Weather app** completely using the ADB (Android Debug Bridge – This method does not require root rights, but requires connecting the phone to a computer, and is suitable for all Xiaomi models, except those where the manufacturer has blocked the device. ADB-commands (for example, some versions of the MIUI European market).

Advantages of the method:

  • πŸ“± Complete removal of the application (released) ~50-80 MBT memory)
  • πŸ”§ Doesn't require root rights
  • πŸ”„ The ability to restore the application through ADB, if something goes wrong

Step-by-step:

  1. Turn on Developer Mode on your phone: go to Settings β†’ About Phone β†’ MIUI version and press 7 times.
  2. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  3. Connect the phone to your computer and confirm the debugging permission.
  4. Download ADB Tools and unpack it into a folder.
  5. Open the command line (Win + R β†’ cmd) and type:
adb devices


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

If the command is successful, the application will be removed. To return it, use:

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

⚠️ Note: On some firmware (for example, MIUI Global Stable after removal through ADB The geolocation service for other applications (e.g. Google Maps) may stop working. Before deleting, check if Weather uses location data in its privacy settings.

πŸ’‘

Before deleting via ADB, back up your application data using the adb backup -f weather.ab com.miui.weather2 command. This will help you restore your settings if you change your mind.

Method 3: Delete with root rights (for advanced users)

If you have root rights (for example, through Magisk), you can delete Weather** as a regular application using a file manager or terminal, which gives you maximum control, but also maximum risks - improper actions can lead to a system failure.

What you need:

  • πŸ“± Xiaomi smartphone with unlocked bootloader and root rights
  • πŸ› οΈ Root-enabled file manager (e.g., Root Explorer or Solid Explorer)
  • πŸ”§ Terminal (e.g. Termux)

Instructions:

  1. Open the file manager and go to /system/priv-app/Weather2 or /system/app/Weather2 (the path may vary depending on the model).
  2. Delete the Weather2 folder or rename it Weather2.bak.
  3. Reboot the phone.

Alternative method through the terminal:

su


mount -o rw,remount /system




rm -rf /system/priv-app/Weather2




mount -o ro,remount /system




reboot

Deleting methodPC requiredRoot is required.Risk to the systemRecovery capability
Disconnection through settings❌ No.❌ No.⚠️ Low.βœ… Yes (turn back on)
Removal via ADBβœ… Yes.❌ No.⚠️⚠️ Medium.βœ… Yes (recovery team)
Removal with root rights❌ No.βœ… Yes.⚠️⚠️⚠️ High-pitched❌ No (only flashing)
Removal via TWRP❌ No.βœ… Yes.⚠️⚠️⚠️ High-pitchedβœ… Yeah (backup recovery)

⚠️ Note: On some models (Xiaomi) 11T Pro, Redmi K50) Removing Weather** via root may cause a bootloop error if the application is linked to other services MIUI. Before removing, make sure to backup through TWRP Or OrangeFox.

Disconnection through settings|ADB rootless|Root rights|I do not remove system applications|Another way.-->

Method 4: Recovery via custom Recovery (TWRP/OrangeFox)

If your Xiaomi has customized recoveries (TWRP or OrangeFox) installed, you can remove Weather** straight from it, a method that is suitable for users who are already familiar with firmware and backups.

Advantages:

  • πŸ”„ Ability to create a backup before removal
  • πŸ—‘οΈ Complete removal without traces
  • πŸ› οΈ It works even if the system is not loaded.

Instructions:

  1. Load your phone in Recovery mode (usually Power + Volume Up).
  2. Go to Advanced β†’ File Manager.
  3. Find /system/priv-app/Weather2 and delete it.
  4. Go back to the main menu and select Wipe β†’ Dalvik Cache.
  5. Reboot the phone.

If the system does not boot after uninstalling, restore the backup or swipe the application back through ADB Sideload:

adb sideload weather2.zip
What to do if the widgets stop working after removal?
If the widgets on the home screen are missing after removing Weather (such as Weather Watch or Calendar), try the following steps: 1. Reboot your phone. 2. Remove the widget from the screen and add it again. 3. If the widget is not added, install an alternative weather app (such as AccuWeather or Yandex.Pogoda) and use its widgets. 4. Restore Weather via ADB or reflash the phone as a last resort.

Method 5: Replace the standard "Weather" with an alternative (without removal)

If you don't want to remove the built-in app, but you want to get rid of its drawbacks (such as inaccurate predictions or high battery consumption), you can just turn it off and install an alternative. This method is the safest and does not require technical skills.

The best alternatives to Xiaomi’s Weather:

  • 🌀️ AccuWeather – accurate forecasts, minimalist design
  • ☁️ Yandex.Pogoda – optimized for Russia, supports widgets
  • πŸŒͺ️ Windy is the best for weather-dependents (showing pressure, wind)
  • πŸ“Š Weather & Clock Widget – Maximum customization of the widget

How to replace:

  1. Turn off the standard "Weather" (see Method 1).
  2. Install an alternative app from Google Play.
  3. Add the new app widget to the main screen:

Advantages of this method:

  • βœ… No risk to the system
  • βœ… You can return the standard weather at any time.
  • βœ… Alternative applications often more accurately and economically consume the battery

πŸ’‘

Replacing the standard Weather with an alternative is the best option for most users, as it combines security and functionality.

What happens if you remove the β€œWeather” on Xiaomi: the possible consequences

Before you remove a system application, it is important to understand what this can lead to. Depending on the Xiaomi model and the version of MIUI, the consequences can vary from minor to critical.

Possible problems after removal:

  • ❌ Weather widgets on the main screen and lock screen will stop working.
  • ❌ In some firmware, the temperature indicator in the status bar will disappear.
  • ❌ Automatic rules may break in Settings β†’ Special facilities β†’ Automation if they use weather data.
  • ❌ Nana MIUI 13/14 Sometimes the geolocation service for other applications stops working.

How to minimize the risks:

  • πŸ”Ή Before deleting, check if the β€œWeather” is used in the Settings. β†’ Confidentiality β†’ Permits β†’ Auto-start.
  • πŸ”Ή Make a backup through TWRP or ADB backup.
  • πŸ”Ή If something breaks after removing it, restore the application (see the commands in Method 2).

On some models (POCO F4, Redmi Note 11 Pro+), the removal of the Weather passes without consequences, and on others (for example, Xiaomi 12S Ultra) can lead to errors in the MIUI. If you are not sure, start by turning off (see Method 1).

FAQ: Frequent questions about removing the Weather app on Xiaomi

Can I delete the weather without a computer?
Yes, but with limitations: If you have root rights, use Root Explorer (see Method 3). Without root, you can only turn the application off via settings (see Method 1). Some firmware (e.g. MIUI EU) has a hidden option to remove system applications from Settings β†’ Apps β†’ Show System, but it doesn't work on all models.
Why does the application return after the MIUI update after being deleted via ADB?
When updating your firmware, MIUI restores all system applications, including Weather. To avoid this: Before upgrading, back up your current firmware. Re-remove the app through ADB. After upgrading, or opt out of OTA updates and install firmware manually through TWRP, removing unnecessary apps before upgrading.
How to return the β€œWeather” if the widgets are missing after removal?
If you have removed an application through ADB or root, you can restore it this way: Through ADB: adb shell cmd package install-existing com.miui.weather2 Through root: su mount -o rw,remount /system mkdir /system/priv-app/Weather2 Copy application files from the backup to this folder mount -o ro,remount /system reboot Through firmware: download MIUI ROM for your model, extract Weather2.apk from it and install via TWRP.
Is there a way to hide the Weather from the app menu without deleting it?
Yes, there are two options: Hide through Launcher: Use an alternative launcher (like Nova Launcher or Hyperion).In the launcher settings, find the Hide App option and add Weather to the list. Disable via ADB (without deletion): adb shell pm hide com.miui.weather2 The app will disappear from the menu but stay on the system.
What other Xiaomi system applications can be safely removed?
If you’ve decided to clean your system of unnecessary apps, here’s a list of those that can usually be removed without serious consequences (but always back up!): Mi Browser (com.android.browser) – if you’re using Chrome or Firefox; Mi Music (com.miui.player) – if you’re listening to music in other apps. Mi Video (com.miui.videoplayer) – an alternative is available in Google Play. Mi Pay (com.mipay.wallet) – if you do not use Xiaomi payments. Analytics (com.miui.analytics) – collects usage data (you can delete, but some functions may stop working. MIUI). ⚠️ Do not delete: Security (com.miui.securitycenter) - responsible for security. Finder (com.miui.finddevice) - device search. Mi Share (com.xiaomi.mishare.connectivity) - fast file transfer.