Quick fix: Open Printer properties → Device Settings tab, find Separator Page, and set to (none). The separator page feature inserts a blank page between print jobs — useful in shared printers, annoying for home use.
Every document you print produces an extra blank page at the end. Sometimes at the beginning. The document itself ends correctly — the extra page is added by the print driver or by Windows’ print spooler. Common causes: separator pages enabled, a driver bug that misinterprets page ranges, or app-side blank page added by the document layout.
Affects: Windows 11 (and Windows 10) print drivers on USB and network printers.
Fix time: ~5 minutes.
What causes this
Three sources of extra blank pages: Separator page setting: a feature designed for shared printers — Windows inserts a banner page identifying the print job. Often enabled by default on some installations. Document trailing whitespace: Word and other apps sometimes include an empty trailing paragraph that triggers a new page. Driver mode mismatch: PCL5 vs PCL6 vs PostScript drivers handle end-of-job differently; the wrong choice can add a blank page.
Method 1: Disable separator page
The most common single fix.
- Open Settings → Bluetooth & devices → Printers & scanners.
- Click your printer.
- Click Printer properties.
- Switch to the Advanced tab.
- Click Separator Page. If a file path is shown, the separator page is enabled.
- Click Browse → click Cancel to clear, or manually clear the file path field.
- Click OK (or click Separator Page button again to remove).
- For most home users: ensure no separator page file is configured.
- Click Apply → OK.
- Print a test page. The extra blank should be gone.
This handles the most common cause.
Method 2: Check document for trailing blank pages
Use when separator page isn’t configured but blank pages still appear.
- In Word: open the document. Press
Ctrl + Endto jump to the very end. - If the cursor lands on a blank page after the actual content, there are extra paragraphs. Press
Backspacerepeatedly to remove them until the cursor is at the end of the last visible content. - For section breaks producing blank pages: View → Navigation Pane. Click Pages tab. Look for a final blank page thumbnail. Right-click → Delete.
- For Excel: ensure your print area is set correctly: Page Layout → Print Area → Set Print Area. Auto-detected print areas sometimes include empty cells beyond your data.
- For PDFs: open in a PDF reader, check the last page. If it’s blank, use PDF editing tools to delete it before printing.
- Print again — extra blank should be gone.
This catches cases where the blank page is actually part of the document.
Method 3: Switch print driver mode (PCL5/6/PostScript)
Use when the blank page persists after Methods 1 and 2 — the driver itself is the issue.
- Many printers come with multiple driver modes. Check your printer’s downloads page.
- For HP: try the HP Universal Print Driver (UPD) PCL6 if you’re on UPD PCL5. Or switch from UPD to model-specific driver.
- For Brother: switch between BR-Script (PostScript), PCL6, and the specific driver bundle.
- For Canon: try the UFR II driver vs PCL6 driver.
- Steps to switch:
- Settings → Bluetooth & devices → Printers & scanners → (your printer) → Printer properties → Advanced tab → New Driver.
- Pick the alternate driver. Apply.
- Print a test page. If the blank page is gone with the new driver, that driver is the right choice.
- Different driver modes handle PostScript page boundaries differently — switching often resolves driver-side trailing blanks.
This is the right approach when the document is clean and separator page is off but blanks persist.
How to verify the fix worked
- Print a single-page test document. Exactly one page comes out.
- Print a 5-page document. Exactly 5 pages come out, no trailing blank.
- Open Printer properties → Advanced. Separator Page field is empty.
If none of these work
If extra blank pages persist despite all three methods, three causes remain. Always-blank-last-page driver feature: some duplex-capable printer drivers add a blank page to ensure paper feed alignment for two-sided documents printed in “one-sided” mode. Check Printer Preferences for an option like “Print blank pages” or “Print blank back of last page in duplex” — disable. Form feed in document: some scanned documents or RTF files contain explicit form-feed characters that force page breaks. Open the document in a text editor to inspect (for plain text/RTF). Postscript prologue/epilogue: PostScript drivers add header/footer pages in some modes. Switch to PCL or the printer’s native driver mode if available.
Bottom line: Extra blank pages come from separator-page setting, document trailing whitespace, or driver mode — disable separator page first, clean up document, switch driver mode if needed.