Sending long videos via WhatsApp often becomes a problem: the messenger limits the file size to 16 MB for videos and 100 MB for documents. Even if your video falls within the weight limit, its duration may exceed the permissible limits 3 minutes for standard sending. Splitting videos into fragments is the only way to share full recordings with friends or colleagues without losing quality.

In this article you will find 5 proven methods split videos directly on your smartphone Android โ€”from built-in tools to specialized applications with advanced functions. We will look at the nuances of working with different formats (.mp4, .mov, .mkv), tell you how to avoid loss of quality when cropping, and give tips on optimizing files specifically for WhatsApp. And at the end - answers to frequently asked questions about the limitations of the messenger and workarounds.

Why WhatsApp does not accept long videos and how to get around it

The main limitation WhatsApp is not so much the file size, but the file size duration. The messenger automatically compresses videos longer than 3 minutes, reducing the resolution to 480p and the bitrate to 1 Mbit/s. For comparison: the original Full HD video (1080p) weighs 5โ€“10 times more. This is why even short, high-resolution videos may not pass the size check.

There are three ways to solve the problem:

  • ๐Ÿ”น Split the video into parts 2-3 minutes each (optimal for saving quality).
  • ๐Ÿ”น Compress video without cropping, sacrificing resolution (suitable for emergency cases).
  • ๐Ÿ”น Send as a document (limit 100 MB, but without previewing in chat).
โš ๏ธ Attention: If you send a video as a document, the recipient will not be able to view it directly in the chat - only after downloading. This is inconvenient for mobile users with limited traffic.

The most reliable option is breaking into fragments while maintaining the original resolution. This ensures that the recipient sees the video in the highest quality available for their device. Next, we will look at how to do this in different ways.

๐Ÿ“Š How often do you encounter WhatsApp restrictions when sending videos?
Constantly
Sometimes
Nearby
Never

Many smartphones Android have built-in tools for basic video trimming. If your device has the application installed Google Photos or standard Gallery (from Samsung, Xiaomi, Huawei etc.), you can trim the video without installing additional apps.

Instructions for Google Photos:

  1. Open the application and select the desired video.
  2. Click on the edit icon (pencil in the bottom menu).
  3. Go to the tab Cut (scissors).
  4. Move the sliders on the time scale to select a fragment (maximum 3 minutes).
  5. Click Save a copy โ€”the original will remain untouched.

For standard Galleries (for example Samsung):

  1. Open the video and tap on Edit (or icon scissors).
  2. Select Trim video.
  3. Set the starting and ending points of the fragment.
  4. Save the result as a new file.
Application Max. fragment length Does it maintain quality? Supports 4K?
Google Photos 3 minutes Yes (when saving a copy) No (max. 1080p)
Samsung Gallery 5 minutes Yes Yes (on flagships)
Xiaomi Gallery 3 minutes Partially (compressed to 720p) No
โš ๏ธ Attention: Built-in editors often limit the length of the cropped fragment. For example, c Google Photos you cannot select a section longer 3 minutes, even if the original video is shorter. In this case, you will have to use third-party applications.

Make sure the video is not protected by DRM

Check the free space on your device (you need at least 2x the video size)

Disable battery optimization for the gallery app

Close background applications to speed up processing-->

Method 2: Applications for precise cutting (InShot, CapCut, VN)

If the built-in tools are not suitable (for example, you need to split the video into several parts or maintain quality 4K), use specialized applications:

  • ๐ŸŽฌ InShot - simple interface, support 1080p, built-in effects.
  • ๐ŸŽฌ CapCut - professional tools, ability to export without watermarks.
  • ๐ŸŽฌ VN Editor - lightweight editor with automatic division into parts.

Let's look at the process using an example InShot:

  1. Install the application from Google Play and open it.
  2. Select Video โ†’ import the desired file.
  3. Click on the video in the timeline and select Divide (scissors icon).
  4. Move the slider to set the cut points. Use for precision. stopwatch.
  5. After splitting, export each fragment separately (select 1080p and 60 FPSif you need maximum quality).

B CapCut the process is similar, but there are additional options:

  • ๐Ÿ”ง Automatic division into equal parts by time.
  • ๐Ÿ”ง Saving metadata (date of shooting, geotags).
  • ๐Ÿ”ง Batch processing of multiple videos.
๐Ÿ’ก

In CapCut you can enable the "Export without compression" option in quality settings. This will preserve the original bitrate, but the file will weigh more. Optimal for videos up to 2 minutes long.

If you need to divide the video into many small parts (for example, for stories), VN Editor there is a function Split into clips indicating the number of fragments. will save time compared to manual trimming.

Method 3: Automatic division using Video Splitter

For those who often send long videos via WhatsApp, specialized applications like Video Splitter or MP4 Video Splitterare suitable. Their key advantage is automatic breakdown by specified parameters:

  • ๐Ÿ“ By time (for example, every 2 minutes 50 seconds).
  • ๐Ÿ“ By file size (for example, no more 15 MB per part).
  • ๐Ÿ“ By the number of fragments (divided into 4 equal parts).

Instructions for Video Splitter:

  1. Select a video from the gallery.
  2. Specify the division mode: By time or By size.
  3. Set parameters (for example, 3 minutes or 16 MB).
  4. Click Split and wait for processing.
  5. Fragments will be saved in a folder VideoSplitter on the internal drive.
Application Auto-split Max. quality Watermark
Video Splitter By time/size 1080p No
MP4 Video Splitter Only by time 720p No
Smart Video Cutter Manual/auto 4K (on supported devices) Yes (in the free version)
โš ๏ธ Attention: Some applications (for example Smart Video Cutter) add watermarks in the free version. Before exporting, check the settings or use alternatives like Video Splitter.
How to remove a watermark in Smart Video Cutter?

To remove a watermark, you need to purchase a premium version of the application (cost ~200โ€“300 rubles). An alternative is to use CapCut or InShot in export mode without logos (available after viewing an advertisement).

Method 4: Splitting through a file manager (for advanced users)

If you prefer to work with files directly, you can split the video from help file manager with support FFmpeg (for example, Solid Explorer or FX File Explorer). This method requires knowledge of commands, but gives full control over the process.

Action algorithm:

  1. Install Solid Explorer and enable the module FFmpeg in the settings.
  2. Find the video in the folder and hold your finger on the file โ†’ Open with โ†’ FFmpeg.
  3. Enter the command to split. For example, to divide video.mp4 into parts of 3 minutes:
    ffmpeg -i video.mp4 -c copy -map 0 -segment_time 180 -f segment -reset_timestamps 1 output_%03d.mp4
  4. Fragments will be saved as output_001.mp4, output_002.mp4 etc.

Advantages of the method:

  • ๐Ÿ”ง No loss of quality (parameter -c copy copies streams without recoding).
  • ๐Ÿ”ง Works with any formats (.mkv, .avi, .mov).
  • ๐Ÿ”ง You can set exact timestamps.
โš ๏ธ Attention: Commands FFmpeg are case and syntax sensitive. An error in one letter will cause a failure. To simplify, use command generators, for example, FFmpeg Command Generator v Google Play.
๐Ÿ’ก

The method with FFmpeg is suitable for experienced users, but gives the best quality among all. methods. If you need to split video without loss, this is the best option.

Method 5: Online services (if you donโ€™t want to install applications)

If you donโ€™t have enough space on your phone or you donโ€™t want to download additional apps, use online tools to trim videos. data-i="242">online tools

  • ๐ŸŒ Clideo โ€”simple interface, support 1080p.
  • ๐ŸŒ Online Video Cutter โ€”no registration, maximum file size 500 MB.
  • ๐ŸŒ Kapwing โ€”advanced settings, but requires authorization.

How to work with Clideo:

  1. Open the site in your phone browser (Chrome or Firefox).
  2. Upload the video from your device or from the cloud (Google Drive, Dropbox).
  3. Move the sliders on the timeline to select a fragment.
  4. Select format (MP4 recommended for WhatsApp).
  5. Click Export and download the result.

Limitations online services:

  • โš ๏ธ Maximum file size (usually 500 MB, but up Kapwing to 1 GB for registered users).
  • โš ๏ธ Risk of data leakage (upload videos only to trusted sites with HTTPS).
  • โš ๏ธ Quality may be reduced due to double compression (uploading and downloading).
๐Ÿ’ก

Before uploading videos to an online service turn off your mobile data and connect to Wi-Fi. This will save you from unexpected traffic waste, especially if the file weighs more than 100 MB.

How to send split videos to WhatsApp without losing quality

After the video is divided into parts, it remains to send them correctly:

  1. Open. chat in WhatsApp and click on the paperclip icon (Attach).
  2. Select Gallery and mark the first fragment of the video.
  3. Before sending, check that there is HD in the upper right corner (if the option is available). This means that the video will be sent in maximum resolution.
  4. Repeat the steps for the remaining fragments.
  5. Send a message with an explanation, for example: "The video is divided into 3 parts, watch in order".

Tips for the convenience of the recipient:

  • ๐Ÿ“Œ Send fragments to chronological order (part 1, part 2, etc.).
  • ๐Ÿ“Œ If the video is related in meaning, add a short description to each fragment.
  • ๐Ÿ“Œ For long videos (>10 minutes) use an archiver (ZArchiver) and send as a ZIP-file (but the recipient will have to unpack it manually).
โš ๏ธ Attention: If you send the video as a document (File โ†’ Video), WhatsApp will not show its preview in the chat. The recipient will only see the file icon and its size. This can be confusing, so warn in advance.

Common errors and how to avoid them

When sharing and sending videos, users often encounter typical problems: Here's how to solve them:

Problem Cause Solution
Video is sent, but no sound Incompatible audio codec (AC3, DTS) Transcode audio to AAC using CapCut or FFmpeg
Fragments are sent out of order Sorting error in the gallery Rename the files: part1.mp4, part2.mp4 etc.
WhatsApp compresses video to 360p HD size limit exceeded Divide into shorter pieces or send as document
The application crashes when trimming Lack of RAM Close background applications or use FFmpeg

If after splitting the video does not play in WhatsApp, check:

  • ๐Ÿ” File format (must be MP4 or MKV).
  • ๐Ÿ” Codecs (video - H.264, sound โ€” AAC).
  • ๐Ÿ” Resolution (maximum 1920ร—1080 for stable operation).
How to check video codecs?

Install the application MediaInfo from Google Play Open the video in it - in the section. "Video" will indicate the codec (for example, AVC for H.264). If the codec is not supported (for example, HEVC), re-encode the video in CapCut.

Is it possible to split the video into parts without loss? quality?

Yes, if you use methods without recoding:

  • ๐Ÿ”น FFmpeg with the parameter -c copy.
  • ๐Ÿ”น Applications like Smart Video Cutter (in the premium version).
  • ๐Ÿ”น Built-in editors on flagship smartphones (Samsung, Google Pixel).

If the video is re-encoded (for example, in online services), the quality will decrease.

How many parts can be sent to WhatsApp at one time?

WhatsApp does not limit the number of files in one message, but:

  • ๐Ÿ“Œ Maximum size one file โ€” 16 MB for video and 100 MB for documents.
  • ๐Ÿ“Œ When sending several files at the same time, an error may occur due to server restrictions.
  • ๐Ÿ“Œ It is recommended to send no more than 10 files at a time to avoid freezes.
How to merge the video back after downloading?

If the recipient wants to glue fragments into one video, he will need:

  1. Download all parts to the device.
  2. Use an editing application (CapCut, InShot, KineMaster).
  3. Import fragments in order and export as a single file.

For automation you can use FFmpeg with the command:

ffmpeg -f concat -i list.txt -c copy output.mp4

where list.txt โ€” a text file with a list of fragments in the format:

file 'part1.mp4'

file 'part2.mp4'

file 'part3.mp4'

Why doesn't WhatsApp show the "HD" option when sending a video?

The option HD appears only if:

  • ๐Ÿ”น The video is shorter 3 minutes.
  • ๐Ÿ”น The resolution does not exceed 1280ร—720 (for some devices - 1920ร—1080).
  • ๐Ÿ”น You have the latest version WhatsApp (update in Google Play).

If there is no option, the video will be sent in standard quality (480p).

Is it possible to send a video lasting 10 minutes without trimming?

No, WhatsApp does not support sending videos longer than 3 minutes in standard mode. Alternatives:

  • ๐Ÿ”น Divide into parts (optimally).
  • ๐Ÿ”น Send as a document (limit 100 MB, but without preview).
  • ๐Ÿ”น Upload the video to the cloud (Google Drive, Dropbox) and send the link.