Skip to content

How to Stop App Updates from Play Store (Detach Apps) โ€‹

Tired of Google Play Store forcefully updating your apps? This guide shows you how to detach apps from the Play Store using Zygisk Detach, preventing unwanted automatic updates permanently.

What is App Detaching? โ€‹

App detaching removes the connection between installed apps and Google Play Store. Once detached, apps won't receive automatic updates or be recognized by the Play Store.

Prerequisites โ€‹

Need to root your device first? Check our device-specific guides:

Required:

  • โœ… Rooted Android device (Magisk or KernelSU)
  • โœ… Zygisk enabled in your root manager

Method 1: Using GUI App (Easiest) โ€‹

Step 1: Install Zygisk Detach Module โ€‹

  1. Download Zygisk Detach Module (latest .zip file)
  2. Flash in Magisk/KernelSU:
    • Open your root manager โ†’ Modules โ†’ Install from storage
    • Select the downloaded zip file
  3. Reboot your device

Step 2: Install Detach App โ€‹

  1. Download Zygisk Detach App (latest .apk file)
  2. Install the APK on your device
  3. Open the app and grant root permissions
  4. Select apps you want to detach
  5. Apply changes - done!

Method 2: Using Terminal (Advanced) โ€‹

Step 1: Install Module (Same as above) โ€‹

Follow Step 1 from Method 1.

Step 2: Use Terminal Commands โ€‹

  1. Open terminal (Termux or similar)
  2. Run detach command:
    bash
    su
    detach
  3. Select apps from the list to detach
  4. Changes apply immediately

If command fails, try:

bash
su -c /data/adb/modules/zygisk-detach/detach

Enable Zygisk (If Not Enabled) โ€‹

Magisk users:

  1. Open Magisk โ†’ Settings โ†’ Enable "Zygisk" โ†’ Reboot

KernelSU users:

  1. Flash a separate Zygisk module โ†’ Reboot

Verify Detachment โ€‹

  1. Open Google Play Store
  2. Search for the detached app
  3. Should show "Install" instead of "Update/Open"
  4. โœ… App successfully detached!

How to Re-attach Apps โ€‹

Using GUI App: Open the detach app โ†’ Select detached apps โ†’ Re-attach

Using Terminal: Run su then detach โ†’ Select apps to re-attach

Troubleshooting โ€‹

Module not working?

  • Ensure device is properly rooted
  • Check Zygisk is enabled in your root manager
  • Reboot after installing module

Command not found?

  • Try full path: su -c /data/adb/modules/zygisk-detach/detach
  • Verify module is installed and active

Apps still updating?

  • Clear Play Store data: Settings โ†’ Apps โ†’ Google Play Store โ†’ Storage โ†’ Clear Data
  • Re-detach the apps

Important Notes โ€‹

โš ๏ธ Security Warning: Detached apps won't receive security updates. Only detach apps you specifically don't want updated.

โœ… Best Practices:

  • Keep banking/security apps attached
  • Manually check for important updates
  • Backup data before detaching critical apps

Need help rooting your device first? Check our comprehensive rooting guides for step-by-step instructions tailored to your specific device.

Made with โค๏ธ for the Android Root community