Telegram messenger on Xiaomi smartphones (including Redmi and POCO) over time takes up gigabytes of memory β even if you have not used the application for a long time. The reasons are rooted in automatic downloading of media files, cache accumulation and the features of MIUI, which sometimes duplicates data in system folders. Unlike iPhone, where storage is strictly isolated, on Android (especially with the shell of Xiaomi), Telegram files can βspreadβ across different directories, which makes it difficult to delete them.
This article is not about clicking "Clear Cache" in the app settings. We will look at all levels of cleaning, from surface cleaning to deep data deletion, taking into account the specifics of MIUI 12-14, including hidden folders, duplicates in MIUI Gallery and even residual files after uninstallation.
Why does Telegram take up so much space on Xiaomi?
On Xiaomiβs smartphones, Telegram behaves differently than on βpureβ Android, and here are the key reasons for memory bloating:
- π Dual media storage: MIUI automatically copies photos/video downloaded in Telegram MIUI Gallery, dubbing them.
- ποΈ System cache: In addition to the cache of the Telegram itself, MIUI Creates additional temporary files in /data/data/org.telegram.messenger/cache.
- π Background Autoboot: The default setting downloads all media from chats, even if you havenβt opened them.
- π» "Ghost Files: After deleting chats or apps, invisible files remain in the app. /Android/data/org.telegram.messenger.
By comparison, on the same smartphone, but with the Pixel Experience firmware, Telegram takes up 30-40% less space when used identically, due to aggressive MIUI optimization, which often moves files to sleep mode instead of clearing the cache.
Method 1: Clear cache and data through Android settings
The most secure method that does not affect your chats and media, but frees up to 1-3 GB of space. MIUI 12β14:
- Open Settings β Applications β Application Management.
- Find Telegram in the list (use search if there are many apps).
- Go to the Warehouse. β Clear the cache.
- For deep cleaning, click Clear Data, but note: this will reset all the application settings (dark theme, notifications, etc.).
β οΈ Attention: If, after cleaning the cache, Telegram starts to "hang" while scrolling chats, this is normal. the application needs time (10-15 minutes) to restore the message index!
Backup chats (Settings β Chat β Export History)
Remember or photograph the notification settings
Check if Telegram is linked to Xiaomi account (Settings β Accounts)
Make sure there is enough media space in the Telegram cloud (if you use it)
-->
Method 2: Manually delete media files through file manager
Telegram keeps all downloaded files publicly available and can be manually deleted.
/storage/emulated/0/Telegram/Telegram Images/
/storage/emulated/0/Telegram/Telegram Video/
/storage/emulated/0/Telegram/Telegram Documents/Use the standard "Files" from Xiaomi or Solid Explorer (it shows hidden folders).
- Sort the files by date or size.
- Remove unnecessary media (such as chat memes or old videos).
- Pay attention to the Telegram Audio folder β there can be voice messages weighing 50-100 MB each.
| Type of file | Size (medium) | Can I remove it? |
|---|---|---|
| Photo from chat rooms | 2β5 MB each | Yeah, unless you have to. |
| Video | 20β200 MB each | Yeah, the hardest. |
| Voice communications | 0.5β2 MB per minute | Yeah, but check the important ones. |
| Documents (PDF, APK) | 1-500 MB | Yes, if you don't. |
| Stickers and animations | 0.1β5 MB | You can, but they'll quickly re-slide. |
π‘ Useful advice: B MIUI 14 there is a bug - after manually deleting files from the Telegram folder, they can reappear in a few days.This is due to background synchronization. To avoid this, turn off autoload in the Telegram settings before deleting (Settings) β Data and memory β Autoboot media).
Method 3: Removing duplicates in MIUI Gallery
Xiaomi automatically scans all folders on the device and adds media to MIUI Gallery, creating duplicates.
- Open the Gallery app.
- Click on the three dots in the upper right corner β Albums β Folders.
- Find folders called Telegram Images or Telegram Video.
- Select all files β Delete β confirm.
β οΈ Warning: Deleting from Gallery doesn't remove originals from Telegram folder! it just takes them off the index MIUI. To free up space, you need to delete files directly through the file manager (see Method 2).
Why is the memory not released after the gallery is removed?
Method 4: Completely reset Telegram with chats saved
If the application began to slow down, and cleaning the cache does not help, try a βhardβ reset with saving history:
- Export chats: Settings β chat β Export Chat History (select) JSON-format for maximum compatibility).
- Delete Telegram through Settings β Applications.
- Install Telegram again from Google Play or AppGallery.
- When you first start, select Restore from backup and specify the export file.
A critical nuance for Xiaomi: once reinstalled, Telegram may βforgetβ permissions to access files and the camera. Donβt forget to reissue them in Settings β Apps β Telegram β Permissions.
Method 5: Cleaning Ghost Files with ADB (for Advanced)
If the memory is not freed after uninstalling Telegram, the residual files may lie in hidden folders, and you will need ADB (Android Debug Bridge) and a computer to delete them:
- Turn on USB Debugging on Xiaomi: Settings β About Phone β MIUI Version (click 7 times), then go back to Settings β Additional β For Developers β Debugging on USB.
- Connect your phone to your PC and execute commands: adb shell pm clear org.telegram.messenger rm -rf /sdcard/Android/data/org.telegram.messenger/* rm -rf /sdcard/Telegram/.trash/*
β οΈ Attention: Command rm -rf It permanently deletes files if you miss the path (e.g., skip the path). /Telegram/), You can erase the data from other applications!
π‘
ADB-Cleaning is the only way to remove invisible files that take up space but donβt appear in the file manager, but this method requires caution and is only suitable for advanced users.
How to Prevent the Storage of Garbage in the Future
To Telegram does not βbloatβ memory on your Xiaomi, follow these rules:
- π΅ Turn off autoboot: Settings β Data and memory β Autoboot media β Never.
- ποΈ Clean the cache once a month (see Method 1).
- π Use the Telegram cloud: In chat settings, click on the name of the interlocutor β Media management β Save it to the cloud.
- π± Install Telegram X β lightweight version with optimized cache (available on Google Play).
π‘ Useful advice for MIUI 14: Recent firmware versions have added the βDeep Cleanβ feature in Settings β Memory. β Cleanup. It finds residual files of apps, including Telegram. Run it every 2-3 months.