Do Macs come with Excel? Why does your new MacBook show Excel in Spotlight but crash when you open it? Why did the Apple Store rep say ‘it’s included’ while your invoice shows $149.99?
Quick Answer
No — Macs do not come with Excel pre-installed. Apple doesn’t bundle Microsoft Office. What you see in Spotlight or Launchpad is usually a trial version, a leftover from a previous subscription, or a mislabeled shortcut pointing to Excel Online or Numbers.
All the Methods
| Method | Steps | Best For | Limitations |
|---|---|---|---|
| Microsoft 365 Subscription | Sign in at office.com → Install → Open Excel.app | Teams needing real-time co-authoring, Power Query, and desktop features | $6.99/month minimum; requires annual billing for best pricing |
| One-Time Purchase (Office 2021) | Buy from Microsoft Store → Download installer → Run → Activate with product key | Users who hate subscriptions and only need basic formulas & charts | No updates after 2021; no AI features; no cloud sync beyond OneDrive |
| Excel Online (Free) | Go to office.com → Sign in with personal Microsoft account → Click Excel icon | Quick edits, sharing with non-Mac users, lightweight data entry | No VBA, no PivotTable drill-down, no XLOOKUP in older browsers |
| Apple Numbers + Export | Open Numbers → File → Export To → Excel → Choose .xlsx → Save | Migrating simple budgets or contact lists from iOS/macOS ecosystem | Formulas break on export; no array formulas; conditional formatting lost |
| Third-Party License Reseller (e.g., Amazon, Best Buy) | Buy boxed copy or digital key → Enter key in Excel → Activate | IT admins managing bulk licenses across devices | Keys may be region-locked; no direct Microsoft support unless purchased through Microsoft |
Method 1 Deep Dive
Start with Microsoft 365 — it’s the only method that gives you Excel for Mac with full feature parity. Don’t download from random sites. Go straight to office.com. Sign in with your Microsoft account — even a free @outlook.com one works.
Click Install Office. That downloads a 1.2 GB package named Microsoft_Office_Installer.pkg. Double-click it. When the installer opens, click Continue three times — no customization needed. It drops Excel into /Applications.
Launch Excel. You’ll see a sign-in prompt. Use the same account. Then go to Excel → Preferences → General → Startup. Uncheck Show start screen when Excel starts. This saves 3 seconds every launch.
Here’s your test file: In cell A1, type Client. B1 = Contract Value. C1 = Start Date. Enter these rows:
| A | B | C |
|---|---|---|
| Acme Corp | $124,500 | 2024-04-12 |
| Nexus Labs | $89,200 | 2024-05-30 |
| Stellar Dynamics | $215,750 | 2024-02-17 |
| Veridian Systems | $64,300 | 2024-06-08 |
| Lumen Group | $152,900 | 2024-03-22 |
Select A1:C5. Press Command+T to convert to table. Now try this: In D1, type Total Contracts. In D2, enter =SUM(B2:B5). It returns $646,650. That’s live calculation — not possible in Excel Online.
Surprising tip: Hold Option while clicking the Excel dock icon. It forces a clean restart — bypassing corrupted add-ins that cause startup hangs. Try it before reinstalling.
Method 2 Deep Dive
Office 2021 is a one-time $149.99 purchase. No auto-updates. No Copilot. But it runs offline. No internet needed after activation.
Download the installer directly from https://setup.office.com. Enter your product key when prompted — not in Excel, but in the small blue window *before* Excel launches. If you skip that, Excel stays in trial mode forever.
Once installed, open Excel. Go to Excel → About Excel. It must say Version 16.83 or higher. Lower numbers mean you got an old cached installer.
Test it with this dataset in A1:C7:
| A | B | C |
|---|---|---|
| Sarah Chen | $72,400 | 2024-01-15 |
| Marcus Lee | $81,900 | 2024-02-28 |
| Priya Desai | $65,200 | 2024-03-10 |
| Diego Mendoza | $93,600 | 2024-04-05 |
| Aisha Johnson | $78,100 | 2024-05-19 |
| Kenji Tanaka | $85,500 | 2024-06-14 |
In D1, type Avg Salary. In D2, enter =AVERAGE(B2:B7). It returns $79,450. Works offline. No login required after first activation.
Keyboard shortcut: Press Alt+Q, then type account, press Enter. Opens Account Settings — fastest way to check license status without hunting through menus.
Cheat Sheet
| Task | Shortcut / Command | Notes |
|---|---|---|
| Force restart Excel (clear cache) | Option + click dock icon | Fixes frozen ribbon or blank sheet view |
| Open Account Settings | Alt+Q → type account → Enter | Verify active subscription or perpetual license |
| Convert range to table | Command+T | Works only if headers are in first row |
| Insert current date | Control+; (semicolon) | Static value — won’t auto-update |
| Check Excel version | Excel → About Excel | Look for build number — 16.83+ = Office 2021 or newer |