Clogged memory on a smartphone Samsung is a problem that every second user faces. High-resolution photos, application caches, duplicate files and system junk take up precious gigabytes, slowing down your device. But disk cleaning is not limited to the banal deletion of photos: modern Android smartphones require an integrated approach that takes into account the features of the firmware and built-in services. In this article you will find not only standard tips for freeing up space, but also data-i="38">hidden functions Android smartphones require an integrated approach that takes into account firmware features One UI and built-in services Samsung.
In this article you will find not only standard tips for freeing up space, but also hidden functions firmware, which even the official instructions are silent about. We will look at how to safely delete unnecessary files without the risk of damaging the system, which applications should be removed first, and why clearing the cache through the engineering menu can give +15% free space on models Galaxy S22/S23. And for owners of devices with 128 GB memory - a bonus section on how to avoid storage fragmentation.
Why memory on Samsung fills up faster than on others Android smartphones
Firmware One UI from Samsung is known for its โheavyโ interface and an abundance of pre-installed services. Unlike โpureโ Android, there are three key factors that speed up memory consumption:
- ๐ฆ Duplicated services: Samsung installs its own analogs of applications Google (for example,
Galaxy StorevsPlay Market,Samsung InternetvsChrome), which take up space and work in parallel. - ๐ Aggressive caching: the system saves temporary files to speed up the launch of applications, but often does not clean them up automatically. On Galaxy A54 the cache can take up to
3-5 GB. - ๐ธ Automatic backup: the function
Samsung Cloudby default creates local copies of photos and notes, even if you are not using cloud.
Another feature is memory division on User Data i System. On devices with eMMCdrives (for example, Galaxy A13), the system reserves up to 10-15 GB for updates that cannot be used for user files. This creates the illusion of a lack of space, even if Settings โ Storage shown 20 GB free.
โ ๏ธ Attention: On models Galaxy S20 and older withUFS 3.1drives, the problem of memory fragmentation occurs less frequently, but the cells wear out faster with frequent writes/deletions. Do not use โhardโ cleaning methods (for example,fastboot erase userdata) unless absolutely necessary - this will shorten the life of the memory.
Method 1: Built-in utility Device optimization โwhat it can actually do
Many users limit themselves to pressing the button Optimize in the menu Settings โ Device Maintenance, but this function works superficially. In fact, the utility performs four actions:
- Deletes the application cache (but not all - system services remain intact).
- Closes background processes (the effect is temporary - after 10-15 minutes they will start again).
- Checks the device for viruses through McAfee (useless if you already have another antivirus installed).
- Cleans junk files from folders
/data/local/tmpi/cache.
To make the utility work more efficiently:
- Open
Settings โ Device Maintenance โ Storage. - Click
Clear now(not "Optimize!"). - In the
Unnecessary filessection, turn on the checkboxes for all categories, includingResidual filesandDownloads. - Scroll down and click
AdvancedโClear the cache of all applications(this will remove up to1-2 GBtemporary data).
Clear the cache of all applications|Delete residual files|Check the Downloads folder|Disable automatic backup to Samsung Cloud-->
On Galaxy S23 Ultra and new ones models, a section appeared in this menu Background restrictions. Here you can manually disable autorun for unnecessary applications (for example Facebook or TikTok), which will reduce memory consumption by 500-800 MB per month.
Method 2: Manually cleaning folders - where to look for hidden garbage
Even after running the built-in utility, gigabytes of unnecessary files remain in memory. They can be found manually through any file manager (for example, Files by Google or built-in My file from Samsung). Here are the key folders to check:
| Folder | What it stores | Is it safe to delete | How much space can be freed |
|---|---|---|---|
/storage/emulated/0/Android/data |
Cache and application data (for example, offline maps Google Maps) | Partially (delete only the folders of deleted applications) | up to 5 GB |
/storage/emulated/0/Download |
Downloads from browsers and instant messengers | Yes (except for important documents) | up to 3 GB |
/storage/emulated/0/DCIM/.thumbnails |
Thumbnails of photos and videos | Yes (they are regenerated automatically) | up to 1 GB |
/storage/emulated/0/Android/obb |
Additional game files (for example, resources Genshin Impact) | Only if the game is deleted | up to 10 GB+ |
Pay special attention to the folder /Android/obb - game files are stored here, which often remain after uninstallation. For example, Call of Duty: Mobile can leave behind 1.5-2. GB unnecessary data To delete them:
- Open
My file โ Internal storage โ Android โ obb. - Delete folders with the names of games that you have not used for a long time (for example,
com.activision.callofduty.shooter). - Reboot the phone - this will clear associated temporary files.
If you cannot find the folder Android in the file manager, enable the display of hidden files in the application settings (usually the option is called "Show hidden system files").
On Galaxy Z Fold/Flip and other flagships with UFS 3.1 there is another hidden folder - /data/app-libwhere libraries for old applications are stored. It can only be cleared through ADB or after resetting the settings.
Method 3: Clearing the system application cache (without root access)
System applications Samsung (for example, Samsung Health, Bixby, AR Emoji) occupy up to 3-4 GB cache, which is not cleared by standard methods. To remove it:
- Go in
Settings โ Applications. - Click on the three dots in the upper right corner and select
Show system processes. - Find an application (for example,
com.samsung.android.app.spagefor Bixby). - Select
Storage โ Clear cache.
List of the most "gluttonous" system applications on One UI 5/6:
- ๐ค
com.sec.android.app.launcher(launcher One UI) - up to500 MBcache. - ๐
com.samsung.android.app.spage(Bixby) - up to1 GB. - ๐ฎ
com.samsung.android.game.gamehome(Game Launcher) - up to800 MB. - ๐ท
com.sec.android.gallery3d(gallery) - up to1.5 GBthumbnails.
On Galaxy S22/S23 s One UI 6 it became possible to mass clear the cache of system applications via Settings โ Device maintenance โ Storage โ Advanced โ Clear cache of all applications. But this method does not affect services Knox and Samsung Paythat take up to 1 GB each.
โ ๏ธ Attention: Do not clear data (not cache!) of system applications via Settings โ Applications โ Storage โ Clear data. This may lead to malfunctions One UI, for example, widgets disappearing or updating errors.
Samsung Health|Bixby|Game Launcher|Gallery|Social networks (Facebook, Instagram)|Other-->
Method 4: Removing pre-installed applications (bloatware) without root access
Samsung is known for the abundance of pre-installed software that cannot be removed using standard methods. However, there are two legal ways to get rid of unnecessary applications:
Method 1: Disabling via ADB (without loss of warranty)
This method works on all models with Android 8 and newer, including Galaxy S23 and A54. You will need:
- A computer with
ADB drivers installed. - Enabled
USB debuggingon the phone (Settings โ About phone โ Software information โ Build number(press 7 times) โDeveloper options โ USB debugging). - List of packages to remove (see table below).
Commands to disable the blaster (enter in Command Prompt or Terminal):
adb shellpm uninstall -k --user 0 com.samsung.android.app.spage (Bixby)
pm uninstall -k --user 0 com.samsung.android.ardrawing (AR Doodle)
pm uninstall -k --user 0 com.samsung.android.app.reminder (Reminders)
pm uninstall -k --user 0 com.samsung.android.game.gamehome (Game Launcher)
pm uninstall -k --user 0 com.sec.android.app.launcher (One UI Launcher - beware!)
| Application | Package name | Can I delete | Save space |
|---|---|---|---|
| Bixby | com.samsung.android.app.spage |
Yes | ~500 MB |
| AR Emoji | com.samsung.android.aremoji |
Yes | ~300 MB |
| Game Launcher | com.samsung.android.game.gamehome |
Yes | ~800 MB |
| Samsung Free | com.samsung.android.app.spage |
Yes | ~200 MB |
| Samsung Pay | com.samsung.android.spay |
No (will lead to NFC errors) | โ |
After executing the commands, the applications will disappear from the menu, but to return them, just do:
adb shell cmd package install-existing com.samsung.android.app.spage
Method 2: Usage Package Disabler Pro (for beginners)
If working with ADB seems complicated, install the application Package Disabler Pro from Google Play. It allows you to disable system applications in one click, without risking damage to the system. services with names:
knox(for example,com.samsung.klmsagent),sec(for example,com.sec.android.app.launcher),android(for example,com.android.phone).
What happens if you delete One UI Launcher?
Deleting or disabling the launcher (com.sec.android.app.launcher) will lead to a reboot cycle of the phone. To restore functionality, you will have to reset the settings or reflash the device via Odin.
Method 5: Optimizing photos and videos without losing quality
Media files take up to 60-70% memory on most smartphones. On Galaxy S23 Ultra with a camera 200 MP one photo in format RAW weighs 50-70 MB, and a minute of video in 8K - up to 600 MB. data-i="257">200 MP
1. Automatic compression via Google Files
The application Files by Google can compress photos and video without visible loss of quality:
- Open Files โ
CleaningโFree up space. - Select
Photos and videosโView files. - Click
Compressand select quality (HighorMedium).
On tests with Galaxy A53 compression 100 photos ( 10 MB each) freed 1.2 GB when selecting the option High.
2. Transfer RAWphoto to the cloud with automatic conversion
If you take photographs in RAW, but store the files on your phone, enable automatic uploading to Google Photos with conversion to JPEG:
- Open Google Photos โ
Settings โ Backup and synchronization. - Select
Quality โ High (free). - Enable
Delete copies from the deviceafter download.
This will reduce the weight of each photo by 5-10 times (from 50 MB to 5 MB).
3. Removing duplicates and blurry pictures
Use the application Gallery Doctor (available in Galaxy Store) to search:
- ๐ธ Duplicates photos (saves up to
2 GB). - ๐ฅ Blurred videos and screenshots.
- ๐ผ๏ธ Screenshots with the same content (for example, chats in instant messengers).
โ ๏ธ Attention: On Galaxy S21 and newer, theScene Optimizerfunction in the camera automatically saves two versions of one photo: the original and the "optimized" one. Disable it inCamera settings โ Shooting options โ Scene optimizerto save up to30%places.
Method 6: Transferring data to a memory card or cloud
If your Samsung supports microSD (for example, Galaxy A54 or A14), transfer multimedia and applications to it. But there are nuances:
1. Correct transfer to microSD
Not all files can be simply moved - some applications (for example, WhatsApp) require manual configuration:
- Insert a memory card (recommended
UHS-I U3for speed). - Open
Settings โ Device maintenance โ Storage โ Advanced โ Default storage. - Select
Memory card(but note that some system applications will still save data to internal memory).
To transfer applications:
- Go in
Settings โ Applications. - Select an application (for example, Spotify).
- Click
Storage โ Edit โ SD card.
On Galaxy S23 and flagships without a slot for microSD this method will not work - you will have to use the cloud or an external drive through USB-C.
2. Optimal cloud services for Samsung
Comparison of popular solutions:
| Service | Free space | Auto-upload of photos/videos | Features for Samsung |
|---|---|---|---|
| Google Photos | 15 GB (general with Gmail) |
Yes (compressed) | Integration with Galaxy Gallery via Partner storage. |
| Samsung Cloud | 5 GB (expandable up to 15 GB when registering an account Samsung) |
Yes (without compression) | Synchronizes notes, calendar and calls to One UI 5+ Supports system settings backup. |
| Microsoft OneDrive | 5 GB |
Yes | Best integration with Office i Outlook. |
| Yandex Disk | 10 GB |
Yes (with file size limitation) | Automatic download works only through the app Yandex Disk. |
For maximum space saving, configure Google Photos to download as High (free) and enable the option Delete from device after downloading. On Galaxy S22 s 128 GB memory this will free up to 10-15 GB after six months of use.
Method 7: Factory reset - when it's justified
If after all the manipulations there is less 10% memory free, and the phone is slow, the last resort remains - hard reset. This method deletes all data, including:
- ๐ Personal files (photos, videos, documents).
- ๐ฑ System and application settings.
- ๐ Accounts and passwords (except for those linked to Google account).
- ๐ฎ Game saves (if not synchronized with the cloud).
How to reset correctly:
- Create a backup copy via Samsung Smart Switch or Google Account.
- Go to
Settings โ General โ Reset โ Reset data. - Select
Delete everything(on some models you will need to enter a PIN code). - After rebooting, set up the phone as new without restoring the backup (this will return the old garbage!).
- Install only the necessary applications and transfer files selectively.
On Galaxy A33 and other models with eMMCdrives, the reset may take up to 30-40 minutes - do not interrupt the process after the reset! additional 1-2 GB free space.
โ ๏ธ Attention: On devices with One UI 4 and older, it automatically turns on after a reset functionAutomatic backupin Samsung Cloud. Disable it inSettings โ Accounts and backup โ Backup and restore, otherwise in a month the memory will again be filled with duplicate files.
Resetting to factory settings is the most radical, but also the most effective way of cleaning. After it, the phone works faster by defragmenting the memory and removing system debris that has accumulated over the years of use.
Frequent errors when clearing memory on Samsung
Many users aggravate the problem of low memory by following dubious advice. Here's what You can't do:
- ๐ซ Use "cleaners" like Clean Master or CCleaner โthey delete useful files and show false warnings about "critical errors".
- ๐ซ Clear cache via
recovery mode(Wipe Cache Partition) - this deletes onlydalvik-cache, without affecting the main garbage. - ๐ซ Deleting files from the folder
/datamanually without root access - this will lead to application failures. - ๐ซ Disabling system services at
ADBat random - the risk of getting a "brick" is especially high on One UI 5/6. - ๐ซ Store files in a folder
Downloadโmany applications (for example, Telegram) save media there by default, quickly filling up memory.
Another common mistake is ignoring system updates. On Galaxy S20 s Android 10 after upgrading to One UI 5 (Android 13) is freed up to 3-4 GB due to optimization of system files. Check for updates in Settings โ Software update.
FAQ: Answers to frequently asked questions
Can I clear the memory on Samsung without losing data?
Yes, if you use a combination of methods:
- Clearing the cache through
Settings โ Storage. - Deleting unnecessary files manually (folders
Download,DCIM/.thumbnails). - Transferring photos to the cloud and then deleting local copies.
- Disabling pre-installed applications via
ADB.
These actions will free up to 10-15 GB without deleting important data.
Why does the memory quickly become clogged again after cleaning?
Reasons:
- ๐ Automatic backup to Samsung Cloud (disable in
Settings โ Accounts โ Samsung Cloud). - ๐ฑ Background work messengers (WhatsApp, Telegram) - they download media to
Download. - ๐ Game cache (for example, PUBG Mobile or Call of Duty) - clear it manually once a month.
- ๐ท Function
Auto-savein social networks (disable in settings Facebook, Inst