Mobile devices are quickly filled with data, and often it is hidden or large directories that cause a lack of free space. Users are faced with a situation where standard memory notifications are full, but it is visually unclear what kind of content is taking up gigabytes. File system analysis becomes a critical stage for optimizing the operation of a smartphone.

Unfortunately, the standard file manager on many devices does not display the weight of directories immediately when viewing the list. This creates the illusion of transparency, behind which messenger caches, application logs or forgotten downloads are hidden. To effectively manage storage, you need to use specialized tools or built-in system functions that give accurate numbers.

In this material we will look at all the available methods, from simple touches in the settings to advanced methods for advanced users. You will learn to find “heavy” folders, understand the data structure Android and safely delete unnecessary things without disrupting the operating system.

Using the built-in file manager

The most obvious, but not always obvious in implementation, method is the native “Files” application or "File Manager". The interfaces of different shells (MIUI, One UI, ColorOS) are very different, so the logic of actions may vary. In most cases, you just need to hold your finger on the desired directory.

After selecting a folder, a bottom panel with actions often appears on the screen. Look for the button with the letter “i” in a circle or the “Properties” item. Clicking on this element will open a pop-up window where not only the file type and modification date will be indicated, but also the final content size. The system will automatically sum the weight of all nested objects.

However, on “pure” Android (for example, on Pixel or Motorola smartphones) this function may be hidden deeper. You will need to go to the three dot menu and select "File Information". If there is no information about the weight of the folder, then the standard tool is too limited for your tasks, and you will have to look for alternatives.

  • 📁 Press the folder with your finger for 1-2 seconds to select it.
  • ℹ️ Find the “i” icon or the “Properties/Information” item in the menu.
  • 📊 Wait for the calculation if the folder contains thousands of small files.
  • 🗑️ Use the delete button directly from the properties window if space is critical.
💡

If calculating the folder size takes too long (more than 10 seconds), this is a signal that there are tens of thousands of small files inside, for example, browser cache or logs system.

Analysis through storage settings

A more reliable method that works on any device, regardless of the firmware version, is in the system settings. This approach allows you to see not just the weight of one folder, but the distribution of space between application categories. Go to the section Settings → Memory (or Storage).

Here you will see a color chart that breaks down the memory into images, video, audio, and more. By clicking on a specific category, such as "Images", the system will show a list of folders where they are stored and their weight. This is a great way to find forgotten albums in a directory DCIM or downloads in a folder Download.

Particular attention should be paid to the “Applications” section. Users often look for how to view the size of the data folder for a specific app, not realizing that this is done through the app menu. Select the desired software, click “Storage”, and you will see a division into the size of the application itself, user data and cache. Clearing the cache here can free up gigabytes without deleting important information.

⚠️ Attention: When clearing application data (not to be confused with the cache), you delete all logins, settings and saved files inside this app. Proceed with caution.

📊 Where do you most often find unnecessary files?
In the Downloads folder
In the messenger cache
In the gallery (photo/video)
In Android system folders

Third-party applications for disk analysis

When standard tools are not enough, specialized utilities from Google Playcome to the rescue. These apps scan the drive and visualize the file system in the form of convenient maps or trees. They show the size of each folder immediately in the general list, which saves a lot of time.

One ​​of the best solutions is Files by Google, Solid Explorer or DiskUsage. The application DiskUsage, for example, represents memory in the form of rectangles: the larger the square, the heavier the folder. This allows you to instantly identify problem areas, such as forgotten WhatsApp backups or map caches.

Working with such utilities requires granting access permissions to all files. This is necessary for correct scanning of system partitions. After analysis, you can sort directories by size and delete them directly from the app interface. Data visualization makes the cleaning process intuitive even for beginners.

Recommended procedure:

1. Install an analyzer (for example, DiskUsage).

2. Grant access rights to the storage.

3. Select the partition to be scanned (Internal Storage).

4. Sort blocks in descending order of size.

Why do some folders show a size of 0 bytes?

This may be due to access restrictions in new versions of Android (Scoped Storage). The system hides the contents of other people's applications from third-party file managers for security purposes.

Using a computer and Explorer

Connecting a smartphone to a personal computer via a USB cable opens up another powerful tool for analysis. Windows or macOS file systems have built-in functions for viewing directory properties, which often work faster and more accurately than their mobile counterparts.

Connect the device, select the operating mode MTP (File Transfer) and open the internal memory in “My Computer”. Hover over a folder and wait a couple of seconds—the tooltip will often display the size. To get accurate data, right-click and select Properties. Windows Explorer Instantly sums the weight of all nested elements.

This method is especially useful when you need to analyze the structure of folders with media files before transferring them to your hard drive. You can use sort by the Size column to immediately see the heaviest directories in the storage root. This eliminates the need to open each folder manually on the small phone screen.

Analysis method Working speed Data accuracy Complexity
Android settings High Average (by category) Low
Third-party applications Average High Medium
PC connection High Maximum Low
Command line (ADB) Instant Maximum High

Advanced method: ADB and command line

For users who are not afraid of the terminal, there is the fastest and most accurate way - using USB debugging (ADB). This method allows you to get the size of any folder, including system folders that cannot be accessed through the GUI. You will need the driver installed on your computer and debugging enabled on your smartphone. Connect your phone and enter the command in the terminal. Using the flag ADB on the computer and debugging enabled on the smartphone.

Connect your phone and enter the command in the terminal. Using a flag -s (summary) and -h (human-readable) will display the folder size in a clear format (MB or GB) without listing each file. This is an ideal option for diagnosing problems with partition filling /data.

adb shell du -sh /sdcard/Android/data/com.whatsapp

The command above will show the total weight of the WhatsApp data folder. You can substitute the path to any other directory. Command line ignores visibility restrictions imposed by the shell and shows the actual disk space usage. This is an indispensable tool when deep cleaning the system.

💡

Using ADB provides the most accurate data about the real (occupation) location, as it bypasses interface caching and restrictions on the access rights of a regular user.

⚠️ Attention: Be extremely careful when deleting files through adb. An error in the path can lead to the removal of system components and loss of functionality of the device.

Typical problems and hidden files

Often users see that the sum of the sizes of visible folders does not match the total occupied space in the settings. This difference is usually explained by the presence of hidden files and system partitions. Files starting with a dot (for example, .thumbnails) do not appear in regular galleries, but can take up hundreds of megabytes.

The folder .thumbnails in the directory DCIM stores thumbnails of photographs. Over time, it grows to gigantic proportions, especially if you have a lot of photos and videos in your gallery. It can be safely deleted; the system will create it again if necessary, but this will temporarily free up space.

It is also worth checking the folder Android/obb i Android/data. Game caches and application data are stored here. Removing content obb may cause heavy games to stop running and require downloading resources again. Directory structure Android is strictly regulated, and interference with it must be conscious.

  • 👁️ Enable showing hidden files in Explorer settings.
  • 🗑️ Clean out the .thumbnails folder periodically to speed up the gallery.
  • 🎮 Do not delete obb folders for games you continue to play.
  • 📂 Check the Trash folder (Recycle Bin), which is often found in galleries and file managers.

☑️ Check before deleting large folders

Done: 0 / 4

Frequently asked questions (FAQ)

Why is the size of the folder in the properties different from the sum of the files inside?

This happens due to the features file system and cluster allocation. In addition, some files may be hidden or protected by permissions, so the standard calculation does not take them into account. The size of the service block of the folder itself may also affect it.

Is it possible to delete the Android/data folder to free up space?

Technically it is possible, but this will lead to resetting the settings of all applications, losing saved games, offline maps and cache. After deleting on the first launch, applications will start downloading data again, filling the memory back up. Do this only to remove specific games that you no longer use.

How to see the size of the system folder without root access?

The full size of the system partition without root access is difficult to see due to Android security restrictions. However, you can estimate the space occupied through the menu Settings → Applicationsby summing up the sizes of all installed apps, or use the ADB commands described above.

Why does the "Other" folder take up so much space?

Category "Other" usually includes application cache, system files, temporary data and files that the system could not classify as photos, videos or music. Often data from messengers (Telegram, WhatsApp) accumulates there, which store media files in their private directories.