Back to Home
android-system-errors

963

Error 963: Android System Error

12 views
Updated March 17, 2026

Quick Fix

Restart your phone. If the error persists, clear the cache of Google Play Services, then reboot again. If it still shows, a factory reset may be required.

What it Means

Android Error 963 pops up when the system detects a critical issue with Google Play Services or core system components. It usually appears during startup or app installation.

Possible Causes

  • 1
    Corrupted Google Play Services data
  • 2
    Outdated system or app updates
  • 3
    Faulty third‑party apps
  • 4
    Hardware issues like bad storage

How to Fix

    Step-by-Step Solutions

    1. Restart the device

      A quick reboot clears temporary glitches and often fixes minor errors.

    2. Clear Google Play Services cache

      Open Settings → Apps → Google Play Services → Storage → Clear cache. This removes corrupted data that may cause Error 963.

    3. Check for system updates

      Go to Settings → System → Advanced → System update. Install any pending updates to patch known bugs.

    4. Reinstall Google Play Services

      Use adb to uninstall and reinstall:

      adb uninstall com.google.android.gms && adb install path/to/google_play_services.apk
    5. Factory reset as last resort

      Back up data first. Then Settings → System → Reset → Factory data reset. This restores the device to factory state, eliminating the error.

    Commands You Can Try

    adb shell pm clear com.google.android.gms
    adb reboot

    Technical Details

    Error TypeRuntime
    SeverityMedium
    Platformandroid-system-errors
    App VersionAll

    Still stuck?

    Pro tips

    • Boot into Safe Mode to rule out third‑party apps
    • Use Recovery Mode to wipe cache partition
    • Keep Google Play Services updated
    • Avoid installing unverified apps

    If Error 963 keeps appearing after a factory reset or you suspect hardware damage, contact your device manufacturer or a professional technician.

    If these solutions didn't help, try searching our database for similar issues.

    Contact Support