919

Google Play Store error 919 fix – not enough space but there is

Mobile – Android Beginner 👁 32 views 📅 May 28, 2026

Error 919 on Android means the Play Store thinks your device is full when it isn't. The fix is clearing cache and data for the right app, and sometimes deleting a specific file.

You're trying to download or update an app from the Google Play Store, and you get error 919: "Not enough space." You check your phone's storage, and there's plenty — 5, 10, even 20 gigabytes free. But the Play Store still won't budge. This happens most often on Samsung Galaxy phones running One UI 4 or 5, but I've seen it on Pixels and OnePlus devices too. The trigger is usually a large app update (500MB+) after you've just cleared some space, or when you've moved apps to an SD card.

What's actually happening here

Error 919 is a false positive from the Play Store's storage-checking routine. The Play Store app itself maintains a local cache of your device's storage state. That cache gets stale — it doesn't update when you delete files or move apps. So the Play Store thinks you're still full when you're not. On top of that, Android's /data/app-private folder, which the Play Store uses to stage downloads, can get corrupted or filled with orphaned files from failed updates. That triggers the same error.

The fix is simple: force the Play Store to re-read the actual storage state. You do that by clearing its cache and data. In stubborn cases, you need to delete the contents of that staging folder manually.

The fix — step by step

  1. Clear Play Store cache and data
    • Go to Settings → Apps → Google Play Store.
    • Tap Force stop.
    • Tap Storage & cache.
    • Tap Clear cache.
    • Tap Clear storage (this resets the app to its initial state — you'll need to re-accept terms and sign in).
  2. Clear Play Services cache — Google Play Services also caches storage info.
    • In Settings → Apps tap the three dots menu and choose Show system apps.
    • Find Google Play Services.
    • Force stop, then Clear cache (don't clear data here — it resets too many things).
  3. Restart your phone — this flushes the stale kernel caches. I know it sounds basic, but it's what makes step 1 and 2 stick.
  4. Try the download again. If it works, you're done.

If it still fails — the nuclear option

Sometimes the four steps above aren't enough. The corrupted staging folder /data/app-private hasn't been cleared. The Play Store recreates it automatically, so deleting it is safe.

  1. Delete the contents of /data/app-private
    • You need root access for this. If you're not rooted, skip to step 6.
    • Open a file manager that can access the root filesystem (like Solid Explorer or MiXplorer).
    • Navigate to /data/app-private.
    • Delete everything inside that folder (the folder itself will be recreated).
    • Reboot.
  2. Remove and re-add your Google account — This resets the Play Store's per-account state.
    • Go to Settings → Accounts → Google.
    • Remove your Google account (you'll be signed out of Gmail, Chrome, etc.).
    • Reboot.
    • Add the account back.
    • Open Play Store, accept terms, and try downloading again.

Why step 3 matters

A lot of guides skip the restart. Here's why it's critical: when you clear the Play Store's cache, the app writes a new storage snapshot to memory. But the phone's kernel also holds an old inode table for the filesystem. Restarting forces the kernel to re-read the actual disk state. Without that restart, the Play Store can still see stale data from the kernel's cache.

What if none of this works?

If error 919 keeps coming back, you're probably dealing with a corrupted filesystem or a failing SD card (if you use one). Check these:

  • SD card — Remove it, reboot, and try the download to internal storage. If it works, the card has bad sectors.
  • App-specific storage — Go to Settings → Storage and look at the breakdown. If "Other" or "System" is taking up 20GB+, your cache partition might be bloated. Clear the cache partition from recovery mode (varies by device, but usually: power off, hold Volume Up + Power, select Wipe cache partition).
  • Factory reset — Only if you've exhausted everything above and the error is persistent. But honestly, I've only seen that needed twice in five years.

Error 919 is a storage-sensing bug, not a real space shortage. Clear the caches, restart, and you're usually good. If you're rooted, hitting /data/app-private seals the deal. Don't waste time reinstalling the Play Store or flashing ROMs.

Was this solution helpful?