Skip to main content

The Rise of Microsoft, Part 9: Office

Office

🎬 Prefer to watch? Here's the 60-second version:

Watch on YouTube ▶

💻 The Rise of Microsoft — a 20-part series. See all parts »  |  « Part 8: 3.0

By 1990, Microsoft owned the ground beneath every PC. MS-DOS ran the machines, and Windows 3.0 had just turned the graphical desktop into a mainstream hit. But there was a different kingdom Microsoft did not yet rule: the software people actually opened once the computer booted. The spreadsheet on every accountant's screen was Lotus 1-2-3. The document on every secretary's desk was WordPerfect. Those two programs were so dominant that, for most office workers, they simply were the personal computer.

Microsoft wanted that kingdom. And it would take it not with a single better product, but with a bundle — and with impeccable timing.

The incumbents who owned DOS

Lotus 1-2-3, released in January 1983, was the first true "killer app" of the IBM PC. It was fast, it was reliable, and it sold IBM machines by the truckload to businesses that needed to crunch numbers. Throughout the 1980s it was simply the standard; a spreadsheet meant 1-2-3. WordPerfect, out of a small company in Orem, Utah, had done the same thing to word processing, dethroning the earlier leader WordStar with a clean screen and a feature list serious writers loved. By the end of the decade WordPerfect was the market leader, its blue editing screen a fixture in law firms and newsrooms everywhere.

Microsoft had entries in both races, but they were also-rans on DOS. Its real advantage was that its applications had been built, from early on, for the graphical world. Excel launched on the Macintosh in 1985 and reached Windows in 1987. Word for Windows arrived in 1989. PowerPoint came in through an acquisition: in 1987 Microsoft bought Forethought, the small California company whose presentation program it was — the first time Microsoft had swallowed a company to fill a gap in its lineup. Individually, none of these had toppled the DOS champions. Together, and pointed at Windows, they would.

One box, three programs, one price

The idea was almost boringly simple: sell the applications together. Microsoft had tried the concept first on the Macintosh in 1989, and on October 1, 1990 — barely four months after the Windows 3.0 launch — it shipped The Microsoft Office for Windows. Inside were Word 1.1, Excel 2.1, and PowerPoint 2.0, three programs in one box for a single price well below the cost of buying rival products one at a time.

That pricing was the whole strategy. A business that needed to write documents and build spreadsheets would otherwise buy WordPerfect and Lotus 1-2-3 — two separate purchases from two separate companies. Office offered both, plus a presentation tool nobody had thought to bundle, for less than the pair. For a corporate buyer outfitting hundreds of desks, the math was brutal and obvious. And because all three programs came from the same company, they started to look and work alike: the same menus, the same shortcuts, the same way of copying a chart from the spreadsheet into the memo.

Caught on the wrong side of the screen

The bundle might not have mattered so much if the timing had been different. But Lotus and WordPerfect had made the same bet, and it was the wrong one. They had grown up on DOS, their fortunes tied to that blinking prompt, and they were slow — fatally slow — to move to Windows. When Windows 3.0 exploded into millions of homes and offices in 1990, Microsoft's Office was already there, native and polished. The Windows versions of 1-2-3 and WordPerfect arrived late and, at first, rough, chasing a platform their rivals had helped design.

Competitors muttered that Microsoft's applications group enjoyed an unfair edge — that living under the same roof as the Windows team gave it secret knowledge of how the operating system worked. Microsoft insisted a wall separated the two, and the darkest version of the accusation was always more industry folklore than proven fact. But the simpler truth was hard to argue with: Microsoft had bet on the graphical future early, bundled its bets together, and priced them to win.

The results were a rout. WordPerfect Corporation, the proud leader of the 1980s, was sold to Novell in 1994 and then passed on to Corel two years later, a fraction of its former self. Lotus was swallowed by IBM in a $3.5 billion takeover in 1995, its once-untouchable spreadsheet fading into history. By the mid-1990s the questions "which spreadsheet?" and "which word processor?" had collapsed into a single answer: Microsoft Office. The suite that started as a discount bundle had become the default furniture of working life — and one of the most profitable products in the history of software.

Next time: Microsoft and IBM's partnership finally shatters, and the two giants go to war over the future of the operating system.


🔗 Explore more from Syncster

Comments

Popular posts from this blog

Cursor AI Review: Is the AI Code Editor Worth It?

I've been using Cursor as my main code editor for a while now, and enough people have asked whether it's worth switching to that a proper review felt overdue. Short version: for me, yes — but with caveats. What is Cursor? Cursor is an AI-first code editor built as a fork of VS Code. That means every extension, theme, and keybinding you already use in VS Code works here, but with AI woven directly into the editing experience instead of bolted on as a plugin. It's made by Anysphere and can run models from OpenAI and Anthropic under the hood. What I like Tab completion is uncanny. Cursor predicts your next edit — not just the rest of the line, but the next change across the file. Once you get used to hitting Tab, going back to a plain editor feels slow. The Composer / Agent mode. You describe a change in plain language and it edits multiple files at once, showing you a diff to accept or reject. For refactors and boilerplate, this saves real time. It unde...

How I used Google Sheets and Apps Script

Google Sheet is one of the most powerful spreadsheet application that exists online, rivaling with Microsoft's Excel. One of the main strengths is its strong support for collaboration with other users, much easier and popular than collaboration tools with Microsoft Office. Aside from plain spreadsheet, it also supports extensions such as macro. If you are familiar with macros on other office tools, they work almost the same. However, the most extension I use and tinker with is the Apps Scipt . Apps Script Extension One of the challenges I faced recently is how do I track or monitor reports in our department if they are submitted on time or worst, forgotten due to lack of better monitoring tools. So I thought if there can be simple applications that can be deployed or use by a more general user to allow reminding periodically what reports are approaching due dates or those that are past dues. Then I looked for a way, instead of creating a full blown app from scratc...

MacBook Pro M5 vs M5 Pro: Which One Should You Actually Buy?

Apple's latest 14-inch MacBook Pro comes in two very different flavors: the base M5 and the step-up M5 Pro . On paper they look similar — same gorgeous Liquid Retina XDR display, same design — but under the hood the gap is bigger than the names suggest. Here's a clear, no-hype breakdown, with concrete use cases so you can match the chip to your work. Quick spec comparison Spec M5 M5 Pro CPU 10-core (4 performance + 6 efficiency) Up to 18-core (6 performance + 12 efficiency) GPU 10-core Up to 20-core Neural Engine 16-core 16-core Memory bandwidth 153 GB/s 307 GB/s (roughly double) Unified memory 16 / 24 / 32 GB 24 / 48 / 64 GB Max storage Up to 4 TB SSD Up to 8 TB SSD Battery (video playback) Up to 24 hours Up to 22 hours Media engines Single encode/ProRes engine More encode/ProRes engines (higher configs) What actually changes between them More cores — the M5 Pro nearly doubles CPU cores and adds GPU cores, so sustained, multi-threaded work finishe...