How-To GuidesMarch 16, 2026
Meidy Baffou·LazyPDF

How to Split a PDF by File Size

Large PDF files create practical problems: email servers reject attachments over 10–25 MB, upload portals have strict file size limits, messaging apps compress or block large attachments, and storage systems flag oversized files. When you need to deliver a document that exceeds a size limit, splitting it into smaller pieces that individually fit within the constraint is often the most practical solution. Splitting by file size is trickier than splitting by page count because the file size per page varies — a page with a high-resolution photograph might be 5 MB, while a text-heavy page might be 50 KB. To hit a specific target file size, you need to either work iteratively (test splits and adjust) or compress the document first to reduce the per-page size before splitting. This guide covers both approaches: compressing first to avoid splitting if possible, and splitting by page range with size estimation when compression alone isn't enough.

Try Compressing Before Splitting

Before splitting a large PDF, try compressing it. Ghostscript compression (used by LazyPDF) often reduces file sizes by 60–80% for documents with embedded images, scanned pages, or graphics. A 25 MB scanned contract might become 5 MB after compression — small enough for email without splitting. A 50 MB presentation deck might compress to 12 MB, small enough for most upload portals. Upload your PDF to LazyPDF's compress tool and check the output file size. If the compressed file fits within your target limit, you're done — no splitting needed. If the compressed file is still too large, you now have a more efficiently sized document to split, which means each resulting piece will be smaller and you'll need fewer pieces to cover the full document.

  1. 1Upload your large PDF to LazyPDF's compress tool.
  2. 2Download the compressed file and check its size.
  3. 3If it meets your limit, you're done. If not, proceed to splitting the compressed version.
  4. 4Always split the compressed version rather than the original to minimize the number of pieces.

Estimating Page Ranges by File Size

PDF file size is not evenly distributed across pages. To estimate how many pages fit within a target file size, start with a rough calculation: total file size divided by total pages gives you an average bytes per page. For a 30 MB, 60-page document, that's roughly 500 KB per page on average. To create 10 MB pieces, you'd expect about 20 pages per piece. But this is just an average — image-heavy pages will be larger and text pages will be smaller. For a more accurate approach, extract a small range first and check its size. Extract pages 1–10 of your document using LazyPDF's split tool, check the output file size, and scale accordingly. If pages 1–10 produce a 4 MB file, a 10 MB limit lets you fit about 25 pages per piece. Adjust your page ranges based on what you observe from the first test extraction.

Splitting into Equal Page-Range Pieces

Once you've estimated how many pages fit within your target file size, split the document into pieces using those page ranges. LazyPDF's split tool allows you to specify the start and end page for each extraction. Process your document in chunks matching your estimated page count per piece. For a 60-page document where each 20-page section fits under 10 MB: extract pages 1–20, download; extract pages 21–40, download; extract pages 41–60, download. Verify each output file size meets your limit. If a particular section is image-heavy and exceeds the limit, narrow the range for that section and compensate by including more pages in adjacent sections with lighter content.

Labeling and Reassembling Split PDFs

When you split a document for delivery purposes, clear labeling prevents recipient confusion about order, completeness, and content. Name split files with a consistent pattern that indicates which part they are: 'Report_Q1_2025_Part1of3.pdf', 'Report_Q1_2025_Part2of3.pdf', 'Report_Q1_2025_Part3of3.pdf'. Including the total part count (1of3, 2of3) prevents recipients from wondering if they have all the pieces. When delivering split documents, send them together with a short note explaining that the document was split due to file size constraints and listing all parts. For email delivery, attach all parts to the same email so the recipient gets everything in one thread. If the platform requires individual uploads, upload them in order and confirm the recipient has all parts before they begin reviewing. If the recipient needs to reassemble the pieces, share the merge link to LazyPDF so they can combine the parts back into a single document.

Frequently Asked Questions

Is there a tool that automatically splits PDFs by file size?

Some PDF tools (Adobe Acrobat Pro and a few desktop applications) offer split-by-file-size as an option. This is more convenient than manual page-range splitting because the tool automatically calculates how many pages fit under your specified size limit. LazyPDF currently splits by page range rather than by file size directly. The workaround is to estimate your page ranges using the method described in this guide: compress first, extract a test range, measure the output size, and scale accordingly.

Why is my PDF still too large after compression?

If a PDF remains very large after compression, it likely contains many high-resolution images, embedded fonts with large file sizes, or high-quality scans that can't compress much further without losing quality. In these cases, splitting is the right approach. Another possibility is that the PDF already uses compression internally (newer PDFs often do), so additional compression yields minimal reduction. For scanned documents, lowering scan resolution at the source (if you control the scanner) is more effective than compressing a high-DPI scan after the fact.

Can the recipient reassemble split PDFs back into one?

Yes. Anyone receiving split PDF parts can merge them back into a single document using LazyPDF's free merge tool. They upload all parts in the correct order (Part 1, Part 2, Part 3) and download the merged result. This is entirely free and requires no account. Including a note in your delivery message pointing recipients to lazy-pdf.com/merge ensures they can easily reassemble the document if needed.

Split your large PDF into smaller pieces or compress it first — both free with LazyPDF.

Split PDF Free

Related Articles