lookup> .mht

.MHT·File Extension

MHT OtherA .mht file is a MHT Other. It is a file format typically read and written by specialized applications.

Othermessage/rfc822Compressible
Extension.mht
File typeMHT Other
CategoryOther
Charset
CompressibleYes

What is a .mht file?

A .mht file is a MHT Other. It is a file format typically read and written by specialized applications.

In the mime-db registry it maps to message/rfc822, and it is marked as compressible. When serving .mht over HTTP, set the Content-Type header as shown in Developer info below.

Related entities: it maps to message/rfc822 — and is delivered over HTTP via the Content-Type header.

  • Use VS Code or xxd to open and edit .mht files.
  • Any text editor (Notepad, VS Code) can inspect the raw content as text.

When served over HTTP, responses should set the following header:

Content-Type: message/rfc822

Common software that reads/writes .mht:

VS Codexxd7-Zip
.mhtextension of
format
MHT Otherserved as
mime type
message/rfc822sent via header
http header
  • Application-specific data
  • Open the file with VS Code, make your changes and save.
  • Most editors preserve the original formatting and encoding — avoid changing the charset.
  • Create a new file and save it with the .mht extension, or export this format from VS Code.

What programs can open .mht files?

Common options include VS Code, xxd, 7-Zip. You can also open many of these files with built-in viewers or a browser.

How do I create a .mht file?

Create a new file in any text editor or the app that owns the format and save it with the .mht extension.

What is the relationship between .mht and the message/rfc822 MIME type?

message/rfc822 is the media type identifier used for .mht files during network transfer (for example in the HTTP Content-Type header).

Updated 2026-08-18

Related extensions

Related MIME types

Related headers

Related methods

Related status codes