To split a PDF into separate files, open the in-browser Split PDF tool, add your document, choose how to divide it — by page range, every N pages, or one file per page — and download the results, typically as a single ZIP. Because the tool runs entirely in your browser, your PDF is never uploaded, which matters when the file contains contracts, statements, or other sensitive information. The whole process takes a second or two.
That’s the short answer. The rest of this guide explains the three ways to split, when to use each, how the ZIP download works, and why doing it in the browser keeps your data private.
What “splitting” a PDF actually does
Splitting takes one PDF and produces two or more smaller PDFs, each containing a subset of the original’s pages. It’s a lossless copy operation — the pages in the output are byte-for-byte the same content as in the source, with the same text, images, fonts, and resolution. Nothing is re-rendered or re-compressed. The only thing that changes is which pages end up in which file.
That makes splitting different from related operations people sometimes confuse it with:
- Splitting divides one file into multiple files.
- Extracting pages pulls a selection of pages out into a single new file (you keep pages 3, 7, and 9 as one PDF).
- Deleting pages removes unwanted pages and keeps the rest as one file.
- Organizing a PDF lets you reorder, rotate, and rearrange pages within a document.
If your goal is “turn this one PDF into several PDFs,” splitting is the right tool. If it’s “keep only some pages in one file,” use extract or delete instead.
The three ways to split a PDF
There isn’t one universal “split” — there are three modes, and choosing the right one is the whole game. Here’s what each does and when to reach for it.
1. Split by page range
You specify the spans you want as separate files. For example, from a 20-page PDF you might create one file from pages 1–5, another from 6–12, and a third from 13–20. This is the mode to use when a single PDF actually contains several distinct documents stitched together and you know where the boundaries are — a scanned stack where pages 1–5 are a contract, 6–12 are an appendix, and 13–20 are a separate report.
Best for: documents with known section boundaries; pulling defined chapters, sections, or sub-documents into their own files.
2. Split every N pages
You tell the tool to cut the document into equal chunks of a fixed size — every 1 page, every 2 pages, every 5 pages, and so on. A 50-page PDF split “every 2 pages” becomes 25 two-page files. This is ideal for uniform batches: double-sided scans where each physical sheet is two pages, or a stack of identical fixed-length forms.
Best for: uniform, repeating structures; double-sided scans; batches of equal-length forms or records.
3. Split one file per page (burst)
The tool bursts the PDF so every single page becomes its own PDF. A 30-page document produces 30 separate one-page files. Use this when each page is genuinely a standalone document — a batch of individual certificates, invoices, payslips, or shipping labels that were merged into one PDF and now need to be separate again.
Best for: documents where every page is an independent record that needs its own file.
How to split a PDF, step by step
Here’s the full process using the free Split PDF tool. It runs in your browser, so there’s nothing to install and nothing to upload.
-
Open the tool. Go to Split PDF in any modern browser — desktop, Chromebook, phone, or tablet.
-
Add your PDF. Drag the file onto the page or click to browse. The tool reads it locally and shows you the page count and a preview, so you can see exactly what you’re working with.
-
Choose your split mode. Pick one of the three: by page range, every N pages, or one file per page. The interface adapts — for range mode you enter the spans (like
1-5, 6-12, 13-20); for every-N you enter the chunk size; for per-page there’s nothing more to set. -
Set the details. For range mode, enter each range you want as a separate file. For every-N, type the number of pages per chunk. Double-check the ranges against the page preview so a boundary doesn’t land mid-document.
-
Split. Click the split button. The tool processes the file locally — for most documents this is near-instant.
-
Download the results. The separate PDFs are bundled into a single ZIP so you get everything in one click. Download the ZIP and unzip it to find your separate files, each with a sensible name derived from the original. (If you only produced one or two files, you may be able to download them directly.)
That’s it. You now have your separate PDFs, and the original never left your device.
Getting everything at once: the ZIP download
When you burst a 40-page PDF into 40 files, downloading them one by one would be painful. That’s why a good splitter packages the output into a single ZIP archive: you download once, then unzip to get all the separate PDFs together. The files keep predictable names — usually the original filename plus the page number or range — so they’re easy to sort and identify after extraction. For a quick two-file split you might just grab the files directly, but for any sizeable burst, the ZIP is the efficient default.
Common use cases
Splitting solves a surprising number of everyday problems:
- Separating a scanned stack. You scanned five different documents in one pass and got a single 18-page PDF. Split by range to break it back into the five originals.
- Bursting a batch of records. Payroll exported 60 payslips as one PDF; split one-file-per-page so each employee’s slip is its own file to send individually.
- Sending only the relevant part. A 100-page report has a 4-page executive summary you want to email. (For pulling out just a few pages, Extract Pages is the cleaner choice; split is for when you want multiple output files.)
- Breaking up a large file. A PDF too big to email can be split into smaller files that each fit under the attachment limit. If you’d rather keep it as one file, compressing it is the alternative — see below.
- Splitting double-sided scans. A duplex scan where odd pages are fronts and even pages are backs can be split every-2-pages to separate each physical document.
Splitting vs. compressing for email
A frequent reason people split is to get under an email attachment limit. Splitting works — several smaller files instead of one large one — but it’s not always the best fit. If the recipient needs the document as a single file, splitting just creates a reassembly chore on their end. In that case, compress instead: run the PDF through Compress PDF to shrink it (often by half for image-heavy files) while keeping it as one document. Use splitting when you genuinely want separate files; use compression when you want one smaller file. And of course you can do both — split a giant document, then compress each piece.
Why split in the browser
Here’s what most “free split PDF” sites don’t advertise: many of them upload your file to a server, split it there, and send back the results. For a public brochure, no one cares. For the documents people actually split — contracts, bank statements, payslips, medical records, scanned IDs — that upload is a real privacy concern, because a copy of confidential material briefly lands on infrastructure you don’t control.
The Split PDF tool avoids this by design. Your file is read from disk into your browser’s memory, split locally in JavaScript, and the results are offered for download. The PDF never travels over the network, never lands on a server, and is gone the moment you close the tab. There’s no account to create and no watermark on the output. You can verify the no-upload claim yourself: open your browser’s developer tools, watch the Network tab, and confirm no upload request fires when you split a file.
A note on protected PDFs
If your PDF has an open password, you’ll need to remove it before splitting — encrypted page content can’t be read until the password is supplied. Unlock the file first (which requires the correct password), split the readable file, and if you want each output to stay protected, re-apply a password to the individual files afterward. If you don’t know the password, you can’t bypass it, and you shouldn’t try to: that protection is there for a reason.
Conclusion
Splitting a PDF into separate files comes down to picking the right mode — range when you know the boundaries, every-N for uniform batches, per-page when every page stands alone — and then downloading the results, usually as a single ZIP. The operation is lossless, so quality never suffers. Most importantly, because the Split PDF tool runs entirely in your browser, you can split confidential contracts, statements, and records without ever uploading them.
Ready to try it? Split your document now with the free, no-upload Split PDF tool. To do the reverse and combine files instead, see our guide to merging PDF files, and to pull out just a few pages, see how to extract pages from a PDF.
Use Split PDF: Separate one page or a whole set for easy conversion. No signup, nothing uploaded.
Frequently asked questions
Open the split-pdf tool in your browser, add your PDF, and choose how to divide it: by page range (e.g. pages 1–5 as one file), every N pages (split into equal chunks), or one file per page. The tool produces the separate PDFs and lets you download them, usually as a single ZIP so you get everything at once. The whole process runs locally in your browser, so there's no upload, no account, and no watermark. A typical document splits in a second or two. Because nothing leaves your device, it's safe for contracts, statements, or any PDF with personal or financial information — you get clean separate files without exposing the source document to a server.
These are three ways to decide where the cuts happen. Split by page range lets you pull out specific spans — for example, extract pages 3–7 as one document and pages 8–12 as another — which is ideal when a PDF contains several distinct documents you want separated at known boundaries. Split every N pages divides the file into equal-sized chunks, such as every 2 pages, useful for double-sided scans or batches of fixed-length forms. Split one file per page bursts the PDF so each page becomes its own PDF, which is handy when every page is a separate certificate, invoice, or record. Pick range when you know the boundaries, every-N for uniform batches, and per-page when each page stands alone.
No. Splitting copies the existing pages into new files exactly as they are — the same text, images, fonts, and resolution. It's a lossless operation: nothing is re-rendered, re-compressed, or downgraded. Each output page is a faithful copy of the corresponding page in the source. The only thing that changes is which pages live in which file. If you also want the resulting files to be smaller for emailing, that's a separate compression step you can run afterward; splitting itself never touches quality. This is different from converting or compressing, which can alter the file — a split is purely a reorganization of the pages you already have.
You'll need to unlock it first. A PDF protected with an open password can't be read — and therefore can't be split — until the password is supplied or removed, because the page content is encrypted. If you know the password, remove it with an unlock tool (which requires you to enter the correct password), then split the now-readable file. If you don't know the password, you can't and shouldn't bypass it; that protection exists for a reason. Once the file is unlocked, splitting works normally and you can re-apply a password to the individual output files afterward if you want each separate document to stay protected.
Most splitters bundle the output into a single ZIP archive so you download everything in one click rather than saving each file individually. When you split a 30-page PDF into 30 separate pages, downloading 30 files one at a time would be tedious — a ZIP packages them together, you download once, and you unzip to get all the separate PDFs. The files keep sensible names (usually based on the original filename plus the page or range), so they're easy to identify after extraction. If you only produced two or three files you might download them directly, but for anything more, the ZIP is the efficient path and is the default in a good split tool.
It depends on the tool. Many online splitters upload your PDF to a server, split it there, and send back the results — which means a copy of your confidential document sits on someone else's infrastructure, at least briefly. For a contract, a bank statement, a medical record, or anything with personal data, that upload is the risk. A browser-based splitter like split-pdf is different: it reads the file into your browser's memory, splits it locally in JavaScript, and offers the results for download without anything traveling over the network. For confidential documents, prefer in-browser splitting. You can confirm no upload happens by watching your browser's Network tab while you split a file.
Related articles
How to Extract Plain Text from a PDF (Selectable + Scanned, In Browser)
Pull plain .txt out of any PDF — including scanned ones via OCR. Browser-only, no upload, preserves reading order.
How to Convert PDF Pages to PNG (Transparent, Hi-Res, In Browser)
Turn PDF pages into high-resolution PNG images. Transparent backgrounds supported. Browser-only, no upload, ideal for slides and web.
How to Convert TXT to PDF with Custom Fonts and Margins
Convert plain text files to clean, readable PDFs. Pick fonts, margins, page size. Browser-only, supports UTF-8 and large files.