Convert Word to Text
Convert Word documents to Text free, in your browser. No upload, no account, no watermark.
Runs in your browser. Nothing is uploaded.Change the format. Drop an image, a PDF or a Word document.
- JPG · PNG · WebP · Text · Word
- Word
- PDF · Text
Your files are processed by your own browser and never sent to a server. Open your browser's network tab and convert one, there is no upload to see.
How to convert Word to Text
- Drop your Word files onto the box above, or paste them with Ctrl+V.
- Your browser does the work on your own machine.
- Save each file from its tile, or take them all at once.
Word and Text side by side
| Word | Text | |
|---|---|---|
| Where it came from | 2007, when Office moved to an XML format | Older than the web, and unchanged since |
| Where it opens | Word, Google Docs, LibreOffice and Pages | Everything that can read a file at all |
| Best at | A document still being written, where the structure has to stay editable | Words you want to search, script against, or keep for decades |
About Word
A .docx describes a document rather than a page: this is a heading, this is a list. That is what makes it editable.
Worth knowing: Only .docx is read. The older .doc format is a different, undocumented binary.
About Text
Just the words, in a .txt file. No fonts, no layout, nothing to go wrong.
What survives and what does not
The words survive, in order, with the paragraph breaks between them. Headings become ordinary lines and list items keep their bullet or number as literal characters, because a .txt file has no idea what a heading or a list is. Everything else goes: fonts, sizes, bold and italic, colours, tables, images, headers, footers and page numbers. None of that is text, so none of it can be in a text file.
That is usually the reason to do it. Plain text is the format nothing can misread and nothing can quietly reformat, which makes it the right thing to paste into code, feed to a script, search with ordinary tools, or keep for a decade.
Only .docx is read here. The older .doc is a different, undocumented binary format from a time when Microsoft did not publish one, and nothing in a browser can open it. Word itself will save a .doc as .docx in a few seconds, and then this works.
Other conversions
Word also converts to PDF.
Text also comes from PDF.