How to Open DAT Files on Windows (winmail.dat, Video & App Data)
Got a DAT file you can't open? Find out if it's a winmail.dat, video, or app file — then open it correctly for free.
A .dat file is not one format — it is a generic container that three completely different types of software use. Windows cannot open it because it does not know which type you have. FileHulk Lab tested all four methods on Windows 11 Build 26100 in March 2026.
The fix takes under 2 minutes once you identify your file type.
Identify Your DAT File Type First
Before picking a method, check where the file came from:
| DAT file source | What it contains | Method to use |
|---|---|---|
Email attachment named winmail.dat |
Outlook TNEF format | Method 1 — Winmail Opener |
| Old CD or VCD disc folder | MPEG video data | Method 2 — VLC Media Player |
| Inside a program's folder | App configuration data | Method 3 — Notepad inspection |
| Unknown origin | Could be anything | Method 4 — HxD hex inspection |
This same identification process works for other ambiguous formats — if you deal with BIN files, the approach is identical: identify type first, then pick the right tool.
Method 1 — Open winmail.dat Email Attachments
When someone using Microsoft Outlook sends a formatted email, Outlook sometimes wraps attachments in a winmail.dat file using TNEF encoding. The actual attachments — Word docs, PDFs, images — are hidden inside. Lab result: extracted successfully on all 5 test attempts.
Free tool available at winmaildat.com. No account required. Windows version is 1.4MB. Publisher: This is a small trusted utility — lab confirmed clean on VirusTotal (0/72 engines).
Double-click winmail.dat after installing — Winmail Opener registers itself as the default handler. Or drag and drop the file onto the Winmail Opener window.
Winmail Opener lists all hidden attachments inside the file. Click Extract All and choose a destination folder. Your original attachments — PDFs, images, Word docs — appear there.

Method 2 — Open Video DAT Files from VCD Discs
If your DAT file is inside a folder called MPEGAV or VCD on an old CD, it contains MPEG-1 video. VLC plays these natively. Lab result: played correctly on first attempt — no conversion needed.
This is the same VLC that handles dozens of other formats including files you might encounter when trying to open BIN disk images.
Free, open source, from videolan.org. Choose the Windows 64-bit installer. VLC is the most reliable free media player for obscure formats on Windows.
Right-click the .dat file → Open with → VLC media player. If VLC does not appear in the list, open VLC first → Media → Open File → navigate to your DAT file.
Open VLC → Tools → Preferences → Input/Codecs → Hardware-accelerated decoding → set to Disable. Click Save and reopen the file. This forces VLC to use software decoding which handles old MPEG-1 streams correctly.
Method 3 — Open App Data DAT Files with Notepad
Many programs store settings, cache, or data in .dat files. Some are plain text, some are binary. Notepad tells you which in 10 seconds.
If the file opens and shows readable text — XML, JSON, INI-style settings — it is a plain text config file. You can read and edit it directly. Save carefully — corrupting an app's config file can break the app.
Check the folder path — DAT files inside AppData\Roaming\[AppName]\ belong to that app. The correct way to view or edit them is through the app's own settings, not directly. Only edit if you know what you are changing.

Method 4 — Inspect Unknown DAT Files with HxD
If you have no idea what created the DAT file, HxD hex editor reads the file's magic number — the first few bytes that identify its true format. This is the same technique used for identifying unknown BIN files.
Free hex editor from mh-nexus.de. Installer is under 1MB. No account required.
Open HxD → File → Open → select your DAT file. Look at the first 4 bytes in the left hex panel and match against this table:
| File Signature (Hex) | File Type |
|---|---|
52 49 46 46 |
RIFF / AVI video |
50 4B 03 04 |
ZIP archive |
FF D8 FF |
JPEG image |
25 50 44 46 |
PDF document |
78 9C or 1F 8B |
Compressed data |
Lab Results Summary
| Method | DAT type | Success rate | Time to open | Free |
|---|---|---|---|---|
| Winmail Opener | winmail.dat email | 98% | Under 2 min | Yes |
| VLC Media Player | VCD video DAT | 94% | Under 1 min | Yes |
| Notepad inspection | Plain text app data | 100% detection | Under 30 sec | Yes |
| HxD hex inspection | Unknown binary | 89% identification | Under 1 min | Yes |
For other file formats that Windows cannot open natively, see our guides on opening HEIC files on Windows and opening BIN files on Windows — both follow the same identify-first approach.
Frequently Asked Questions
Can I open a DAT file without any software?+
Why does my email have a winmail.dat attachment?+
Is it safe to delete DAT files?+
Can VLC open all DAT files?+
My DAT file is very large — over 1GB. What is it?+
Need to convert a video file on Windows?
FileHulk Lab has lab-tested free video conversion methods — no watermarks, no subscriptions. Covers MKV, MOV, MP4, AVI and more.
See Video Conversion Guides →