How to completely remove Google Calendar on Xiaomi: system and user methods

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!

πŸ“Š What kind of smartphone you Xiaomi?
Redmi Note 12/13
POCO X5/F5
Mi 11/12
Redmi 10/9
Other

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:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. In the search bar, type in Google Calendar (or Google Calendar in English firmware).
  3. Click on the application, then select Disable.
  4. 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.

  1. Open Settings β†’ Applications β†’ Application Management β†’ Google Calendar.
  2. Click on the three dots in the top right corner and select Remove Updates.
  3. 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 resultReversibility
Disabling the applicationThe application is not working, but the files are savedYes (can be turned back on)
Removal of updatesReturn to the factory version (usually easier and more stable)Yes (updated via Play Market)
Removal via ADBComplete removal for the current userPartially (re-installation required)
Removal with root rightsComplete removal of system filesNo (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:

  1. Connect the phone to the PC and confirm the debugging permission.
  2. Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
  3. Enter the command to check the connection: adb devices must appear serial number of the device.
  4. 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




reboot

After 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.

FAQ: Frequent questions about removing Google Calendar on Xiaomi

Can I delete Google Calendar without root and ADB?
It is impossible to completely remove the system application without root or ADB, since it is built into the MIUI firmware. The exception is some custom firmware (for example, LineageOS), where Google services are installed separately.
Why are birthday notifications not working after Google Calendar is deleted?
Contact birthdays are synced through Google Contacts, which is closely linked to Google Calendar.Solutions: Use the system calendar MIUI and sync contacts through Mi Account. Set up an alternative CalDAV-enabled calendar (e.g., CalDAV-enabled calendar, DAVx⁡ + Etar).
Will Google Assistant work without Google Calendar?
Partially. Google Assistant uses a calendar to create events using voice commands (e.g., "Add Meet Tomorrow"). Without a calendar, these features will become unavailable, but basic commands (calls, search) will work. Alternatively, use Alice from Yandex or Mi AI Assistant.
How to remove Google Calendar on Xiaomi with GMS-free firmware (e.g., POCO X3 Pro for China)?
On devices without Google Mobile Services (like the Chinese versions of POCO or Redmi), Google Calendar is not preinstalled. If you manually installed it through APK, just uninstall as a regular app: Settings β†’ Apps β†’ Google Calendar β†’ Delete.
Can I delete Google Calendar without losing data?
Yes, if before deletion: Export events via the web (.ics format). Sync data with another account (e.g. Mi Account or Outlook); use third-party backup tools (e.g. Swift Backup for root users); After deletion, import data into the new application.