What Most People Miss About Does Windows 11 Have Excel

Does Windows 11 come with Excel? Does that Excel actually work? Why does it open, let you type, then freeze when you try to save?

Short answer: Windows 11 ships with no version of Excel unless you bought Microsoft 365, got a trial, or installed it separately. What you’re seeing is likely a time-limited web app stub, a read-only viewer, or a mislabeled shortcut.

The Setup

You’re handed a laptop labeled "Windows 11 Pro" from your IT department. It has an icon labeled "Excel" on the desktop. You double-click. It opens. You type in A1. You hit Ctrl+S. Nothing happens. The Save As dialog doesn’t appear. You check Help > About — it says "Microsoft Excel for Microsoft 365" but shows no subscription status.

Here’s the raw data you’re working with — pulled straight from the device’s Apps & Features list (Settings > Apps > Installed apps):

App NameVersionInstall DateSizeSource
Microsoft Excel2403.17530.200002024-02-11124 MBMicrosoft Store
OneDrive24.010.0310.00022024-01-2998 MBPreinstalled
Outlook2403.17530.200002024-02-11142 MBMicrosoft Store
PowerPoint2403.17530.200002024-02-11117 MBMicrosoft Store
Word2403.17530.200002024-02-11136 MBMicrosoft Store
Excel Mobile2401.17418.200002024-01-1541 MBPreinstalled
Office Hub2.0.184.02024-01-293 MBPreinstalled
Microsoft 3652403.17530.200002024-02-111.2 GBMicrosoft Store

The Challenge

You need to know — right now — whether Excel on this machine can save files locally, use formulas like XLOOKUP, and open .xlsm macros. Not just “open.” Work.

The trap: Windows 11 installs lightweight Office apps by default on many OEM devices — especially budget laptops and education models. These are branded as "Excel" but are actually Excel Mobile or web-based launchers. They lack file system access, VBA, Power Query, and even basic ribbon tabs like Data or Formulas.

Worse: They don’t show an obvious warning. No watermark. No popup saying “trial expired.” Just silence when you click Save.

Walking Through It

Do this — no exceptions:

  1. Open Excel.
  2. Press Alt+F, then A — this opens Account (File > Account).
  3. Look at the top-right corner. If you see “Product Information” with “Microsoft 365 Apps for enterprise” or “Microsoft 365 Personal”, and next to it a green checkmark and “Activated”, you’re good.
  4. If instead you see “Microsoft 365 trial” with a countdown (e.g., “14 days left”), or worse — “Product ID: 00000-00000-00000-AA000” — it’s unlicensed.
  5. If you see only “Office Mobile” or no product info at all, you’re running the free mobile version.

Now test functionality:

  • Type =RAND() in A1 → press Enter. If nothing appears, or you get “#NAME?” and the Formula tab is missing — it’s not full Excel.
  • Press Alt+D, then A. If nothing happens, the Data tab isn’t loaded. That means no Get Data, no Sort, no Text to Columns.
  • Try saving to C:\Users\YourName\Documents. If it defaults to OneDrive and gives no local path option — you’re in web mode.

Before (what you see on first boot):

ActionResultStatus
Alt+F → AShows “Microsoft 365 trial — 17 days left”⚠️ Unlicensed
=XLOOKUP(1,A:A,B:B)#NAME? error⚠️ Missing function
Alt+D → ANothing — ribbon stays on Home tab⚠️ No Data tab
Save As → BrowseOnly shows OneDrive, Recent, and SharePoint⚠️ No local drive access

After (after signing in with a valid Microsoft 365 account and activating):

ActionResultStatus
Alt+F → A“Microsoft 365 Apps for enterprise — Activated” + green check✅ Licensed
=XLOOKUP(1,A:A,B:B)Returns correct value✅ Full function set
Alt+D → AOpens Get Data dialog✅ Data tab active
Save As → BrowseShows C:\, D:\, Desktop, Documents✅ Local save enabled

The Result

Once activated, your Excel behaves like any licensed install. Here’s what a working session looks like — real data, real outputs:

Sales RepRegionQ1 Sales ($)Q2 Sales ($)Growth %
Sarah ChenAPAC$45,200$51,80014.6%
James OkaforEMEA$38,900$42,1008.2%
Lina TorresAmericas$62,400$67,3007.9%
Rajiv MehtaAPAC$29,100$33,50015.1%
Aisha DialloEMEA$54,700$59,2008.2%
Diego RuizAmericas$41,300$44,6008.0%
Maya PatelAPAC$36,800$40,2009.2%
Tariq HassanEMEA$27,500$31,40014.2%

What Could Go Wrong

Three mistakes people make — every time.

Mistake #1: Assuming “Excel” in Start Menu = full Excel
It’s not. On Surface Go 3s and Lenovo Ideapads, Windows 11 preinstalls Excel Mobile — which shares the same icon and name as desktop Excel. It opens fast. It looks identical. But it’s locked to OneDrive and lacks 73% of core functions. Check File > Account before trusting it.

Mistake #2: Clicking “Activate” without signing into a Microsoft account first
Excel won’t activate if you’re logged into Windows with a local account. Even with a valid M365 license, activation fails silently. Go to Settings > Accounts > Your info > Sign in with a Microsoft account — then restart Excel and try Alt+F → A again.

Mistake #3: Installing Office from office.com/download while signed into the wrong Microsoft account
You own M365 through your company email (e.g., sarah@acmecorp.com), but you’re signed into Windows with sarah@gmail.com. Office installs — but pulls the Gmail account’s license (which has none). Result: “Product deactivated” after 30 minutes. Fix: Sign out of all Microsoft accounts in Windows Settings, sign in with your work account, then run the installer.

Next step: Run this quick diagnostic in Excel right now.

TestWhat to TypeExpected Result
License CheckAlt+F → AGreen “Activated” badge + valid subscription name
Formula Test=TEXTJOIN("-",TRUE,A1:C1) in D1Joins values with hyphens — no #NAME?
Save TestCtrl+S → Browse → C:\TempC:\Temp appears in folder tree — no error
Macro TestAlt+F11VBA editor opens — not blocked
Lisa Anderson

Lisa Anderson

Lisa is a certified Microsoft trainer who writes step-by-step guides for Power Automate