Quick answer
- DOC is a binary document format that stores Microsoft Word content in an OLE Compound File Binary container, commonly used by Word 97 through Word 2003.
- On Windows, macOS, or Linux, use an office suite that states it supports legacy Microsoft Word DOC documents, then open the file from the suite’s File/Open command. On Android, iPhone, or iPad, choose a document app with explicit DOC support and open the file through the app or the device’s share/open menu. If an old DOC will not open, verify that the extension is .doc, try another DOC-compatible office suite, and check whether the file is encrypted, obfuscated, damaged, or not actually a Word document. An OLE header by itself cannot confirm the file type.
- Treat an unexpected DOC file cautiously because it can contain macros, embedded objects, links, and encrypted or obfuscated content. Confirm the sender and expected context before opening it. Avoid enabling macros or interacting with embedded content unless you understand why the document needs them. A familiar .doc filename or an OLE header does not by itself establish the document’s identity or trustworthiness.
DOC file: identify, open, assess, and convert an older Word document
DOC is a binary document format stored in an OLE Compound File Binary container. It can hold text, tables, fields, pictures, formatting, and other document content in records and structures. Logically, the document begins with a File Information Block that references other data. Its registered media type is application/msword. The OLE header D0 CF 11 E0 A1 B1 1A E1 alone is not enough to identify DOC because other Microsoft binary formats use the same container; stronger identification also checks for the WordDocument stream and Word File Information Block. DOC differs from DOCX: DOC is the older binary format, while DOCX belongs to the newer Office Open XML formats.
Use a DOC-compatible office suite to open the document and save or export it as DOCX or PDF. DOCX is useful when continued editing is needed; PDF is generally chosen when a fixed document representation is preferred. Conversion can alter legacy layout, fields, macros, embedded objects, fonts, or other compatibility-dependent behavior. Compare the converted file with the original before relying on it, and retain the original DOC when those features matter. Because DOC uses an OLE Compound File Binary container rather than the Office Open XML structure used by DOCX, changing the filename from .doc to .docx does not convert what is inside it.
Open a file
On Windows, macOS, or Linux, use an office suite that states it supports legacy Microsoft Word DOC documents, then open the file from the suite’s File/Open command. On Android, iPhone, or iPad, choose a document app with explicit DOC support and open the file through the app or the device’s share/open menu. If an old DOC will not open, verify that the extension is .doc, try another DOC-compatible office suite, and check whether the file is encrypted, obfuscated, damaged, or not actually a Word document. An OLE header by itself cannot confirm the file type.
On Windows, macOS, or Linux, use an office suite that states it supports legacy Microsoft Word DOC documents, then open the file from the suite’s File/Open command. On Android, iPhone, or iPad, choose a document app with explicit DOC support and open the file through the app or the device’s share/open menu. If an old DOC will not open, verify that the extension is .doc, try another DOC-compatible office suite, and check whether the file is encrypted, obfuscated, damaged, or not actually a Word document. An OLE header by itself cannot confirm the file type.
Use a DOC-compatible office suite to open the document and save or export it as DOCX or PDF. DOCX is useful when continued editing is needed; PDF is generally chosen when a fixed document representation is preferred. Conversion can alter legacy layout, fields, macros, embedded objects, fonts, or other compatibility-dependent behavior. Compare the converted file with the original before relying on it, and retain the original DOC when those features matter. Because DOC uses an OLE Compound File Binary container rather than the Office Open XML structure used by DOCX, changing the filename from .doc to .docx does not convert what is inside it.
File safety
Treat an unexpected DOC file cautiously because it can contain macros, embedded objects, links, and encrypted or obfuscated content. Confirm the sender and expected context before opening it. Avoid enabling macros or interacting with embedded content unless you understand why the document needs them. A familiar .doc filename or an OLE header does not by itself establish the document’s identity or trustworthiness.
Do not open the file when its source, double extension, or actual contents do not match what you expected.
Converters
Use a DOC-compatible office suite to open the document and save or export it as DOCX or PDF. DOCX is useful when continued editing is needed; PDF is generally chosen when a fixed document representation is preferred. Conversion can alter legacy layout, fields, macros, embedded objects, fonts, or other compatibility-dependent behavior. Compare the converted file with the original before relying on it, and retain the original DOC when those features matter. Because DOC uses an OLE Compound File Binary container rather than the Office Open XML structure used by DOCX, changing the filename from .doc to .docx does not convert what is inside it.
Work from a copy, then compare image quality, metadata, and layout after conversion.
Frequently asked questions
What is a DOC file and what information can a Microsoft Word Binary Document contain?
A DOC file is an older Microsoft Word binary document, commonly associated with Word 97 through Word 2003. It can store text, tables, fields, pictures, formatting, and other document content.
How do I open a DOC file on Windows?
Use an office suite that explicitly supports legacy Microsoft Word DOC files, then select the file with the suite’s File/Open command.
How do I open a DOC file on a phone?
Use a mobile document app that explicitly lists DOC support. Open the file inside the app or send it to the app through the phone’s share or open menu.
What is the difference between a DOC file and a DOCX file?
DOC is the older Word binary format stored in an OLE Compound File Binary container. DOCX is part of the newer Office Open XML family that superseded DOC.
Why will an old DOC file not open or show an error in my office suite?
The suite may lack sufficient legacy DOC support, or the file may be encrypted, obfuscated, damaged, or not actually a Word document. Verify the extension and try another suite that supports DOC.
Is a DOC file safe to open if it may contain macros or embedded content?
A DOC file can contain macros, embedded objects, links, and encrypted or obfuscated content. Treat unexpected documents cautiously, confirm the sender and context, and do not enable active content without a clear reason.
Can converting a DOC file to DOCX or PDF change its formatting or behavior?
Yes. Conversion can change legacy layout, fields, macros, embedded objects, fonts, or other compatibility-dependent behavior. Compare the result with the original and keep the source DOC when needed.
Does changing a DOC file extension to DOCX convert the document?
No. DOC stores its content in an OLE Compound File Binary container, while DOCX uses an Office Open XML structure. Renaming the file does not change the structure inside it; open the DOC in a compatible office suite and save or export it instead.
How do I open a DOC file on a Mac?
Use a macOS office suite that explicitly supports legacy Microsoft Word DOC files, then choose File/Open and select the document.
Does the OLE header prove that a file is a Microsoft Word DOC document?
No. Other Microsoft binary formats use the same OLE Compound File Binary container. Stronger DOC identification also checks for the WordDocument stream and Word File Information Block.
Related formats
Sources
[MS-DOC]: Word (.doc) Binary File Format · Microsoft Open Specifications
IANA application/msword media type registration · Internet Assigned Numbers Authority
[MS-DOC]: Relationship to Protocols and Other Structures · Microsoft Open Specifications