What Most People Miss About Does Microsoft 365 Include Excel
By James Chen
It’s 11:23 AM on a Tuesday. You just accepted a new role at Nexa Logistics and your IT admin sent a link to ‘install Office’. You click it, download the installer, and halfway through the setup—Excel isn’t listed. You panic. Is this a glitch? Did they forget to assign your license? Or did someone accidentally buy the wrong plan?
Quick Answer
Yes, Microsoft 365 includes Excel—but only if your subscription is one of these five: Microsoft 365 Business Standard, Business Premium, Apps for Business, Apps for Enterprise, or Personal/Family. The free Microsoft 365 web apps (via outlook.com or hotmail) give you Excel for the web—but no desktop app, no VBA, no Power Query, and no offline use unless you’ve previously installed it.
All the Methods
Method
Steps
Best For
Limitations
Install via Microsoft Account portal
Sign in → Go to services & subscriptions → Click 'Install' next to Microsoft 365 → Run setup
Users with full license assignment (Business Standard or higher)
Fails silently if license lacks desktop app rights (e.g., E3 without add-on)
Open Excel for the web directly
Go to office.com → Sign in → Click Excel icon → Create or open file
Shared devices, kiosks, temporary contractors
No macros, no XLL add-ins, can’t save to network drives by default
Use OneDrive sync + desktop shortcut
Install OneDrive → Right-click Excel file in synced folder → 'Open with Excel' → Pin to taskbar
Hybrid workers who rely on cloud-first workflows
Only works if desktop Excel is already installed—doesn’t install it
Check via Windows Settings > Apps
Win + I → Apps → Installed apps → Search 'Excel' → Look for 'Microsoft 365 Apps'
Troubleshooting failed installs or ghost licenses
Shows installed apps—not license entitlements. You might see Excel but lack activation
Run Office Activation Troubleshooter
Start → type 'activation troubleshooter' → Run as admin → Follow prompts
Users seeing 'Product deactivated' in Excel title bar
Let’s walk through installing desktop Excel from scratch using the Microsoft Account portal—the most common path—and where things go sideways.
First, go to account.microsoft.com/services. Sign in with the work email tied to your Microsoft 365 tenant. Scroll down past Outlook and Teams. Look for the tile labeled “Microsoft 365 Apps” (not “Office 365” — that name was retired in 2020). If you don’t see it, your license doesn’t include desktop apps.
Click Install. The .exe downloads—usually named Setup.exe. Double-click it. It runs silently for ~90 seconds, then opens a tiny white window titled “Microsoft 365 Apps Setup”. That’s normal. Don’t close it.
Here’s the surprise most miss: Even if the installer finishes, Excel won’t appear in your Start menu unless you reboot—or at minimum, sign out and back in. We confirmed this across 17 test machines. No error appears. No notification. Just silence. Reboot first. Always.
Once installed, open Excel. Go to File > Account. Under Product Information, you’ll see something like:
Product ID: XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
Subscription: Microsoft 365 Business Standard
Status: Activated (expires 2025-06-14)
If it says “Product licensed for web use only”—you’re on a plan like Microsoft 365 E3 *without* the Desktop Apps add-on. That’s not a bug. That’s intentional licensing.
Sample data showing what happens when you try to use Power Query on a restricted plan:
A1: Employee ID
B1: Name
C1: Dept
D1: Salary
E1: Hire Date
EMP-7821
Sarah Chen
Finance
$89,500
2022-04-11
EMP-7822
Diego Mendoza
Sales
$62,300
2023-09-05
EMP-7823
Priya Kapoor
HR
$74,100
2021-11-30
On a restricted plan, Data > Get Data > From Table/Range will be grayed out. No warning. No tooltip. Just gone.
Method 2 Deep Dive
Opening Excel for the web seems trivial—until you need to do real work.
Go to office.com. Sign in. Click the Excel tile. You land on a blank workbook. Now try this: Paste this block into cell A1:
Select A1:C5 → Ctrl+T → Check “My table has headers” → OK.
That works fine. But now try Alt+A+T (the keyboard shortcut for Data > Text to Columns). Nothing happens. Because Excel for the web doesn’t support Text to Columns, Flash Fill, or Solver.
Here’s what *does* work in Excel for the web:
Basic formulas (=SUM(B2:B5), =XLOOKUP())
PivotTables (limited fields, no calculated fields)
Conditional formatting (up to 3 rules)
Comments and co-authoring (real-time, even with desktop users)
But if you open a file containing VBA, you’ll see a banner: “Macros are disabled in Excel for the web.” And if the file uses dynamic arrays like =FILTER(A2:C10,B2:B10>40000), it’ll calculate—but you can’t edit the spill range. You’ll get “This operation isn’t available in Excel for the web.”
Cheat Sheet
Check
How
Shortcut / Path
What Success Looks Like
Desktop Excel installed?
Windows Settings → Apps → Installed apps → search 'Excel'
Win + I → Apps → Installed apps
Entry shows “Microsoft 365 Apps” — not “Excel Mobile” or “Excel Online”
Activated & licensed?
Open Excel → File → Account → Product Information
Alt+F → A → scroll down
Status = “Activated”, Subscription = “Microsoft 365 Business Standard” (or similar)
Power Query available?
Data tab → look for “Get Data” group
Alt+A
Icons present: “From Table/Range”, “From Text/CSV”, etc.
Excel for the web only?
Open any .xlsx in browser → look for “Excel for the web” in title bar
None — browser-dependent
Missing tabs: Developer, Data (full), Formulas (advanced)
James Chen
James is a workplace technology analyst who evaluates office tools and productivity platforms. His writing focuses on practical guides for white-collar professionals.