Google Calendar is pre-installed on most Xiaomi, Redmi and POCO smartphones as part of the Google Mobile Services (GMS) package. Even if youβre not actively using it, the app continues to run in the background, consuming battery life and taking up memory space. Moreover, on some Google models, the Calendar is integrated into the MIUIβs Calendar system application, making it difficult to remove it using standard methods.
In this article, weβll look at 5 proven ways to uninstall Google Calendar, from simply disabling to completely uninstalling system APKs via ADB. Each method is suitable for different MIUI versions (12 to 14) and account types. Importantly, some actions require root rights or unlock the bootloader, which can affect the warranty. Before you start, back up your data!
1. disable Google Calendar without deletion
If you just need to stop the application, but not delete its files, use the built-in MIUI settings. This method does not require superuser rights and reversible:
- Go to Settings β Applications β Application Management.
- In the search bar, type in Google Calendar (or Google Calendar in English firmware).
- Click on the application, then select Disable.
- Confirm the action in the dialog window.
After the shutdown:
- π The app will stop running automatically and consume the battery.
- π± The icon will disappear from the menu, but the files will remain in memory.
- βοΈ Updates via Google Play will be blocked.
β οΈ Attention: On some firmware MIUI Disabling system applications may cause a Google Account to crash (for example, contacts will no longer sync) before disabling, check if the calendar is used in other services (for example, Google Assistant).
π‘
If after disabling the calendar continues to appear in search results by device, clear the cache of the Google application (Settings β Apps β Google β Storage β Clear cache).
2.Removal of Google Calendar Updates
Often performance problems arise from updated versions of the application that are installed through Google Play.
- Open Settings β Applications β Application Management β Google Calendar.
- Click on the three dots in the top right corner and select Remove Updates.
- Confirm the action. The app will return to the factory version.
To prevent automatic updates:
- π Go to Google Play and find Google Calendar.
- π Click on the three dots next to the Update button and uncheck the Auto Update box.
| Action. | The result | Reversibility |
|---|---|---|
| Disabling the application | The application is not working, but the files are saved | Yes (can be turned back on) |
| Removal of updates | Return to the factory version (usually easier and more stable) | Yes (updated via Play Market) |
| Removal via ADB | Complete removal for the current user | Partially (re-installation required) |
| Removal with root rights | Complete removal of system files | No (firmware required) |
3. Google Calendar Removal via ADB (without root)
If the shutdown isnβt enough and the superuser isnβt, use Android Debug Bridge (ADB).This method removes the app for the current user, but doesnβt affect system files.
You'll need:
- π₯οΈ Computer with installed ADB-driver.
- π± Included Debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β 7 times press to unlock Developer Settings, then enable debugging).
- π USB-cable (preferably original).
Instructions:
- Connect the phone to the PC and confirm the debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
- Enter the command to check the connection: adb devices must appear serial number of the device.
- Run the deletion command: adb shell pm uninstall --user 0 com.google.android.calendar
β οΈ Attention: On some firmware MIUI after removal ADB It may be impossible to add events to the system calendar. MIUI. Before you execute the command, check if you are syncing with your Google Account for other applications (e.g. Google Keep or Gmail).
Debugging is on. USB|Installed ADB-PC-driver|The phone is connected in file transfer mode|Calendar data backup made|Compatibility with the MIUI-->
4. Complete removal of the Google Calendar system (from root)
If you have root rights, you can uninstall the app completely, including system files, which is true for custom firmware users or those who have unlocked the bootloader.
Methods of disposal:
- π Through a file manager with root access (e.g., Root Explorer or Root Explorer) FX File Manager: Go to the /system/priv-app/CalendarGoogle or /system/app/CalendarGoogle. Delete the folder with the app. Reboot the device.
Termux
su
rm -rf /system/priv-app/CalendarGoogle
rm -rf /system/app/CalendarGoogle
rebootAfter removal:
- β The app will disappear from the system forever.
- β οΈ There may be errors in the operation of Google Account (for example, when synchronizing contacts).
- π To restore, you will need to sew stock firmware or manually install APK.
- π§ Recovery through ADB (if removed for the user: adb shell cmd package install-existing com.google.android.calendar
- π¦ Hand-mounted APK: Download. APK from a trusted source (e.g. APKMirror) Install the file through any file manager.
β οΈ Note: If you have removed Google Calendar systemically (through root or firmware), easy installation APK It may not work due to conflicts with the remaining files, in which case you will need to flash the stock firmware through the Mi Flash Tool.
π‘
Before restoring the Google Calendar, check if it conflicts with other calendar applications, for example, the simultaneously active Google Calendar and MIUI System Calendar can duplicate notifications.