Share this article
Improve this guide
How to Keep the Folder Pane Expanded in Outlook [3 Ways]
3 min. read
Updated onFebruary 9, 2024
updated onFebruary 9, 2024
Share this article
Improve this guide
Read our disclosure page to find out how can you help Windows Report sustain the editorial teamRead more
Outlook’s Folder Pane on the left of its window displays all your folders in its expanded view. Users can also minimize that pane so it doesn’t display folders.
When users expand that Folder Pane again from the minimized view, however, it doesn’t stay expanded when users click outside it. Thus, some users might wonder how they can get the expanded Folder Pane view to stick after minimizing it.
How do I keep Outlook’s Folder Pane expanded?
1. Adjust the Folder Pane setting
2. Click the pin button
Alternatively, users can click a pushpin button at the top right of the Folder Pane. Expand the minimized Folder Pane by clicking the arrow button (>) at the top of it.
Then click the pushpin button in the snapshot directly below. Thereafter, the Folder Pane will remain expanded when you click out it.
3. Set up a VBA macro that automatically expands folders when Outlook starts
ElseLoopFolders Ns.Folders, TrueEnd If
DoEventsSet Application.ActiveExplorer.CurrentFolder = CurrFEnd Sub
Private Sub LoopFolders(Folders As Outlook.Folders, _ByVal bRecursive As Boolean _)Dim F As Outlook.MAPIFolder
For Each F In FoldersSet Application.ActiveExplorer.CurrentFolder = FDoEvents
If bRecursive ThenIf F.Folders.Count ThenLoopFolders F.Folders, bRecursiveEnd IfEnd IfNextEnd Sub
So, that’s how you can keep the Folder Pane expanded in Outlook. The VBA macro will also ensure that the Folder Pane’s folders are fully expanded when you startOutlook.
Speaking of UI elements, we have a great guide on what to do ifOutlook bar has moved to left.
If you have other questions or suggestions, reach for the comment section below.
More about the topics:Outlook Guides
Matthew Adams
Windows Hardware Expert
Matthew is a freelancer who has produced a variety of articles on various topics related to technology. His main focus is the Windows OS and all the things surrounding it.
He is passionate about the tech world, always staying up-to-date with the latest and greatest. With an analytical view, he likes problem-solving, focusing on errors and their causes.
In his free time, he likes to read and write about history and tries to always develop new skills.
User forum
0 messages
Sort by:LatestOldestMost Votes
Comment*
Name*
Email*
Commenting as.Not you?
Save information for future comments
Comment
Δ
Matthew Adams
Windows Hardware Expert
He is passionate about everything surrounding Microsoft’s OS, focusing on troubleshooting guides & tips for everyday problems.