File Format

DOCX (.docx)

Microsoft Word's Open XML format — the standard for editable document exchange.

Extension
.docx
MIME Type
application/vnd.openxmlformats-officedocument.wordprocessingml.document

Last updated

What Is a DOCX File?

DOCX is the default format for Microsoft Word documents since Office 2007. It is part of the Office Open XML (OOXML) standard (ISO/IEC 29500). Despite the .docx extension appearing as a single file, it is actually a ZIP archive containing multiple XML files and associated resources.

DOCX Internal Structure

Rename any DOCX to .zip and open it — you will find:

  • word/document.xml — the main body text as XML
  • word/styles.xml — paragraph and character style definitions
  • word/settings.xml — document-level settings
  • word/theme/theme1.xml — colour and font theme
  • word/media/ — folder containing all embedded images
  • [Content_Types].xml — registry of all content types in the package
  • _rels/ — relationship files linking document parts

DOCX vs PDF: When to Use Each

FactorDOCXPDF
EditableYesNo (without specialist tools)
Consistent renderingVaries by softwareIdentical everywhere
Best forDrafts, collaborative editingFinal submission, printing
File sizeTypically smallerLarger (embedded fonts + images)
Universal openingRequires Word or compatible appRequires only a PDF viewer

Common DOCX Problems

ProblemCauseFix
"File cannot be opened"Corruption in document.xmlRe-download or recover from backup
Formatting looks wrongDifferent Word version or missing fontsConvert to PDF before sharing
Images missingBroken relationship linksRe-embed images from source