Despite the name, this site supports EXE files using the Radare2 framework.
Here are some online free links for EXE decompilation (mostly for .NET executables; native/C++ EXEs cannot be truly decompiled online): exe decompiler online free link
⚠️ Online decompilers have file size limits (usually 10–20 MB) and cannot recover original source code perfectly, especially for native EXEs. For serious work, use offline tools like Ghidra , IDA Free , or dnSpy (for .NET). Despite the name, this site supports EXE files
There is no reliable, fully functional "EXE decompiler" that works online for modern Windows executables (compiled from C++, C#, Go, Rust, etc.) in the way you might imagine — turning an EXE back into original source code. What exists instead are disassemblers (showing assembly) or .NET decompilers (for C#/VB.NET apps). There is no reliable, fully functional "EXE decompiler"
Are you trying to recover code from a (like C# or C++), or are you analyzing a file for security purposes ?