How to Delete a Worksheet in Excel

If you just need to delete a worksheet in excel and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

In Excel: right-click the sheet tab and choose Delete, then confirm — or use Home ▸ Cells ▸ Delete ▸ Delete Sheet. This cannot be undone with Ctrl+Z.

On this page7
Annotated stepsExcel
1

Search the workbook for references first: Ctrl+F ▸ Options ▸ Within: Workbook ▸ Look in: Formulas ▸ search for the sheet name followed by !.

2

Right-click the sheet tab and choose Delete.

3

Confirm the dialog — Excel warns only when the sheet contains data.

4

To delete several sheets, Ctrl-click each tab (or Shift-click a range of tabs) and delete them together.

5

To keep the data but get it out of the way, right-click the tab and choose Hide instead.

6

If you deleted the wrong sheet, close the workbook WITHOUT saving and reopen the last saved version.

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

What this does

Deleting a worksheet removes the tab and everything on it permanently: Excel does not put sheet deletions on the undo stack. Any formula elsewhere in the workbook that referenced the deleted sheet turns into #REF!, and those errors are not reversible either. Because of that, the safe order is always check-then-delete: find the inbound references first, and if you only want the sheet out of sight, hide it instead. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. Treat “delete a worksheet 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 sheet 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 data step that keeps your analysis trustworthy into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

Before deleting a sheet named Q1, press Ctrl+F ▸ Options ▸ Within: Workbook and search for Q1! — that finds every formula pointing at it. If Summary!B4 contains =SUM(Q1!C2:C50), deleting Q1 turns it into =SUM(#REF!C2:C50) and the summary breaks. To remove several sheets at once, Ctrl-click each tab and delete the group in one action. Workbooks accumulate scratch tabs, and clearing them out is routine — the part worth knowing is that it is irreversible and that a single inbound formula reference turns cleanup into a broken summary. If this is something you do often, add the command to the Quick Access Toolbar (right-click it on the ribbon and choose Add to Quick Access Toolbar) or learn its shortcut, so next time it is one click instead of a hunt through the menus.

In Google Sheets

This is a command rather than a formula, so there is no syntax to carry over. Google Sheets arranges its commands in menus across the top instead of a ribbon, names some of them differently and does not have every Excel command — look for the equivalent in the Sheets menus or its help before assuming the steps match. Nothing on this page is behind a login or a download: the exact answer is at the top, and the detail below it is there for when you need it. That is the whole promise here — the answer first, and just enough context to make it stick. Treat “delete a worksheet in excel” as a routine rather than a one-off. Once you know which setting or command controls it, the same few steps handle every workbook where it comes up in Excel, and you can explain them to a colleague in a sentence.

Common mistakes

  • Expecting Ctrl+Z to bring the sheet back — sheet deletion clears the undo history and is final once saved.
  • Deleting a sheet that other formulas depend on and only discovering the #REF! errors later.
  • Saving immediately after a mistaken deletion, which removes the last route back through the previously saved file.
  • Deleting a sheet that a PivotTable or a chart uses as its source, which leaves both broken.
  • Confusing "delete the sheet" with "clear the sheet" — Ctrl+A then Delete empties the contents and keeps the tab.

Frequently asked questions

How do I delete a sheet in Excel?

Right-click its tab and choose Delete, or use Home ▸ Cells ▸ Delete ▸ Delete Sheet. Confirm the prompt when it appears.

Can I undo deleting a worksheet?

No. Deleting a sheet clears the undo stack. The only recovery is to close without saving and reopen the last saved copy, or to use File ▸ Info ▸ Version History if the file is on OneDrive or SharePoint.

Is there a keyboard shortcut?

Alt, H, D, S on Windows runs Home ▸ Delete ▸ Delete Sheet. There is no single-key shortcut, which is deliberate given it cannot be undone.

How do I delete several sheets at once?

Ctrl-click each tab to select them (or Shift-click for a contiguous run), then right-click ▸ Delete. They go together in one action.

Other ways people ask this

On the way here you may have searched this as “how to delete an excel worksheet”, “how do you delete a worksheet in excel”, “delete worksheet in excel” and “how do i delete a worksheet in excel” — it is all the same task, and this page is the single, complete answer to it.

Why do people search for this in so many different ways?

Because the same task has many names. “how to delete an excel worksheet”, “how do you delete a worksheet in excel”, “delete worksheet in excel” all point at the one operation explained on this page, which is why they all lead here.