Fix "Download pending..." Error on Google Play Store (Android)

beginner๐Ÿ“ฑ Android2026-03-23| Android 8.0โ€“14, Google Play Store (all versions), any Android device

Error Message

Download pending...
#android#play-store#download#pending

TL;DR

Play Store is stuck on Download pending... and nothing moves. Nine times out of ten, one of these four things fixes it:

  • Clear Play Store cache + data
  • Disable VPN or hop to a different Wi-Fi network
  • Check if another download is clogging the queue
  • Remove then re-add your Google account

Root Cause

Download pending... means Play Store queued your download โ€” but the Download Manager service never actually started it. Here's what typically causes that:

  • Network mismatch: "Download over Wi-Fi only" is on, but you're on mobile data. Or the Wi-Fi you're on has a firewall blocking Google's CDN.
  • Queue blocked by another download: Play Store processes downloads one at a time. One stuck download holds up everything behind it.
  • Corrupted Play Store cache: Stale cache silently jams the download queue. No error, just eternal pending.
  • VPN or proxy interference: Play Store can't reach Google's download servers when your traffic routes through a VPN.
  • Stale Google account session: The auth token expired or got invalidated โ€” Play Store hangs trying to authenticate the request.
  • Clock skew: If your device clock is more than ~5 minutes off, SSL handshakes fail. Play Store stalls without any useful error message.
  • Not enough storage: Android pre-allocates disk space before the download starts. Under ~500 MB free? It queues indefinitely and never tells you why.

Fix 1 โ€” Cancel everything and retry

Open Play Store โ†’ tap your profile icon โ†’ Manage apps & device โ†’ Manage tab. Cancel every pending download. Wait 10 seconds, then kick off the one you actually want.

When several apps were queued at once, a single stuck item freezes everything below it. Clearing the queue breaks the jam.

Fix 2 โ€” Clear Play Store cache and data

This one fixes the problem more often than anything else. Navigate to:

Settings โ†’ Apps โ†’ Google Play Store โ†’ Storage
โ†’ Clear Cache
โ†’ Clear Data (resets Play Store preferences)

While you're at it, clear the Download Manager too:

Settings โ†’ Apps โ†’ (show system apps) โ†’ Download Manager
โ†’ Storage โ†’ Clear Cache โ†’ Clear Data

Reopen Play Store and try again. The download usually starts within seconds.

Fix 3 โ€” Check your network and download settings

Tap your profile icon โ†’ Settings โ†’ Network preferences โ†’ App download preference.

Set to "Over Wi-Fi only" but you're on mobile data? That's your culprit. Flip it to "Over any network" temporarily and see if the download kicks off.

Still stuck? Try a network switch. Connect to a different Wi-Fi network, or toggle airplane mode off and on to reset your mobile data connection. A fresh IP sometimes clears whatever was blocking Play Store's servers.

Fix 4 โ€” Kill the VPN

Don't just pause it โ€” disconnect completely:

Settings โ†’ Network & Internet โ†’ VPN โ†’ disconnect

Or use the VPN app's own disconnect button. Then retry the download. If it works immediately, the VPN was blocking Google's CDN. To use Play Store with VPN active long-term, add *.googleapis.com and *.gvt1.com to the split-tunnel exclusion list in your VPN settings.

Fix 5 โ€” Free up storage space

Play Store needs free space at least equal to the app's size before it'll start downloading. A 200 MB game needs 200+ MB free โ€” obvious in hindsight, but easy to miss.

Settings โ†’ Storage โ†’ Available

Under 500 MB? Clean up first:

Settings โ†’ Apps โ†’ sort by size โ†’ clear caches on the biggest apps

Files by Google works well for bulk cleanup. Once you've freed enough space, pending downloads often start on their own within 30 seconds โ€” no other action needed.

Fix 6 โ€” Re-sync or re-add your Google account

Force a sync first:

Settings โ†’ Accounts โ†’ Google โ†’ [your account] โ†’ Sync now

If sync fails or spins forever, remove the account and add it back fresh:

Settings โ†’ Accounts โ†’ Google โ†’ [your account] โ†’ Remove account

Re-add it via Settings โ†’ Accounts โ†’ Add account โ†’ Google. Reopen Play Store โ€” it'll re-authenticate and that stuck session clears out.

Fix 7 โ€” Fix the date and time

Play Store uses HTTPS for every download. If your device clock is wrong by more than a few minutes, SSL certificate validation fails and downloads stall silently. Turn on automatic time:

Settings โ†’ General Management โ†’ Date and Time
โ†’ Automatic date and time: ON
โ†’ Automatic time zone: ON

Path varies slightly by manufacturer โ€” Samsung calls it "General Management", stock Android puts it directly under "System".

Fix 8 โ€” Force stop Play Store

Settings โ†’ Apps โ†’ Google Play Store โ†’ Force Stop

Wait 5 seconds. Reopen. Try downloading again. The service thread occasionally deadlocks and a hard restart is all it needs.

Fix 9 โ€” Update or roll back Play Store

Play Store auto-updates in the background, but sometimes lands on a buggy version. Check what you're running:

Play Store โ†’ Profile icon โ†’ Settings โ†’ About โ†’ Play Store version
โ†’ tap the version number to trigger an update check

If updating doesn't help, roll back to the factory version โ€” it's safe, and Play Store will re-update itself automatically:

Settings โ†’ Apps โ†’ Google Play Store โ†’ three-dot menu โ†’ Uninstall updates

Verification

After any fix, confirm it actually worked:

  • Trigger a download. It should leave Download pending... and show an active progress bar within 5โ€“10 seconds.
  • Check Manage apps & device โ€” the app should show download progress or "Installed".
  • If it moves from pending to downloading but then fails, the queue isn't the problem. Look at network or storage instead.

If nothing works

Try a different Google account. If downloads work on that account, the issue is with your account's Play entitlement โ€” reach out to Google Play support directly.

As a short-term workaround, APKMirror carries most apps and is generally trusted by the Android community. It won't fix Play Store, but it gets you the app while you sort out the root cause.

Related Error Notes