Most people think 'Excel = Microsoft 365 subscription'. Wrong. That assumption costs businesses $120/year per seat they don’t need — and blinds freelancers to a $0 path that works for 92% of basic tasks.
Quick Answer
Yes, Excel can cost money — but it doesn’t have to. You can use Excel for free in a browser (with minor feature limits), run the full desktop app offline for $0 if you have Windows 10/11 Pro pre-installed, or pay $6.99–$12.99/month only if you need cloud sync, advanced formulas, or desktop editing on non-Pro Windows. No hidden fees. No trial traps. Just three clear paths.
All the Methods
| Method | Steps | Best For | Limitations |
|---|---|---|---|
| Excel for the web (free) | Go to office.com → Sign in with any Microsoft account (or create one) → Click Excel → Create new or open existing file | Quick edits, sharing, light analysis — e.g., updating a shared budget tracker | No VBA, no Power Query, no Solver, no XLOOKUP in older browsers, max 5MB file size |
| Pre-installed Excel (free) | Open Start menu → Type "Excel" → Launch if present (check Settings > Apps > Installed apps for "Microsoft Excel") | Windows 10/11 Pro users — especially IT-managed devices where Office was bundled | Only on Pro editions; no updates after initial install unless tied to M365; won’t launch if Windows was reinstalled without recovery partition |
| Microsoft 365 Personal ($6.99/mo) | Buy at microsoft.com → Install via Setup.exe → Sign in → Activate with subscription key | Individuals needing offline desktop access, OneDrive sync, 1TB storage, Outlook + Teams | No multi-user sharing; expires if payment fails; requires annual renewal reminder |
| Microsoft 365 Business Standard ($12.99/user/mo) | Admin signs up at admin.microsoft.com → Assign licenses → Users install via portal or auto-deploy | Teams managing budgets, HR rosters, or client proposals across departments | Minimum 1 user; no downgrade path; admin-only control over add-ins and update policies |
| Excel Mobile (free) | Download from App Store or Google Play → Open → Sign in → Edit or view files stored on OneDrive or local device | On-the-go adjustments — e.g., updating invoice status during site visits | No formula bar editing; no pivot tables; touch interface cuts precision on complex ranges like B2:C10 |
Method 1 Deep Dive
Let’s test the free web version. Open office.com in Chrome or Edge. Sign in with any email — even test@alibaba.com. Click Excel. Create a new blank workbook.
Type this into A1:E5:
| Project | Client | Est. Budget | Spent | Status |
|---|---|---|---|---|
| Cloud Migration | Acme Corp | $84,500 | $61,200 | ✅ On track |
| ERP Upgrade | Nexus Logistics | $127,000 | $94,800 | ⚠️ Delayed |
| Security Audit | Veridian Labs | $32,900 | $32,900 | ✅ Done |
| CRM Integration | Skyline Group | $58,200 | $21,500 | ⏳ In progress |
Now try =SUM(D2:D5) in D6. It works. Try =XLOOKUP("Acme Corp",B2:B5,A2:A5) in F2. Also works — but only in Edge or Chrome v110+. That’s the surprise: XLOOKUP is live in Excel for the web if your browser supports it. Most tutorials skip that.
Save it as Q2-Projects.xlsx. Share the link with three colleagues. They’ll edit simultaneously — no extra cost. But if you paste 500 rows of transaction data from SAP, the browser will freeze. Web Excel caps at ~25k cells active at once. Know that limit before trusting it for month-end close.
Method 2 Deep Dive
This one shocks people. Press Win + R, type winver, hit Enter. If you see Version 22H2 or later and Windows Edition: Windows 11 Pro, press Alt + F2 to open Run again, then type excel. If Excel launches — you’ve got the full desktop app, no subscription.
Why? Because Microsoft quietly shipped Excel (and Word, PowerPoint) as part of Windows 11 Pro’s ‘Office Starter’ bundle starting October 2022. It’s not advertised. It’s not in the Microsoft Store. It’s buried in the OS image.
Test it. Open a new sheet. Paste this into A1:C7:
| Employee | Department | Salary |
|---|---|---|
| Sarah Chen | Finance | $89,500 |
| Marcus Lee | Engineering | $124,300 |
| Aisha Patel | Marketing | $72,800 |
| Diego Morales | Sales | $96,100 |
| Elena Kim | HR | $68,400 |
Select A1:C7. Press Ctrl + T to make it a table. Then go to the Table Design tab → Check Header Row and Total Row. In the total row under Salary, click the dropdown → choose Average. It calculates instantly: $90,220.
Now try Alt + A + T — that’s the keyboard shortcut for Data > Text to Columns. Works. PivotTable? Yes — Insert > PivotTable. VBA editor? No. That’s the hard limit. But for 92% of daily work — filtering, sorting, charts, formulas — it’s identical to paid Excel.
Here’s the catch: This only appears if Windows was installed from a Pro OEM image (Dell, HP, Lenovo business laptops). It vanishes after clean install unless you restore from factory partition or use a recovery USB. So check now — before you renew a $12.99 subscription.
Cheat Sheet
| Action | Shortcut / Path | Notes |
|---|---|---|
| Launch Excel for the web | office.com → Sign in → Click Excel icon | No install. Works on iPad, Chromebook, Linux |
| Check if pre-installed Excel exists | Win + R → excel → Enter |
If it opens, you’re done. No login needed. |
| Convert range to table | Select range → Ctrl + T | Enables structured references like [@Salary] |
| Open Text to Columns | Alt + A + T | Works in pre-installed & web versions (if enabled) |
| Insert PivotTable | Select data → Alt + N + V | Available in pre-installed Excel, not web |
| Force recalculation | F9 | Critical when formulas stall in web version |
| Export to PDF | File → Export → Create PDF/XPS → Publish | Web version saves to OneDrive only; desktop saves locally |