How to Find Missing Folder in Outlook?

Yatendra Singh
Yatendra Singh

Updated On - September 17, 2024

Summary: It is quite disturbing to find that a folder is missing in the Outlook application. Since it hampers the user’s workflow and creates difficulties while working on it. If you are experiencing this situation, the blog will walk you through different solutions to resolve it. Additionally, you can consider Recoveryfix for Outlook PST Repair to handle all PST-related issues instantly.

Download Now

Outlook’s intuitive features and easy-to-use interface make it one of the most prominent choices among users. All these things let users to utilize its advanced functions comfortably.

But sometimes due to unacknowledged actions, users misplace folders in Outlook and later find it quite difficult to track that folder location. Figuring out how it happened can be tricky as there could be many reasons standing behind it.

To get you out of this situation, go through our compilation on how to find missing folder in Outlook. Here, you will learn about the possible reasons and get a detailed guide to find that missing folder.

What are the possible reasons behind a missing Outlook folder?

Knowing the possible reasons behind this will help you to find a missing folder in Outlook quickly. Here is the list of significant causes that might be causing this issue.

  • Modified view settings can cause this issue to arise.
  • Outlook folders are accidentally deleted.
  • Filters and view settings are responsible for it.
  • A corrupted Outlook profile can lead to missing folders.
  • Specific settings made the Outlook folder hidden.

How to find missing folder in Outlook with manual methods?

The folder you’re looking at may be deleted already, or it could be lying somewhere, and you’re not aware of that. Considering all such scenes, go through the workarounds below to find the missing Outlook 2016 & 2019 folder(s).

Solution 1. Audit Folder Size and List

To find the missing folder, you can generate a list of all folders available inside the Outlook mailbox and then find it.
To analyze folder size and list, go through the steps given below:

  1. Launch Outlook for Desktop.
  2. Right-click on the mailbox account and select Data File Properties.select Data File Properties
  3. Click on the Folder Size button.Click on the Folder Size button
  4. Folder Size window would appear on-screen; inside, you’ll notice the path and space consumed by each folder available in the Outlook mailbox. From here, you can find the current location of the missing folder.you can find the current location of the missing folder

Solution 2. Run Advanced Folder Search

In Outlook 2016 and 2019, various options are available, and from many of those options, Advanced Folder Search is one that can be used for finding missing folders. It not only enables the user to look out for lost or missing Outlook folders but also for Outlook mailbox items.

Follow the given steps:

  1. Open Microsoft Outlook.
  2. Move on to the Search tab – in the menu bar.
  3. Click on Search Tools, and now select Advanced Find option.
  4. Once the Advanced Find window is up on the screen.

Input the lost or missing folder name and click on the Browse button to start the search. Here, you can find the lost or missing folder path/location.

Solution 3. Check-in Trash Box and Restore

Trash box contains all the files, attachments, messages, and folders that are deleted. Follow the instructions to search for the missing Outlook folder in the trash box.

  1. Open the Outlook application.
  2. Click on the Deleted Items (This computer only) folder in the left side of the screen.Click on the Deleted Items
  3. Once it’s open, all deleted/removed items including folders will be available to restore.

    Note: If you won’t be able to find that folder in the trash box, then maybe it is already deleted from there. If so, you have to recover it from the server with the help of the provided steps.

  1. Go to Folders tab and click on Recover Deleted Items option.Go to Folders tab and click on Recover Deleted Items
  2. It will display the missing folder on the screen. If not, then access the Home tab and click Recover Deleted Items from Server.
  3. Select the folder from the available deleted items, then tap on Restore Selected Items and proceed to OK option.
  4. This will successfully restore the deleted folder from the server.

Solution 4. Execute VBA Macro Code

Also, you can try a method which allows the user to define a custom search program in Outlook 2016 & 2019. To search for a missing folder, you would have to run a VBA macro code – Visual Basic for Applications code.

Go through the steps below to create and run a custom search application in Microsoft Outlook:

First Enable Developer Tab

  1. Launch Outlook.
  2. Now, move to the File tab, and click on Options.
  3. Select Customize Ribbon option from the left pane.
  4. Customize the Ribbon window will now appear. Checkmark Developer Option and click OK.Checkmark Developer Option and click OK

Developer Tab will now be available in the menu bar, let’s proceed with the next step.

Execute VBA Code

  1. Click on Developer Tab in the menu bar and then select Visual Basic option in it.Click on Developer Tab
  2. VBA window will come up on-screen. Click on the + icon to expand Microsoft Outlook Objects. Double-click on ThisOutlookSession.Double-click on ThisOutlookSession
  3. Inside ThisOutlook Session Project1 window, enter the code given below:

    VBA Macro Code
    Private g_Folder As Outlook.MAPIFolder
    Private g_Find As String
    Public Sub FindFolder()
    Dim xFldName As String
    Dim xFolders As Outlook.Folders
    Dim xYesNo As Integer
    On Error Resume Next
    Set g_Folder = Nothing g_Find = “”
    xFldName = InputBox(“Folder name:”, “Find Lost Folder”)
    If Trim(xFldName) = “” Then Exit Sub
    g_Find = xFldName
    g_Find = UCase(g_Find)
    Set xFolders = Application.Session.Folders
    LoopFolders xFolders
    If Not g_Folder Is Nothing Then
    xYesNo = MsgBox(“Activate folder: ” & vbCrLf & g_Folder.FolderPath,
    vbQuestion Or vbYesNo, “Find Lost Folder”)
    If xYesNo = vbYes Then
    Application.ActiveExplorer.CurrentFolder = g_Folder
    Set End If
    Else
    MsgBox “Not found”, vblnformation, “Find Lost Folder” End If
    End Sub
    Private Sub LoopFolders (Folders As Outlook.Folders)
    Dim xFolder As Outlook.MAPIFolder
    Dim xFound As Boolean
    On Error Resume Next
    xFound = False
    For Each xFolder In Folders
    If UCase(xFolder.Name) = g_Find Then xFound = True
    If xFound Then
    Set g_Folder = xFolder
    Exit For
    Else
    LoopFolders xFolder.Folders
    If Not g_Folder Is Nothing Then Exit For
    End If
    Next
    End Sub

  4. In the menu bar, click Run > Run Sub/UserForm.click Run then Run Sub or UserForm
  5. The custom folder search program window will show up on-screen.
  6. In the search bar, type the name of the missing folder, say Word Mails > click Ok.
  7. Once the search is complete, the missing folder location/path will be available.

Solution 5. Change or Reset view settings

All the items visible in the Outlook application totally depend on the view settings. Sometimes, changes in view settings cause this issue. Here’s how to find missing Outlook folder.

  1. Access the View tab in the Outlook application and click on View Settings option.Access the View tab in the Outlook application and click on View Settings
  2. Click on the Filter option and ensure that all the filters are disabled.Click on the Filter option and ensure that all the filters are disabled
  3. If filters are enabled, then disable them by unchecking the boxes and click OK to proceed.
  4. By disabling the applied filters, you can access your missing Outlook folder.

    Note: If you still can’t see the missing folder, reset the view settings with the following instructions.

  1. Click on Reset View option under the View tab.Click on Reset View option under the View tab
  2. It will reset the view to fix the issues which arise due to modification.

Solution 6. Check for hidden folders

Hiding folders is an advanced filter that Outlook provides its users. In some instances, users unintentionally hide their folders, which leads to the folder disappearing from its default place. To unhide them, go through the mentioned steps:

  1. Access the View tab in your Outlook application.
  2. Click on Folder Pane and select the Normal option from the drop-down list.Click on Folder Pane and select the Normal option
  3. It will reveal all the folders that were previously hidden.

Solution 7. Repair or create new Outlook profile

One of the main causes of this issue is a corrupted Outlook profile. Repairing or creating a new profile can fix this issue. Here’s how to find lost folder in Outlook with new Outlook profile:

  1. Go to File tab, click on Account Settings, and select Account Settings from the drop-down options.Go to File tab click on Account Settings
  2. Choose the account under the Email tab, then tap on Repair option.Choose the account under the Email
  3. In the new window, click on Repair option and follow the on-screen instructions.
  4. Once the repair process is completed, click on the Done option. Then, restart your Outlook application to apply the changes.

    Note: If it fails to resolve the error, create a new Outlook profile using the given instructions.

  1. Access the File tab, click on Account Settings option, and select Manage Profiles from the drop-down list.Access the File tab, click on Account Settings
  2. Click on Show Profiles in the Mail Setup wizard.
  3. Select Add option to create a new profile, enter the Profile Name, and click OK.Select Add option to create a new profile
  4. After that, choose the created profile as default and click OK> Apply.choose the created profile as default

Why is opting for an automated solution beneficial for you?

Using the methods mentioned above, you’ll be able to find out the folders in Outlook that went missing. But the occurrence of uncertain situations in Outlook is unpredictable, and these uncertain circumstances can lead to Outlook PST data file corruption or damage, which ultimately may result in data loss.

You may learn about tips to avoid Outlook PST file corruption. But to deal with such scenes, you would need a dedicated tool to fix similar issues and safeguard crucial mailbox data. Recoveryfix for Outlook PST Repair is advanced software that helps you with data recovery and PST corruption issues.

With multiple options for file saving after recovery, live data preview, split large PST file option, and more, Outlook PST Repair tool allows you to do more within a simple and intuitive interface.

Download Now

Wrap Up

When the user keeps tons of data inside the mailbox, data management becomes quite challenging. Sometimes, it causes specific folders or mailbox items to disappear. So, we have discussed a detailed guide on how to find missing folder in Outlook application. Also, we have introduced a recommended solution that can resolve all PST-related issues instantly. It assists you with help queries such as how to recover permanently deleted PST emails, methods to backup Outlook PST file, ways to fix PST file damage, and more.

Leave a Reply

Your email address will not be published. Required fields are marked *

  +  43  =  44

Related Posts