A 2024 workplace survey found that 58% of Windows 11 users think Excel is preinstalled — but only 12% actually have it running without signing in or downloading anything.
The Setup
You’re onboarding three new hires at Veridian Logistics. Their laptops arrived with Windows 11 Pro preloaded — shiny, fast, fully updated. You assume Excel is ready to go. You open the Start menu, type "Excel", and… nothing appears. You try "Microsoft Excel" — still blank. You check Settings > Apps > Installed apps — no sign of Excel. But your colleague’s identical laptop *does* show Excel under that same list. What’s going on?
Here’s the actual software state across those six machines (A1:C7):
| Laptop ID | Windows Edition | Excel Installed? | How It Got There |
|---|---|---|---|
| VL-2023-01 | Windows 11 Pro | No | OEM image — clean install |
| VL-2023-02 | Windows 11 Home | Yes (web version) | Preloaded Edge shortcut to Excel for Web |
| VL-2023-03 | Windows 11 Pro | Yes (desktop) | Retail box included Microsoft 365 subscription |
| VL-2023-04 | Windows 11 Pro | No | Refurbished unit — OEM removed trial |
| VL-2023-05 | Windows 11 Enterprise | Yes (desktop) | Company-managed Intune deployment |
| VL-2023-06 | Windows 11 Home | Yes (mobile app) | Preinstalled from Microsoft Store |
| VL-2023-07 | Windows 11 Pro | Yes (desktop) | User installed via Microsoft account sync |
The Challenge
“Does Excel come with Windows 11?” sounds like a yes/no question. It isn’t. The real question is: Which version of Excel, on which licensing path, under which Windows configuration?
Windows 11 itself contains zero Excel binaries. Not one .exe file. Not even a stub launcher. Microsoft deliberately separates the OS from Office — unlike older versions where Starter Edition shipped baked in.
So why do some machines show Excel and others don’t? Because Excel arrives via four distinct paths — and only one of them is tied to Windows. That’s the trap. You might see Excel launch from the Start menu and assume it’s part of Windows. It’s not. It’s just co-located. And if the license expires, vanishes, or gets unlinked? Poof — Excel disappears, but Windows stays.
We’ll walk through each path, then show how to verify what you really have — not what you *think* you have.
Walking Through It
Let’s test VL-2023-02 (the one showing Excel for Web) and VL-2023-03 (full desktop Excel) side by side. You’ll use Alt+F2 to open Run, then type winver to confirm Windows version — but that tells you nothing about Excel. So we dig deeper.
| Step | Action | Result | Shortcut |
|---|---|---|---|
| 1 | Press Win + R, type appwiz.cpl, hit Enter |
Opens “Programs and Features” — shows only desktop apps with uninstall entries | Win+R → appwiz.cpl |
| 2 | In Search bar, type “Excel” — right-click result → “Open file location” | If it opens C:\Program Files\Microsoft Office\root\Office16\EXCEL.EXE, it’s desktop. If it opens Edge with a URL, it’s web. |
Right-click → Open file location |
| 3 | Launch Excel → File > Account → look at “Product Information” | Shows “Microsoft 365 Apps for enterprise” or “Microsoft 365 Personal” — or “Excel for the web” with no product key | Alt+F+A → Account tab |
| 4 | Run PowerShell as Admin → Get-AppxPackage *excel* |
Lists mobile/Store apps (like Excel Mobile) — returns nothing for desktop Excel | Win+X → A → paste command |
Surprising tip: Excel for Web doesn’t require a Microsoft account to run — but it *does* require an active internet connection and will time out after 10 minutes of idle editing unless you sign in. (Trust me, I learned this the hard way during a client demo on a spotty hotel Wi-Fi.)
The Result
After running those checks on all six laptops, here’s the verified truth — no assumptions, no guesses:
| Laptop ID | Excel Type | License Status | Offline Usable? |
|---|---|---|---|
| VL-2023-01 | None | N/A | No |
| VL-2023-02 | Web (Edge) | Free — no license required | No (requires live connection) |
| VL-2023-03 | Desktop (MS 365) | Active subscription (expires 2025-06-12) | Yes |
| VL-2023-04 | None | N/A | No |
| VL-2023-05 | Desktop (Enterprise) | Volume licensed — auto-renews | Yes |
| VL-2023-06 | Mobile (Store app) | Free tier — limited features | Partial (view only offline) |
| VL-2023-07 | Desktop (MS 365) | Linked to personal Microsoft account | Yes |
What Could Go Wrong
Three specific mistakes people make when answering “does Excel come with Windows 11” — each with real consequences:
- Mistake #1: Assuming “Excel” in Start menu = desktop app. That icon may launch Edge and open
https://office.live.com/start/Excel.aspx— not EXCEL.EXE. You won’t notice until you try to use Power Query or save as .xlsb. No warning. Just silent feature gaps. - Mistake #2: Confusing “Microsoft 365” with “Windows 11 license.” Your Windows 11 Pro key gives you zero Office rights. Even if you bought a “Windows + Office bundle,” the Office portion is a separate 1-year subscription — and it won’t auto-renew unless you set it up manually.
- Mistake #3: Using “Check for updates” to install Excel. Windows Update will never push Excel. It only handles OS patches and drivers. You must go to microsoft.com/excel or the Microsoft Store — and choose the right version (desktop vs. web vs. mobile).
Still unsure what you have? Try this now:
| What You See | What It Really Means | Next Step |
|---|---|---|
| Excel icon launches instantly, shows “Excel” in title bar | Likely desktop — but verify via File > Account | Press Alt+F+A, check “Product Information” |
Excel opens in Edge, URL starts with https:// |
Web version — no local files, no macros, no add-ins | Go to microsoft.com/excel to compare plans |
| Search shows “Excel Mobile” or “Excel for Windows” | Store app — limited to basic formulas and touch input | Uninstall it, then install desktop version from official source |