What is the DCT file format?
Files with the .dct extension serve as a word database used primarily for spell-checking. These are predominantly text-format files, capable of storing a variety of vocabulary data. Their internal syntax can vary, sometimes defined at the beginning of the file in a header. Some .dct variants also use a ZIP-package format - in such a case, a single file may contain one or several word lists along with the rules describing them.
.dct files may, but do not have to, be linked to definitions or translations. It all depends on the format and the program that uses them. For example:
- a spell-checker allowing verification of writing correctness
- a translator enabling word-by-word lookup
- an encyclopedic application providing access to definitions
The way records are saved in .dct files depends on the software. In text-based variants, words are most commonly separated by a newline character; separate language dictionaries are kept in separate files.
The .dct extension is used by several unrelated applications, each with its own internal format. The two most common contexts are AutoCAD - where .dct holds a plain-text word list (one entry per line) loaded automatically at startup - and QuarkXPress, which uses a proprietary binary .dct with indexed lookup structures. In AutoCAD, user-added words go into a companion .cus file rather than the main .dct.
IntelliSpell spelling software also uses .dct dictionary files organized as a package. Dictionaries are divided into main, user, and custom types; the user .dct dictionary is most often modified on an ongoing basis as part of individual text checking.
Security & safety
RISK: LOWPlain-text or binary word list; no executable content. AutoCAD auto-loads DCT from support path - ensure DCT files come from trusted sources to avoid corrupting spell-check functionality.
Format details
in a nutshell- Delphi (Embarcadero) dictionary/template file - Delphi uses .dct for IDE code template or component dictionary - unrelated to spell-checking.
- Clarion (SoftVelocity) data dictionary - Clarion uses .dct as a data dictionary file defining database structure - entirely different purpose.
- Harvard Graphics ChartXL - Legacy charting application (discontinued) that used .dct for chart data templates.
Programs that open DCT files
Technical details
deep spec| File type | Spell-checking word list / dictionary (vendor-specific format) |
| Developer | Multiple vendors: Autodesk (AutoCAD), Quark (QuarkXPress), and others |
| Format variants | Plain text (AutoCAD) or proprietary binary (QuarkXPress, IntelliSpell, and others) |
| Text encoding | UTF-8 or ANSI (text variants); binary encoding varies by vendor |
| Record delimiter | Newline character - one word per line (text-based variants) |
| AutoCAD variant | Plain-text word list loaded at startup; user additions stored in companion .cus file |
| QuarkXPress variant | Proprietary binary format with indexed lookup structures for fast spell-check performance |
| Typical file size | 10 KB - 5 MB |
| Language handling | Separate .dct file per language (text variants) |
| Platform | Windows, macOS |
| Primary applications | AutoCAD (2000+), QuarkXPress (4+), IntelliSpell |
| Format standardization | Not standardized - .dct used by unrelated applications with incompatible internal formats |
| MIME type | application/octet-stream (binary) or text/plain (AutoCAD text variant) |
| Released | 1980s-1990s (various applications) |
| Latest version | N/A - format varies per application |
DCT conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about DCT files.