.dat
Use cautionGeneric data file
A catch-all extension meaning 'some kind of data'. Game saves, email TNEF, app logs — all hide behind `.dat`.
MIME types
- application/octet-stream
Category
data
What opens this file
- Depends on the originating app
- File Signature Checker
- HxD
How to open by OS
Windows
- Depends on source app.
Mac
- Same.
Linux
- Same.
Ios
- Same.
Android
- Same.
Safety notes
- A
winmail.datattachment is typically Outlook TNEF; unwrap with Winmail Opener. - A
.datcan disguise a PE/EXE. Always inspect the real bytes before opening.
Common mistakes
- Guessing apps to open a .dat wastes time — inspect the first bytes first.
- Assuming two files with the same
.datname are related. They often aren't.