Weather widgets on Xiaomi devices can be useful, but not all users like its constant presence on the screen.Some are annoyed by automatically appearing notifications about rain or heat, someone does not like that the widget takes place on the desktop, and some simply prefer to use third-party services like AccuWeather or Yandex.Weather. In this article, we will analyze all possible ways to turn off the weather on different Xiaomi devices – from smartphones to smart watches and TVs.
It's important to understand that the methods vary depending on the MIUI version, the device model, and even the firmware region. For example, the widget is removed on the Xiaomi 13 Pro with global firmware differently than on the Redmi Note 10 with the Chinese version of MIUI. We've compiled up-to-date instructions for all popular scenarios, including cases where standard methods don't work. If you tried to remove the weather through the settings, but it keeps appearing, here you'll find alternative solutions.
1.How to remove the weather widget from the main screen
The most obvious way is to remove the weather widget directly from the desktop, which works on most Xiaomi, Redmi and POCO smartphones running MIUI 12-15. However, there are nuances: on some firmware, the widget can recover after a restart or system update.
To remove the widget:
- Press and hold your finger on the weather widget.
- In the menu that appears, select “Delete” (or the basket icon).
- Confirm the action if necessary.
If the widget appears again after deleting, it means that it is tied to the system application. com.miui.weather2. In this case, you will need to disable it through settings or use ADB-Teams (more on this below).
2. Disable weather in MIUI settings
On some versions of MIUI (especially 13-14), the weather widget can be disabled through system settings, which does not remove the application completely, but prevents it from automatically appearing on the screen.
- Open Settings → Applications → Application Management.
- Find the weather list (or com.miui.weather2).
- Slip it and select "Disable" or "Hide".
- Confirm the action by clicking “Disable the application”.
⚠️ Note: On Chinese firmware (China) ROM) This item may not be available, and some system functions will stop working after the shutdown, such as automatic weather notifications in the status bar.
☑️ Preparation for weather shutdown
If the “Disable” button is inactive, it means that the application is system-based and cannot be deactivated by standard means, in which case only disabling through ADB or using root rights will help.
3. weather removal via ADB (no root)
The Android Debug Bridge (ADB) method is suitable for power users and allows you to disable system applications without getting root access.This works on all Xiaomi devices, including the Mi 11, Redmi K50 and other models with MIUI 12+.
This will require:
- 🖥️ A computer with installed Xiaomi drivers and ADB.
- 📱 Included debugging by USB on a smartphone (Settings) → The phone. → Version. MIUI → 7 times tap the assembly number → return to additional settings → For developers → Debugging by USB).
- 🔌 USB-cable (preferably original).
Next, run commands in the terminal (or Command Prompt):
adb devices
adb shell pm uninstall -k --user 0 com.miui.weather2If the first command doesn’t show your device, check the drivers and re-enable debugging over USB. After the second command, the weather widget will disappear from the screen and the system application will be disabled for the current user.
💡
If the widget appears again after the reboot, repeat the command or use the App Inspector app to find the current name of the weather pack (may vary depending on the firmware region).
4.Switching off the weather on Xiaomi Mi TV and Mi Box
On Xiaomi Mi TVs and Mi Box consoles, the weather widget is built into the PatchWall shell. It can't be completely removed, but you can hide or disable notifications.
- Go to Settings → Applications → Application Management.
- Find the Weather (or com.mitv.weather).
- Select “Stop” and “Disable Notifications”.
If the widget continues to appear on the home screen, try resetting the launcher settings:
- Press the Home button on the remote.
- Select “Screen settings” → “Reset layout”.
⚠️ Note: On some Mi models TV (Like Mi. TV 4S 55) after resetting the weather widget may appear again, in which case only the firmware with a modified shell or the use of a third-party launcher (if the TV supports the installation will help. APK).
5. How to Remove Weather on Xiaomi Smartwatches (Mi Band, Watch)
On Xiaomi wearables — Mi Band 7, Xiaomi Watch S3 and others — the weather is displayed as part of the system interface. You can’t completely remove it, but you can turn off data synchronization or hide the widget.
Methods for different devices:
| The device | Method of disconnection | Notes |
|---|---|---|
| Mi Band 5/6/7 | Turn off weather sync in the Mi Fitness app (Profile → Settings → Weather) | The widget will remain, but the data will stop updating |
| Xiaomi Watch S2/S3 | Remove the widget through Settings → Screen → Widgets | Some firmware requires a reboot. |
| Amazfit GTR/GTS | Disable location permission for the Zepp app | Weather will stop updating, but the widget will remain |
On the Mi Band and Xiaomi Watch with MIUI Watch firmware, you can also try resetting to factory settings (Settings → System → Reset), but this will delete all user data.
6. Alternative methods (root, third-party firmware)
If none of these methods worked, radical measures remain: obtaining root rights or installing custom firmware, which are suitable for advanced users and require caution.
Methods for root devices:
- 📱 Use Titanium Backup or Root App Deleter to remove com.miui.weather2.
- 🛠️ Edit the file /system/priv-app/Weather2/Weather2.apk (You will need a root access file manager).
- 🔧 Install Magisk module to block the application (e.g. App Systemizer).
For custom firmware (such as LineageOS or Pixel Experience):
- 🔄 The weather widget will be absent by default, as these firmwares do not contain proprietary Xiaomi apps.
- ⚠️ The risk of loss of warranty and possible problems with the operation of sensors (for example, a barometer).
What happens if you remove the weather app?
7. Frequent problems and solutions
Even after the weather is turned off, users are faced with widget returns or system errors.
Problem 1: The weather widget appears after the MIUI update.
Solution: Re-disable ADB or use Xiaomi ADB/Fastboot Tools to massively disable system applications.
Problem 2: The weather indicator remains on the lock screen.
Solution: Go to Settings → Lock screen → Lock style and select the weather-free option (e.g., “Simple”).
Problem 3: After the weather was removed, geo-services stopped working.
Solution: Install a third-party weather app (like Google Weather) and give it access to the location.
💡
Disabling system applications through ADB is the most reliable way, but it requires caution. Always back up your data before making changes to the system.