How to delete pages from a PDF without Acrobat
4 min read
Deleting a page from a PDF is the kind of thing that ought to be free, and for years it effectively was not. Acrobat Pro is a monthly subscription, most free desktop editors bundle something you did not ask for, and the free websites want your document on their servers. Here is the straightforward way.
Why this used to be hard
PDF was designed as a final-form format — something you print or read, not something you edit. The specification never made page removal a first-class operation, so for a long time the only reliable tools were expensive ones.
Adobe Acrobat Pro remains the reference implementation and costs a recurring subscription fee, which is difficult to justify if you delete a page twice a year. Meanwhile browsers became powerful enough to read and rewrite PDF files directly, which is what makes a free, private version of this possible at all.
Deleting the pages
The marking step is deliberate. You see exactly which pages are going before anything happens, and you can unmark one you clicked by mistake. Nothing is irreversible until you press the button — and even then, your original file is untouched on your device.
- 1Open the Remove pages tool and choose your PDF.
- 2Click the thumbnails of the pages you want gone — they are marked, not deleted yet.
- 3Or type the page numbers in the box: 3, or 3-7, or 3,9,14-16.
- 4Check what is marked, then confirm and download the result.
Remove or extract?
These two do the same job from opposite ends, and choosing well saves you a lot of clicking.
| Situation | Better tool | Why |
|---|---|---|
| Delete 3 pages from a 100-page report | Remove pages | You select 3 things instead of 97 |
| Keep 4 pages out of 60 | Extract pages | You select 4 things instead of 56 |
| Delete pages and reorder what is left | Organize | Both operations in one pass, with drag and drop |
A quick rule: whichever set is smaller — the pages you are keeping or the pages you are dropping — is the set you should be selecting.
What actually happens to the file
The pages you keep are copied into a new document exactly as they were. Text stays selectable, images keep their resolution, and nothing is re-compressed. This is a lossless operation for everything that survives.
File size falls roughly in line with how much you removed, though not precisely — embedded fonts and other shared resources are carried across whole even if only one remaining page uses them.
Bookmarks pointing at deleted pages go with them, and interactive form fields do not reliably survive being copied between documents. If your PDF is a fillable form, fill it before editing the page structure.
Deleting blank pages specifically
If your unwanted pages are the empty backs produced by a double-sided scanner, do not hunt for them by hand. There is a dedicated tool that finds them by measuring how much ink is on each page and marks them all in one pass.
That matters for long documents. Manually finding thirty blanks scattered through a sixty-page scan is exactly the sort of tedious job where people miss one and only notice after sending the file.
Check before you send
- 1Open the result and confirm the page count is what you expected.
- 2Check the pages either side of each deletion — that is where a mistake shows up.
- 3If the document has printed page numbers or a table of contents, remember that removing pages does not renumber anything.
- 4Keep the original until you are satisfied with the result.
If the document is a legal filing, a tender submission or anything else that has been paginated for an official process, removing pages can break references elsewhere in the bundle. Check what depends on the numbering before you edit it.
Why local processing matters here
People delete pages from documents that are personal by nature: removing a bank statement page before sharing the rest, taking a private annex out of a contract, dropping an appendix that contains someone else's details.
Uploading the whole document to a server in order to remove the confidential part of it is self-defeating. This tool reads the file on your device and writes the result on your device, so the pages you are trying to keep private never travel anywhere. As always, you can verify that by loading the page, going offline, and doing the job anyway.
Try it now — free and private
The tool runs entirely in your browser. Your file never leaves your device.
Common questions
Tools mentioned in this guide
Latest articles
- How to compress a PDF for WhatsAppShrink a PDF so it sends quickly on WhatsApp without eating mobile data — and without uploading your document to anyone's server.
- How to merge PDF files without uploading them anywhereCombine several PDFs into one document that never leaves your device — and learn how to check that claim for yourself.
- PDF too large to email? Five fixes, rankedGmail stops at 25 MB and many company inboxes at 10 MB. Here is what actually works when your PDF will not send, in the order worth trying.