.ODT

ODT File

OpenDocument Text
Ask a question
QUICK ANSWER

An ODT file is an OpenDocument Text document - the vendor-neutral word-processing format native to LibreOffice Writer and Apache OpenOffice. Microsoft Word opens ODT directly (since Word 2007), and Google Docs handles it via upload. To share with Word-only recipients, save a copy as .docx from any of these programs.

Developer: OASIS (originated at Sun Microsystems / OpenOffice.org) Category: Text Files Open standard MIME: application/vnd.oasis.opendocument.text
OPENS ON Windows macOS Linux Android iOS Web
Related: .DOC · .DOCX · .GDOC · .LST

On this page

19k+ extensions indexed
Last reviewed Jul 2, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the ODT file format?

Files with the .odt extension (OpenDocument Text) are editable word-processing documents belonging to the Open Document Format (ODF) family. The format is maintained by OASIS as an open standard and ratified as ISO/IEC 26300. Within the ODF family, .odt is the primary text-document type; companion formats include .ods for spreadsheets and .odp for presentations.

Structurally, .odt files are stored as ZIP archives, so renaming one to .zip and unpacking it reveals a folder of XML files. Every valid .odt package contains at least these core components:

  • mimetype - a single uncompressed entry holding the string application/vnd.oasis.opendocument.text, placed first so the MIME type is readable without decompressing the archive
  • content.xml - the document body and basic style references
  • styles.xml - full style definitions covering text orientation, spacing, and page layout
  • meta.xml - document metadata such as author, title, and last-modification date
  • settings.xml - application-specific settings such as window size and zoom level
  • META-INF/manifest.xml - an index listing every file inside the package

Support for .odt files

.odt is natively supported by LibreOffice Writer and Apache OpenOffice Writer, which treat it as their default save format. Microsoft Word (2013 and later) can open and save .odt files directly, with noticeably improved fidelity in Word 2016 and Microsoft 365 compared with earlier versions. ONLYOFFICE Desktop Editors provides strong round-trip compatibility. Google Docs can both import and export .odt files. AbiWord and Collabora Office (available on Android and iOS) also offer solid support.

A flat, single-file XML variant exists as .fodt, which stores the same content without ZIP compression - useful for version control and plain-text diffing.

Security & safety

RISK: LOW

ODT files are generally safe documents, with the caveat shared by all office formats: they can contain macros (LibreOffice Basic), which both LibreOffice and Word block or prompt about by default - never enable macros in a document you did not expect. Embedded hyperlinks and OLE objects can point to malicious destinations, and ODT has occasionally appeared in spam campaigns because mail filters scrutinize it less than DOCM. Opening an ODT with macros disabled is safe.

Format details

in a nutshell
FULL NAMEOpenDocument Text
DEVELOPEROASIS (originated at Sun Microsystems / OpenOffice.org)since 2005 (ODF 1.0, OASIS); ISO/IEC 26300 since 2006; current major version ODF 1.3 (OASIS, 2021)
CATEGORYText Files
MIME TYPEapplication/vnd.oasis.opendocument.text
TYPEZIP-based package of XML files
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
504B0304
ASCII
PK··
Like any ZIP; the first archive entry is an uncompressed file named "mimetype" containing "application/vnd.oasis.opendocument.text", so the MIME string is readable in plain bytes starting around offset 38

Programs that open ODT files

Windows4 apps
Microsoft Word Paid Open directly (File - Open) - ODT supported since Word 2007, ODF 1.3 in Microsoft 365. Saving back as ODT may drop Word-only features; Word warns when it does.
LibreOffice Writer Open-source ODT is its native format - double-click after installing. The reference implementation; full fidelity.
Apache OpenOffice Writer Open-source Opens ODT natively, but the project receives only sporadic maintenance (still ODF 1.2) - LibreOffice is the actively developed choice.
ONLYOFFICE Desktop Editors Open-source Free desktop suite; opens and edits ODT, saves to ODT or DOCX.
macOS2 apps
LibreOffice Writer Open-source Native ODT support; free download for Apple silicon and Intel.
Microsoft Word for Mac Paid Opens ODT like the Windows version. Note: Apple's Pages can import ODT but with formatting loss.
Linux2 apps
AbiWord Open-source Lightweight word processor; opens ODT for quick viewing/editing (less complete than LibreOffice on complex layouts).
LibreOffice Writer Open-source Preinstalled on most desktop distributions; double-click the file.
Android2 apps
Collabora Office Open-source LibreOffice-based mobile app; opens and edits ODT with desktop-grade fidelity.
Google Docs (app) Free Open the ODT from Drive; Docs converts it for editing.
iOS1 app
Collabora Office Open-source Open ODT from the Files app; the highest-fidelity ODF editor on iOS.
Web2 apps
Google Docs Free Upload the .odt to Google Drive and open - it converts to a Docs document; download back as .odt or .docx via File - Download.
Microsoft 365 for the web (Word) Free Upload to OneDrive and open in Word for the web with a free Microsoft account.

Technical details

deep spec
Container formatZIP archive with Deflate-compressed entries
Primary structure filescontent.xml, styles.xml, meta.xml, settings.xml, META-INF/manifest.xml
MIME typeapplication/vnd.oasis.opendocument.text
Magic bytes50 4B 03 04 (ZIP local file header); mimetype entry readable in plain bytes at approximately offset 38
Text encodingUTF-8 throughout all XML files inside the package
Uncompressed entry ruleThe mimetype file must be the first ZIP entry and stored without compression, per ODF specification requirement
Embedded imagesStored in a Pictures/ subfolder inside the ZIP package
Style architectureNamed styles defined in styles.xml; automatic (per-element) styles generated inline in content.xml
Change trackingRevision marks recorded via text:tracked-changes elements in content.xml
Macro storageBuilt-in Basic macros stored in a Basic/ subtree inside the package
Mathematical formulasMathML-based objects embedded as ODF formula sub-documents and referenced from content.xml
Digital signaturesXMLDSig signatures stored in META-INF/documentsignatures.xml
Flat unzipped variant.fodt - single XML file containing all content inline with no ZIP wrapper
Template format.ott (OpenDocument Text Template) uses the same internal XML structure
Bidirectional textRTL and mixed-direction text supported via the writing-mode style property
Released2005 (ODF 1.0, OASIS); ISO/IEC 26300 since 2006; current major version ODF 1.3 (OASIS, 2021)
Open standardYes · royalty-free
Specificationwww.oasis-open.org

ODT conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with ODT files. Be specific - include your system and software version.
No account needed · answers usually within a day
C
Clemenz19 d agoUNANSWERED
wie kann ich eine ODT-Datei in eine Untertiteldatei umwandeln?
Waiting for an answer

Frequently asked questions

Can Microsoft Word open ODT files?
Yes - every Word since Word 2007 opens and saves ODT, and Microsoft 365 supports the current ODF 1.3. Complex features may not survive a round trip, and Word shows a compatibility notice when saving.
How do I convert ODT to DOCX?
Open the file in LibreOffice, Word or Google Docs and save/download as .docx. For many files at once: 'soffice --headless --convert-to docx *.odt'.
What is the difference between ODT and DOCX?
Both are ZIP+XML word-processing formats. ODT is the vendor-neutral ISO 26300 OpenDocument standard (native to LibreOffice); DOCX is Microsoft's OOXML (native to Word). Word features go deeper in DOCX; ODT guarantees independence from one vendor.
How do I open an ODT file without installing anything?
Upload it to Google Drive and open with Google Docs, or to OneDrive and open with Word for the web. Both are free in any browser.
Is ODT the same as a Word document?
No. ODT is the OpenDocument Text standard used by LibreOffice/OpenOffice; Word merely supports it alongside its own DOCX format. They're different formats that both editors can read.
Why does Word warn me when saving as ODT?
Word checks for features that ODF stores differently or not at all (certain fields, layout, VBA macros) and warns they may change. Ordinary text, styles and tables convert fine; keep a .docx copy if you rely on advanced features.

References

1ISO/IEC 26300 - OpenDocument Formatwww.iso.org
2OASIS OpenDocument Technical Committee (ODF specifications)www.oasis-open.org

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.BCBitComet Incomplete Download File
3.PARTPartial Download File
4.CRDOWNLOADChrome Partial Download File
5.EXEWindows Executable (Portable Executable)
6.BINCD/DVD Disc Image (BIN/CUE)
7.MDMarkdown Document
8.AVIFAV1 Image File Format (AVIF)
9.NOMEDIAAndroid No-Media Marker File
10.RPMSGRestricted Permission Message

Related extensions

.DOCMicrosoft Word 97-2003 Document
.DOCXMicrosoft Word Open XML Document
.GDOCGoogle Docs Shortcut (Link to a Google Docs document)
.LSTList File (generic plain-text list / listing)
.VNTvNote (mobile phone text note / memo)
.TXTPlain Text File

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z