01 / Fast steps
- Drop or select the winmail.dat file.
- The container is decoded automatically.
- Download the attachments it was hiding.
Drop the winmail.dat you received instead of the attachment and get the real files back, with their original names.
Your files never leave your device. This tool even works offline.
01 / Fast steps
02 / Best for
03 / Why here
04 / Keep in mind
Tool connections
Good to know
It is a TNEF container, short for Transport Neutral Encapsulation Format. When Outlook sends a message in its Rich Text format, it packs the formatting and every attachment into one binary file called winmail.dat. Mail clients that understand TNEF unpack it invisibly; everything else shows you the container itself. So the attachment is not lost, it is wrapped: the sender chose a format only Outlook fully speaks.
The fix is on the sending side, not yours. The sender has to compose in HTML or plain text instead of Rich Text, either for that message or as the default in their Outlook settings. Asking them to resend as HTML usually solves it in one step, which is worth knowing because no setting on your end can undo the encapsulation.
Because two names live in the container. The attachment title field only holds the old 8.3 short name, which is why many tools hand you QUARTE~1.XLS, while the full name sits in a MAPI property block alongside it. This tool reads that block and prefers the long name, falling back to the short one only when there is nothing better.
No. The container is decoded by JavaScript in your browser tab and the attachments are written straight to your disk. That is the point: winmail.dat files usually arrive in work email, so the attachment inside is often exactly the kind of document that should not be handed to a stranger to unpack.
The container itself is inert data: a packing format, not a program, and nothing runs when it is opened here. The real attachments packed inside carry exactly the same risk they would have had as ordinary attachments, so treat an extracted executable or a macro document with the usual caution. Everything on this page is unpacked locally in your browser and nothing is ever executed.
Because everything is in there. When Outlook packs a message in TNEF, the formatted body and every real attachment travel inside winmail.dat, and the visible message is left with nothing. An email that shows no attachments but weighs ten megabytes is the classic sign: the documents you were promised are all inside the blob, and unpacking it gets them back.
Yes, right here: the page runs in the phone browser the same way it runs on a desktop, with no app to install. Save the winmail.dat attachment from your mail app, load it on this page and download the extracted files. The processing happens on the phone itself, so nothing is uploaded along the way.