Email, PST, OST, EML, MBOX & Other File Recovery: eBooks, 3D, CAD & Database Files
By XRecovery Team  |  Updated: August 7, 2026  |  17 min read

Email, PST, OST, EML & Other File Recovery: eBooks, 3D, CAD & Database Files

This category covers the files that don't fit neatly into Documents, Photos, Video, Audio, or Archives — but are often the most critical files on a user's computer. A single Outlook PST file can contain years of business correspondence. An AutoCAD DWG file can represent months of engineering work. An SQLite database can hold an entire application's data. Each of these specialized formats has unique internal structures that affect how recoverable they are. See the complete file type overview.

1. Email Files — PST, OST, MSG, EML, EMLX, MBOX

Outlook PST/OST Internal Structure PST Header (Magic: !BDN) Node B-Tree (NDB) — Index of all data blocks Stores: block allocation map + node references Block B-Tree (BBT) — Index of all data blocks Maps block IDs to physical file offsets Email 1 Email 2 Email 3 (corrupted) Email 4 Cal PST uses MS-PST format — Microsoft's proprietary database-like structure for storing emails, contacts, calendars
Figure 1: PST file structure — B-Tree indexes map logical structures to physical data blocks

Microsoft's PST file format specification (MS-PST) documents the complete internal structure. PST/OST files are essentially miniature databases — they use B-Tree indexing to organize emails, contacts, calendars, tasks, and notes. This database-like structure means:

  • Corruption in one area (a single email or contact) doesn't necessarily affect other data. SCANPST.EXE can isolate and remove corrupted entries.
  • The NDB (Node Database) and BBT (Block B-Tree) provide redundancy — even if one index is damaged, the other can often reconstruct file locations.
FileUsed ByMagic NumberTypical LocationMax Size
PSTOutlook (POP3, IMAP archives, local folders)21 42 44 4E (!BDN)Documents\Outlook Files\50 GB (Outlook 2010+)
OSTOutlook (Exchange, Office 365 cached mode)21 42 44 4E (!BDN) — same as PSTAppData\Local\Microsoft\Outlook\50 GB (configurable)
MSGIndividual saved Outlook messagesOLE2 compound document (D0 CF 11 E0)Anywhere savedN/A (single message)
EMLWindows Mail, Thunderbird, exported messagesPlain text MIME — starts with From: or Return-Path:App profile foldersN/A (single message)
MBOXThunderbird, Apple Mail, many Linux clientsPlain text — starts with From (with space)App profile foldersPractically unlimited

PST/OST Recovery & Repair

After recovering a PST/OST file with XRecovery, if Outlook reports corruption:

  1. Run SCANPST.EXE (Inbox Repair Tool) — located in C:\Program Files\Microsoft Office\root\OfficeXX\. Microsoft's official PST repair guide.
  2. Always run SCANPST on a COPY of the recovered PST, never the original recovered file.
  3. SCANPST creates a backup (.bak) before making changes. If repair fails, the original is preserved.

2. eBook Files — EPUB, MOBI, AZW, DJVU

EPUB (Electronic Publication): W3C EPUB 3.3 standard. EPUB is actually a ZIP archive containing HTML, CSS, and images — making it structurally similar to DOCX. This ZIP-based structure gives it the same recovery advantages: individual components can be extracted even if the container is partially damaged. Magic number: 50 4B 03 04 (PK.. — same as ZIP).

MOBI/AZW (Kindle): Amazon's proprietary format based on the Mobipocket standard. Magic number: 42 4F 4F 4B 4D 4F 42 49 (BOOKMOBI). Earlier versions used PalmDOC compression.

DJVU: DjVu format — optimized for scanned documents. Uses wavelet compression for much smaller file sizes than PDF for scans. Magic: 41 54 26 54 46 4F 52 4D (AT&TFORM).

3. 3D, CAD & Design Files

FormatTypeMagic NumberRecovery Notes
STLStereolithography — 3D printing standardASCII: solid | Binary: 80-byte headerSimple triangle mesh. ASCII version is plain text — trivially recoverable.
OBJWavefront OBJ — universal 3D exchangePlain text starting with # or v / fText-based — easy to recover. Associated MTL (material) and texture files must also be recovered.
FBXAutodesk FBX — animation and 3D exchange4B 61 79 64 61 72 61 (Kaydara)Proprietary binary or ASCII. Binary version harder to reconstruct.
BLENDBlender — open source 3D project42 4C 45 4E 44 45 52 (BLENDER)Well-documented open format. Contains all scene data in one file.
DWGAutoCAD Drawing — industry standard CAD41 43 31 30 (AC10) versions varyComplex proprietary binary. Multiple versions (AC1021, AC1024, AC1032). Recovery: detect header version.

4. Database Files

Databases are complex structured files. Recovery success depends on whether the database engine uses write-ahead logging (WAL), which can enable recovery from partially corrupted files.

FormatEngineRecovery Notes
MDB/ACCDBMicrosoft AccessAfter recovery, use Access → Database Tools → Compact and Repair Database. This rebuilds indexes and reclaims space from deleted objects.
SQLITE / .DBSQLiteMagic: 53 51 4C 69 74 65 (SQLite). SQLite includes built-in recovery: .recover command in the CLI. WAL files (.sqlite-wal) may contain recent uncommitted transactions.

5. Other Specialized Formats

CategoryFormatsRecovery Notes
System & ConfigLOG, REG, BAT, CMD, INI, CFGPlain text — trivially recoverable. No internal structure to corrupt.
FontsTTF, OTF, WOFF, WOFF2TTF uses TrueType outline format. OTF is based on PostScript. OpenType specification. Binary but well-structured.
Executables & LibrariesEXE, DLL, SYSPortable Executable (PE) format. Microsoft PE specification. Magic: 4D 5A (MZ).
Disk ImagesVHD, VHDX, VMDKVirtual machine disk images. Can be enormous (100+ GB). Mount first, then recover files from inside.

6. Recover with XRecovery

XRecovery recognizes all these specialized format signatures. See the complete 1000+ format matrix.

  1. Download XRecovery to a different drive.
  2. Select the drive → Deep Scan for comprehensive signature-based recovery.
  3. For PST/OST: locate in Outlook Files folder. For databases: typically in AppData or project folders. Filter by file type.
  4. After recovery, verify file integrity: open PST with Outlook, run Compact and Repair on databases, open DWG in AutoCAD. Maximize recovery success.
  5. Recover to a different drive. XRecovery tutorial.

Accidental deletion · Formatted drives · Damaged drives

Years of Emails. Months of CAD Work. Recover Everything.

XRecovery recovers PST, OST, DWG, SQLite, EPUB and 1000+ specialized formats. Free scan.

Download XRecovery Free

FAQ

How do I repair a recovered PST file that Outlook won't open?

Run SCANPST.EXE on a COPY. Microsoft's PST repair guide. If SCANPST fails, professional Outlook recovery tools exist.

Can XRecovery find individual EML files?

Yes. EML files are plain text MIME messages. XRecovery identifies them by content pattern matching. Download.

Are SQLite databases recoverable after deletion?

Yes. SQLite has a clear SQLite format 3 header. If WAL files exist alongside, recover both — they contain recent uncommitted data. SQLite file format.

Your Outlook Emails. Your CAD Project. Recover Them.

XRecovery finds specialized files by their unique signatures. Free scan.

Download XRecovery Free