Have you noticed that your smartphone has started to slow down and applications have crashed? The first thing you need to check is how much memory is occupied on an Android device. Even if you Samsung Galaxy S24 with 256 GB or a budget Redmi 12 64 GB, over time the drive becomes clogged with cache, junk files and unnecessary data. But how can you find out exactly what is taking up space, and where to find detailed statistics?
In this article we will look at all current ways to check used memory from standard Android tools to third-party utilities with advanced analysis. You will learn how to distinguish system files from user ones, why "Other" storage can take up tens of gigabytes, and what to do if the phone shows incorrect data. And at the end - a unique checklist for quickly diagnosing a full drive.
1. Standard method: through Android โSettingsโ
The easiest method is to use the built-in system tools. It works on all devices, from Google Pixel 8 to Realme Narzo 60, regardless of the Android version (from Android 10 to Android 15).
Instructions:
- ๐ฑ Open the application "Settings"** (gear on the main screen or in the application menu).
- ๐ Go to the section
Storage(on some firmware -MemoryorStorage). - ๐ Wait for the data to load (may take up to 30 seconds if there are many files).
- ๐ Scroll down to see memory distribution diagram by category:
Applications,Photo and video,Audio,System dataetc.
The screen will display:
- ๐ข Total memory (for example, 128 GB).
- ๐ด Used space (for example, 87 GB).
- โช Free place (for example, 41 GB).
- ๐ Distribution by category (what exactly takes up space).
On some phones (for example, Xiaomi or Oppo) there is a button in the "Storage" section Clear - it automatically deletes cache and temporary files without risk to data.
If the chart is not displayed or the data is not updated, try:
- Reboot your phone.
- Clear application cache
Settings(inSettings โ Applications โ Three dots โ Show system โ Settings โ Storage โ Clear cache). - Update firmware (sometimes bugs with memory mapping is fixed in new versions of Android).
2. Detailed analysis through the "File Manager"
Built-in file manager (or third-party, for example, Solid Explorer, FX File Manager) allows you to see which folders and files take up the most spaceThis is useful if a mysterious one is displayed in โSettingsโ. category "Other" 20+ GB.
How to check:
- Open any file manager (standard or installed from Google Play).
- Go to the root directory (
/storage/emulated/0/is the internal memory). - Click on the three dots (menu) and select
Sort โ By size(orDescending size). - View folders:
- ๐ท
DCIMโ photos and videos from the camera. - ๐ต
Music,Podcastsโ audio files. - ๐ฎ
Android/obbโ game data (can weigh tens of gigabytes!). - ๐๏ธ
Downloadโ downloads from the browser. - ๐ค
Android/dataโ cache and application files.
- ๐ท
Pay special attention to the folders:
- ๐
Android/dataโgame data is stored here (for example, Genshin Impact or Call of Duty Mobile can occupy 10โ15 GB each). - ๐๏ธ
Android/obbโadditional game files (do not delete manually if you are not sure!). - ๐งน
.thumbnailsโphoto and video thumbnails (you can safely delete).
What to do if the folder Android/data weighs too much?
If the folder Android/data occupies tens of gigabytes, this is usually game or application data (for example, offline cards Google Maps or cache TikTok). To clear it:
1. Delete unnecessary games through Settings โ Applications.
2. option Clear cache or Delete additional data.
3. For social networks (for example Instagram) use the built-in cache clearing in the settings applications.
Do not delete files fromAndroid/data manually - this can break applications!If you use SD card, check its contents separately. Sometimes files are duplicated both on the internal memory and on the card (for example, photos from Google Photos).
Sort files by size|Check folder DCIM for old photos/videos|Delete unnecessary APKs from Download|Clear cache in Android/data through application settings|Check folder .thumbnails-->
3. Using third-party applications for memory analysis
Standard Android tools do not always show the full picture. Third-party applications, such as Files by Google, DiskUsage or Storage Analyzeroffer:
- ๐ Visualization of occupied space in the form of interactive charts.
- ๐ Search for duplicates and large files.
- ๐๏ธ Quick cleaning garbage (cache, temporary files).
- ๐ Export reports (useful for comparison before/after cleaning).
Recommended applications:
| Application | Features | Link |
|---|---|---|
| Files by Google | Official from Google, clears cache, finds duplicates, shows junk files. | Google Play |
| DiskUsage | Shows memory in the form of a sun chart, sorts files by size. | Google Play |
| Storage Analyzer | Detailed analysis by file type, search for old and large files. | Google Play |
| SD Maid | Deletes residual files after uninstalling applications, cleans databases. | Google Play |
Example of working with Files by Google:
- Install the application from Google Play.
- Open it and go to the tab
Cleaning. - Click
Free up spaceโthe application will scan the phone and offer to delete: - ๐๏ธ Temporary files and cache.
- ๐ Duplicate photos and videos.
- ๐ฌ Large files (for example, unsuccessful downloads).
Delete.Applications like DiskUsage show hidden filesthat are not visible in the standard file manager. This helps to find โinvisibleโ gigabytes of garbage.
Warning: some applications require access to files (permission Manage all files). Do not provide it to little-known utilities - there is a risk of data leakage!
4. Memory check via ADB (for advanced users) users)
If you are familiar with ADB (Android Debug Bridge), you can get the most accurate data about the used space, including hidden system files. This method is suitable for developers or users who want to see full picture, including backup partitions and update cache.
Instructions:
- Install ADB on your computer (instructions are on the website Android Developers).
- Connect your phone via USB and enable
USB debugging(Settings โ About Phone โ Build Number (tap 7 times) โ Developer Options โ USB Debugging). - Open Command Prompt (Windows) or Terminal (macOS/Linux) and type:
- ๐
Filesystemโ section (for example,/dataโ user data). - ๐
Sizeโ total size. - ๐ด
Usedโ occupied space. - โช
Availableโ free space. - ๐ The memory is โfullโ, but you havenโt downloaded anything.
- ๐ After deleting files, the free space does not increase.
- ๐ค Category
"Other"takes up 30+ GB without explanation.
adb shell df -h
This command will show all memory partitions indicating:
For detailed analysis folders /data (where user files are stored) use:
adb shell du -sh /data/* | sort -rh
This command will sort the folders by size (from largest to smallest).
If the command du does not work, try adb shell ls -lh /data - it will show the file sizes in current directory.
โ ๏ธ Attention: ADB commands require root access to access some system folders. Without root, you will only see part of the data. Incorrect use of ADB can lead to data loss or system crash.
5. Why does the phone show incorrect memory data?
Sometimes Android displays incorrect. information about occupied space For example:
Causes and solutions:
| Problem | Cause | Solution |
|---|---|---|
| Memory โdisappearsโ after update | The system reserves space for OTA updates | Reboot the phone or wait until the update is installed |
"Other" takes up a lot of space |
Application cache, temporary files, remnants of uninstalled apps | Use SD Maid or Files by Google to clean |
| Deleted files do not free up space | Files marked as deleted, but not physically cleaned | Restart the phone or use adb shell sync |
| SD card shows incorrect capacity | The file system is damaged or the card is fake | Format the card (save the data!) or check for authenticity |
If the problem persists, try:
- Clear the partition cache
/dataviaRecovery Mode(does not delete user data, but requires a reboot). - Check the phone for viruses (for example, via Malwarebytes).
- Reset settings to factory settings (make a backup copy first!).
โ ๏ธ Attention: On some phones (for example, Huawei or Honor), the built-in function Memory optimization can hide the actual distribution of files. For accurate analysis, use third-party utilities.
6. How to free up space if the memory is full?
If the analysis shows that the memory is critically low (<5 GB free), follow this plan:
Step 1. Delete unnecessary applications and games
- ๐ฎ Games (for example, PUBG Mobile, Genshin Impact) can weigh 5-20 GB.
- ๐ฑ Applications that have not been used for more than a month.
- ๐๏ธ Residual files after deletion (use SD Maid).
Step 2. Clear cache and temporary files
- ๐งน Application cache:
Settings โ Applications โ Select application โ Storage โ Clear cache. - ๐๏ธ Temporary files: use Files by Google or manually delete the folder
.thumbnails. - ๐ฅ Downloads: check the folder
Downloadfor old APKs, documents, archives.
Step 3. Transfer files to SD card or to the cloud
- ๐ท Photos and videos: upload to Google Photos (with the option enabled
Free up space). - ๐ต Music: transfer to SD card or YouTube Music/Spotify.
- ๐ Documents: use Google Drive or Dropbox.
Step 4. Optimize system files
- ๐ค Delete old backups (
Settings โ Google โ Backup โ Delete data). - ๐ฑ Clear application data
Google Play Services(can weigh several gigabytes). - ๐ Update the firmware - new versions of Android manage memory better.
If after all the manipulations the memory still fills up quickly, check your phone for background activity of applications (for example, Facebook or TikTok can download gigabytes of data in the background).
7. Frequent errors when checking memory
Many users make mistakes that lead to data loss or incorrect conclusions can't do:
- ๐ซ Delete the folder
Androidmanually โthis will break applications. Use only built-in cleaning functions. - ๐ซ Format an SD card without a backup โall data will be lost.
- ๐ซ Ignore category
"Other"โgigabytes of garbage are often hidden there. - ๐ซ Use "cleaners" with aggressive algorithms (for example, Clean Master) - they can delete important files.
- ๐ซ Reset settings to factory settings without backup - you will lose photos, contacts and messages.
Also avoid:
- ๐ Draining the phone completely when the memory is full - this can lead to a file system failure.
- ๐ฒ Installing applications on the SD card (if it is slow) - this will worsen performance.
- ๐ Memory clearing interrupts (for example, closing Files by Google during scanning).
โ ๏ธ Attention: On phones with dynamic memory (for example Samsung One UI), part of the internal storage is reserved for RAM. This is normal. and does not mean that the memory โdisappears.โ
FAQ: Frequently asked questions about memory on Android
๐น Why does the free space not increase after deleting files?
This happens due to the characteristics of the file system ext4/f2fsthat Android uses. Deleted files are marked as free, but are not physically cleared immediately. To speed up the process:
- Reboot your phone.
- Use the command
adb shell sync(requires ADB). - Install a cleaning application (for example, SD Maid).
If the problem persists, check your phone for viruses - some malware blocks the release of memory.
๐น What is the โOtherโ category in the storage and how to clear it?
"Other" is:
- Cache of applications and system services.
- Temporary files (for example,
.thumbnails,.nomedia). - Residual data after deleting applications.
- Hidden configuration files.
How to clean:
- Use Files by Google (tab
Cleaning โ Junk files). - Delete folder
.thumbnailsmanually via file manager. - Clear the cache of all applications through
Settings โ Storage โ Other applications โ Clear cache.
๐น Is it possible to increase the internal memory of the phone?
Physically - no, but you can:
- ๐ Use SD card as internal memory (function
Adoptable Storage, available on Android 6โ9). Minus: the card will be encrypted and will not work on other devices. - โ๏ธ Transfer files to cloud (Google Photos, Google Drive).
- ๐ Optimize memory: remove duplicates, compress photos, use lightweight versions of applications (for example, Facebook Lite).
On new phones (Android 10+) function Adoptable Storage disabled - manufacturers recommend using cloud services.
๐น Why is only 112 GB available on a phone with 128 GB?
This is normal! Manufacturers indicate decimal volume (1 GB = 1,000,000,000 bytes), and Android indicates binary (1 GB = 1,073,741,824 bytes). The difference is about 7โ10%.
In addition, part of the memory is occupied by:
- ๐ค Firmware (Android + manufacturer's shell).
- ๐ฑ Pre-installed applications.
- ๐ Reserve partition for updates.
For example, on Samsung Galaxy S23 with 128 GB ~105 GB is available out of the box.
๐น How to check memory on the phone without turning it on (if it does not work)?
If the phone does not turn on, but you need to find out the memory status:
- ๐ Connect the phone to the computer via USB (if there is a reaction to charging).
- ๐ฅ๏ธ Use a data recovery app (for example, Dr.Fone or EaseUS MobiSaver) - it will show available files and occupied space.
- ๐ง If the phone is in
Fastboot Mode, use the command:
fastboot devices
fastboot getvar all
This will show information about the partition userdata (custom data).
If the phone is completely dead, contact the service center - they will be able to connect to the memory via JTAG or chip-off.