Smartphone owners Samsung Galaxy sooner or later face the need to understand the structure of the internal storage. The system shows that the memory is full, but where exactly these gigabytes of data are located is not always clear. It is especially difficult for beginners: the standard file manager Android hides some folders, and the manufacturer adds its own sections like Secure Folder or Knox.
In this article we will not just show how to find storage on a Samsung phone, but also explain which files can be safely deleted and which ones are better not to touch. You will learn where heavy application caches are hidden, how to distinguish system data from user data, and why sometimes even after clearing the memory is not freed. And for advanced users - instructions for working with hidden partitions through ADB and third-party file managers.
The material is relevant for all modern models Galaxy (from S21 to S24 Ultra, series A, M i Fold/Z), working on Android 12-14 with a shell One UI 4.0-6.1. If you have an older version of the software, some menu items may differ - we will warn you about this separately.
1. Standard ways to view storage through Samsung settings
The easiest way to assess memory fullness is to use built-in tools One UI. They give basic information about what's taking up space, but don't show the detailed file structure. But they do not require installation of additional applications.
Open Settings โ Device care โ Memory. Here you will see a pie chart with the distribution of data by category:
- ๐ System files โ operating system and pre-installed applications (cannot be deleted).
- ๐ท Images and videos โ photo from
Galleries, screenshots, downloads from messengers. - ๐ต Audio โ music, podcasts, voice recordings.
- ๐ Documents โ PDF, Excel, Word and other files from
DownloadsorMy file. - ๐ค Applications - installed apps and their data (cache, settings).
- ๐๏ธ Other โtemporary files, system cache, remnants of deleted applications.
Click on any category to see details. For example, in the Applications section, sort apps by size - this way you will find the most โgluttonousโ culprits of low memory. And in Images you can immediately go to folders with heavy videos or duplicate photos.
โ ๏ธ Attention: If more than 5-10 GB are occupied in the section Other this is a sign of a clogged system. Most often, update remnants (OTA), log files or damaged data are to blame. They cannot be deleted manually - they will need to be reset or cleared viaADB(more on this below).
For quick cleaning, press the button Clear now at the bottom of the screen. The system will offer to delete:
- ๐งน Application cache (safe, but temporarily frees up space).
- ๐๏ธ Unneeded files from
Downloads(check them before deleting!). - ๐ Duplicates in
Gallery(sometimes mistakenly flags similar photos).
2. File manager "My File": deep analysis of folders
Built-in application My file (or My Files) from Samsung gives more control than the section Memory in the settings. Here you will see the complete storage structure, including hidden system folders (if you enable their display).
To open the manager:
- Click on the icon
My fileon the main screen or in the application menu. - If it is not there, find it through the search (
Search by deviceswipe down on the main screen). - At the top of the screen, select tab
Device(notSD cardorCloud).
Now you see the root folders storage:
- ๐
DCIMโ photos and videos from the camera (Camera,Screenshots). - ๐
Downloadsโ everything you downloaded from the browser or instant messengers. - ๐
Pictures,Music,Moviesโ media files created or saved by the user. - ๐
Androidโ application data (including cache and settings). - ๐
Secure Folderโ encrypted storage (requires a password).
To see hidden files and folders (they start with a dot, for example .thumbnails), click on the three dots in the upper right corner โ Settings โ turn on switch Show hidden files. Be careful: deleting system hidden files may cause crashes!
If folder Android/data takes up a lot of space, do not delete its contents manually. Game saves and application data are stored here. To clear them, use the settings of a specific application or specialized utilities like SD Maid.
| Folder | What is stored | Can I clear it? data-i="136">Thumbnails for quick viewing of photos |
|---|---|---|
DCIM/.thumbnails |
Thumbnails for quickly viewing photos | Yes (will be restored automatically) |
Android/obb |
Additional game files (graphics, levels) | Only if you delete the game |
Android/data |
Cache and application settings | Partially (via application settings) |
Secure Folder |
Encrypted user files | Yes, but a password is required |
OTA or cache |
Temporary update files | Yes (after installation updates) |
3. Hidden storage sections: Knox, OTA and system data
Samsung uses several hidden sections that are not displayed in the standard file manager, but take up space. They can only be seen through ADB or special utilities like DiskUsage.
Main hidden sections:
- ๐ Knox โa secure container for corporate data (if you do not use Samsung Knoxit may be empty).
- ๐
OTAโover-the-air update files (sometimes remain after installation and take up to 1-2 GB). - ๐ฆ
systemandvendorโ Android system files (cannot be changed without root access). - ๐๏ธ
metadataโ file system service information (for example, for F2FS or ext4).
To view hidden partitions without root:
- Install the application DiskUsage from Google Play.
- Run a scan (file access permission required).
- Click on large blocks to see which partition occupies them.
โ ๏ธ Attention: If you see a partition metadata more than 500 MB in size, this may indicate file system corruption. Do not try to clear it manually - perform a factory reset or contact a service center.
For advanced users: to see all partitions via ADB, connect the phone to PC and run the command:
adb shell df -h
This will show all mounted partitions indicating free and used space For example:
/dev/block/dm-0 118G 24G 94G 20% /data
where /data is the main user storage.
How to delete old OTA files without root?
If the folder /cache or /data/ota_package contains files with the extension .zip or .bin (weighing 500 MBโ2 GB), they can be deleted via ADB:
1. Connect the phone to a PC with ADB installed.
2. Run the commands:
adb shell
su (if there is root)
rm -rf /data/ota_package/*
3. Reboot the device.
You cannot delete these files without root - they are protected by system rights.
4. How to free up space: step-by-step checklist
If the storage is full, follow this algorithm (from safe actions to more risky ones):
โ๏ธ Clearing memory on Samsung
Let's look at each item in more detail:
1. Application cache. Go to Settings โ Applications, select a app (for example, Instagram or Google Chrome) and press Memory โ Clear cache. This is safe, but the cache will accumulate again over time. To automatically clean, use Smart Manager (built-in application Samsung).
2. Transfer of media files. Photos and videos take up the lion's share of memory. Transfer them:
- โ๏ธ To the cloud: Google Photos (free up to 15 GB) or Samsung Cloud (5โ15 GB depending on the model).
- ๐พ To an SD card: if your Galaxy supports memory expansion (check in the model specifications).
- ๐ฅ๏ธ On a PC: via cable USB-C in mode
File transfer (MTP).
3. Cleaning downloads. The folder Downloads is often clogged with unnecessary PDFs, APKs and archives. Open My file โ Downloads and delete everything that is older than 3 months. Do not forget about Trash - files from it are only permanently deleted. after 15 days.
4. "junk" folders. You can safely clear:
- ๐๏ธ
DCIM/.thumbnailsโ thumbnails (will be restored automatically). - ๐
Android/obbโ if you deleted the game, but its files remain. - ๐
cacheโ temporary files (requiredrootorADB).
โ ๏ธ Attention: Never delete manually folderAndroid/datafor running applications! This will lead to crashes. To clear, use the settings of a specific application or functionClear data(but this will delete all saves, for example, progress in games).
5. Secure Folder. If you do not use this partition, check it for old files. Open Secure Folder (password/fingerprint required), then My File โ Secure Folder and delete unnecessary ones. The partition itself is disabled in Settings โ Biometrics and security โ Secure Folder.
6. Applications. Delete apps that you have not used for more than a month. Especially โheavyโ games (Genshin Impact, Call of Duty Mobile) - they take up 2-10 GB each Samsung (For example, Samsung Free, Bixby): they can be disabled (but not completely deleted) in Settings โ Applications โ three dots โ Show system ones.
7. Reset settings. If after all manipulations partition Other still occupies >10 GB, this is a sign of fragmentation or damage to the file system. In this case, only reset to factory settings (Settings โ General โ Reset). Before resetting, be sure to save the data: after the procedure, the phone will be โlike newโ, with the internal memory completely cleared.
5. Advanced methods: ADB and third-party utilities
If the standard methods do not help, you will have to use tools for advanced users. They allow you to delete files that are not available through the regular interface, but. require caution.
Method 1: Cleaning via ADB. Connect your phone to the PC, install ADB Tools and run the commands:
adb shell pm list packages -f | grep "data/app"
This command will show all user applications with paths to their data To delete the cache of a specific application. (for example, com.facebook.katana):
adb shell pm clear com.facebook.katana
Method 2: SD Maid utility. Application SD Maid (available in Google Play) can find and delete:
- ๐งน Remains of deleted applications (
orphaned files). - ๐๏ธ Empty folders.
- ๐ Duplicate files.
- ๐ฆ System application cache (required
root).
Method 3: Analysis via DiskUsage. The utility visualizes the occupied space in the form of an interactive map. Click on large blocks, to see which files are taking up space. For example, this is how you can detect forgotten screen recordings (Screen Recorder) or log files (.log).
โ ๏ธ Attention: When working withADBorroot-access, never delete files from folders/system,/vendoror/boot. This will lead to a โbrickโ of the device (complete inoperability) and will require flashing via Odin.
If you are not sure of your actions, it is better to contact the service center Samsung. Specialists can perform deep cleaning without the risk of damaging the system.
6. Why is the memory not freed after deleting files?
Frequent situation: you deleted gigabytes of files, but no more free space. Reasons and solutions:
| Problem | Cause | Solution |
|---|---|---|
| The files remain in the Recycle Bin | Deleted files are moved to the Trash and take up space for 15 days | Open My file โ Trash and clear it |
| The cache is not cleared | Some applications (for example, Telegram) store the cache in a protected area | Use ADB or application settings |
| The file system is fragmented | Small files take up space due to features F2FS/ext4 | Defragment via Smart Manager or reset |
| System logs are bloated | Files .log i .tmp in /data/log |
Delete via ADB or SD Maid root |
| Memory display error | Glitch One UI (shows incorrect data) | Restart the phone or check through DiskUsage |
Another possible reason is that seat reservation system. Android and One UI reserve up to 5-10% of the memory for their needs (for example, for updates or temporary files). This is normal and is not displayed as โfreeโ space.
If none of the methods helped, check the health of the drive. In rare cases, faulty flash memory (eMMC/UFS) may show the wrong capacity. For diagnostics, use the command:
adb shell dumpsys diskstats
Look for lines with errors (I/O errors). If they are, contact the service.
If space is not freed up after deleting files, first check the Recycle Bin, then the application cache, and only last resort to resetting or ADB. Most often, the problem is solved by clearing the system logs or defragmentation.
7 How to avoid filling up the memory in. in the future
To avoid running out of space, follow these simple rules:
- โ๏ธ Automatic upload to. cloud. Set Google Photos or Samsung Cloud to automatically synchronize photos/videos. In the settings, select
Quality โ High (free). - ๐ฑ Cache limit. In Smart Manager enable the function
Auto-cleaning(it deletes the cache once a week). - ๐ฎ Control games. After completing heavy games (Genshin Impact, PUBG), delete them through
Settings โ Applications โ Delete(don't just uninstall, but chooseDelete data). - ๐ Regular check. Once a month, open
Settings โ Memoryand delete unnecessary files from categories Downloads and Other. - ๐ Updates via Wi-Fi. T
Settings โ Software updatedisable downloading updates via mobile data Large. filesOTA(500 MBโ2 GB) can quietly fill up the memory.
If you often shoot video in 4K or 8K, consider purchasing Samsung Galaxy with support microSD (series A, M or XCover). Memory cards UHS-I (for example, Samsung EVO Plus 256GB) allow you to expand the storage up to 1 TB.
For models without a slot for SD cards (for example, Galaxy S23 Ultra) alternative is USB drive with adapter. Connect the flash drive via USB-C OTG and transfer media files to it.
FAQ: Frequently asked questions about storage on Samsung
๐ Why is the internal memory smaller than indicated in the specifications?
Manufacturers indicate total amount of flash memory, but part is occupied by the system:
- One UI โ 8โ12 GB.
- Pre-installed applications - 3-5 GB.
- Reserve for updates - 1-3 GB.
For example, with Galaxy S23 with 256 GB ~230 GB are actually available. This is normal for all smartphones.
๐ฑ Is it possible to transfer applications to an SD card?
On modern Samsung (s Android 9+), transfer applications to SD card disabled by default. This is due to degraded performance (memory cards are slower than the built-in memory UFS).
Workaround:
- Install Link2SD (required
root). - Create a second partition on
SD cardin formatext4. - Move some applications there.
โ ๏ธ Risks: when you remove the card, applications will stop working.
๐ What is a Secure Folder and how to clear it?
Secure Folder is an encrypted storage, protected Samsung Knox. It is isolated from the main system and requires a separate password.
To clear:
- Open
Secure Folder(authentication required). - Go to
My File โ Secure Folder. - Delete unnecessary files or applications.
If you forgot your password, reset Secure Folder via Settings โ Biometrics and security โ Secure Folder โ Advanced โ Reset. All data inside will be deleted!
๐๏ธ How to delete the Android/obb folder if the game has already been deleted?
The folder obb stores additional game files (graphics, levels). If the game is deleted but the folder remains:
- Connect the phone to the PC in mode
File transfer (MTP). - Go to
Internal memory โ Android โ obb. - Delete the folder with the name of the game package (for example,
com.mojang.minecraftpe).
โ ๏ธ Do not delete folders of running games - this will lead to errors!
๐ Why is the memory not freed up after resetting to factory settings?
Possible reasons:
- The reset was completed incorrect (for example, through
Recovery, and not through the settings). - The phone has custom firmwareinstalled, which takes up more space.
- Damaged flash memory (for example, due to a fall or overheating).
Solutions:
- Reset via
Settings โ General โ Reset โ Delete everything(not viaRecovery). - Check the memory via DiskUsage โif the section
/datais still full, contact service.