An attempt to directly copy stickers from Telegram to WhatsApp on Android ends in error, since messengers use incompatible formats for storing graphic content that require conversion through the file system or special utilities.
The migration process includes several stages: downloading source files, converting them to a supported format .webp and subsequent integration into the target application database. Despite the apparent complexity, the entire procedure takes only a few minutes if you have the right software. In this article, we will analyze in detail all the available methods, from using automatic bots to manual installation through file managers, so that you can save your collection of moods.
Technical differences in sticker formats
Before you start transferring, it is important to understand why you cannot simply copy files from one folder to another. Telegram stores stickers in .webp or .tgs format (for animation), but often packages them in specific archives or uses its own links to servers. At the same time, WhatsApp requires strict adherence to the specification WebP: static images must be square, have a transparent background and weigh no more than 100 KB.
Animated stickers pose an even bigger problem. While in Telegram these can be vector animations, WhatsApp only supports raster animation in .webp format with a certain number of frames per second. An attempt to install an unconverted file will result in the sticker pack simply not appearing in the list of available ones or being sent as a regular image.
โ ๏ธ Attention: Direct copying of files from a folder
Telegram/Telegram Stickersto a folderWhatsApp/Stickerswithout preliminary processing of metadata (filesstickers.json) will not work. The messenger will not see new packages without a correct description of the structure.
In addition, there are restrictions on the size of one sticker pack. Typically it should not exceed 30 images for static sets. When mass transferring large collections from Telegram, they often have to be split into several parts to avoid validation errors from the outside. WhatsApp.
Before starting work, make sure that the option to show hidden files in the file manager is enabled on your device, since some system folders of messengers may be hidden by default.
Using specialized converter applications
The easiest and most reliable way for most users is to install a third-party application from Google Play Market. There are many utilities designed specifically to solve the problem of โstickers from telegram to WhatsApp on Androidโ. These apps automate the process of downloading, converting and registering a pack in the system.
Popular applications such as Sticker Maker or Personal Stickers for WhatsApphave built-in import functions. You just need to copy the link to the sticker pack in Telegram, paste it into the appropriate field of the converter, and the application will download all the images itself. Then the app will offer to create a new pack, where you can trim unnecessary fields or add text.
- ๐ฒ Automation: The application itself downloads the files from the link and converts them to the desired size of 512x512 pixels.
- ๐จ Editing: Ability to add white outlines to stickers, which is critical for dark themes in WhatsApp.
- ๐ฆ Batch processing: Creating a whole set of 30 stickers in one pass without manually uploading each file.
After preparing all the images, the application will ask for permission to access WhatsApp. After confirming the action, you will see a notification that a new sticker pack has been added and is ready to use. This is the most secure method, since such utilities do not require root access and work in the Android sandbox.
Manual transfer through a file manager
For advanced users who do not want to install unnecessary software, a manual transfer method is available. It requires an understanding of Android's directory structure and a good file manager, such as FX File Explorer or Google's built-in Files tool. This method gives complete control over the process, but takes more time.
First you need to save the necessary stickers from Telegram to a gallery or a separate folder. If there are a lot of stickers, it is most convenient to send the entire pack to yourself in โFavoritesโ, and then use the โSave Allโ function or special scripts for mass downloading. After this, the files need to be brought into a single form.
The key step is placing the files in the correct directory. The path to the WhatsApp stickers folder on modern versions of Android (11 and higher) has changed due to stricter security policies (Scoped Storage). Now it is located at:
Android/media/com.whatsapp/WhatsApp/Stickers
On older versions of the system, the path could look like WhatsApp/Stickers at the root of the internal memory. If the folder Stickers does not exist, you need to create it manually.
| Parameter | Whatsapp requirement | Recommendation |
|---|---|---|
| Image size | 512 x 512 pixels | Use batch processing in a photo editor |
| File size | Maximum 100 KB | Compress via online services before copying |
| Format | WebP (static/animation) | Convert PNG/JPG to WebP in advance |
| Background | Transparent | Remove white background in a graphic editor |
After copying the files to the appropriate subfolder (name it, for example, my_telegram_stickers), you need to restart the messenger. If everything is done correctly, the new pack will appear in the list of stickers. However, without a manifest file stickers.json WhatsApp may ignore the folder, so this method often requires creating a descriptive file manually.
How to create a stickers.json file?
The stickers.json file must be in the same folder as the images. It contains JSON code with the name of the pack, the name of the author and a list of sticker file names. Example structure: {"stickers": [{"image_file": "sticker1.webp"}, {"image_file": "sticker2.webp"}], "stickers_app": "com.whatsapp"}. Without this file, manual installation often does not work.
Converting animated stickers
Transferring live animation is the most difficult part of the process. Stickers in Telegram often use the format .tgs (Lottie), which is a JSON code with vector graphics. WhatsApp does not support this format natively and requires conversion to animated .webp.
Ordinary picture converters are not suitable for this task. You will need specialized tools, such as an online service Ezgif or desktop apps like FFmpeg. The process is as follows: first .tgs is converted to a PNG sequence or to a GIF, and then the resulting file is compressed and transcoded into animated WebP.
When converting, it is important to monitor the number of frames. WhatsApp limits animation duration and weight. If the sticker is too heavy, the messenger will refuse to download it or will send it as a document. The optimal number of frames is up to 30-50 at a frequency of 10-15 FPS.
โ ๏ธ Attention: Messenger interfaces and requirements for file formats can be updated by developers. If the standard methods no longer work, check the latest technical specifications in the official help sections of WhatsApp Developer.
Some converter applications mentioned in the second section already have built-in modules to work with .tgs. They take care of all the complex mathematics of converting vectors to rasters, making life much easier for the user. When using the manual method, be prepared for the fact that the quality of the animation may suffer slightly due to compression.
Animated stickers require mandatory conversion from the TGS/GIF format to animated WebP in compliance with the file size limit of 100 KB, otherwise they will not work in chats.
Solving common problems and errors
Even if the instructions are strictly followed, users may encounter errors. The most common problem is that the sticker pack does not appear in the list after restarting the application. This is almost always due to an incorrect folder path or lack of access rights for the file manager on Android 11+.
Another common situation is that stickers are displayed, but when sent they turn into black squares or regular pictures. This is a sign that the image does not have an alpha channel or is saved in the wrong color profile. It is also possible that the file size exceeds the allowed limit and WhatsApp automatically degrades the quality to an unreadable state.
- ๐ Checking paths: Make sure you are using the current path
Android/media/..and not the outdated root directory. - ๐ Compression: If the sticker does not load, try reducing its size in a graphic editor to 80-90 KB.
- ๐ Restart: After any manipulations with the file system, force close WhatsApp through application settings and open it again.
If you use custom firmware or modified versions of messengers (for example, GBWhatsApp), the paths to the files may differ from the standard ones. In such cases, it is better to refer to the documentation of a specific assembly or use universal converter applications that themselves determine the target directory.
โ๏ธ Diagnosis of broken stickers
Security and privacy when using a third-party Software
When installing applications to convert stickers, it is important to be careful. Although most of the popular utilities on the Play Market are secure, they require access to your media files and sometimes your contacts list. Always check the permissions that the application asks for before installing.
Avoid downloading APK files from dubious sites. They may contain scripts that steal session data or personal photos. The official Google Play store carries out basic moderation, which reduces risks, but does not eliminate them completely. Read reviews from other users, especially those related to working with specific versions of Android.
Remember that the converter only needs access to the storage to work. If an app requires access to your microphone, geolocation, or SMS without explicit need, that's a red flag. Uninstall such software immediately and find an alternative with a better reputation.
Is it possible to transfer stickers without installing applications?
Yes, this is possible by manually copying the files to the WhatsApp system folder and creating a manifest file stickers.json. However, this method is difficult for beginners and requires knowledge of the JSON structure and file paths on your version of Android.
Why don't animated stickers work after transfer?
Most likely, the animation format was not converted to WhatsApp supported animated WebP. GIF or TGS formats do not work directly. It is also possible to exceed the file size limit of 100 KB.
How many stickers can be in one pack?
The official WhatsApp limit is 30 static stickers in one pack. For animated stickers, restrictions may be even stricter depending on the total weight of the pack.
Do you need root access to transfer stickers?
No, modern versions of Android and converter applications allow you to transfer stickers without obtaining superuser rights. The manual method also works without Root if you use the correct path in Android/media.
Will transferred stickers disappear after updating WhatsApp?
Usually no, since the files are stored in the general memory of the device. However, if you completely reinstall the messenger and clear the data, the folder Stickers may be deleted, so it is recommended to have a backup copy of the files.