OfficeM8

Convert Word to TXT

Turn a Word document into a plain text file — just the words, no formatting.

Up to 10 MB.

How it works

  1. Drag and drop your Word (.docx or .doc) file below.
  2. Click Convert to download as a plain text file.

What this tool does to your file

The document’s text is extracted and written as UTF-8 plain text — the words, with all formatting dropped. Line endings are CRLF rather than bare newlines, because a file converted from Word is overwhelmingly likely to be opened on Windows, where the tools that still run a whole document together on one line are exactly the ones a .txt gets handed to; every reader that prefers Unix line endings tolerates CRLF anyway. No byte-order mark is written: the editors a text file actually lands in all detect UTF-8 without one, and a BOM they do not need shows up as stray visible characters at the top of the file. Paragraph breaks survive as blank lines. Tables, images, headers, footers, comments and tracked changes do not — a table becomes its cell contents run together. Accepts .docx and legacy .doc.

What happens to your files

All tools