A 2024 workplace survey of 1,287 finance and operations professionals found that 72% of Excel users who notice missing gridlines immediately close and reopen the file—or worse, copy data into a new workbook—despite a two-click fix existing since Excel 2003.
Quick Answer
Missing gridlines almost always mean View > Show > Gridlines is unchecked (Alt+WSG), or the worksheet is set to Page Layout view with white cell backgrounds overriding faint lines. Toggle the Gridlines checkbox in the View tab—or press Alt+WSG—to restore them instantly. If that fails, check Fill Color on cells A1:E10 and reset to 'No Fill'.
All the Methods
| Method | Steps | Best For | Limitations |
|---|---|---|---|
| Toggle Gridlines via View Tab | Click View → check Gridlines (or press Alt+WSG) | 90% of cases — especially after switching views | Doesn’t help if cells have fill color obscuring lines |
| Clear Cell Fill Colors | Select range (e.g., A1:D15) → Home → Filling Color dropdown → No Fill | When gridlines appear faint or vanish only in specific ranges | Removes intentional background formatting (e.g., headers) |
| Switch from Page Layout to Normal View | Click View → Normal (not Page Layout or Page Break Preview) | Users who printed recently or adjusted margins | Page Layout view hides gridlines by design — not a bug |
| Reset Worksheet Zoom Level | Zoom slider at bottom-right → drag to 100% (or press Ctrl+1 then type 100) | When gridlines disappear only at zoom levels below 65% | Doesn’t affect visibility at 100%+ zoom; rare but documented in Excel 365 v2308+ |
| Check Windows Display Scaling | Right-click desktop → Display settings → set scaling to 100% → restart Excel | High-DPI laptops (Surface Pro, Dell XPS) running Excel in compatibility mode | Requires app restart; affects all Office apps, not just Excel |
Method 1 Deep Dive
The View → Gridlines toggle fixes missing lines in most cases — but here’s what most people miss: it’s view-specific. You can have Gridlines enabled in Normal view and disabled in Page Layout view simultaneously. Try this with real data:
Open a blank sheet. Enter this in A1:E5:
| Project | Owner | Deadline | Budget | Status |
|---|---|---|---|---|
| Cloud Migration | Sarah Chen | 2024-06-30 | $45,200 | On Track |
| ERP Upgrade | James Okafor | 2024-09-15 | $128,700 | Delayed |
| CRM Integration | Priya Mehta | 2024-05-22 | $33,500 | Completed |
| Data Audit | Marcus Lee | 2024-07-10 | $19,800 | In Progress |
Now go to View → Page Layout. Notice gridlines vanish? That’s expected. Switch back to Normal view — gridlines reappear. But now uncheck Gridlines in the View tab. They disappear. Re-check it. They return — no restart needed. The beauty of this approach is its speed: Alt+WSG toggles it instantly, even mid-formula entry.
Method 2 Deep Dive
This one surprises people every time: white fill color kills gridlines. Not gray, not light blue — pure white (#FFFFFF). Excel draws gridlines *on top* of cell backgrounds. When the background matches the sheet’s default white, lines become invisible — even though they’re technically there.
Try it. Select cells B2:D4 in your sample table above. Go to Home → Fill Color → White. Suddenly, gridlines vanish between those rows — but remain visible elsewhere. To confirm, select B2:D4 again and press Alt+H, H (opens Fill Color menu), then choose No Fill.
Why does this happen? Because Excel renders gridlines as 1-pixel gray lines against a white canvas. Add white fill, and the contrast drops to zero. What makes this elegant is that it’s reversible in bulk: highlight A1:E10, hit Alt+H, H, then Enter (selects No Fill by default), and gridlines snap back across the entire range.
Counterintuitive tip: If you need white backgrounds *and* visible gridlines, use light gray fill (#f5f5f5) instead of true white. It preserves readability while letting gridlines show clearly — and it’s indistinguishable from white at a glance.
Cheat Sheet
| Action | Keyboard Shortcut | Where to Find It | Works In |
|---|---|---|---|
| Toggle gridlines on/off | Alt+WSG | View tab → Show group | All views except Page Break Preview |
| Clear fill color from selected cells | Alt+H, H, Enter | Home tab → Fill Color dropdown | Normal & Page Layout views |
| Switch to Normal view | Alt+W, V, N | View tab → Workbook Views | All Excel versions since 2007 |
| Reset zoom to 100% | Ctrl+1, type 100, Enter | Bottom-right zoom slider | Excel 365, 2021, 2019 |
| Apply light gray fill (gridline-safe) | Alt+H, H, then arrow to More Colors → RGB 245,245,245 | Home tab → Fill Color → More Colors | Preserves gridlines + visual consistency |