viewhack

Open a Word or OpenDocument file without Word

Someone sent you a .docx and this phone, Chromebook or borrowed PC has no Word. Drop it here to read it with its headings, lists, tables and pictures. You also see every comment and tracked change still inside it, and whose name is on it.

The document is read on your device. It is never uploaded, and its macros never run.

What it shows

What it cannot do

Useful to know about Word and ODT files

A .docx is a ZIP of XML files
The text is in word/document.xml, pictures are in word/media/, comments in word/comments.xml, and the author and dates in docProps/core.xml. Rename a copy to .zip and any unzip tool shows the parts. A .docm is the same plus word/vbaProject.bin, which holds the macros. A .dotx is a template.
An .odt works the same way
LibreOffice Writer's format is a ZIP too. The text is in content.xml, pictures in Pictures/, and the author, dates and statistics in meta.xml. In meta.xml, meta:initial-creator is the person who created the file and dc:creator is the person who saved it last.
Deleted text is still in the file
With Track Changes on, “deleting” a sentence only marks it deleted. The words stay in document.xml in <w:del>, with the editor's name and the time, until someone accepts the change. Comments stay too. Word's File › Info › Inspect Document removes both.
Why a document might fetch something
Word follows an INCLUDEPICTURE field or a linked picture to a web address when it opens or updates the file. That tells the server when the document was opened and from which IP address, which is how “canary” and tracking documents work. An attached template on a web address is a known phishing trick called template injection: Word downloads the template, and the template can carry macros. viewhack lists these addresses and never contacts them.
Dates
Word stores the created and modified times in UTC (2026-09-21T16:30:00Z), and they are shown that way. LibreOffice stores the saver's local time with no time zone. That is shown as written and labelled so.