Split large files into smaller parts
Supports files up to 5 GB and up to 1,000 parts. Splitting is instant — chunks are lazy byte-range views, not copied into memory.
Click or drop a file here
File Splitter is a free online tool that divides any file into smaller, numbered parts by size — entirely in your browser, with nothing uploaded to a server. It's useful for staying under email attachment limits, upload size caps, or storage constraints.
What file types can I split?
Any file type — splitting works purely on raw bytes, so there are no format restrictions.
Does File Splitter include a way to merge the parts back together?
Not on this page — this tool only splits files. You'll need a separate file-joining utility, or a command like "copy /b" on Windows or "cat" on Mac/Linux, to reassemble the parts in order.
Is there a file size limit?
Files up to 5 GB are supported, and a split can't produce more than 1,000 parts (pick a larger chunk size if you hit that). Splitting itself doesn't load your file into memory -- each part is a lazy byte-range view of the original, only read when you actually download it -- so file size isn't the limiting factor the way it is for tools that have to process a file's full contents.
Is my data private?
Yes. Splitting happens entirely in your browser — your file is never uploaded to a server.