App Uninstall Leftovers
Also known as: leftover files after uninstall, residual app data
App uninstall leftovers are files an app leaves behind after you remove it: documents, media, logs, or data it wrote to shared storage. Because they are no longer owned by any installed app, these orphaned files take up space without serving any purpose.
- Android uninstall clears /data/data and Android/data but not shared folders.
- Files saved to Downloads, DCIM, or Documents survive uninstall.
- Orphaned media and OBB packs are common reclaimable cleanup targets.
What gets removed and what stays
On Android, uninstalling an app deletes its private directories under /data/data and its app-specific external folder (Android/data and Android/obb for that package). However, files the app saved to shared storage, such as the Downloads, DCIM, Documents, or a custom folder, are not removed because they are not tied to the app's package.
On iOS, deleting an app removes its sandbox and most associated data. Content saved into shared system locations, synced to iCloud, or stored by other apps survives. iOS keeps things tidier than Android because apps cannot freely write to public folders.
Why orphaned files accumulate
Messaging apps, downloaders, cameras, and games commonly write media and exports to shared folders so the content outlives the app. Reinstalling and removing many apps over the years leaves a trail of orphaned files that no longer map to any installed package.
A cleaner can surface these residual files by scanning shared storage and flagging items whose owning app is gone. On Android, leftover OBB packs and empty Android/data folders are typical reclaimable targets; on iOS, the lever is usually large Downloads and document caches rather than true orphans.