How to convert a PDF to Word and keep the formatting
Updated 2026-08-14 · 7 min read
Short answer: Microsoft Word converts PDFs itself: File → Open, choose the PDF, and accept the prompt. Google Docs does the same through Drive. Both rebuild single-column text well and struggle with multi-column layouts, text boxes and tables. If nothing is editable afterwards, the PDF is a scan and needs OCR first.
You do not need a converter website for this. The best PDF-to-Word converter most people already have is Microsoft Word, and the second best is Google Docs. Both are free at the point of use if you already have the software.
Method 1: Let Word do it
Word 2013 and every version since ships with a PDF reflow engine. It reads the PDF, works out paragraphs, headings, lists and tables from the glyph positions, and writes a real .docx.
- Open Word first Do not double-click the PDF, that opens your PDF viewer. Launch Word, then File → Open → Browse.
- Select the PDF Change the file type filter to All Files if the PDF is greyed out, then choose it.
- Accept the conversion prompt Word warns: "Word will now convert your PDF to an editable Word document. This may take a while." Click OK. A 200-page document can take a few minutes.
- Check the structure immediately Turn on the navigation pane (View → Navigation Pane). If your headings appear there, Word recognised the heading styles and the document will behave normally. If it is empty, everything came in as body text.
- Fix the paragraph marks Turn on ¶ (Home → Show/Hide). Converters sometimes insert a paragraph break at every line instead of at every paragraph. Use Find and Replace with ^p^p → §, then ^p → space, then § → ^p to repair it in one pass.
- Save as .docx File → Save As and choose Word Document (*.docx). Until you do this you are still working on a converted view.
Note: Word for Mac supports the same conversion, and so does Word on the web when the file is in OneDrive, right-click the PDF in OneDrive and choose Open in Word. Word for iPad and Android do not convert PDFs.
Method 2: Google Docs
Upload the PDF to Google Drive, right-click it, and choose Open with → Google Docs. Drive converts it into a Docs document. This is often better than Word for messy files because Docs is more willing to throw the layout away and give you clean, correctly-ordered text. It is worse for tables, which frequently come through as loose paragraphs.
Google Docs also runs OCR automatically on scanned PDFs, up to about the first ten pages, which makes it a fast way to test whether a scan is recoverable at all. Download the result with File → Download → Microsoft Word (.docx).
Why the layout breaks
This is worth understanding, because it tells you when to stop fighting. A PDF page is a list of drawing instructions: put this glyph at this coordinate in this font at this size. It does not record that three glyphs form a word, that a run of words is a heading, or that a group of lines is a table. All of that is inferred by the converter.
| Element | Usually survives | Why |
|---|---|---|
| Single-column body text | Yes | Line grouping from coordinates is reliable |
| Bold, italic, font size | Yes | Stored per text run in the PDF |
| Headings as Word styles | Sometimes | Inferred from font size jumps; no style names exist in the PDF |
| Bulleted and numbered lists | Sometimes | Bullets are just characters at a coordinate |
| Simple ruled tables | Often | Detected from the drawn lines |
| Borderless tables | Rarely | Nothing marks the cell boundaries |
| Two- and three-column layouts | Rarely | Reading order is guessed and often interleaves the columns |
| Text boxes, pull quotes, sidebars | No | Land in arbitrary positions in the flow |
| Headers, footers, page numbers | Poorly | Repeat as body text on every page |
| Vector charts | As a picture | No underlying data to rebuild |
What survives a PDF to Word conversion.
Watch out: Be honest with yourself about the source. A PDF exported from a designer laid-out brochure will never come back as a clean Word file, from any tool at any price. If you need that content, extract the text and rebuild the layout deliberately. It is faster than fixing 400 stray text boxes.
When the PDF is a scan
Test in two seconds: open the PDF and try to drag-select a sentence. If nothing highlights, there is no text layer. The page is a picture and there is nothing for a converter to convert, you will get a Word document containing one image per page.
The fix is OCR, which recognises the characters in the image and writes a real text layer underneath. Do that first, then convert. The full method is in how to OCR a scanned PDF, and making a PDF searchable covers the accuracy you can expect.
No selectable text? Run OCR first, then convert.
What a browser tool can and cannot do
A browser-based converter runs entirely on your machine, which is the right answer for a confidential document you do not want to upload. It reliably recovers the text content, reading order, and basic paragraph structure, that is genuinely useful and it is what most people actually need. It cannot reproduce a complex print layout in Word, because doing that well requires the heavy layout-analysis engines that Acrobat and dedicated server converters run.
So: use the browser converter when you want the words back without uploading anything. Use Acrobat Pro (Export To → Microsoft Word) when the layout genuinely has to be preserved and you have a licence. Anyone claiming pixel-perfect layout conversion in a web page is overselling.
| Situation | Best option |
|---|---|
| Plain report, you have Word | Word File → Open |
| Messy file, you want clean text | Google Docs via Drive |
| Confidential document | Browser converter, no upload |
| Layout must be preserved exactly | Adobe Acrobat Pro, Export To → Word |
| Scanned pages | OCR first, then any of the above |
| You only need the words | Extract the text instead |
Choosing a method.
Tip: Before converting a 300-page document, convert the first 10 pages and inspect the result. Extract a page range to make the sample. Five minutes of testing saves an afternoon of cleanup on a method that was never going to work.
Frequently asked questions
How do I convert a PDF to Word for free?
Open Word, then File → Open and select the PDF. Word converts it and asks for confirmation. If you do not have Word, upload the PDF to Google Drive and open it with Google Docs, then download as .docx. Both are free with an account you likely already have.
Why does my converted Word document look wrong?
A PDF records glyph positions, not document structure, so the converter has to infer paragraphs, columns and tables. Multi-column layouts, text boxes and borderless tables are guessed badly. Single-column documents convert well; magazine layouts never do.
Can I convert a scanned PDF to Word?
Only after OCR. A scan is a picture of text, so a converter has nothing to read and gives you a Word file with one image per page. Run OCR to create a text layer first, then convert. Expect 95-99 percent accuracy on a clean 300 DPI scan.
Is it safe to convert a PDF to Word online?
Most online converters upload your file to a server, which is unacceptable for contracts, medical records or anything under NDA. A browser-based converter does the work in your own tab so nothing is transmitted. Word and Google Docs are also reasonable if you already trust those accounts.
How do I stop each line becoming its own paragraph?
Turn on formatting marks with Home → Show/Hide ¶. Then run Find and Replace three times: ^p^p to §, then ^p to a single space, then § back to ^p. That collapses line breaks while keeping real paragraph breaks.