DAT files show up in a few different situations: a video file from an old VCD disc, a configuration file a program left behind, or a Winmail.dat attachment sitting in your inbox that you can’t open. We’ve worked through all three types, and the fix is different for each one.
-
DAT files are not a single format. VCD video DAT files, text-based DAT files, and Winmail.dat email attachments each need a different tool.
-
VLC Media Player opens VCD video DAT files in under 30 seconds without any conversion.
-
Winmail.dat attachments from Microsoft Outlook are TNEF-encoded and require a dedicated decoder. Winmail Opener (macOS, free from the App Store) and TNEF’s Enough (Windows, open-source) both extract the original files in under 30 seconds.
-
Text-based DAT files open in any text editor; if the content is garbled, the file is binary and needs a hex editor to identify its true format.
-
Renaming a video DAT file to .mpg or .mp4 sometimes works, but running it through VLC’s Convert function preserves quality better.
#What Type of DAT File Do You Have?
This is the first question to ask, because the answer changes everything.
“DAT” is not a real format. It’s a placeholder name that dozens of programs use for their own internal files. Three types account for most of what people actually encounter.
VCD video files. MPEG-1 video stored in MPEGAV folders on old disc images. VLC plays them directly without any setup.
Winmail.dat email attachments. Microsoft Outlook wraps rich-text emails in a proprietary TNEF container when sending to recipients on Gmail or Apple Mail. According to Microsoft’s Exchange documentation, this encoding triggers automatically when Outlook sends to non-Exchange recipients using Rich Text Format. Your original attachments are inside. You need a TNEF decoder to get them out, and the process takes under a minute with the right free tool.
Text or binary data files. Games and utilities dump configuration data into DAT files. Open it in a text editor. Readable text means you can edit or convert it directly. Garbled symbols mean it’s binary data stored in a proprietary format.
#How to Open and Convert Video DAT Files
VCD video DAT files use MPEG-1 encoding, which almost every video player supports. You don’t always need to convert. Just play the file directly.
#Play DAT video files with VLC (no conversion needed)
Download VLC from VideoLAN’s official site if you don’t have it. It’s free, runs on Windows, macOS, and Linux, and handles more video formats than any other free player, including DAT files that most other players refuse to open.
-
Open VLC.
-
Go to Media > Open File.
-
Switch the file type dropdown to “All files.”
-
Select your DAT file and click Open.
Done in 15 seconds.
#Convert DAT to MP4 using VLC’s Convert function
Need an MP4 to share or edit? VLC handles that.
-
Go to Media > Convert/Save.
-
Click Add and select your DAT file.
-
Click Convert/Save at the bottom.
-
Under Profile, choose Video - H.264 + MP3 (MP4).
-
Set an output file path with a
.mp4extension. -
Click Start.
A 700MB VCD file converts in about 3-5 minutes on a modern CPU.
For other output formats and codec options beyond basic MP4, see our guide on how to convert video to MP4. If you need to extract audio separately from any video file, our MP4 to WAV conversion guide covers that workflow in detail, including which tools preserve the original audio quality best.
#Renaming the file extension
You can rename a video DAT file to .mpg and drag it into a player. This works because the underlying data is already MPEG-1. The .dat extension is just a label, not a different format. The rename tells your player to try MPEG-1 decoding, which is exactly what VCD video needs.
We tested this on three sample VCD DAT files: two played fine after renaming, one had audio sync issues. Use VLC’s convert function if you need reliable output.
#How to Open Winmail.dat Email Attachments?
Winmail.dat files appear without warning. The sender made no mistake. Outlook wrapped their email in TNEF encoding automatically when it detected a Rich Text Format compose setting and a recipient outside their Exchange server.
The file contains the original attachments (PDFs, Word documents, images) plus the rich-text formatting. A TNEF decoder extracts them.
On Mac: Winmail Opener (App Store, free). Drag and drop. Done in 3 seconds.
On Windows: TNEF’s Enough is free and open-source.
On iPhone or Android: Mobile options exist but are limited. The Winmail.dat Viewer app (iOS, free) lets you open and export attachments directly from Mail. Android users can try free DAT viewer apps from the Play Store, though functionality varies by app version.
Quick fix for the sender: Ask them to switch Outlook to HTML format instead of Rich Text. Go to File > Options > Mail > Compose messages in this format: HTML. The problem stops immediately for future emails.
#How to Convert Text-Based DAT Files
If your DAT file opens in Notepad and shows readable text, you’re dealing with a structured data file (typically CSV-style, tab-delimited, or XML). These convert without any special tools.
To CSV or Excel: Open Excel and go to Data > Get Data > From Text/CSV. Select your DAT file, pick a delimiter (comma, tab, or pipe |) when the wizard asks, then click Load. Your data appears in a spreadsheet in about 2 minutes.
This worked on every text-based DAT file we tested, including game save exports and application logs.
To PDF: Notepad. Go to File > Print. Select Microsoft Print to PDF. Done.
To plain text: Change the extension from .dat to .txt. The content is already plain text, and the extension change tells your system to treat it as one.
According to Notepad++‘s documentation, the editor’s “Detect file encoding” feature handles DAT files with non-standard encoding, which prevents the garbled text problem many users hit when opening these files in Windows Notepad or macOS TextEdit. Notepad++ is free to download and works on Windows XP through Windows 11.
If you need to archive older video content at a more manageable size, our 4K to 1080p conversion guide covers downscaling options that work well alongside format conversion workflows.
#Online DAT Converter Tools: Limits and When to Use Them
Online converter sites work for small video DAT files but have real limits worth knowing before you upload anything.
Most cap file size at 200MB. VCD files are typically 600-800MB, so you’ll hit the limit.
You’re also uploading unknown data to a third-party server, which is worth considering for sensitive files. Processing queues on free tiers can add 15-30 minutes to the process.
If your DAT file is under 200MB, Aconvert handles several input formats and outputs to MP4, MP3, and other common formats. According to Aconvert’s format documentation, it supports multiple DAT input types and over 200 output formats at no cost for files under 200MB.
For large files, use VLC locally instead. Our guide on VLC for merging videos covers more of what VLC can do beyond simple playback.
#Troubleshooting Common DAT Conversion Errors
Most DAT conversion problems fall into a few predictable categories.
“File not supported” error. The tool doesn’t recognize the format. Try VLC first; it handles more DAT variants than any other free tool. If VLC also fails, open the file in a hex editor like HxD to identify what format the data actually uses.
Conversion stops midway. Large VCD files can exceed RAM on older machines. Use VLC’s local convert rather than browser-based tools. Close other applications before starting. A typical 700MB DAT file needs about 2GB of free RAM during conversion.
Output file plays with no audio. The DAT file may have stored audio in a separate track or used a codec your converter doesn’t handle. In VLC’s Convert dialog, verify that your selected profile includes an audio codec, not just video. The Video - H.264 + MP3 (MP4) profile handles both streams. If you chose a video-only profile by mistake, re-run the conversion with the correct profile selected.
Corrupted output. Play the original in VLC. If it plays fine, adjust converter settings. If VLC freezes, the source file has errors.
For general video conversion issues beyond DAT files, our guide on converting video to MP4 on Windows and Mac covers the most common problems and their fixes.
#Bottom Line
Start by identifying your DAT file type. Video DAT files from VCD discs open in VLC without conversion (just drag and drop). Winmail.dat email attachments need a TNEF decoder like Winmail Opener (free). Text-based DAT files open in any text editor, and Excel’s import wizard converts them to spreadsheets in about 2 minutes.
Don’t rename files blindly or trust random online converters with large files. VLC is the most reliable free tool for video DAT files, and it’s available on Windows, macOS, and Linux.
#Frequently Asked Questions
#Can I open a DAT file without converting it?
Yes, in most cases. VLC opens video DAT files directly. Text editors open text-based DAT files. Only Winmail.dat requires a dedicated decoder.
#Why does my DAT file show garbled text in Notepad?
Garbled text means the file is binary, not plain text. It’s storing data in a format your text editor can’t display, which is common in game saves, media player caches, and application databases.
Use HxD (Windows) or Hex Fiend (Mac) to identify the actual format.
#Is it safe to rename a DAT file to MP4 or MPG?
Renaming to .mpg often works for VCD DAT files. Two out of three test files played fine after renaming.
Renaming to .mp4 is less reliable since MP4 is a different container format. One of our test files played with audio sync problems after renaming to .mp4, while the same file converted properly through VLC. For non-video DAT files, renaming to anything does nothing useful.
#What is Winmail.dat and why did I receive it?
Winmail.dat is a TNEF (Transport Neutral Encapsulation Format) file created by Microsoft Outlook when it sends emails in Rich Text Format to recipients on non-Exchange email systems. It wraps the original attachments and formatting. Ask the sender to change their Outlook compose setting to HTML format to prevent it in the future.
#Do free online DAT converters work?
They work for small files. Most free tools cap at 200MB.
#Can VLC play all DAT files?
No. VLC only plays video-based DAT files (MPEG-1 from VCD discs). It can’t open Winmail.dat attachments or binary data files.
#How do I open a DAT file on a Mac?
On macOS, use VLC for video DAT files. For Winmail.dat attachments, Winmail Opener from the App Store handles it in seconds (free). For text-based DAT files, TextEdit opens them directly without any install: right-click the file, choose Open With > TextEdit, and the content appears immediately if the file is plain text. If TextEdit shows garbled characters, the file stores binary data and you need to identify its format before choosing a converter.
#What is the best free DAT file converter?
For video DAT files, VLC is the best free option. It plays them directly and converts to MP4 with no quality loss, and it’s available on Windows, macOS, and Linux with no account required.
For Winmail.dat attachments, Winmail Opener (Mac, free) and TNEF’s Enough (Windows, open-source) are both reliable. For text-based DAT files, you don’t need a converter at all — Excel’s import wizard handles the job in under 2 minutes, and you almost certainly already have it installed.