Skip to main content

Kutools for Office β€” One Suite. Five Tools. Get More Done.

How to delete multiple folders/subfolders in bulk in Outlook?

Author Kelly Last modified

Outlook allows users to delete one folder at a time from the Navigation Pane, but it doesn’t provide a direct way to delete multiple folders in bulk. If you need to remove multiple folders or all subfolders of a specific folder, deleting them one by one can be tedious and time-consuming. This guide introduces two efficient methods to quickly delete multiple folders or subfolders in Outlook.

Method 1: Delete All Subfolders of a Specified Folder Using VBA

Method 2: Delete Multiple Folders in Bulk Using a Temporary Folder


Method 1: Delete All Subfolders of a Specified Folder Using VBA

This method utilizes VBA to delete all subfolders of a selected folder in bulk. Follow these steps:

Step 1: Select the Parent Folder

In Mail View, navigate to the folder whose subfolders you want to delete.

Step 2: Open the VBA Editor

Press Alt + F11 to open the Microsoft Visual Basic for Applications (VBA) window.

Step 3: Insert and Run VBA Code

1. Click Insert > Module to create a new module.

2. Copy and paste the following VBA code into the module:

Sub Delete_All_SubFolders()
Dim oCurrFolder As Folder
Dim oSubFolders As Folders
Dim i As Long

On Error Resume Next

Set oCurrFolder = Outlook.Application.ActiveExplorer.CurrentFolder
Set oSubFolders = oCurrFolder.Folders

For i = oSubFolders.Count To 1 Step -1
oSubFolders.Item(i).Delete
Next
End Sub

3. Press F5 to execute the code.

doc-delete-all-subfolder-1

Result:

Once the VBA script runs, all subfolders under the selected folder will be deleted immediately.

doc-delete-all-subfolder-2


πŸ—‘οΈ Instantly Scan & Remove Duplicate Emails in Outlook!

Manually finding and deleting duplicate emails is frustrating! With the Quick Scan and Remove Duplicate Emails feature of Kutools for Outlook, you can quickly scan multiple folders and remove all duplicate emails in just a few clicks! Keep your inbox clean effortlessly. πŸš€

πŸ’‘ Quick Tip: Click Kutools Plus > Duplicate Emails > Quick Scan and Remove Duplicate Emails.

Remove Duplicate Emails in Outlook
βœ… One-click scan
βœ… Instantly delete duplicates
βœ… Preserves one clean copy
βœ… Works across multiple folders

Method 2: Delete Multiple Folders in Bulk Using a Temporary Folder

If you need to delete multiple folders scattered across an Outlook account, you can consolidate them into a temporary folder and remove them in one action.

Step 1: Create a Temporary Folder

1. Right-click your email account in the Navigation Pane and select New Folder.

2. Name the new folder Temp.

doc-delete-multiple-folders-1

Step 2: Move Folders to the Temporary Folder

1. Drag each folder you want to delete into the Temp folder.

2. When dragging, ensure the Temp folder is highlighted before releasing the mouse button.

3. A confirmation dialog may appearβ€”click Yes to confirm the move.

doc-delete-multiple-folders-2

Step 3: Delete the Temporary Folder

1. Once all unwanted folders are inside Temp, right-click it and select Delete Folder.

2. Confirm the deletion in the Microsoft Outlook warning dialog by clicking Yes.

doc-delete-multiple-folders-3

Result:

After confirming the deletion of the Temp folder, all selected folders are deleted in bulk.


Related Articles


Best Office Productivity Tools

Breaking News: Kutools for Outlook Launches Free Version!

Experience the all-new Kutools for Outlook with 100+ incredible features! Click to download now!

πŸ€– Kutools AI : Uses advanced AI technology to handle emails effortlessly, including replying, summarizing, optimizing, extending, translating, and composing emails.

πŸ“§ Email Automation: Auto Reply (Available for POP and IMAP)  /  Schedule Send Emails  /  Auto CC/BCC by Rules When Sending Email  /  Auto Forward (Advanced Rules)   /  Auto Add Greeting   /  Automatically Split Multi-Recipient Emails into Individual Messages ...

πŸ“¨ Email Management: Recall Emails  /  Block Scam Emails by Subjects and Others  /  Delete Duplicate Emails  /  Advanced Search  /  Consolidate Folders ...

πŸ“ Attachments ProBatch Save  /  Batch Detach  /  Batch Compress  /  Auto Save   /  Auto Detach  /  Auto Compress ...

🌟 Interface Magic: 😊More Pretty and Cool Emojis   /  Remind you when important emails come  /  Minimize Outlook Instead of Closing ...

πŸ‘ One-click Wonders: Reply All with Attachments  /   Anti-Phishing Emails  /  πŸ•˜Show Sender's Time Zone ...

πŸ‘©πŸΌβ€πŸ€β€πŸ‘©πŸ» Contacts & Calendar: Batch Add Contacts From Selected Emails  /  Split a Contact Group to Individual Groups  /  Remove Birthday Reminders ...

Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Instantly unlock Kutools for Outlook with a single click. Don't wait, download now and boost your efficiency!

kutools for outlook features1 kutools for outlook features2

πŸš€ One-Click Download β€” Get All Office Add-ins

Strongly Recommended: Kutools for Office (5-in-1)

One click to download five installers at once β€” Kutools for Excel, Outlook, Word, PowerPoint and Office Tab Pro. Click to download now!

  • βœ… One-click convenience: Download all five setup packages in a single action.
  • πŸš€ Ready for any Office task: Install the add-ins you need, when you need them.
  • 🧰 Included: Kutools for Excel / Kutools for Outlook / Kutools for Word / Office Tab Pro / Kutools for PowerPoint