What is the XST file format?
A .xst file is an internal Microsoft Outlook template/stub file in the same binary family as .PST personal folders files. It functions as an offline store template - defining a folder hierarchy and settings before a full .ost mailbox cache is populated - and is managed automatically by Outlook or Exchange Server without user interaction.
The format uses the same PFF (Personal Folder File) binary structure as .pst and .ost files, sharing their OLE-derived container, little-endian byte ordering, and CRC32 block checksums. Two format generations exist: an older ANSI (32-bit) variant used by Outlook 97-2002, and a Unicode (64-bit) variant introduced in Outlook 2003 that supports larger file sizes and international character sets. Optional encryption levels (none, compressible, or high) match those available for .pst files.
.xst files are not user-facing. They appear during Exchange or Outlook configuration as placeholder or template files and are rarely encountered deliberately. No meaningful conversion to other formats is practical because the file represents a structural skeleton rather than actual mail data. Modern Outlook generates these files infrequently; the template functionality has largely been absorbed into the .ost creation process.
Because .xst uses the same underlying binary format as .pst, low-level forensic tools and PST viewers can parse the file structure, though they may find little usable content.
Security & safety
RISK: LOWInternal Outlook binary template file; no executable content. Malware rarely uses this extension.
Format details
in a nutshellPrograms that open XST files
Technical details
deep spec| Format family | PFF (Personal Folder File) - same binary family as PST and OST |
| Encoding | Binary |
| Byte order | Little-endian |
| Container | OLE-derived PFF binary structure |
| Compression | RLE on some data blocks |
| Encryption | Optional - none, compressible, or high (same options as PST) |
| Integrity checking | CRC32 checksums on data blocks |
| Format generations | ANSI 32-bit (Outlook 97-2002); Unicode 64-bit (Outlook 2003+) |
| Typical file size | 1 KB - 50 MB |
| Platform | Windows |
| Magic bytes | !BDN family header (same as PST/OST files) |
| User visibility | Not user-facing; generated automatically by Outlook or Exchange Server |
| Related formats | .pst (full mailbox archive), .ost (offline cache) |
| Released | circa 1997 (Outlook 97 era) |
| Specification | docs.microsoft.com |
XST conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about XST files.