Skip to main content
FixMyTech

Why Is Android Storage Full After Deleting Apps and Photos?

By

Published

7 min read

Share

Short answer

Deleting on Android usually does not free space immediately. Photos sit in Trash for 30 or 60 days, uninstalled apps leave their data folders behind, and the storage figure itself is cached and updates on a delay. Empty the Trash in Google Photos and your gallery app, check for orphaned folders in Files, then restart the phone before judging whether anything worked.

On this page

You deleted a few hundred photos and uninstalled three apps you never used, and the storage figure moved by almost nothing. This is the most common Android storage complaint there is, and in nearly every case the space really is still occupied — just not by anything the delete action was ever going to touch.

There are five reasons, and they apply in roughly this order of frequency.

1. Your deleted photos are still on the phone

Every modern gallery app implements deletion as a move to a recycle bin, not a removal. The files stay on device, still counted against your storage, until the retention period expires.

Check all of these — a phone commonly has two or three of them at once:

App Where Retention
Google Photos Library → Trash 60 days (backed up), 30 days (not)
Samsung Gallery Menu → Trash 30 days
Files by Google Menu → Trash 30 days
Samsung My Files Trash 30 days

Open each and empty it. On a phone where someone has just deleted a few thousand photos, this single step is often the entire answer.

Samsung’s storage screen at Settings → Battery and device care → Storage lists Trash as its own line item, which makes it obvious. Stock Android does not, which is why Pixel users miss it.

2. Uninstalled apps left their files behind

Uninstalling removes the app and its private sandbox. It does not reliably remove what the app wrote to shared storage — and that is usually the larger half.

A messaging app leaves its media folder. A camera app leaves its output. A downloader leaves everything it downloaded. Games leave asset packs under Android/obb.

Open Files by Google → Browse → Internal storage and look for folders named after apps you no longer have installed. Those are safe to delete outright.

Be precise about it: a folder belonging to an app you still use holds live data, and deleting it has the same effect as clearing that app’s data — you are logged out and local content is gone, with no warning.

3. The number itself is stale

Android caches the storage breakdown and recalculates it on its own schedule rather than after every change. Delete 6GB and the Settings screen can keep showing the old figure for an hour.

Before concluding that a cleanup failed, restart the phone. That forces a recalculation and also releases temporary files the system was holding open.

4. What you deleted was not what was large

The intuition that photos and apps are the problem is usually wrong. On a typical phone the biggest consumers, in order, are:

  1. Messaging app media — WhatsApp saves every photo and video it receives, permanently, including from group chats. This is regularly 15–40GB and it is the single largest win available. See why WhatsApp takes so much storage.
  2. Offline downloads in streaming apps — Netflix, Spotify, YouTube and Audible each keep downloads indefinitely and none of them appear in the Downloads category of your storage breakdown. Check each app individually.
  3. Game asset packs — a 200MB install becomes 8GB after first launch.
  4. Video you shot yourself — a minute of 4K is roughly 350MB, so a handful of clips outweighs thousands of photos.

Three hundred deleted photos is perhaps 1GB. One forgotten downloaded series is twelve.

5. Some of the space was never yours

Android, the manufacturer’s software layer and the recovery and firmware partitions occupy 15–25GB before you install anything. Storage is also sold in decimal gigabytes and reported in binary ones, which costs another 7%.

A 128GB phone realistically offers around 100GB. If you are comparing against the number on the box, you are 25GB short before you start.

Do it in this order

  1. Empty every Trash — Google Photos, your gallery app, Files.
  2. Restart the phone, then re-read the storage figure.
  3. Check Google Photos → profile → Free up space on this device. It removes local copies of photos that are confirmed backed up. Verify it says “Backup complete” first.
  4. Open your messaging app’s own storage manager and clear large media.
  5. Open each streaming app and delete offline downloads.
  6. Delete orphaned folders in Files by Google.
  7. Clear app caches in Settings → Apps → [app] → Storage → Clear cache. Never Clear data.

Why installs still fail near the limit

Even with a gigabyte or two showing free, installations and updates can fail. Android needs roughly twice an app’s size as working space to unpack and verify it, and the system reserves a margin near full to avoid filesystem corruption.

If you are installing a 600MB app, target 3–4GB free rather than the 600MB the arithmetic suggests.

Realistic expectations

Emptying the various bins and removing one messaging app’s media backlog is usually worth 10–25GB, and it takes about fifteen minutes. Deleting photos and apps — the thing most people try first — is usually worth one or two.

If you clear space and it fills again within weeks, the settings are the problem rather than the files. Turning off automatic media download and setting cache limits is what makes a cleanup last; the full sequence is in how to free up Android storage, and what “Other” storage actually contains covers the category that most often refuses to shrink.

Frequently asked questions

How long do deleted photos stay in the Android Trash?
30 days in most gallery apps, 60 days in Google Photos for items deleted from a backed-up library. They count against your device storage for the whole period unless you empty the bin manually.
Does uninstalling an app delete all of its data?
Not always. The app's private storage goes, but files it wrote to shared storage — downloads, exported media, folders on the root of internal storage — usually survive the uninstall and stay until you remove them yourself.
Why does my phone say storage is full when the numbers do not add up?
The storage breakdown is cached and recalculates on Android's own schedule, so it can lag real changes by an hour or more. It also excludes several gigabytes of system partition that are never available to you in the first place.
Will restarting the phone free up space?
It does not delete anything, but it forces the storage figures to recalculate and lets the system flush temporary files it was holding open. If your numbers look wrong after a cleanup, restart before concluding the cleanup failed.
Why can I not install an app despite having free space?
Installation needs roughly twice the app's size as working room, and Android reserves a reliability margin near full. A phone showing 1.5GB free can genuinely fail to install a 600MB app.

All Android guides