The standard Google Calendar app on Xiaomi smartphones is often a source of annoyance: it takes up space in memory, sends notifications and does not always sync correctly with the MIUI Calendar. Despite the fact that the manufacturer integrates Google services into the firmware, you can delete them โ but not all methods are equally effective. In this article, we will analyze 5 proven methods, from simple disabling to completely erasing system files (including options without root rights).
Xiaomiโs feature is that even after being โdeletedโ through settings, the app can remain logged in as com.google.android.calendar and continue to consume resources, and weโll show you how to completely uninstall the Calendar without disrupting other Google services (such as Play Market or Gmail). All instructions are relevant to MIUI 12โ15 on models from Redmi Note 10 to Xiaomi 14 Ultra.
Why Google Calendar Cannot Be Removed in the Standard Way
When you try to uninstall an application through Settings โ Applications, users are faced with the gray item โDeleteโ โ the button is simply inactive.
- ๐ฑ Google Calendar is part of Google Mobile Services (GMS), Xiaomi licenses for pre-installing on devices;
- ๐ง The application is marked as system (flag) system/app or a firmware-priv-app);
- ๐ It is linked to other services such as Google Account, Contacts and Mail, so deleting them completely could disrupt their work.
However, โirremovableโ does not mean that the application can not be deactivated or removed from view; below are the methods from the simplest (hiding the icon) to the radical (deleting via ADB).
Method 1: Disabling Google Calendar without deleting
If you just need to stop the background work of the application and remove notifications, but not critically free up memory, use the built-in MIUI tools:
- Open Settings โ Applications โ Application Management;
- In the search box, type in Google Calendar (or com.google.android.calendar);
- Click on the application โ Disable;
- Confirm the action in the dialog window.
After that:
- โ The application will stop running automatically;
- โ Event notifications will disappear;
- โ But the application files will remain in memory (take up) ~50โ100 MB);
- โ The icon can remain on the menu (it can be hidden through the launcher).
๐ก
If the Calendar is activated again after the MIUI update after the shutdown, check the automatic application recovery settings in Settings โ Special Features โ Reset application settings.
Method 2: Remove updates and reset to factory version
Google Calendar on Xiaomi consists of two parts:
- Basic version - sewn into the firmware (cannot be removed without root);
- Updates are downloaded through the Play Market (they can be erased).
To return the application to the "factory" state:
- Go to Settings. โ Annexes โ Google Calendar โ Three points (โฎ) โ Remove updates;
- Confirm action;
- Return to the app menu and click Clear Cache and Clear Data.
This method:
- ๐ Reduces the space occupied by ~100MB to ~20-30 MB;
- ๐ Resets all settings and events (if stored locally);
- โ ๏ธ Does not block automatic updates โ after a while the calendar will be updated again.
How to block automatic updates?
Method 3: Removal via ADB (without root rights)
To completely remove a system application, you donโt have to get root access. Just use ADB (Android Debug Bridge), a tool for debugging through a computer, which works on all Xiaomi with unlocked OEM Unlock (even if the bootloader is locked).
Step-by-step:
- Enable USB debugging: Go to Settings โ About Phone โ MIUI version (click 7 times to activate Developer Mode); Return to Settings โ Additional โ For Developers; Activate USB Debugging and Allow OEM Unlock.
Connect your phone to your PC
ADB-driver
Open the command line.
platform-tools
Follow the commands
adb devices(Your device should be displayed)
adb shell pm uninstall --user 0 com.google.android.calendarThe result: the app will be removed for the current user (without affecting other profiles on the device), it will disappear from the menu, will cease to update and take up space.
App is not available in Settings โ Apps
The icon disappeared from the desktop
/data/app/com.google.android.calendar folder is empty (checked through the file manager with root)
Notifications of events do not come
-->
| Method | Root is required. | Deletes files. | Recovered after discharge | Risk to the system |
|---|---|---|---|---|
| Shutdown | โ No. | โ No. | โ Yes. | โ No. |
| Removal of updates | โ No. | โ Partially. | โ Yes. | โ No. |
| ADB-removal | โ No. | โ Yes. | โ No. | โ ๏ธ Low. |
| Root + Titanium Backup | โ Yes. | โ Completely. | โ No. | โ ๏ธ Medium. |
| Flip-flashing | โ Yes. | โ Completely. | โ No. | โ ๏ธ High-pitched |
Method 4: Complete removal with root rights
If you have root access (for example, through Magisk), you can erase the application permanently, including its system files.
- Install a file manager with root support (such as Root Explorer or FX File Explorer).
- Go to /system/priv-app/GoogleCalendar or /system/app/GoogleCalendar.
- Delete the files: GoogleCalendar.apk โ basic APK-File; GoogleCalendar.odex (if any) โ optimized code; Lib folder (if present).
Reset the device.
โ ๏ธ Note: Before deleting system files, backup through Titanium Backup or Nandroid. Incorrect deletion may result in a loss of your system files:
- ๐ Cyclical reboot (bootloop);
- ๐ต Loss of functionality of other Google services;
- ๐ง Need to check the phone.
๐ก
Root removal is the most radical method, but it's irreversible without flashing it, and only use it if other methods haven't worked and you're prepared for the consequences.
Method 5: Flashing without GMS (for experienced)
The last option is to install custom firmware without Google services (for example, LineageOS or Pixel Experience without GApps).
- โ Google will remove Calendar and other unnecessary services;
- โ Increase productivity (less background processes);
- โ Deprive you of Play Market, Gmail, YouTube and other familiar services;
- โ It will require unlocking the bootloader and technical skills.
If you do, follow the official instructions for your Xiaomi model on the XDA Developers or 4PDA forums, for example, ArrowOS is the best firmware for the Redmi Note 11, and crDroid is the best for the POCO F5.
List of firmware without GMS for Xiaomi
What to do if there are problems after removal
In rare cases, deleting Google Calendar may affect other apps, typical symptoms and solutions:
| Problem. | Reason. | Decision |
|---|---|---|
| MIUI Calendar Synchronization is not working | Dependence on Google Account | Go to Settings โ Accounts โ Google and turn off Calendar Synchronization |
| Play Market Error: Google Play Services Stopped | Damage to GMS after removal of system application | Reinstall Google Play Services via APKMirror or run adb shell cmd package install-existing com.google.android.gms |
| Calendar icon reappears after MIUI update | The firmware restored the system application | Repeat deletion via ADB or turn off automatic recovery in Settings โ Special Features |
If the problem is serious (for example, the device does not boot), try:
- Download to Safe Mode (hold the power button โ long tap on "Switch off" โ "Reboot in Safe Mode");