DOC Viewer

Drop a Word 97-2003 document and get its text back, in the right order, without installing anything.

drop your files anywhere in this area

Your files never leave your device.

DOC

01 / Fast steps

  1. Drop or select your .doc files.
  2. The text is reconstructed and shown in the results.
  3. Copy it, or download it as a PDF ready to read and print.

02 / Best for

  • Read an old document that current Office refuses to open for security reasons.
  • Recover the content of a file written twenty years ago.
  • Get the text out of an archive of legacy documents.

03 / Why here

  • The text comes out in reading order, not in storage order, which is the difference between a readable document and a jumble of deleted fragments.
  • Deleted text left behind inside the file is not shown, so you read the document as it was saved.
  • Old documents are often personal or legal archives: this runs in your browser and uploads nothing.

04 / Keep in mind

  • Text only: bold, fonts, colours and paragraph styles are not recovered.
  • Table cells are separated by tabs, and images are skipped.
  • Documents from Word 6 and Word 2 are older than this format and may fail to open.

Good to know

Questions & answers

01

Word says it blocked this file. What does that mean?

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.

02

How do I open an old .doc file today?

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.

03

Why is a .doc file so hard to open today?

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.

04

Why do some tools show garbled text from a .doc?

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.

05

Can I get the formatting too?

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.

06

Is my document uploaded anywhere?

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.