Need to combine multiple video clips into one file or split a long video into smaller parts? You can do both directly on Windows without spending money on expensive software. This guide shows you exactly how to merge and split videos using tools already on your computer, plus some free alternatives that give you more control.
What You Need to Know About Merging and Splitting Videos
Merging videos means joining two or more video files into a single continuous clip. Splitting means cutting one video into separate parts. Both tasks are common when you’re editing home videos, creating content, or managing large video files.
Windows 10 and 11 come with built-in tools that handle basic video editing. The main one is the Photos app (also called Video Editor). For more advanced features, free programs like Shotcut and DaVinci Resolve work excellently on Windows.
Merging Videos in Windows: Three Methods

Method 1: Using Windows Photos App (Built-In)
The Photos app comes pre-installed on Windows 10 and 11. It’s the simplest option for basic merging.
Step-by-step process:
- Open the Photos app (search “Photos” in the Start menu)
- Click “Video Editor” at the top or search for “Video Editor” directly in Start
- Click “New video project”
- Name your project
- Click “Add” and select “From this PC”
- Choose all the video files you want to merge
- Drag the videos from the Project library to the storyboard at the bottom
- Arrange them in the order you want
- Click “Finish video” in the top-right corner
- Choose your video quality (we recommend “High” for most uses)
- Click “Export” and save your merged video
Pros:
- Already installed on your computer
- Very simple interface
- No watermarks
Cons:
- Limited format support
- May re-encode videos (reduces quality)
- Fewer editing options
Method 2: Using Command Prompt (No Re-encoding)
If your videos are all the same format, resolution, and codec, you can merge them without losing quality using a simple command line method.
Requirements:
- All videos must have identical technical specifications
- Videos should be in MP4, MKV, or similar container formats
Steps:
- Put all videos you want to merge in one folder
- Rename them in order (video1.mp4, video2.mp4, video3.mp4)
- Open Notepad
- Type this command for MP4 files:
copy /b video1.mp4 + video2.mp4 + video3.mp4 merged.mp4
- Save the file as “merge.bat” in the same folder as your videos
- Double-click the merge.bat file
- Wait for the process to complete
Important note: This method only works if videos share the same codec and settings. Otherwise, the merged file may have playback issues.
Method 3: Free Third-Party Software (Most Reliable)
For consistent results and more format support, dedicated video editing software works better.
Shotcut (Free and Open Source):
- Download Shotcut from shotcut.org
- Install and open the program
- Click “Open File” and select your first video
- Click “Timeline” at the bottom to open the timeline view
- Drag the video from the preview area to the timeline
- Click “Open File” again for each additional video
- Drag each video to the timeline after the previous one
- Go to File > Export Video
- Choose your settings and click “Export File”
Why Shotcut is better for merging:
- Handles different video formats automatically
- No watermarks
- More control over output quality
- Cross-platform (works on Windows, Mac, Linux)
| Feature | Photos App | Command Prompt | Shotcut |
|---|---|---|---|
| Ease of Use | Very Easy | Moderate | Easy |
| Quality Loss | Sometimes | No | Minimal |
| Format Flexibility | Limited | Very Limited | Excellent |
| Speed | Slow | Very Fast | Moderate |
| Cost | Free | Free | Free |
Splitting Videos in Windows: Three Methods
Method 1: Windows Photos App Video Trimmer
The Photos app also handles basic video splitting.
How to split a video:
- Open the Photos app
- Find and click your video
- Click “Edit & Create” at the top
- Select “Trim”
- Drag the white circle markers to select the portion you want to keep
- Click “Save a copy”
- Repeat the process for each segment you need
For multiple splits:
You’ll need to repeat this process for each segment. This works fine for one or two cuts but becomes tedious for multiple splits.
Method 2: Using Video Editor in Photos
For more precise splitting with multiple segments:
- Open Video Editor (search in Start menu)
- Create a new video project
- Add your video to the project library
- Drag it to the storyboard
- Click “Split” on the toolbar above the video
- Move the playhead to where you want to cut
- Click “Done”
- Delete the sections you don’t want
- Export the remaining portion
To create multiple separate files from one video, you’ll need to repeat this process for each segment you want to save.
Method 3: Using Shotcut for Precise Splitting
Shotcut gives you frame-accurate control and easier workflow for multiple splits.
Steps for splitting:
- Open Shotcut and load your video
- Open the Timeline
- Drag the video to the timeline
- Move the playhead to your first cut point
- Click the “Split at playhead” button (or press S)
- Repeat for all cut points
- Right-click segments you want to remove and choose “Remove”
- To save individual segments, select each one and use “Export”
Advanced technique – Exporting multiple segments:
- Make all your splits on the timeline
- Select the first segment you want to export
- Go to File > Export > Each Playlist Item (if using playlist)
- Or manually export each segment by selecting it and using File > Export Video
Method 4: FFmpeg (Advanced Users)
FFmpeg is a powerful command-line tool that professionals use. It’s free and incredibly efficient.
Installing FFmpeg:
- Download from the official FFmpeg website
- Extract the files to C:\ffmpeg
- Add FFmpeg to your system PATH
To split a video without re-encoding (fast, no quality loss):
ffmpeg -i input.mp4 -ss 00:00:00 -to 00:05:00 -c copy output1.mp4
This splits from the start (00:00:00) to 5 minutes (00:05:00).
To split by file size:
ffmpeg -i input.mp4 -fs 100M -c copy output.mp4
This creates 100MB chunks automatically.
Understanding Video Formats and Codecs
Before merging or splitting videos, understanding formats helps avoid problems.
Container formats (the file extension):
- MP4: Most compatible, works everywhere
- MKV: Supports more features, larger files
- AVI: Older format, large file sizes
- MOV: Apple’s format, good quality
Codecs (how video is compressed):
- H.264: Most common, good balance of quality and size
- H.265 (HEVC): Better compression, smaller files, needs more processing power
- VP9: Google’s codec, used on YouTube
Why this matters:
When merging videos with different codecs, the software must re-encode them. This takes time and can reduce quality. Videos with matching codecs merge faster and maintain quality.
Best Practices for Merging Videos
- Match your source quality: Don’t export at 4K if your source videos are 1080p
- Keep original files: Always work with copies until you’re satisfied with results
- Check audio sync: After merging, watch the entire video to confirm audio matches video
- Use consistent frame rates: Mixing 30fps and 60fps videos causes stuttering
- Consider file size: Longer merged videos create large files; adjust quality settings accordingly
Best Practices for Splitting Videos
- Plan your cuts: Watch the video first and note timestamps where you want to split
- Use keyframes for clean cuts: Cutting at keyframes (I-frames) prevents corruption when using copy mode
- Leave buffer space: Cut a second before or after your target if precision isn’t critical
- Name files systematically: Use descriptive names with numbers (vacation_part1.mp4, vacation_part2.mp4)
- Test your splits: Play each segment to confirm they start and end where expected
Troubleshooting Common Problems
Merged Video Won’t Play
Problem: The combined video file won’t open or shows errors.
Solutions:
- Videos likely have different codecs or frame rates
- Use Shotcut or another editor that automatically converts formats
- Check that all source videos play correctly before merging
- Try a different media player like VLC
Audio Out of Sync After Merging
Problem: Video and audio don’t match in the merged file.
Solutions:
- Source videos may have variable frame rates (VFR)
- Re-encode videos to constant frame rate (CFR) before merging
- Use Handbrake to convert videos to consistent settings first
- In Shotcut, ensure all clips show the same frame rate in properties
Split Video File is Corrupted
Problem: After splitting, one segment won’t play properly.
Solutions:
- You may have cut at a non-keyframe location
- Re-encode during splitting instead of using copy mode
- In FFmpeg, remove the “-c copy” flag to re-encode
- Use the re-encode option in your video editor
Very Large File Sizes After Merging
Problem: Merged file is much larger than expected.
Solutions:
- Software may be using low compression settings
- Adjust bitrate in export settings (8-12 Mbps works for most 1080p videos)
- Use H.265 codec for smaller files with similar quality
- Don’t export at higher resolution than your source files
Process Takes Too Long
Problem: Merging or splitting is extremely slow.
Solutions:
- Use copy mode when possible (no re-encoding)
- Close other programs to free up CPU and RAM
- If re-encoding is necessary, use hardware acceleration
- For large files, consider splitting work into smaller batches
Choosing the Right Tool for Your Needs
| Your Situation | Recommended Tool | Why |
|---|---|---|
| Casual home video editing | Windows Photos App | Simple, already installed |
| Merging same-format videos quickly | Command Prompt or FFmpeg | No quality loss, very fast |
| Regular video editing | Shotcut | Great balance of features and simplicity |
| Professional work | DaVinci Resolve | Industry-standard features, free version available |
| Just need to trim one video | Photos Trim feature | Quickest method |
| Multiple complex edits | Shotcut or DaVinci Resolve | Timeline editing is more efficient |
Additional Tips for Better Results
Hardware acceleration:
Most video editors support GPU acceleration. Enable this in settings to speed up processing significantly. Look for options mentioning NVIDIA NVENC, AMD VCE, or Intel Quick Sync.
Backup before editing:
Always keep original files safe. External drives are cheap insurance against mistakes or software crashes.
Storage space:
Video files are large. Ensure you have at least twice the space of your source files available for temporary files during processing.
Quality settings matter:
Higher bitrate means better quality but larger files. For web sharing, 8 Mbps at 1080p is usually sufficient. For archiving, use 15-20 Mbps or higher.
Audio considerations:
When merging videos from different sources, audio levels may vary. Use your editor’s audio mixer to balance volume levels between clips.
Beyond Basic Merging and Splitting
Once you’re comfortable with basic operations, you can explore:
Transitions between merged clips:
Instead of hard cuts, add fades or other transitions between merged segments in Shotcut or DaVinci Resolve.
Adding titles and text:
Annotate your videos with text overlays to provide context or chapters.
Color correction:
Match the color and lighting between clips from different sources for professional-looking merged videos.
Audio editing:
Remove background noise, add music, or adjust volume levels during the merge process.
Learning Resources for Advanced Video Editing
For those wanting to expand their skills beyond basic merging and splitting, Microsoft offers official support documentation for the Windows Video Editor.
The Shotcut community provides extensive tutorials on their website and YouTube channel. DaVinci Resolve has a complete training series available free on the Blackmagic Design website.
Making Your Choice
For most Windows users, the built-in Photos app handles occasional video merging and splitting perfectly well. It requires no installation, no learning curve, and produces decent results.
When you need more control or work with videos regularly, investing an hour to learn Shotcut pays off immediately. It’s free, powerful, and handles virtually any format you’ll encounter.
Command-line tools like FFmpeg offer the fastest processing with zero quality loss, but require comfort with text commands. They’re worth learning if you process videos frequently.
Quick Reference Guide
| Task | Easiest Method | Fastest Method | Best Quality |
|---|---|---|---|
| Merge 2-3 videos | Photos App | Command Prompt (same format) | Shotcut |
| Merge different formats | Shotcut | Shotcut | Shotcut/DaVinci |
| Simple trim | Photos Trim | Photos Trim | Any method |
| Multiple precise cuts | Shotcut | FFmpeg | Shotcut |
| Large file splitting | FFmpeg | FFmpeg | FFmpeg (copy mode) |
Conclusion
Merging and splitting videos on Windows doesn’t require expensive software or technical expertise. The built-in Photos app handles basic needs well. For more control and flexibility, free tools like Shotcut provide professional capabilities without the cost.
Start with the simplest method that meets your needs. The Photos app works great for occasional tasks. As your needs grow, transitioning to Shotcut or learning FFmpeg gives you more power without spending money.
The key is understanding what you’re trying to accomplish. Quick trim? Use Photos. Merging a dozen clips with transitions? Shotcut is your friend. Batch processing hundreds of videos? FFmpeg saves hours of manual work.
Practice with copies of your files. Experiment with different settings. Within a short time, what seems complicated becomes routine. Your Windows computer already has everything you need to create polished video projects.
Frequently Asked Questions
Can I merge videos without losing quality?
Yes, if videos share the same codec, resolution, and frame rate, you can merge them without re-encoding using Command Prompt or FFmpeg with copy mode. This preserves original quality completely. Different formats require re-encoding, which may reduce quality slightly depending on your export settings.
Why is my merged video file so large?
Your video editor is likely using high bitrate settings or low compression. Adjust export settings to use lower bitrate (8-12 Mbps for 1080p is usually fine) or switch to H.265 codec for better compression. Also ensure you’re not accidentally exporting at higher resolution than your source files.
Can I split a video into exact equal parts automatically?
FFmpeg can split videos into equal duration segments automatically with a single command. Windows Photos app requires manual splitting for each segment. Shotcut allows precise splitting but you’ll need to calculate and mark each split point manually.
Do I need to install additional codecs on Windows?
Modern Windows 10 and 11 include most common codecs. However, for HEVC/H.265 videos, you might need to install “HEVC Video Extensions” from the Microsoft Store. VLC Media Player is free and plays virtually everything without additional codec packs.
Will splitting or merging videos reduce quality?
Not if you use copy mode (no re-encoding). When you must re-encode, quality loss depends on your export settings. Using high bitrate and proper codec selection keeps quality loss minimal and usually imperceptible. Always keep original files as backups.
