What to Do When Your Android Runs Out of Space
When your Android device runs out of free space, it's not just annoying—it can cause errors when installing updates, saving files, and even running some apps. The problem is especially relevant for devices with base storage (32–64 GB). In this guide, you'll learn how to diagnose and solve the storage shortage problem using Android's built-in tools and safe cleanup methods. We'll cover both simple ways (cache clearing) and more in-depth ones (storage analysis, working with ADB).
Method 1: Use Built-in Analysis and Cleanup Tools
Android provides a native utility for analyzing memory usage. It will show which categories (apps, images, videos, audio, documents) and specific files take up the most space.
- Open Settings → Storage (or Memory on some firmware). On Samsung, it's Settings → Device care → Storage.
- The system will perform an analysis and display a pie chart with storage distribution.
- Tap on a category (e.g., Images) to see a list of the largest files.
- Use the Free up space button (if available)—the system will suggest deleting unnecessary files (e.g., old screenshots, duplicates, temporary files).
💡 Tip: On Android 11+, in the Storage section, there's an Automatic cleanup feature that removes old backups and unnecessary files. Enable it.
Method 2: Manual Cleanup of Apps and Files
If the automatic analysis didn't help, move on to manual cleanup. Start with the most obvious—deleting unnecessary data.
Clearing App Cache
App cache is temporary data that speeds up operation but can accumulate to gigabytes over time.
- Settings → Apps (or Apps & notifications).
- Select an app you suspect is taking up a lot of space (usually browsers, social networks, messengers).
- Tap Storage → Clear cache.
- For a deeper cleanup (deleting app data), tap Clear data, but be careful: this will remove logins, history, and app settings.
⚠️ Important: Do not clear cache for system apps (e.g., System UI) unless you're sure—this can cause errors.
Deleting Unused Apps
- In the same Apps section, sort by Size (in the three-dot menu).
- Delete apps you haven't used for months.
- Pay special attention to games—they often weigh 1–3 GB or more.
Cleaning Downloaded Files and Duplicates
Check the Downloads and DCIM (camera) folders. Often they accumulate:
- Multiple copies of the same file (e.g.,
IMG_20230101.jpg,IMG_20230101 (1).jpg). - Old PDF documents, APK files, archives.
- Videos that already exist in the cloud.
Use a file manager (built-in or third-party, like Files by Google) to search and delete.
Method 3: Third-Party Cleanup Apps (Use with Caution!)
There are apps that automate the process, but they require attention:
- Files by Google (recommended): safely analyzes junk files, duplicates, suggests removing old screenshots and unnecessary APKs.
- SD Maid: a powerful tool for advanced users. Can clean system logs, leftovers from uninstalled apps. Read carefully what you delete!
- CCleaner: controversial due to a history of data collection. If you use it, disable analytics in settings.
⚠️ Important: Avoid "cleaner" apps with aggressive advertising and promises to "double your storage in two clicks." Many are malicious.
Method 4: Moving Data to an SD Card or Cloud
If your device has a microSD slot:
- Install a memory card (Class 10 or UHS-I recommended for speed).
- Move photos, videos, music: in your File Manager, select the folder → Move → SD card.
- For apps: Settings → Apps → select an app → Change → Move to SD card (not available for all apps).
Cloud services (Google Photos, Yandex.Disk, Dropbox) allow storing media files in the cloud and deleting them from the device. Enable the "Remove copies after backup" feature in your cloud service's settings.
Method 5: Advanced Methods (ADB and System Data)
For users with an unlocked bootloader or technical experience:
Clearing System Caches via ADB
- Install ADB on your computer.
- Enable USB debugging on your device (Settings → About phone → Build number—tap 7 times).
- Connect the device via USB and run:
adb shell pm clear com.android.providers.downloads
adb shell pm clear com.android.providers.media
This clears system caches for downloads and media. Will not delete your personal files.
Cleaning the Android/data Folder
In your File Manager, open internal storage → Android → data. This is where app data (offline maps, game caches) is stored. Many folders can be deleted entirely if the app isn't used. But be careful: deleting the folder of an active app may cause data loss.
Prevention: How to Avoid the Problem in the Future
- Check storage regularly—once a month, review Settings → Storage.
- Enable cloud backup for photos (Google Photos, Yandex.Photos) and delete local copies.
- Install apps only from official stores (Google Play)—they leave less junk.
- Limit media autodownload in messengers (Telegram, WhatsApp)—disable "Auto-download" in settings.
- Use a memory card for non-essential data if your device supports it.
Conclusion
Running out of space on Android is a solvable problem. Start with the built-in storage analysis, clear cache, and delete unnecessary files. Avoid "magic" third-party apps—they often cause more harm. Regular maintenance and using cloud services will help keep free space on your device and prevent errors. If the problem persists, check if files have been copied multiple times from the memory card, or consider upgrading to a device with more storage.