The first thing most people do after upgrading to Windows 11 Pro is open the Start menu, type 'Excel', and click the icon that appears. They assume it’s installed — until they hit a sign-in screen asking for a Microsoft 365 subscription. That’s not a bug. It’s intentional. Windows 11 Pro ships with zero desktop Office apps — not Excel, Word, PowerPoint, or Outlook.
The Problem
You’re setting up a new laptop for your finance team. You install Windows 11 Pro, expecting Excel to be ready for budget modeling. Instead, you get a blank desktop, a pre-installed trial of Microsoft 365 (that expires in 30 days), and no local Excel executable. Your team wastes 47 minutes trying to ‘activate’ something that was never there.
This confusion spreads across procurement, IT onboarding, and end-user support. Worse: some users install pirated Excel cracks or download unverified ‘free Excel’ installers — introducing malware and compliance risk.
| Component | Included in Windows 11 Pro? | Requires Subscription? | Local App? | Rating |
|---|---|---|---|---|
| Excel (desktop app) | ❌ No | ✅ Yes (Microsoft 365) | ✅ Yes (if licensed) | ★☆☆☆☆ |
| Excel for the web | ✅ Yes (via Edge/Chrome) | ✅ Free with Microsoft account | ❌ No (browser-only) | ★★★★☆ |
| Excel Mobile (Android/iOS) | ❌ Not pre-installed | ✅ Free download, limited features | ✅ Yes (on mobile) | ★★★☆☆ |
| Windows Calculator + Notepad | ✅ Yes (built-in) | ❌ No | ✅ Yes | ★★★★★ |
| OneDrive sync client | ✅ Yes (pre-installed) | ✅ Required for cloud file access | ✅ Yes | ★★★★☆ |
| Microsoft 365 Trial (1-month) | ✅ Yes (often hidden) | ✅ Yes (auto-renews unless canceled) | ✅ Yes | ★☆☆☆☆ |
The Solution
Do this — in order — no exceptions:
- Don’t click the Excel tile in Start. That launches Excel for the web or triggers the Microsoft 365 trial signup. Close it.
- Open Edge or Chrome → go to office.live.com/start/Excel.aspx. Sign in with any Microsoft account (even a free @outlook.com one).
- Create a new workbook. Try entering
=SUM(A1:A5)in cell B1, then type1200,890,1560,745,2100into A1:A5. It works — instantly. - Save to OneDrive. Click File → Save As → OneDrive → Budget_Q3_2024.xlsx. The file saves to your cloud folder at
https://onedrive.live.com/?id=Documents. - Install Excel Mobile only if needed. For quick edits on break: Android Play Store or iOS App Store → search “Microsoft Excel” → install. Open → sign in → tap the saved file.
That’s it. You now have full Excel functionality — formulas, charts, pivot tables — without paying $69.99/year. And it’s compliant. And it updates automatically.
| Task | Web Excel Result | Cell Reference Used | Time Taken |
|---|---|---|---|
| Open new workbook | ✅ Blank sheet, ribbon visible | A1 | 3 sec |
| Enter 5 sales figures | ✅ Values appear in A1:A5 | A1:A5 | 8 sec |
| Sum range with formula | ✅ Shows 6495 in B1 | B1 = SUM(A1:A5) | 5 sec |
| Insert column chart | ✅ Chart appears beside data | A1:B5 selected | 12 sec |
| Save & share link | ✅ Link copied to clipboard | Share → Copy link | 7 sec |
Going Further
You can run Excel workbooks offline — but not the web version. Here’s the counterintuitive part: installing Excel from the Microsoft Store gives you a crippled version. It’s called “Excel (from the Microsoft Store)” — same name, different codebase. It lacks Power Query, Solver, Analysis ToolPak, and VBA support. Don’t do it.
Instead: use Excel for the web as your primary tool. Then, for advanced needs:
- Download Excel desktop via Microsoft 365 Business Basic ($6/user/month) — includes full Excel, Outlook, Teams, and 1TB OneDrive.
- Use Excel Online + Power Automate to auto-export reports from SharePoint lists to Excel files weekly — no manual copy-paste.
- For legacy compatibility: if you must open .xls files from 2003, use Excel for the web — it handles them better than the Store version.
- Add-ons like Office Tab or FormulaDesk work only in desktop Excel — skip them unless you’re already licensed.
Pro tip: Rename your Excel for the web shortcut. Right-click Start → More → Open file location → drag Excel (web) into Start Menu folder → rename to “Excel – Web”. Now it’s obvious.
When NOT to Use This
Don’t rely on Excel for the web if:
- You process >100,000 rows regularly — web Excel chokes above ~250k cells total (not just rows). Desktop Excel handles 1M+ rows reliably.
- Your company blocks external Microsoft logins — check Group Policy:
Computer Configuration → Administrative Templates → Windows Components → Microsoft Edge → Allow Microsoft account connections. - You need COM add-ins (like Bloomberg Terminal integration) — those only load in desktop Excel.
- You’re auditing financial statements under SOX — many firms require local, auditable installs with version control. Web Excel logs don’t satisfy that.
If any of those apply, buy Microsoft 365 Apps for enterprise — deploy via Intune or SCCM, not per-user Store installs.
Keyboard Shortcuts
| Action | Web Excel Shortcut | Desktop Excel Shortcut | Notes |
|---|---|---|---|
| Open Formula Builder | Shift+F3 | Shift+F3 | Works identically in both |
| Insert function dialog | Alt+= | Alt+= | Same key combo — no change |
| Open Find & Replace | Ctrl+H | Ctrl+H | Yes, identical — no learning curve |
| Switch between sheets | Ctrl+PgDn / PgUp | Ctrl+PgDn / PgUp | Also works in web Excel — many don’t know this |