How to Split a PDF in Half (or Into Any Number of Equal Files)
Updated 2026-07-10
To split a PDF in half, open the PDF Split & Extract tool, load your file, choose Every N pages, and set N to half your page count — a 20-page PDF split with N = 10 produces two equal PDFs (pages 1-10 and 11-20), bundled in a single .zip. The whole thing runs in your browser, so the PDF is never uploaded to any server.
The fastest way to split a PDF in half
Splitting evenly is really a "pages-per-file" calculation. Instead of asking for "2 files" directly, you tell the tool how many pages go in each file, and it slices the document into equal chunks for you.
- Open the PDF Split & Extract tool and drag your PDF onto the drop zone (or click to browse).
- Wait a moment while it renders a thumbnail of every page — this also confirms the total page count.
- Choose the Every N pages mode from the row of options at the top.
- Enter N = total pages ÷ 2. For a 20-page file, that is 10.
- Click the split button. You get a .zip containing two PDFs: pages 1-10 and 11-20.
The on-screen hint spells out the math: it splits into ceil(total ÷ N) PDFs, all zipped into one download. So N = 10 on 20 pages gives exactly 2 files.
Splitting into two, three, four, or any number of parts
The same trick scales to any number of equal files. Pick N so that total ÷ N equals the number of files you want:
- Into 2 files (in half): N = total ÷ 2. A 20-page PDF → N = 10 → 2 files.
- Into 4 files (quarters): N = total ÷ 4. A 20-page PDF → N = 5 → 4 files of 5 pages each.
- Into 5 files: N = total ÷ 5. A 20-page PDF → N = 4 → 5 files.
- Into 3 files: N = total ÷ 3. A 30-page PDF → N = 10 → 3 files.
A quick way to think about it: the number you type is how many pages land in each output file, not how many files you get. Larger N means fewer, fatter files; smaller N means more, thinner files.
Handling odd page counts and uneven splits
Not every document divides cleanly, and that is fine — the last file simply holds the remainder.
- A 21-page PDF with N = 11 produces two files: pages 1-11 (eleven pages) and pages 12-21 (ten pages). The first file gets the extra page.
- A 25-page PDF split into "roughly halves" with N = 13 gives 13 + 12.
- If you need the split point to land somewhere specific rather than at the mathematical midpoint, switch to the Page ranges mode instead (covered next).
There is no page limit and no watermark, so a 500-page manual splits just as easily as a two-pager.
When you want exact, custom split points
Even splitting is perfect for "cut this in half." But sometimes a report has a natural break — say a cover section that is pages 1-8 and the body that is pages 9-20. For that, use Page ranges in the PDF Split & Extract tool:
- Type ranges separated by commas, like 1-8, 9-20.
- Turn on Separate PDFs (.zip) so each range becomes its own file.
- Save, and you get one PDF per range in a tidy .zip.
This gives you full control over where each cut lands, which the equal-split mode cannot. You can also use Extract selected to tap individual page thumbnails and pull out just the pages you want — with quick-select helpers for All, None, Odd, Even, and Invert (handy for separating the odd and even sides of a double-sided scan).
Tips, privacy, and putting the halves back together
- Everything stays on your device. The PDF is processed entirely in your browser using local JavaScript — nothing is uploaded, there is no signup, and no account is required. That matters for contracts, medical records, tax returns, and anything else you would not want sitting on a stranger's server.
- Strip metadata with the optional checkbox if you are sharing the halves — it clears the title, author, and dates from the output.
- Preview before you split. The thumbnail grid shows every page, so you can double-check exactly where the midpoint falls.
- Changed your mind? If you split too far and need to recombine some pieces, the PDF Merge tool reassembles them in any order — also fully in-browser.
Splitting a PDF in half is genuinely a ten-second job here: load, pick Every N pages, type half your page count, and download. Because the PDF Split & Extract tool is free, unlimited, and never sends your file anywhere, you can split a batch of documents back-to-back without a single upload.