ExeBrowser

Run Windows .exe files in your browser. No install. No upload. Just WebAssembly + Wine.

Can you run the classic calc.exe in your browser? Works well

Guide updated July 2026 · Runs via Wine 1.7.55 (Win32) + WebAssembly · Requires your own copy

The old Windows calc.exe — the plain four-function-and-scientific calculator from Windows 95 through Windows 7 — is just about the perfect thing to run under browser-based Wine. It's a tiny, single-purpose Win32 program that draws a standard window, does some arithmetic, and quits. No GPU, no 64-bit code, no .NET, no networking — none of the things that trip up the emulator. It boots in seconds and behaves exactly as you remember.

One catch: it's Microsoft software, so we can't hand you the file. If you own Windows, you already have calc.exe; copy it across and upload it, and it runs cleanly on the everyday Win32 variant.

Runs in your browser tab with WebAssembly + Wine — nothing is uploaded. Click the screen to capture input; press Esc to release the mouse.

Bring your own copy. The classic calc.exe is proprietary Microsoft software, covered by your Windows license — we can't host or distribute it, and you won't find a download link here. If you own a legal copy of Windows (XP through Windows 7 era), the file already lives in your C:\Windows\System32\ folder as calc.exe (or win32calc.exe on later versions). Copy that file from a machine you're licensed to use, then upload it here. Microsoft also still ships the classic calculator as an official, licensed component for Windows IoT Enterprise. Don't download cracked or "abandonware" copies of Windows files.

How it works & what to expect

Why the classic calculator is a great first thing to run

If you want to see ExeBrowser work with the least possible friction, the classic calculator is an ideal demo. It belongs to the most reliable category of all: small, decades-old Win32 utilities that barely touch the parts of Windows that Wine struggles with. The whole program is one small EXE that uses standard window controls and basic math libraries — exactly what Wine 1.7.55 implements well.

Boot Wine, upload your calc.exe, and you get the familiar grey calculator window. Switch between Standard and Scientific views from the View menu, copy and paste results, and use the keyboard or on-screen buttons. It all works as expected at near-instant speed, because there's almost nothing to emulate.

What you can and can't run

Be aware there are two very different "Windows Calculators," and only one of them belongs here:

So: target the small, classic calc.exe. If you grab a modern Windows 10 machine's calc, you'll mostly find a tiny stub that just launches the UWP app — that stub won't do anything useful here.

How to load it and get results out

A single EXE is all you need. Upload calc.exe on its own — there are no extra DLLs to bundle for the classic version. Pick the Win32 (default) variant, which is the everyday choice and the right one here.

The calculator is stateless, so there's nothing to save. If you do want to keep a result, copy it with Ctrl+C inside the app and paste it where you need it. Remember the virtual C:\ drive is wiped when you reload the tab — but for a calculator that doesn't matter, since there's nothing to persist.

Frequently asked questions

Is the Windows Calculator free to download here?

No. The classic calc.exe is proprietary Microsoft software covered by your Windows license, so we don't host or distribute it. If you own a legal copy of Windows, you already have the file in C:\Windows\System32\ — copy it from there and upload it. The MIT-licensed version Microsoft released in 2019 is the modern UWP Calculator, which is a different app that won't run here.

Does the classic calculator actually run under browser-based Wine?

Yes, very reliably. It's a small, standard Win32 program with no GPU, 64-bit, .NET, or networking requirements, which is exactly the kind of app Wine 1.7.55 handles best. The XP and Windows 7 era calc.exe is well-documented as running under desktop Wine, and it behaves the same way here.

Will the Windows 10 or Windows 11 Calculator work?

No. The modern Calculator is a UWP app built on newer .NET and WinRT, not a Win32 EXE, so it won't run under Wine 1.7.55. On Windows 10/11 the file named calc.exe is usually just a stub that launches that UWP app. Use the older classic calculator (Windows 7 or earlier) instead.

Where do I find calc.exe to upload?

On a Windows machine you're licensed to use, look in C:\Windows\System32\ for calc.exe (Windows XP through 7) or win32calc.exe on some later builds. Copy that single file to your computer and upload it here. Microsoft also ships the classic calculator as an official licensed component for Windows IoT Enterprise. Please don't use cracked or dubious 'abandonware' downloads of Windows system files.

Do I need a special Wine variant for the calculator?

No — use the Win32 (default) variant. The classic calculator is a plain 32-bit Win32 app, so the everyday default runtime is the right choice. There's no need for the Gecko, Win 3.x, or r18 variants.

More you can run in your browser