.MCDX

MCDX File

PTC Mathcad Prime Worksheet File
Ask a question
QUICK ANSWER

An MCDX file is a PTC Mathcad Prime worksheet containing live equations, units, text and plots for engineering calculations. Open it with PTC Mathcad Prime; a free read-only view is available through the Mathcad Express mode bundled in the same install. To share with someone without Mathcad, export to PDF from inside Prime.

Developer: PTC (Parametric Technology Corporation) Category: Data Files MIME: application/vnd.ptc.mathcad.prime
OPENS ON Windows
Related: .PKPASS · .DAT · .JSON · .RIS

On this page

19k+ extensions indexed
Last reviewed Aug 9, 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 MCDX file format?

.mcdx is the native worksheet format used by PTC Mathcad Prime, engineering mathematics software developed by PTC (Parametric Technology Corporation). Introduced in 2011 with Mathcad Prime 1.0, it replaced the older .xmcd and .mcd formats used by classic Mathcad (versions up to 15).

Internally, .mcdx is a ZIP archive built on the Open Packaging Conventions (OPC/OOXML) standard - the same container architecture used by modern Microsoft Office documents. Renaming an .mcdx file to .zip lets any archive tool inspect its contents. Inside the package, the key parts are:

  • [Content_Types].xml - package manifest
  • mathcad/worksheet.xml - worksheet regions, equations, and text blocks
  • mathcad/result.xml - cached numeric computation results
  • media/ folder - embedded images and plot resources

Compatibility is forward-only: newer versions of Mathcad Prime open older .mcdx files, but an older installation cannot open worksheets saved by a newer one. There is no third-party tool that fully recalculates .mcdx content - unlike its predecessor .xmcd, which SMath Studio can handle. PTC offers a free read-only tier called Mathcad Express that opens many .mcdx files without a paid licence.

The format encodes equations, units, text, plots, and computation results in structured XML, making worksheet content inspectable by unzipping the package. File size ranges from roughly 20 KB for simple worksheets to 20 MB or more when embedded images and plot data are present.

Security & safety

RISK: LOW

An .mcdx is a ZIP-packaged calculation worksheet. Mathcad supports embedded scripting/components in worksheets, so as with any document open .mcdx files only from sources you trust. The file itself is not executable by simply existing, and opening it as a ZIP to inspect the XML is safe. Avoid third-party "MCDX viewer" download portals that bundle adware - use PTC Mathcad / the free Express mode, or export to PDF, instead.

Format details

in a nutshell
FULL NAMEPTC Mathcad Prime Worksheet Fileaka Mathcad Prime worksheet, Mathcad Prime document
DEVELOPERPTC (Parametric Technology Corporation)since 2011 (PTC Mathcad Prime 1.0)
CATEGORYData Files
MIME TYPEapplication/vnd.ptc.mathcad.prime
TYPEZIP/OOXML-packaged engineering-calculation worksheet (binary container holding XML)
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
504B0304
ASCII
PK··
An .mcdx is an Open Packaging Conventions (ZIP) container, so it begins with the ZIP signature 50 4B 03 04 ("PK") like any ZIP/OOXML file. Identify it by its internal layout: a [Content_Types].xml plus a mathcad/worksheet.xml regions file (and mathcad/result.xml, media, etc.). Renaming to .zip lets any archive tool inspect it.

Programs that open MCDX files

Windows3 apps
7-Zip Open-source Open the .mcdx as an archive (it's a ZIP) to extract mathcad/worksheet.xml and embedded media - inspection only, no recalculation.
PTC Mathcad Prime Paid Open the .mcdx directly in PTC Mathcad Prime for full editing and live recalculation.
PTC Mathcad Express (free mode) Free Install Mathcad Prime and use the free Express mode to open and view worksheets read-only (some features locked).

Technical details

deep spec
Container formatZIP - Open Packaging Conventions (OPC/OOXML-style), the same architecture used by .docx and .xlsx
Magic bytes50 4B 03 04 ("PK") at offset 0 - standard ZIP local file header signature
MIME typeapplication/vnd.ptc.mathcad.prime (also accepted as application/zip or application/octet-stream)
Internal encodingUTF-8 XML parts inside a binary ZIP wrapper
CompressionDEFLATE per entry (standard ZIP compression)
Core worksheet filemathcad/worksheet.xml - stores all calculation regions, equations, text blocks, and formatting
Result cache filemathcad/result.xml - persisted numeric computation results saved alongside the worksheet regions
Package manifest[Content_Types].xml at ZIP root - OPC-style content-type declarations for all internal parts
Version compatibilityForward-compatible only: newer Mathcad Prime opens older .mcdx; an older Prime cannot open worksheets saved by a newer version
File-level encryptionNone by default; in-app worksheet locking does not encrypt the underlying ZIP container
Integrity checkPer-entry CRC-32 (ZIP standard); no application-level digital signature
Byte orderLittle-endian (ZIP central-directory and local-header structures)
Typical file size20 KB - 20 MB; grows with embedded images, plots, and cached result data
PlatformWindows only - PTC Mathcad Prime has no macOS or Linux release
Inspection methodRename to .zip and open with 7-Zip or any ZIP tool to browse mathcad/worksheet.xml directly
Released2011 (PTC Mathcad Prime 1.0)
Latest versionPTC Mathcad Prime 10 (2024) - current shipping release
Specificationwww.mathcad.com

MCDX conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with MCDX files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about MCDX files.

Frequently asked questions

What is an .mcdx file?
It's a PTC Mathcad Prime worksheet - an engineering calculation document with live equations, units, text and plots, stored as a ZIP/XML package.
How can I open an .mcdx file for free?
Install PTC Mathcad Prime and use its free Express mode to view worksheets read-only. Unlike classic .xmcd, no free third-party tool (like SMath Studio) fully recalculates .mcdx. To just inspect contents, rename to .zip and open it.
Why won't my Mathcad open this .mcdx?
Two common reasons: (1) you have classic Mathcad 15, which uses .xmcd and can't open Prime files at all; (2) the .mcdx was saved in a newer Prime version than yours - Prime only opens equal/older versions. Update Prime or ask for an older-version save/PDF.
What's the difference between .mcdx and .xmcd?
.xmcd is classic Mathcad's single-file XML worksheet (through Mathcad 15); .mcdx is PTC Mathcad Prime's newer ZIP/XML package. Prime imports .xmcd by conversion, but you can't export an .mcdx back to .xmcd.
How do I convert an .mcdx to PDF?
Open it in PTC Mathcad Prime and use Print/Export to PDF - the standard way to share a read-only calculation with people who don't have Mathcad.
Can I open an .mcdx without Mathcad at all?
Only to inspect, not to calculate: rename it to .zip and open mathcad/worksheet.xml to read the raw markup. For a usable view you need Mathcad Prime (free Express mode) or a PDF the author exported.

References

1PTC Mathcad - official sitewww.mathcad.com
2PTC Mathcad Prime - free trial / Expresswww.mathcad.com

Keep exploring

across the database

Top extensions this week

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

Related extensions

.PKPASSApple Wallet Pass (formerly Passbook)
.DATProgram Data File (generic)
.JSONJavaScript Object Notation file
.RISResearch Information Systems citation file
.OFXOpen Financial Exchange
.CSVComma-Separated Values

Free file tools

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

Open the toolbox

Browse file extensions A-Z