01 / Fast steps
- Drop or select your .docx files.
- The document appears in the results as soon as it is read.
- Download it as a PDF to keep, print or share.
Drop a Word document and read it right away, with headings, lists, tables, images and footnotes in place. No Word, no Microsoft account, no Office licence, and nothing is uploaded: the file is opened inside your browser and stays on your machine.
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
There are four common causes and only one of them means the file is broken. The computer has no program that reads Word files, which is the normal state of a machine without an Office licence. The file was renamed: a .doc saved with a .docx name, or the reverse, makes Word refuse it before reading anything, and the fix is a rename rather than a repair. The document arrived from the internet or an email and opened in Protected View, which looks like a failure but is a security prompt with an "Enable editing" button. Or the download was truncated, which you can spot because the file is smaller than expected and every program rejects it. This viewer reads the package structure directly, so the first three cases open here without any of the ceremony.
They are two unrelated formats that both hold Word documents. A .doc, used until Word 2003, is a binary compound file: effectively a miniature file system holding a raw stream of characters plus separate tables that describe 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. A .docx, from Word 2007 onward, is a ZIP archive of XML files following the Open XML standard, which is why other software can read it and why it compresses far better. The practical consequences: a .docx opens in many more programs, a damaged .docx can often be partly recovered by unzipping it, and current Office blocks .doc files by default because their complexity made them the favourite vehicle for macro viruses. If your file is the older kind, the DOC Viewer handles it.
Several ways, and they differ mainly in what they cost you in privacy. This page reads the file in your browser with nothing to install and no account. LibreOffice Writer opens and edits .docx for free on Windows, Mac and Linux, and is the right answer if you need to write rather than read. Word for the web and Google Docs are free to use but require an account and, more importantly, require uploading the document to a company server before you can see a word of it. For reading a contract or a CV that someone sent you, staying inside your own browser is the option that involves no licence, no sign-up and no copy of your document sitting on somebody else's disk.
A ZIP archive. Rename one to .zip and you can open it: the text lives in word/document.xml, the pictures in word/media, the list definitions in word/numbering.xml. That format, Office Open XML, became a standard in 2006 and replaced the old binary .doc. It is why a .docx can be read without Microsoft software at all, and why a corrupted .docx often fails with a ZIP error rather than a Word one. It also means an apparently empty document can still contain its images: unzip it and look in word/media.
Because the layout is not in the file. A .docx stores the content and the styles, not the result: where a line wraps and where page four begins are computed by Word when it opens the document, from the font metrics, the page size and the printer settings. Two versions of Word can paginate the same file differently, and so can the same version on a machine that lacks the font the document asks for. This viewer shows the content and its structure faithfully and does not pretend to know where Word would have broken the pages.
Yes. Tables are rebuilt as real tables, with merged rows and columns, repeated header rows, cell shading and whatever sits inside the cells, including lists and nested tables. Every embedded picture travels into the PDF, so the downloaded file stays self-contained. The exception is EMF and WMF, two Windows metafile formats that no browser can draw: those are skipped rather than shown as a broken image.
Word records revisions inside the document itself rather than in a separate history. An insertion is wrapped in a w:ins element around the runs that were added, a deletion keeps the original runs but renames their text element to w:delText so the words are still in the file while no longer being part of the document, and each carries the author and the timestamp. That is why a file with changes still pending is genuinely larger than the same file after accepting them, and why deleted text remains readable to anyone who unzips the package: hiding a paragraph with a strikethrough is not the same as removing it. This viewer shows them, because hiding them is the failure mode that matters: someone opening a revised contract is opening it for the revisions, and a proposed deletion that quietly disappears is one nobody can argue with. Insertions are underlined, deletions struck through, moved text carries a double line, each author has a colour, and hovering a change names the author and the date. The plain text copy marks them too, as [-deleted-] and {+inserted+}.
No. The ZIP is opened and the XML parsed by JavaScript in your browser tab. This is the whole point of the tool: the documents people cannot open are usually contracts, CVs, medical letters and legal drafts, and every viewer that asks you to upload one receives a full copy of it, keeps it for as long as its retention policy says, and can be compelled or breached like any other server. Here there is no copy to lose, and you can confirm it in the browser network panel while you use the page.