This 1990 Version of Word Now Runs Natively on Windows 11

A developer has recompiled the original 1990 version of Word for Windows, 1.1a, so it runs natively as a 64 bit program on Windows 11, no DOSBox, virtual machine, or emulator required. Before you get excited about a free, lightweight alternative to modern Word, here’s the reality check: there is no ready to run download. You have to build it yourself from source using Visual Studio 2022, a Windows SDK, and CMake. For most readers, that means this is a fascinating piece of computing history to read about, not a tool you’ll be using this afternoon.

A developer going by JMarshall23 has ported Microsoft Word for Windows 1.1a to 64-bit, so it now runs natively on Windows 11 systems. This is not DOSBox, not a virtual machine, and not a lookalike built on a modern text control. It is the actual 1990 Word codebase, recompiled to run as a genuine 64-bit Windows executable.

For some of us, this is a “Blast from the Past”, memories of the early days of personal computing. For others it’s an obscure antique from an epoch before they were born.

Source: computerhistory.org and yes, that’s a ‘huge’ 26MB of free disk space <g>.

What this means for you

Nothing, practically speaking. You cannot download a ready-to-run copy of Word for Windows 1.1a or “Winword” as it was known back then.

GitHub does not have Windows x64 binaries ready for the casually curious looking for a free, lightweight word processor. You need Visual Studio 2022 with the Desktop C++ workload, a Windows 10 or 11 SDK, CMake 3.25 or newer, and PowerShell, then you build it yourself from source.

This is a project for developers and retro computing enthusiasts, not a shortcut to a free copy of Word. If that build list means nothing to you, this story is interesting trivia, not a tool you will use this afternoon.

Why Word 1.1a mattered

Word for Windows 1.1a pioneered features that actually mattered, including WYSIWYG editing, graphics, and table insertion on Windows, and it helped push users away from DOS word processors like WordPerfect toward Windows.

It did all that while running on machines with single digit MHz processors and as little as 1MB of RAM. Your phone has more memory than that in its rounding error.

The catch: you cannot legally use it for real work

Here is the part that matters if you were hoping to dust off Word 1.1a as a genuinely useful lightweight editor. Microsoft’s license for the Word 1.1a source code permits only non-commercial use, and it does not allow you to redistribute copies of it elsewhere on the web. The GitHub repository itself is blunt about this too, noting that it currently has no top level license file and that anyone wanting to use or redistribute the source or binaries should check the applicable rights first.

Aside from the legalities, Winword 1.1a isn’t really practical for everyday use.  It can’t read or make modern .docx files because that format was released 17 years later.

This is a research and preservation project, not a free Word alternative you can install on your work laptop. Treat it as history you can compile and poke at, not software you can deploy.

How the port actually works

The developer’s approach is worth noting because it is unusually faithful to the original. According to the project’s own documentation, the port builds the original Word source and resources together with modern replacements for the 16-bit assembly, segmented-memory, and Win16 platform boundaries.

In plain English: old 16-bit code cannot run natively on 64-bit Windows, so the developer rewrote the low-level plumbing while leaving Word’s actual application logic untouched.

The technical work breaks down into a few pieces:

  • 16-bit assembly entry points translated into fixed-width C or C++
  • Segmented memory handles, a quirk of how old DOS and Windows programs addressed memory, mapped onto a modern x64-safe runtime
  • Win16 system calls for startup, windows, graphics, and files adapted to work with current Win32 APIs

The result is described as the genuine 1990 Word application and user interface, just running as a 64-bit program instead of a 16-bit one.

A better and easier way to get Word 1.1a

If you really want a running copy of Word 1.1a or any early version of Office, there’s a better and easier way.

Set up a virtual machine (VM) with a compatible version of early Windows, then install Word 1.1a directly. The virtual machine can run in its own ‘sandbox’ without involved compatibility layers. Once it’s set up, the whole VM can be moved to another physical machine.

Where the Winword source comes from

None of this would exist without the Computer History Museum. Back in 2014, the museum released the original Word 1.1a source, a bundle of 1,021 files across 33 folders, containing C source code, x86 assembly, build tools, and documentation, totaling about 7MB. That archive is still available directly from the museum if you want to look at the raw material yourself.

Left or Right Click? The Simple Rule That Explains Every Mouse Button

Will your Microsoft Office work on Windows 11?

Installing older Office on Windows 11

Buy Old Version of Microsoft Office Legally

The Revisionist history of Microsoft Word

Myth Busting about Office document formats

Office 2016 Still Gets Security Updates: Check If Yours Qualifies

Office 2019 Is Still Getting Security Updates, But Only for Some