Can't Unhide Rows in Excel

This guide treats “can't unhide rows in excel” the way busy spreadsheet users actually want it: answer first, then the reasoning. It is written for Excel but calls out every place Google Sheets differs, and the platform toggle at the top switches all shortcuts between Windows and Mac so nothing here assumes the keyboard you are not on.

Exact answer

In Excel: select the row numbers, right-click and choose Hide; to bring them back, select the rows around the gap (or Ctrl+A for the whole sheet) and choose Unhide, or use Home ▸ Format ▸ Hide & Unhide.

Annotated stepsExcel
1

Click a row number and drag (or Ctrl-click) to select the whole rows you want to hide.

2

Right-click the selection and choose Hide, or use Home ▸ Format ▸ Hide & Unhide ▸ Hide Rows.

3

To unhide a few, select the rows immediately above and below the gap, right-click and choose Unhide.

4

To unhide every row at once, press Ctrl+A, then Home ▸ Format ▸ Hide & Unhide ▸ Unhide Rows.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

Hiding a row collapses it out of view without deleting anything — the data, formulas and any totals that reference it all keep working, the row is simply not shown. You select whole rows by their numbers, right-click and pick Hide, and a doubled border marks where rows are missing. Unhiding reverses it: select the rows on either side of the gap and choose Unhide. To reveal every hidden row at once, select the entire sheet with Ctrl+A first. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. Treat “can't unhide rows in excel” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected rows shows up while it is still harmless. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That turns a workflow that saves repeating the same clicks every week into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

A report has detail in rows 5–8 you want out of the way. Click row header 5, drag to row 8 to select all four, right-click and choose Hide — rows 5 to 8 vanish and the numbering jumps from 4 straight to 9. Later, to bring them all back, press Ctrl+A to select the whole sheet, then Home ▸ Format ▸ Hide & Unhide ▸ Unhide Rows, and rows 5–8 reappear exactly as they were. Hide rows to tuck away detail, helper calculations or seasonal entries without losing them — a cleaner print-out, a tidier review, a report that shows only the summary. Because nothing is deleted, you can unhide and get every row back exactly as it was whenever you need it. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.

In Google Sheets

Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. The aim was to get you unstuck fast and leave you a little more capable than a copy-paste would. The answer is at the top, the tool proves it, and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. Treat “can't unhide rows in excel” as a small building block rather than a chore. Once the inputs sit in their own cells and the formula reads from them, the same setup answers a dozen related questions with a tweak, and Excel keeps every dependent figure current as the data changes. The tool above is there so you can rehearse and verify before committing anything to a real workbook; the steps and worked example are there so the logic sticks. Get it right once and it stops costing you time — it starts saving it, every time the question comes back around.

Common mistakes

  • Selecting cells instead of whole row headers, so Hide is greyed out or hides the wrong thing.
  • Forgetting hidden rows still count in SUM and other ranges — hiding does not exclude them from formulas.
  • Trying to unhide row 1 by selecting around it (there is no row above) — instead select from row 1 down, or use the Name Box and Unhide Rows.
  • Confusing hiding with filtering; a filter hides rows by condition and is cleared differently from a manual Hide.

Frequently asked questions

How do I unhide all rows at once?

Select the entire sheet with Ctrl+A (or click the corner box above row 1), then Home ▸ Format ▸ Hide & Unhide ▸ Unhide Rows reveals every hidden row in one step.

Do hidden rows still affect my totals?

Yes — SUM and most functions still include hidden rows. Use SUBTOTAL or AGGREGATE if you need a total that ignores hidden rows.

How do I unhide the very first row?

There is no row above row 1 to select, so type A1 in the Name Box to land there, then Home ▸ Format ▸ Hide & Unhide ▸ Unhide Rows.