01 / Fast steps
- Drop or select your .doc files.
- The text is reconstructed and shown in the results.
- Copy it, or download it as a PDF ready to read and print.
Drop a Word 97-2003 document and get its text back, in the right order, without installing anything.
Your files never leave your device.
01 / Fast steps
02 / Best for
03 / Why here
04 / Keep in mind
Tool connections
Just converted a file here? Click a tool that reads it and your new file is handed over automatically, no re-upload needed.
Good to know
It means Word opened the file, recognised it as a legacy format, and refused it on policy rather than because anything is wrong with it. The message usually reads that the file type is blocked by your File Block settings, and it appears because Microsoft disabled several old formats by default in 2017: their complexity made them the standard delivery vehicle for macro viruses, so blocking them wholesale was cheaper than making them safe. You can re-enable the format in the Trust Center, but if you only need to read the document that means lowering a security setting for one file. Reading it here avoids the trade entirely, because this page extracts text and never executes anything the file carries.
Three routes work. This page reads it in your browser and gives you the text, which is enough when you need the content rather than the layout. LibreOffice Writer opens .doc files properly, with formatting, for free on Windows, Mac and Linux, and is the right answer if you need to edit or print the document as it looked. Current Word can open them too once the format is re-enabled in the Trust Center, though on a managed work machine that setting is often locked by your IT policy. Google Docs will also import one, at the cost of uploading the document first.
Because it is not a document format so much as a memory dump of the program that wrote it. A .doc is a Compound File Binary container, a small file system holding a stream of characters plus separate binary tables describing formatting by byte range. It was designed for fast saving on 1990s hardware, not for being read by other software, and Microsoft only published the specification in 2008. Current Office also blocks these files by default, because that same complexity made them a favourite vehicle for macro viruses.
Because they read the character stream from beginning to end. Word never rewrote that whole stream when you saved: it left deleted text where it was and appended new text at the end, then updated a piece table saying which byte ranges make up the document in reading order. Ignore the piece table and you get deleted sentences interleaved with real ones, in the wrong order. This tool follows the piece table, which is why the result reads as the document rather than as its history.
Not here, and the reason is a deliberate choice. Formatting lives in structures separate from the text, keyed by byte offsets into the same stream, and misreading them by one position corrupts the text itself rather than merely losing a style. Recovering the words reliably is worth more than recovering the bold with a risk of scrambling the sentence. If you need the layout, the file has to go through a real word processor: LibreOffice opens these for free.
No. The container is parsed by JavaScript in your browser tab and the text is written straight to your disk. Legacy .doc files usually come out of personal or company archives, which is exactly the kind of material that should not be handed to a converter site to be read once.