Cache in Android 11 are temporary files that are created by applications and the system to speed up work. Over time, they accumulate, taking up precious space and sometimes even slowing down your smartphone. If your device starts to slow down and the memory is filled with unknown things, itโs time to do some spring cleaning. But how to do it correctly so as not to harm the system?
In this article we will look at all possible methods of clearing the cache: from manual deletion through settings to using hidden functions Android 11. You'll learn which files can be safely deleted and which ones should be left alone, and how to automate the process so you don't have to return to it every month. Regardless of the model of your smartphone - Samsung Galaxy S20, Xiaomi Redmi Note 10 or Google Pixel 4a - the instructions will work equally effectively.
Why you need to clear the cache on Android 11
The cache is not just garbage. It performs an important function: it speeds up the loading of frequently used data. For example, when you open Instagram, the application does not download the photos again, but takes them from the cache. But over time, these files accumulate, and instead of being useful, they begin to cause harm.
Main reasons for cleaning:
- ๐ Slowdown - an overfilled cache can cause lags and freezes, especially on budget smartphones with 3-4 GB of RAM.
- ๐ฑ Lack of memory - cache can take up gigabytes of space, which is critical for devices with 32 or 64 GB of internal memory.
- ๐ Errors in applications โ damaged cache files can lead to failures, for example, in Google Play Market or YouTube.
- ๐ Privacy โsome applications store personal data in the cache, which is better to delete.
However Do not clear the cache too often - this can lead to the opposite effect: applications will have to re-download data, which will increase the consumption of traffic and time. The optimal frequency is once every 1-2 months or when obvious problems appear.
How to clear the cache of individual applications
The safest way is to delete cache for specific apps. This does not affect system files and does not require superuser rights. The instructions are suitable for all smartphones on Android 11, including OnePlus 8T, Realme 7 Pro and others.
Steps for cleaning:
- Open
Settings(gear icon in the application menu). - Go to section
Applications(orApplications and notificationson some firmware). - Click on
View all applications(if there is such an option). - Select the desired application, for example Facebook or Telegram.
- Tap on the item
Storage(orMemory). - Press the button
Clear cache.
For convenience, you can sort applications by cache size:
- ๐ In the list of applications, click on the three dots in the upper right corner.
- ๐ Select
Sort by sizeโthis way you will see the most "voracious" memory consumers.
โ๏ธ Preparing for clearing the cache
Some applications, for example Google Chrome or Spotify, can store the cache in several places. In this case:
- Clear the cache through the settings Android (as described). above).
- Then open the application itself and find the clearing option in its settings (for example, in Chrome this is
Settings โ Privacy โ Clear data).
โ ๏ธ Attention: Do not confuseClear cacheiClear data. The second action will delete all application settings, including logins and passwords, and return it to the โas after installationโ state.
Bulk clearing the cache of all applications
If you need to free up space quickly, you can delete the cache of all applications at once. This method saves time, but requires caution - some apps may run slower after clearing until they restore their temporary files.
Instructions for Android 11:
- Open
Settings โ Storage. - At the top of the screen you will see a memory usage chart. Tap on the section
Other applications(orApplications). - Click on the three dots in the upper right corner and select
Sort by size. - Scroll down and find the button
Clear cache(it may be hidden under the menu or in the sectionFree up space). - Confirm the action.
On some firmware (for example, MIUI from Xiaomi or ColorOS from Oppo) mass clearing of the cache can be implemented differently:
- ๐ง In MIUI:
Settings โ Applications โ Cleaningโ selectDeep cleaning. - ๐ In ColorOS:
Settings โ Device care โ Memory cleaning.
After mass cleaning:
- ๐ Reboot your smartphone - this will help the system correctly recalculate the free space.
- ๐ถ Connect to Wi-Fi, as applications will need to re-download some of the data.
If, after mass clearing the cache, some applications begin to work unstable, try restarting them or updating them through the Google Play Store.
Clearing the cache of system applications
System applications (for example, Google Play Services, Android System WebView or Phone services) also accumulate cache, but you need to delete it more carefully. Incorrect actions can lead to malfunctions of the smartphone.
Safe way:
- Open
Settings โ Applications. - Click on the three dots in the upper corner and select
Show system(orShow all applications). - Find the desired system application (for example,
com.google.android.gmsfor Google Play Services). - Tap on it, then select
Storage โ Clear cache.
Some system applications that often require cleaning:
| Application | Package name | What it does | Is it possible to clear the cache |
|---|---|---|---|
| Google Play Services | com.google.android.gms |
Responsible for operation Google services | Yes, but carefully |
| Android System WebView | com.google.android.webview |
Displays web content in applications | Yes |
| Phone services | com.android.phone |
Manages calls and network | It is better not to touch |
| Google Play Store | com.android.vending |
App Store | Yes |
โ ๏ธ Attention: Never clear data (Clear storage) of system applications unless absolutely necessary. This can lead to. to a malfunction of the smartphone, up to the inability to connect to a mobile network or Wi-Fi.
If problems occur after clearing the system application cache (for example, notifications stopped coming or GPS does not work), try:
- ๐ Reboot your smartphone.
- ๐ฅ Update the problematic application via Google Play Store.
- โ๏ธ Reset network settings in
Settings โ System โ Reset โ Reset Wi-Fi, mobile network and Bluetooth settings.
Using a file manager to manually clear
Some cache files are stored in folders that can be accessed through the file manager. This method is suitable for experienced users, as it requires an understanding of the structure Android.
How to find and delete the cache manually:
- Install a file manager with access to root folders, for example Solid Explorer or FX File Explorer.
- Open the manager and give it access to storage.
- Go to the folder
/storage/emulated/0/Android/dataโthe cache and data of user applications are stored here. - Find the folder with the name of the package of the desired application (for example,
com.instagram.androidfor Instagram). - Inside there will be folder
cacheโ its contents can be deleted.
You can also clear the cache of system applications (required root access):
- ๐ Folder
/data/dataโ data of all applications is stored here, including system. - ๐ Look for folders with package names (for example,
com.android.providers.mediafor Media storage). - โ ๏ธ Delete only the contents of the folder
cache, not touching other files.
Advantages of manual cleaning:
- ๐ฏ Targeted removal of unnecessary files.
- ๐๏ธ Ability to clear the cache for applications that are not displayed in the settings.
Disadvantages:
- โ ๏ธ Risk of deleting important files.
- ๐ง Requires time and care.
What happens if you delete the wrong folder?
If you accidentally delete files from folders lib, databases or shared_prefs, the application may stop working. In the best case, it will simply be reset to factory settings, in the worst case, it will start producing errors or crashing. It will be impossible to restore data without a backup.
Clearing the cache using ADB (for advanced users)
If standard methods do not help, you can use Android Debug Bridge (ADB) a debugging tool that allows you to control your smartphone via a computer. This method is suitable for clearing the cache of system applications or when the device does not respond to commands.
What you will need:
- ๐ป A computer with installed drivers ADB.
- ๐ฑ Smartphone with USB debugging enabled (
Settings โ About phone โ Build number- press 7 times, then return toSettings โ System โ For developers โ USB debugging). - ๐ USB cable (preferably original).
Step-by-step guide:
- Download Platform Tools from the official website Android Developers i unpack the archive.
- Connect your smartphone to the computer and confirm permission to debug.
- Open the command line (or Terminal on Mac/Linux) in the folder with ADB.
- Enter the command to check connection:
adb devicesThe serial number of your device should appear.
- To clear the cache of all applications, do:
adb shell pm trim-caches 100G(where
100Gis the maximum cache size that can be cleared). - To clear the cache of a specific applications (for example, Google Chrome):
Attention! This command deletes all data applications, not just the cache.adb shell pm clear com.android.chrome
If you need to clear only the cache (without deleting data), use:
adb shell "run-as com.android.chrome rm -rf /data/data/com.android.chrome/cache/*"
(replace com.android.chrome with the package of the desired application).
After executing the commands:
- ๐ Reboot your smartphone.
- ๐ Check the free space in
Settings โ Storage.
โ ๏ธ Attention: Commands ADB have low-level access to the system. Incorrect use can lead to data loss or unstable operation of the device. If you are not sure of your actions, it is better to use standard cleaning methods.
Automatic clearing of the cache: applications and settings
In order not to clear the cache manually, you can set up automatic cleaning. There are both built-in functions for this Android 11and third-party applications.
Built-in tools:
- ๐ค Android 11 has a function
Adaptive storagethat automatically frees up space when there is not enough space. To enable it:- Go to
Settings โ Storage. - Tap on the three dots in the upper corner and select
Storage settings. - Enable the option
Free up space automatically.
- Go to
Settings โ Device care โ Memory โ Auto-clean).Application side:
- ๐งน CCleaner โ allows you to clear the cache by schedule and analyze unnecessary files.
- ๐๏ธ SD Maid โan advanced tool for clearing cache and garbage (requires root for full functionality).
- ๐ Files by Google โa simple manager with the function of clearing cache and duplicates.
- Install and open the application.
- Go to section
Optimization. - Select
Application cacheand clickAnalysis. - After analysis, tap
Clear. - To configure auto-cleaning, go to
Settings โ Automatic clearingand enable the option.
What to look for when choosing an application:
| Application | Requires root | Auto-cleaning | Advertising |
|---|---|---|---|
| CCleaner | No | Yes | Yes |
| SD Maid | For some functions | Yes | No (in the PRO version) |
| Files by Google | No | No | No |
How to set up automatic cleaning in CCleaner:
Automatic clearing of the cache is convenient, but can delete files that will be useful later. Set up exceptions for frequently used applications (for example, maps or instant messengers) so as not to waste traffic on repeated downloads. data.
What to do if clearing the cache did not help
If after clearing the cache the smartphone still slows down or the memory quickly fills up, here's what you should check:
1. Optimize background processes:
- ๐ Limit background activity of applications in Settings โ Applications โ [Select an application] โ Battery โ Background activity Disable auto-run of unnecessary apps (in Settings โ Applications โ Management autorun
Settings โ Applications โ [Select an app] โ Battery โ Background activity. - ๐ต Disable autorun of unnecessary apps (in MIUI:
Settings โ Applications โ Manage autorun).
2. Check for viruses:
- ๐ก๏ธ Install an antivirus (for example, Malwarebytes or Bitdefender) and scan the system.
- ๐ Pay attention to applications with suspicious permissions (access to SMS, calls, geolocation for no reason).
3. Transfer data to a memory card:
- ๐ If your smartphone supports microSD, transfer photos, videos and music to it.
- ๐ง Check which files take up the most space.
Settings โ Storagecheck which files are taking up the most space.
4. Reset the settings to factory settings:
- โ ๏ธ This is an extreme measure Before resetting, make a backup! data.
- ๐ Path:
Settings โ System โ Reset โ Delete all data (reset to factory settings).
5. Check the memory status:
- ๐พ If the smartphone constantly writes โMemoryโ is full", but you donโt see large files, perhaps the problem is in damaged sectors the drive.
- ๐ ๏ธ In this case, only replacing the internal memory will help (on modern smartphones this is almost impossible - itโs easier to buy a new device).
- Login into each account in turn.
- In each profile, clear the cache through
Settings โ Applications. - Limit the background activity of unnecessary applications.
- Use lightweight versions of apps (for example, Facebook Lite instead of regular ones Facebook).
- Regularly remove unused applications.
โ ๏ธ Attention: If after After resetting the settings, the problem repeats, this may indicate hardware failure (for example, wear of the flash memory). In this case, contact the service center.
FAQ: Frequently asked questions about clearing the cache on Android 11
Is it possible to clear the cache every day?
No, it is not only pointless, but also harmful. Frequently clearing the cache forces applications to constantly reload data, which increases traffic consumption and waiting time. The optimal interval is once every 1-2 months or in case of obvious problems (lack of memory, lags).
Why do apps run slower after clearing the cache?
This is normal. The cache speeds up the loading of frequently used data. After clearing, applications have to download them again, which takes time. After a few days, the work stabilizes.
How to clear the cache for all users on a smartphone (if there are several accounts)?
Q Android 11 The cache is cleared separately for each user. To delete it for all profiles, you need to:
Or use ADB s command adb shell pm trim-caches 100G โit will clear the cache for all users.
Is it possible to clear the cache without losing application data?
Yes, the command Clear cache in the application settings deletes only temporary files, without affecting logins, settings or saves. However, if you use ADB or manual clearing, be careful - some folders (for example, databasescontain important data.
Why does the cache appear again after a few days?
This is normal behavior. Cache is temporary files that are created when using applications. The more actively you use your smartphone, the faster the cache accumulates. To slow down this process: