How to Find Lost Folder in Outlook

Losing a folder in Outlook can be a frustrating experience, especially if it contains essential emails or documents. However, with the right steps and techniques, you can quickly locate and recover your lost folder. In this brief guide, we’ll provide you with the essential tips and methods to help you find a lost folder in Outlook, ensuring that your important data is not permanently misplaced. Let’s get started on the path to recovering your valuable Outlook folder.

How to Find Lost Folder in Outlook

How to Find Lost Folder in Outlook

There can be various reasons for lost folders in Outlook, some of the possible reasons are mentioned here.

  • Sometimes, issues like a bad network connection or router connection can cause a missing folder issue in Outlook.
  • Often users mistakenly delete or move the folder to the Trash Folder without realizing it.
  • If the Outlook PST file is corrupt, it may cause various errors including the missing file in Outlook error.
  • Various issues and improper settings can hide a folder in Outlook.

In the following guide, we will discuss methods to figure out how to find lost folder in Outlook.

Method 1: Troubleshoot Internet Connection

A frequent cause of missing folders in Outlook is a poor network connection. If the network is weak, Outlook may not function correctly, making folders inaccessible. To resolve this, first address any network issues. Key steps include ensuring your WiFi router is properly connected to both the power source and your device, and checking with your network provider for adequate service. These actions can help recover lost folders in Outlook.

You can check out the How to Troubleshoot Network Connectivity Problems on Windows 10 guide to find out general reasons for network connection errors and methods to fix them on your computer. 

Method 2: Find Lost Folder by Folder Size Option  

You can try to find a lost folder by searching for the particular folder in the Folder Size dialog box. Follow these simple steps to find a lost folder in Outlook.

1. Hit the Windows key, type Outlook, and click on Open.

open outlook

2. On the Outlook window, navigate to the Navigation pane and click on Data file properties… option.

outlook data file properties

3. In the Outlook Today dialog box, navigate to the General tab and click on the Folder Size… button.

folder size option in Outlook today data file properties

4. Now, go back to Outlook’s main page and locate the missing folder from the above folder path.

5. Manually drag the folder to its original location.  

Method 3: Find Lost Folder by Search and Browse

If the previous method does not work, you can try to locate the missing folder by the search and browse method, if you remember the title of any emails in the missing folder, you can search for the title in the search box and then browse the location of the folder in Outlook to figure out how to find lost folder in Outlook. Follow these simple steps to figure out how to find a folder in Outlook that disappeared.

1. Open Outlook from the Start Menu and click on Search.

2. Change the search scope to All Outlook Items.

set search filter to all outlook items in Outlook app

3. Enter the email title in the search box.

4. Locate the email in the searched-out mail list and double-click on it.

5. Now, press the Ctrl + Shift + F keys together to open the Advanced Find dialog box and locate the folder in the Inbox and then click on Browse.

advanced find dialog box

6. Note the location path for the folder and click OK.

7. Go back to the Outlook main window and locate the folder from the above path and drag it to the original location.  

Method 4: Find Lost Folder by VBA Code

Another effective method to find a missing folder in Outlook is via VBA code. If you remember the name of the missing folder, you can try to look for it by typing a VBA code.

1. Press the Alt + F11 keys simultaneously to open the Microsoft Visual Basic for Applications window.

Note: You can download the Microsoft Visual Basic for applications update if not installed in your PC.

Download Microsoft visual basic for applications update

2. In the Microsoft Visual Basic for Applications window click on the Insert and then on Module and type the following 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:", "Kutools for Outlook")
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, "Kutools for Outlook")
 If xYesNo = vbYes Then
 Set Application.ActiveExplorer.CurrentFolder = g_Folder
 End If
Else
 MsgBox "Not found", vbInformation, "Kutools for Outlook"
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

3. Finally, press the F5 key to Run the key.

4. To find the location of a missing folder you can install an Outlook add-on, here we are using Kutool for Outlook add-on.

5. In the Kutool for Outlook enter the name of the missing folder and click the OK button.

6. Finally, click the Yes button.

7. The missing folder will open automatically, you can drag it back to the original location.

If you still can’t figure out how to recover lost folders in Outlook, try the next method.

Also Read: Fix Outlook App Won’t Open in Windows 10

Method 5: Find Lost Folder from the Trash Folder

Sometimes, when you mistakenly send emails to the trash folder, you may find trouble locating them later. Therefore, if you can’t find a folder in your Outlook and figure out how to find lost folder in Outlook, you should consider checking your Trash Folder.

1. Open Outlook from the Start menu.

2. From the left panel, select the Deleted items folder.

outlook deleted items folder

3. Locate your missing folder, you will see an option to restore the folder once you open it.

Method 6: Repair Corrupt Outlook File

The missing folder in Outlook issue may cause by corrupt Outlook PST files. Outlook has given a repair utility to fix the issues like this. However, to access this repair utility you will need to know the exact location of the executable file for Outlook. The following are general locations for various Outlook versions on Windows computers.

  • Location of Executable File For Outlook 2007
C:\Program Files\Microsoft Office\Office12
  • Location of Executable File For Outlook 2010
C:\Program Files\Microsoft Office\Office14
  • Location of Executable File For Outlook 2013
C:\Program Files\Microsoft Office 15\root\office15
  • Location of Executable File For Outlook 2016 & 2019
C:\Program Files (x86)\Microsoft Office\Office16

You can follow these simple steps to use the PST repair utility for Outlook to figure out how to recover lost folders in Outlook issues.

1. First of all close the Outlook program and all the other associated processes.

2. Navigate to the location of the executable file and locate the .exe file and double-click on it.

3. Once the application has launched successfully click the Browse button to add the PST file.

Microsoft Outlook repair scan pst file browse

4. Now, click on the Start button to start the scan.

5. If the scan locates any issue, click on the Repair button to fix it.

Also Read: How to Turn Outlook Email Read Receipt On Off

Method 7: Use Third-party Tool

If none of the previously mentioned methods don’t work and you still can’t locate the missing folder in Outlook, you can consider opting for a third-party data recovery tool. Various online and offline tools are available that can help you recover your lost data and locate the missing folder on Outlook. You can also use various Outlook add-ons for the same.

We hope this guide was helpful and you were able to figure out how to find lost folder in Outlook. Let us know which method worked for you. If you have any suggestions or queries for us, please let us know in the comment section.

Leave a Comment

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