How to batch print Word documents
Batch printing Word documents can save a lot of time, especially when you’re dealing with reports, invoices, or large sets of files. However, Microsoft Word itself doesn’t offer a single, built-in “batch print” button. Depending on how often you print and how much control you need, there are a few practical ways to get the job done.
This tutorial walks through three common approaches: using File Explorer for quick, one-off printing, using Kutools for Word for controlled and repeat batch jobs, and using a VBA macro for reusable or rule-based workflows.
Batch print Word documents from File Explorer
This is the most straightforward built-in option. You select the documents in File Explorer and send them straight to the printer.
- Put all the Word documents you want to print in the same folder.
- Select the documents you want to print.
- Right-click the selection and click Print. (If you don’t see Print, click Show more options to open the classic context menu.)

Notes:
- On some Windows versions, the Print option may not appear if you select more than 15 files at once.
- This method always uses the default printer and its default printing preferences. If you require specific print settings, configure them in Windows printer settings before printing.
Pros
- Fully built in (Windows)
- Fast for one-off batches
- No setup
Cons
- Batch size limitations on some systems
- Large batches may cause Word to slow down or become unresponsive
Batch print Word documents using Kutools for Word
Kutools for Word includes a dedicated Batch Printing tool that gives you more control over batch print jobs. You can add multiple documents or whole folders (including subfolders), control the print range and order, and run the entire batch from a single interface without opening files individually. It also removes the file number limits of File Explorer printing.
Kutools for Word
Kutools for Word helps you handle everyday document tasks faster with practical tools built right into Microsoft Word—no coding, no complex setup.
- AI writing, polishing, translation, and summarization
- Batch find and replace across documents
- Merge and split Word documents easily
- Batch Word ↔ PDF conversion
- Open Word. On the ribbon, click Kutools Plus > Batch Printing.

- In the Print Specific Pages window, do the following:
- Add documents to print:
- Click Add Files to select specific Word documents.
- Or click Add Folder to include all documents in a folder (and its subfolders).
- Select All Pages under the Print Range section.
- Click Print.
Tips:- Select All Pages in the Print range if you want to print each document in full. Other options allow you to print only the first page, last page, odd or even pages, or a custom page range across all selected documents.
- Enable Print in reverse order to change the page output order, which can help keep printed pages arranged correctly.
- Add documents to print:
When the batch job finishes, Kutools for Word displays a result dialog showing how many documents were printed successfully.

Note:
- Batch Printing uses the default printer set in Word. To print to a different printer, select it in File > Print before running the batch.

Pros
- Easy-to-use interface with clear print options
- Made for batch printing (less manual work)
- Control print range and order for all documents in one place
- No fixed limit on number of files
- Add files or entire folders fast
- Better day to day workflow for repeat printing
Cons
- Requires Kutools for Word to be available
Want a faster way to handle similar tasks in Word? Try Kutools for Word and simplify your daily work.
Batch print Word documents using a VBA macro
Using a VBA macro allows you to control batch printing through code. While it requires initial setup, the macro can be reused to print the same folder or file set consistently, making it suitable for rule-based or repeat workflows. Also, VBA does not have the file count limits seen in File Explorer printing.
- In a new or separate Word document that you do not plan to print, press Alt + F11 to open the VBA editor.
- Click Insert > Module.

- Paste the macro below, then replace
C:\YourFolder\with your own folder path.Sub BatchPrintFromFolder() Dim folderPath As String Dim fileName As String Dim doc As Document ' Set your folder path here (must end with a backslash) folderPath = "C:\YourFolder\" If Right(folderPath, 1) <> "\" Then folderPath = folderPath & "\" fileName = Dir(folderPath & "*.doc*") Application.ScreenUpdating = False Do While fileName <> "" Set doc = Documents.Open( _ FileName:=folderPath & fileName, _ ReadOnly:=True, _ AddToRecentFiles:=False _ ) doc.PrintOut Background:=False doc.Close SaveChanges:=wdDoNotSaveChanges fileName = Dir() Loop Application.ScreenUpdating = True End Sub - Press F5 to run the macro.
All Word documents in the specified folder will be printed at once. (Documents stored in subfolders are not included.)
Notes:
- The macro must run from a separate, non-printed Word document, or the batch will fail.
- Macros must be enabled. If your company blocks macros, this method won’t work.
- This method uses the printer currently selected in Word. If you need to use a different printer, choose it first in File > Print before running the macro.
Pros
- One run prints the whole folder
- No fixed limit on number of files
- Can be customized (filter files, skip names, etc)
Cons
- Macros may be disabled by policy
- Requires basic VBA editing
- Large batches may cause Word to slow down or become unresponsive
Conclusion
If you only need batch printing occasionally, File Explorer is the simplest option. If you print in batches regularly or handle large numbers of documents, Kutools Batch Printing is more convenient and easier to repeat. VBA is not the easiest option, but it can be reused when consistent rules or repeatable behavior are required.
I hope you found this tutorial helpful. If you’d like to explore more Word tips and practical solutions, please click here to browse our full collection of Word tutorials.
Best Office Productivity Tools
Kutools for Word - Elevate Your Word Experience
🤖 Kutools AI Features: AI Assistant / Real-Time Assistant / Super Polish (Preserve Format) / Super Translate (Preserve Format) / AI Redaction / AI Proofread...
📘 Document Mastery: Split Pages / Merge Documents / Export Selection in Various Formats (PDF/TXT/DOC/HTML...) / Batch Convert to PDF...
✏ Contents Editing: Batch Find and Replace across Multiple Files / Resize All Pictures / Transpose Table Rows and Columns / Convert Table to Text...
🧹 Effortless Clean: Sweap away Extra Spaces / Section Breaks / Text Boxes / Hyperlinks / For more removing tools, head to the Remove group...
➕ Creative Inserts: Insert Thousand Separators / Check Boxes / Radio Buttons / QR Code / Barcode / Multiple Pictures / Discover more in the Insert group...
🔍 Precision Selections: Pinpoint Specific Pages / Tables / Shapes / Heading Paragraphs / Enhance navigation with more Select features...
⭐ Star Enhancements: Navigate to Any Location / Auto-Insert Repetitive Text / Toggle Between Document Windows / 11 Conversion Tools...
🌍 Supports 40+ Languages: Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Office Tab - Tabs for Office, Power for You
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!

✨ Kutools for Office – One Installation, Five Powerful Tools!
Includes Office Tab Pro · Kutools for Excel · Kutools for Outlook · Kutools for Word · Kutools for PowerPoint
📦 Get all 5 tools in one suite | 🔗 Seamless integration with Microsoft Office | ⚡ Save time and boost productivity instantly
Best Office Productivity Tools
Kutools for Word - 100+ Tools for Word
- 🤖 Kutools AI Features: AI Assistant / Real-Time Assistant / Super Polish / Super Translate / AI Redaction / AI Proofread
- 📘 Document Mastery: Split Pages / Merge Documents / Batch Convert to PDF
- ✏ Contents Editing: Batch Find and Replace / Resize All Pictures
- 🧹 Effortless Clean: Remove Extra Spaces / Remove Section Breaks
- ➕ Creative Inserts: Insert Thousand Separators / Insert Check Boxes / Create QR Codes
- 🌍 Supports 40+ Languages: Kutools speaks your language – 40+ languages supported!
Table of Contents
- Batch print Word documents from File Explorer
- Batch print Word documents with Kutools for Word
- Batch print Word documents using a VBA macro
- Conclusion
- The Best Office Productivity Tools
Kutools for Word
Brings 100+ advanced features to Word
- 🧩 Overview
- 📥 Free Download
- 🛒 Purchase Now
- 🎁 60-Day Free Trial available




