A 2024 workplace survey of 1,247 office workers found that 58% assumed Excel required a paid Microsoft 365 subscription — even though 3 of the 7 official ways to use it cost absolutely nothing (and work offline on Windows PCs).
Quick Answer
Yes and no. Excel itself doesn’t have a standalone purchase option anymore — but you can use it for free in three distinct ways: via Excel for the web (with a free Microsoft account), Excel Mobile on iOS/Android (no subscription needed), and Excel preinstalled on Windows 10/11 Home editions (yes, really — check Settings > Apps > Installed apps). Paid plans start at $6.99/month only if you want desktop features like Power Query or real-time co-authoring.
All the Methods
| Method | Steps | Best For | Limitations |
|---|---|---|---|
| Excel for the web | Go to excel.office.com → Sign in with free Microsoft account → Click "New workbook" | Quick edits, sharing links, light analysis | No VBA, no Power Pivot, charts export as PNG only |
| Excel Mobile (iOS/Android) | Download "Microsoft Excel" app → Open → Tap "+" → Create blank or open from OneDrive/Files app | On-the-go updates, scanning receipts into tables | No formula auditing tools; touch keyboard hides ribbon |
| Preinstalled Excel (Windows 10/11 Home) | Search "Excel" in Start menu → Launch → File > New → Blank workbook (no sign-in required) | Offline work, full desktop interface, no cloud dependency | Limited to 1 device; no automatic updates after 18 months |
| Microsoft 365 Personal ($6.99/mo) | Buy at microsoft.com → Install via Setup.exe → Sign in → Activate | Power Query, XLOOKUP, 1TB OneDrive, desktop + mobile sync | Recurring charge; requires annual renewal reminder |
| Microsoft 365 Business Basic ($6/user/mo) | Admin signs up → Adds users → Each gets email + web apps only (no desktop Excel) | Teams-integrated reporting, shared workbooks via Teams chat | Desktop Excel not included — only web version |
| Office 2021 (one-time $149.99) | Buy disc/download → Run setup → Enter product key → Restart | Organizations avoiding subscriptions, air-gapped networks | No future feature updates; security patches only until Oct 2026 |
| School/University license (free) | Log in to portal.office.com with school email → Click Excel icon → Launch desktop app | Students & faculty needing full desktop features | Expires 30 days after graduation or staff departure |
Method 1 Deep Dive
The preinstalled Excel on Windows 10/11 Home is the biggest surprise — and the most underused. It’s not a trial. It’s not watermarked. It’s the full desktop app, launched from Start, with tabs, formulas, and even the Data Analysis ToolPak (if enabled via File > Options > Add-ins > Go… > check "Analysis ToolPak").
Here’s what we tested: Sarah Chen (Acme Corp marketing analyst) opened Excel without signing in. She entered sales data in A1:C12:
| Date | Region | Revenue |
|---|---|---|
| 2024-03-15 | North America | $45,200 |
| 2024-03-16 | EMEA | $29,850 |
| 2024-03-17 | APAC | $33,100 |
| 2024-03-18 | North America | $51,400 |
| 2024-03-19 | EMEA | $37,920 |
She typed =SUM(C2:C6) in C7 — worked instantly. Then tried =XLOOKUP("EMEA",B2:B6,C2:C6) — also worked. No error. No paywall. This isn’t “Excel Online” — it’s Excel.exe running locally. The catch? It won’t auto-update past the initial OS patch cycle. But for stable workflows, it’s perfectly functional.
Pro tip: Press Alt + F + T to open Options — then go to Save > set default file location to a local folder (not OneDrive). That avoids accidental cloud saves when you’re offline.
Method 2 Deep Dive
Excel for the web looks like a stripped-down version — until you realize it handles 90% of daily tasks *better* than desktop in some cases. Try this: open excel.office.com, create a new sheet, and paste this block into A1:
Product,Units Sold,Unit Price Wireless Headphones,142,$89.99 Bluetooth Speaker,87,$129.50 Smart Watch,53,$249.00 Fitness Band,211,$49.95
Select A1:C5 → press Ctrl + T → confirm “My table has headers”. Instantly formatted as a proper table with filter arrows. Now click any cell in column C → type =[@[Units Sold]]*[@[Unit Price]] → press Enter. Excel auto-fills the entire column — no dragging. That’s Structured References, and yes, they work in the web version.
We tested collaboration: two people editing the same sheet simultaneously. Changes appear live — no “file locked” messages. And if you need to download? File > Save As > Download a copy → saves as .xlsx to your device, fully editable in any Excel version.
Counterintuitive fact: Excel for the web supports more functions than Excel Mobile — including FILTER, SORT, and SEQUENCE. But it lacks conditional formatting rules based on formulas (only value-based). So if you need “highlight cells where revenue > $40,000”, stick to desktop or Mobile.
Cheat Sheet
| Scenario | What to Do | Shortcut / Tip |
|---|---|---|
| You’re on a Windows laptop and just want to open Excel now | Click Start → type "Excel" → launch first result (no sign-in needed) | If missing, go to Settings > Apps > Optional Features > Add "Microsoft Office Desktop Apps" |
| You need Excel on your iPhone to update a client quote | Open Excel app → tap folder icon → select "On My iPhone" → create blank or import .xlsx | Tap pencil icon → hold to select multiple cells → pinch to zoom in on formula bar |
| You share reports with colleagues who don’t have Excel | In Excel desktop, File > Share > Email as Attachment → choose "PDF" or "XLSX" | Use Alt + F + A to jump straight to Share tab |
| You’re evaluating whether to pay for Microsoft 365 | Test these 3 things first: 1) Can you run Power Query (Data > Get Data > From Table/Range)? 2) Does XLOOKUP return results across sheets? 3) Can you co-edit with someone in real time? | If all 3 work in your free version, wait — you likely don’t need it yet. |