About DOCX Files
Word Document
DOCX is the modern Microsoft Word format based on Open XML. It is the most widely used word processing format in business and education, supporting rich text, images, tables, and macros.
Family
Documents & Text
Extension
.docx
MIME Type
application/vnd.openxmlformats-officedocument.wordprocessingml.document
Can Use As
HOW DOCX
CAME TO BE.
DOCX is the XML-based successor to the legacy binary .doc format that ruled office work from 1983. When Microsoft shipped Office 2007 they also shipped "Office Open XML" — a zipped bundle of XML files describing the document structure, styles, and content. The goal was interoperability and smaller files: the new format compressed about 75% better than the old binary .doc.
ECMA standardized Office Open XML as ECMA-376 in 2006 and ISO followed in 2008 (ISO/IEC 29500). Despite public debate about whether Microsoft's variant or the ODF alternative should win, DOCX became ubiquitous — every modern word processor, from LibreOffice to Google Docs to Apple Pages, reads and writes it.
CURIOSITIES &
TRIVIA.
A .docx file is actually a ZIP archive — rename it to .zip and you can browse its XML guts.
Inside, document.xml holds the text; styles.xml holds formatting; media/ holds embedded images.
The OOXML specification is over 6,000 pages — one of the longest ISO standards ever ratified.
Microsoft Word can open a DOCX file that is technically invalid XML, silently repairing it.
The "track changes" feature stores every edit in a separate XML namespace inside the document.
STRENGTHS &
LIMITATIONS.
Strengths
- Much smaller than the legacy .doc format thanks to ZIP compression.
- Human-readable XML inside — automated extraction and manipulation is straightforward.
- Preserves formatting, images, tables, footnotes, comments, and track changes.
- Supported natively by Word, LibreOffice, Pages, Google Docs, and most modern editors.
- ISO/IEC 29500 standardized — not locked to a single vendor.
Limitations
- Subtle formatting drifts when opened in non-Microsoft editors (fonts, line spacing, tab stops).
- Macros and embedded scripts make older .docm variants a common malware vector.
- Complex layouts with floating objects often reflow unpredictably.
- Version compatibility matters — Word 2007 cannot open some Word 2019 features cleanly.
Typical Sizes & Weights
Short letter (1 page)
15–30 KB
Academic paper (20 pages, no images)
80–200 KB
Report with several images (30 pages)
1–5 MB
Dissertation with figures (200 pages)
10–30 MB
Technical Specifications
- MIME type
- application/vnd.openxmlformats-officedocument.wordprocessingml.document
- Container
- ZIP archive (Office Open XML)
- Standard
- ISO/IEC 29500, ECMA-376
- Released in
- Microsoft Office 2007
- Legacy predecessor
- .doc (binary, OLE Compound File)
CONVERT FROM
DOCX
CONVERT TO
DOCX
Common Use Cases
Business documents, reports, letters, resumes, academic papers.
Related Formats
Popular comparisons
DOCX vs PDF
Differences, file size, and when to choose each format.
DOCX vs JPG
Differences, file size, and when to choose each format.
DOCX vs PNG
Differences, file size, and when to choose each format.
DOCX vs ODT
Differences, file size, and when to choose each format.
DOCX vs TXT
Differences, file size, and when to choose each format.
DOCX vs MD
Differences, file size, and when to choose each format.
Popular DOCX conversions
The most-requested destinations when starting from DOCX.
Frequently Asked Questions about DOCX
Frequently Asked Questions
DOCX is the default document format for Microsoft Word since 2007, based on the Office Open XML standard. It stores text, formatting, images, tables, and macros in a compressed XML-based package.
DOCX files open in Microsoft Word, Google Docs (free), LibreOffice Writer (free), and Apple Pages. You can also view them in web browsers using OneDrive or Google Drive.
Use DOCX when the document will be edited by others or needs collaborative review. Use PDF when you want to lock the layout and ensure the document looks identical on every device and printer.