Have you ever tried to find a video or document you downloaded from Telegram but could not find it in the gallery? Or wanted to free up space on your smartphone, but didnโt know which messenger folders could be safely deleted? The Android 11 file storage system Telegram has its own characteristics - some of the data is hidden in protected sections, while others are scattered across different directories. In this article, we will look in detail at where exactly media files, caches, backups are stored and how to manage them without the risk of losing important information.
It is important to understand that starting from Android 10 (and especially in Android 11) Google has tightened the rules for accessing the file system through the concept of Scoped Storage. This means that applications like Telegram can no longer freely write files to arbitrary folders - only to the directories allocated for them. However, the messenger has workarounds, which we will discuss below. Also note that the location of the files may differ slightly depending on the version Telegram (regular or Telegram X) and smartphone manufacturer (Samsung, Xiaomi, Google Pixel etc.).
1. Main Telegram folders on Android 11: where to look for media files
By default Telegram saves all downloaded files in a dedicated folder inside the deviceโs internal memory. The path looks like this:
/storage/emulated/0/Telegram/
This is where you will find subfolders for different types of content. Here is their full list with explanations:
- ๐ Telegram Images โ photographs and pictures from chats (including stickers in the format
.webp). - ๐ต Telegram Audio โvoice messages and music tracks.
- ๐ฅ Telegram Video โvideo files, including those recorded through the camera in the messenger.
- ๐ Telegram Documents โ PDF, DOCX, XLSX and others documents.
- ๐๏ธ Telegram Profile Photos โ avatars of users and groups.
- ๐ Telegram Video Notes โ round video messages (analogous to voice messages, but with video).
Please note: the files in these folders are not displayed in the standard Android galleryif the "Show hidden files" option is not enabled in the file manager To see them. use ES Explorer, Solid Explorer or the built-in file manager of your smartphone (for example, Mi File Manager on Xiaomi).
2. Telegram cache: where is it stored and can it be deleted
Cache Telegram on Android 11 is divided into two types: media cache (thumbnails, preview) and system cache (data for quick operation of the application). The main folder with the cache is located here:
/data/data/org.telegram.messenger/cache/
However, access to this directory is possible only with root access or through ADB. Without them, you can clear the cache in the standard way:
- Open
Settings โ Applications โ Telegram. - Click
Storage(orMemoryon some firmware). - Select
Clear cache.
What happens if you delete the cache Telegram?
- โ Frees up 50 MB up to 1-2 GB space (depending on usage activity).
- โ ๏ธ Disappear preview of media files โthey will be downloaded again when you open the chat.
- โ Not affected downloaded files (they are stored in folders from the first section).
If, after clearing the cache, Telegram starts to slow down, restart the application. The system cache will be restored automatically the next time you open it.
3. Chat backups: where Telegram saves backups
Telegram does not create automatic backups of chats on the device - unlike WhatsApphere backups are made only manually through export. However, there are two scenarios where backup files may appear on your smartphone:
- Export chat to file:
When you select the option
Export chat history(available in chat settings) Telegram saves a file with the extension.htmlor.jsonalong the path:/storage/emulated/0/Download/Telegram_Export_[date]/ - Local backups (for root only):
If you use modified versions Telegram (for example, Telegram X s patches), database backups can be stored here:
/data/data/org.telegram.messenger/databases/The files have names like
telegram.dbortelegram-journal.
Important: exported chats do not include media files - only text messages and service information. To save photos and videos, they must be downloaded separately through the message menu (Save to gallery).
What to do if chat export does not does it work?
If during export Telegram it gives the error "Failed to save the file", check:
1. Is there enough space on the device (you need at least 200-300 MB for a large chat).
2. in Settings โ Applications โ Telegram โ Permissions there should be a checkmark opposite Storage.
3. Try exporting the chat in parts (select date ranges).
4. Features of file storage on Android 11: Scoped Storage and workarounds
With the release of Android 11 Google has introduced strict restrictions on application access to the file system through the Scoped Storagemechanism This means that Telegram can by default. write files only to:
- Your folder (
/Telegram/). - Folder
Download(if the user explicitly selects it when saving). - External drives (SD cards), but with restrictions.
However Telegram uses several tricks to bypass these restrictions:
- MediaStore API: the messenger registers downloaded files in the system media database, making them visible in the gallery (if the option
Save to galleryin settings is enabled Telegram). - Legacy Storage: on some firmware (for example, MIUI ot Xiaomi) Telegram can request extended permissions to access files, which allows you to save media to any folders.
How to check what permissions you have u Telegram on your device:
adb shell dumpsys package org.telegram.messenger | grep"requested permissions"
If the output contains the line android.permission.READ_EXTERNAL_STORAGE or MANAGE_EXTERNAL_STORAGE, then the application has extended access.
On Android 11 and later, Telegram cannot automatically save files to the root of the internal memory or arbitrary folders without the user's explicit permission. All downloaded media by default ends up in /Telegram/.
5. How to transfer Telegram files to an SD card or PC
If the internal memory of your smartphone is full, you can transfer the files to Telegram on SD card or computer. Here are step-by-step guide for each case:
๐ฑ Transfer to SD card
To Android 11 Direct folder transfer /Telegram/ to SD card may not work due to restrictions Scoped Storage. Instead:
Copy the /Telegram/ folder to the internal memory on the SD card through the file manager
Open Telegram and in the settings select "Download folder" โ specify the path on the SD card (for example, /storage/1234-5678/Telegram/)
Restart the application
Check that new files are downloaded to the SD card -->
โ ๏ธ Attention: on some smartphones (for example Samsung c One UI) Telegram may not see the SD card as available storage. In this case use ADB command to force mount:
adb shell sm set-force-adoptable true
๐ป Transfer to PC
The most reliable way is to connect your smartphone to the computer via USB v mode File transfer (MTP) and manually copy the folder /Telegram/. Alternative methods:
- ๐ Via the cloud: upload files to Google Drive/Dropbox directly from the Android file manager, then download to PC.
- ๐ Via Wi-Fi: use applications like Send Anywhere or LocalSend for wireless transmission.
- ๐ก FTP server: run an FTP server on your smartphone (for example, via Solid Explorer) and connect to it from a PC.
6. How to clean up unnecessary Telegram files without data loss
The folder /Telegram/ may take up several gigabytes, especially if you actively download media. Here's how to safely free up space:
| File type | Where they are stored | Can I delete | How to clear |
|---|---|---|---|
| Downloaded media (photos, videos) | /Telegram/Telegram Images/, /Telegram/Telegram Video/ | โ Yes (but the files will disappear from chats) | Delete manually through the file manager or use the "Clear cache" option in the Telegram settings. |
| Thumbnail cache | /data/data/org.telegram.messenger/cache/ | โ Yes (will be loaded again) | Clear via Settings โ Applications โ Telegram โ Storage โ Clear cache. |
| Chat database | /data/data/org.telegram.messenger/databases/ | โ No (will lead to loss of history) | Do not delete! If necessary, make a backup by exporting chats. |
| Temporary files | /Telegram/telegram_temp/ | โ Yes (these are incomplete or damaged files) | Delete the folder telegram_temp completely. |
โ ๏ธ Attention: if you use Telegram Premiumdeleting files from the folder /Telegram/ will not free up space in the messenger cloud storage. To do this, you need to manually delete files from chats (long press on media โ Delete).
To automatically clear old files in Telegram there is a built-in function:
- Open
Settings โ Data and memory. - Select
Auto media cleanup. - Set the period (for example,
1 month) and confirm.
7. Problems with accessing Telegram files and their solutions
Sometimes users are faced with the fact that files Telegram are not displayed in the gallery or cannot be opened. Here are the problems and ways to solve them:
- ๐ Files are not visible in the gallery:
Reason: Telegram by default, it saves media in its own folder, which is excluded from scanning by the gallery. Solution:
- Open the file manager and go to
/Telegram/Telegram Images/. - Select the required files โ
Shareโ selectSave to gallery.
- Open the file manager and go to
- ๐ซ Cannot open a document or video:
Reason: the file was not downloaded completely or was damaged. Solution: delete the file from the folder
/Telegram/and download it again from the chat. - ๐ No access to the folder /data/data/...:
Reason: without
rootaccess to system folders is limited. Solution: useADBto copy files:adb pull /data/data/org.telegram.messenger/databases/ ~/Desktop/telegram_backup/ - Application permissions:
Settings โ Applications โ Telegram โ Permissions โ Storage(should beAllowed). - Settings Telegram:
Settings โ Data and memory โ Download folder(make sure the correct path is specified). - Disable
Save to galleryin settings Telegram. - Remove duplicates through an application like Files by Google (section
Cleaning โ Duplicates). - Restore from the file manager trash (if the function is supported).
- Use apps like DiskDigger or Recuva (requires
rootfor deep scanning). - Check backups in Google Drive (if synchronization was enabled).
- Format the SD card as internal memory (settings โ storage โ SD card โ three dots โ
Storage settings). - Use a file manager to manually transfer files from
/Telegram/to an SD card. - Update Telegram to the latest version - new releases have improved support for SD cards.
- Delete the folder
/storage/emulated/0/Telegram/via the file manager. - Clear the cache and application data:
Settings โ Applications โ Telegram โ Storage โ Clear data. - To completely clear (including account settings), delete the application and install it again.
If after the update Android 11 Telegram stopped saving files, check:
If Telegram files disappear after resetting Android settings, they can only be restored from cloud chat (if they were sent) or from a backup (if it was made manually).
FAQ: Frequently asked questions about Telegram files on Android 11
๐น Is it possible to change the folder for downloading files in Telegram?
Yes, but with restrictions. In the settings Telegram (Data and memory โ Download folder, you can only select from folders predefined by the system (for example, Download or Documents). On Android 11 it is impossible to specify an arbitrary path without root or ADB.
๐น Why does Telegram create duplicate files in the gallery?
This occurs if the option Telegram option enabled Save to gallery, but the files are already saved in the messenger folder. To avoid duplicates:
๐น How to recover deleted files from the Telegram folder?
If the files were deleted from the folder /Telegram/, but are still in the chat, just download them again. If there are no files in the chat, try:
โ ๏ธ The chances of recovery depend on how much data was written to the device after deletion.
๐น Why doesn't Telegram save files to the SD card?
On Android 11 applications are prohibited from writing files to external drives without the user's explicit permission. Solutions:
๐น How to completely delete all Telegram files from your phone?
To erase everything traces Telegram, do the following:
โ ๏ธ This will delete entire local chat history (but messages will remain in the cloud Telegram and are synchronized when re-login).