At One Place

.exe files

.exe file
Windows Executable
A Windows program. It runs code, which is why it is also the classic way to get malware.

What opens a .exe file

Windows
Windows (built in — double-click to run), 7-Zip (to inspect an installer)
macOS
CrossOver, Wine, Parallels Desktop (full Windows VM)
Linux
Wine, Bottles, Proton (via Steam)

What a .exe file is

EXE is the Portable Executable format Windows uses for applications and installers. It runs only on Windows: macOS and Linux need a compatibility layer such as Wine, CrossOver or a full Windows virtual machine, and even then not every program works. Because an EXE executes arbitrary code with your permissions, only run one from a source you trust, and treat any EXE arriving by email as hostile.

Converting it

A .exe file is commonly converted to .msi or .zip. It is a binary format, so a text editor will show unreadable characters rather than its contents.

Details

Extension
.exe
Full name
Windows Executable
Category
Programs and installers
MIME type
application/vnd.microsoft.portable-executable
Created by
Microsoft
Format
Binary

Common questions

How do I open a .exe file?
On Windows use Windows (built in — double-click to run); on macOS use CrossOver; on Linux use Wine. A Windows program. It runs code, which is why it is also the classic way to get malware.
What is a .exe file?
Windows Executable. EXE is the Portable Executable format Windows uses for applications and installers. It runs only on Windows: macOS and Linux need a compatibility layer such as Wine, CrossOver or a full Windows virtual machine, and even then not every program works.
Can I convert a .exe file?
Yes. It is usually converted to .msi or .zip, either by exporting from one of the programs listed above or with a format converter.

Related pages

Sources

  1. Media Types Registry — IANA
  2. Official vendor product documentation — At One Place

How these figures are compiled and checked