How to batch convert PDF files on Windows
Three ways to batch convert PDF files on Windows, what each free option actually covers, and the mistakes that quietly ruin a folder of 200 documents.
Written by the team building DoC Toolbox, every PDF tool you need, running on your own PC.
Converting one PDF is a solved problem. The moment you need to batch convert PDF files — a folder of invoices, a year of reports — you discover that half the tools advertising conversion do it strictly one file at a time, and the other half want a subscription for the privilege of doing it unattended.
Here is what your options actually are on Windows, what the free ones really cover, and the failure modes that turn a saved afternoon into a lost one.
"Batch" means three different things
Vendors use the word for all of these, and they are not interchangeable:
- A queue. You select many files, the tool processes them one after another, unattended. This is what most people want.
- A watched folder. Anything dropped in is converted automatically and forever. Useful for a recurring pipeline, overkill for a one-off.
- A merge. Several inputs, one output. Sometimes labelled "batch", and it is a different operation entirely — that is merging PDFs.
If you have a folder of invoices to turn into Word documents, you want the first. Check the tool does that before you install it.
What Windows gives you for free
Not much, honestly, and it is worth being clear about where the built-in options stop.
Print to PDF converts into PDF, one document at a time, from whatever app opened it. There is no built-in way to point Windows at a folder and convert it.
PowerShell can drive Word or Excel through COM automation to convert Office files to PDF in a loop. It works, it is free, and it is a genuine scripting job with a genuine maintenance cost. If you already write PowerShell, you know whether this is worth it.
Excel's Get Data → From PDF handles the PDF-to-spreadsheet direction, one file at a time, which is fine for a couple of documents — see converting a PDF bank statement to Excel for where that route holds up and where it does not.
The third-party options
The honest way to compare these is not by feature count but by what you are committing to:
| Batch | Runs locally | Model | |
|---|---|---|---|
| Free desktop converters | Yes | Usually | Free |
| Online converters | Often capped | No | Free tier, then paid |
| Acrobat Pro | Yes | Yes | Subscription |
| DoC Toolbox | Yes, in Pro | Yes | $9.99 once |
Where DoC Toolbox fits
DoC Toolbox is ours, so read this with that in mind.
It converts between 27 formats locally, and batch processing is part of the $9.99 one-time Pro tier along with OCR, compression, encryption and full editing. The case for it is not that it batches better than a free tool — it is that if you also need scanned documents made searchable, or oversized files compressed to send, those are in the same purchase rather than three more subscriptions. If all you will ever do is convert a folder of Word files to PDF, a free converter is the right answer and we would rather say so.
Everything it does happens on your PC. For a folder of client invoices or contracts, that is not a nice-to-have — see the free Adobe Acrobat alternatives for how the options compare on that axis.
The mistakes that cost you the time you saved
Mixed inputs. A folder holding .docx, .xlsx and .pdf will not
convert cleanly in one pass, because the correct target differs per type. Sort
the folder first, then run one batch per type.
Scans in the pile. A scanned PDF converted to Word or text produces a file with no words in it. Nothing errors. Run OCR across those first — the searchable PDF guide covers it.
Name collisions. invoice.pdf in two subfolders becomes one output file
if the tool flattens the structure. Check whether output keeps the folder tree
before you point it at anything nested.
Not counting. The single most useful check: 200 files in, 200 files out. If the numbers differ, something was skipped silently, and it is far cheaper to find that now than in a fortnight.
Running it on the originals. Copy the folder first. A batch operation is fast, unattended and hard to undo.
Common questions
Can I batch convert PDF files without installing anything?
Only through an online service, which means uploading every file. For a folder of anything confidential that is the trade you are making, and it is usually the wrong one.
Does Windows have a built-in batch converter?
No. Print to PDF converts one document at a time from within an app, and there is no folder-level conversion anywhere in Windows. Everything else is a script or a third-party tool.
How many files can I convert at once?
With a local tool, as many as the folder holds — the limit is disk and time, not policy. Online services usually cap the count or the total size on free tiers, which is what the paid tier exists to lift.
Will batch conversion reduce quality?
Conversion is conversion; doing it to a hundred files does not make each one worse. Compression is the setting that affects quality, and it is separate — see compressing a PDF without losing quality.
Can I convert PDFs to Word in bulk?
Yes, and it is one of the most common batch jobs. The same caveat as any PDF to Word conversion applies: the text comes across reliably, the layout only approximately.
What is the fastest way to batch convert PDF documents?
A local desktop tool, because there is no upload and no download for each file. On a folder of any size, transfer time dominates everything else — which is why a web converter that feels quick for one file feels glacial for eighty.
Should I pay for this?
Only if you do it regularly, or if you need OCR, compression or editing alongside it. For a one-off folder conversion, a free desktop tool is enough, and anyone telling you otherwise is selling something.