How to delete multiple folders/subfolders in bulk in Outlook?
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.
Result:
Once the VBA script runs, all subfolders under the selected folder will be deleted immediately.
ποΈ 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.

β Instantly delete duplicates
β 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.
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.
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.
Result:
After confirming the deletion of the Temp folder, all selected folders are deleted in bulk.
Related Articles
Copy automatic/conditional formatting to other folder in Outlook
Count the total number of items (emails) in all folders in Outlook
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 Pro: Batch 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!


π 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