How to Delete a Sheet in Excel: Everything You Need to Know
Deleting a sheet in Excel sounds simple — and usually it is. But depending on how your workbook is set up, what version of Excel you're using, and whether that sheet contains data other parts of your file depend on, the process can go smoothly or catch you off guard. Here's a complete breakdown of how it works.
The Basic Method: Right-Click to Delete
The most common way to delete a sheet in Excel is through the sheet tab at the bottom of your workbook.
- Right-click the sheet tab you want to delete (e.g., "Sheet2" or "January Data")
- Select Delete from the context menu
- If the sheet contains data, Excel will ask you to confirm — click Delete to proceed
That's it for the standard case. The sheet is permanently removed from the workbook. Unlike deleting cell content, this action cannot be undone with Ctrl+Z, which is one of the most important things to know before you click confirm.
Using the Ribbon to Delete a Sheet
If you prefer working from the top menu rather than right-clicking:
- Click the sheet tab you want to remove
- Go to the Home tab in the ribbon
- In the Cells group, click the dropdown arrow next to Delete
- Select Delete Sheet
This method produces the same result and is particularly useful if you're navigating Excel primarily through the ribbon or using accessibility tools.
Deleting Multiple Sheets at Once 🗂️
Excel lets you select and delete several sheets in one step, which is useful when cleaning up a workbook with many redundant or temporary tabs.
To select multiple sheets:
- Hold Ctrl and click each sheet tab you want to remove (for non-adjacent sheets)
- Hold Shift and click a second tab to select a continuous range of sheets
Once selected, right-click any of the highlighted tabs and choose Delete. Excel will confirm once and remove all selected sheets simultaneously.
Note: When multiple sheets are selected, Excel displays [Group] in the title bar. Be careful — any edits made while in Group mode apply to all selected sheets, not just one.
What Happens When You Try to Delete a Protected Sheet
If a sheet is protected, Excel won't let you delete it directly. You'll see an error or the Delete option may be greyed out.
To delete a protected sheet, you first need to unprotect it:
- Right-click the sheet tab
- Select Unprotect Sheet
- Enter the password if one is set
- Then proceed with deletion
If the workbook structure is protected (not just individual sheets), you'll need to go to Review → Protect Workbook and disable that protection before any sheet deletions are possible.
Deleting a Sheet in Excel on Mac
The process on Mac mirrors Windows closely:
- Right-click (or Control+click) the sheet tab → Delete
- Or use the menu bar: Edit → Sheet → Delete Sheet
The keyboard shortcut experience differs slightly on Mac since Excel for Mac has its own shortcut conventions, but the tab-based workflow is identical.
Excel Online vs. Desktop Excel: Key Differences
| Feature | Excel Desktop | Excel Online |
|---|---|---|
| Delete via right-click | ✅ Yes | ✅ Yes |
| Undo sheet deletion | ❌ No | ❌ No |
| Delete multiple sheets at once | ✅ Yes | ⚠️ Limited |
| Protected sheet handling | Full control | Basic support |
| Ribbon Delete Sheet option | ✅ Yes | ✅ Yes |
Excel Online (the browser-based version) supports basic sheet deletion but may have reduced functionality around grouped selections and protection management depending on your Microsoft 365 plan and browser.
When Excel Won't Let You Delete a Sheet
There are two situations where deletion is blocked regardless of protection settings:
- It's the only sheet in the workbook. Excel requires at least one visible sheet to remain. If you only have one sheet, the Delete option will be greyed out entirely.
- The workbook is open in read-only mode. This can happen if the file is shared, opened from an email attachment, or stored in a location with restricted permissions.
In the first case, you'd need to insert a new sheet before deleting the existing one. In the second, you'd need to enable editing or save a local copy.
Formulas and References: What Breaks When You Delete a Sheet
This is where things get more consequential. If other sheets in your workbook reference cells on the sheet you're deleting, those formulas will return a #REF! error after deletion.
For example, if Sheet3 has a formula like =Sheet1!B5, and you delete Sheet1, that formula immediately breaks.
Before deleting any sheet, it's worth checking whether it's referenced elsewhere — especially in workbooks with complex calculations, dashboards, or pivot table sources. Excel doesn't warn you about broken references; it only warns you that the sheet contains data. 🔍
The Variables That Affect Your Specific Situation
How straightforward this process is for you depends on several factors:
- Workbook complexity — A simple personal spreadsheet is very different from a shared financial model with cross-sheet formulas
- Version of Excel — Older versions (pre-Microsoft 365) may have slightly different UI layouts or missing features in Online mode
- File permissions and sharing settings — Co-authored files or SharePoint-hosted workbooks have additional protection layers
- Whether the sheet is referenced elsewhere — In a standalone sheet, deletion is clean; in an interconnected workbook, it can cascade into errors
- Your operating system — Mac and Windows Excel behave almost identically for this task, but shortcut keys and some menus differ
A user deleting a throwaway scratch sheet from a personal budget file has a very different experience than someone removing a tab from a shared reporting workbook that feeds a dashboard. The mechanics are the same — the consequences are not.