• Outlook User
  • New Outlook app
  • Outlook.com
  • Outlook Mac
  • Outlook & iCloud
  • Developer
  • Microsoft 365 Admin
    • Common Problems
    • Microsoft 365
    • Outlook BCM
    • Utilities & Addins

Outlook Favorites: Folder Order Frequently Changes

Slipstick Systems

› Outlook › Outlook Favorites: Folder Order Frequently Changes

Last reviewed on February 8, 2018     8 Comments

Sort order on FavoritesMany users, myself included, are annoyed by Favorites on the Navigation pane rearranging itself in Outlook 2013 (and newer).

It didn't take me long to figure out at least part of the problem was due to opening my Exchange mailbox on different computers, with different email accounts in the profile. Navigation pane information is stored as a hidden file in the mailbox and travels with the mailbox. But when the profiles are not identical and folders from the missing accounts are on the Favorites list, Favorites is rearranged when the account is opened on the computer with all of the accounts in the profile. Closing Outlook and reopening it often resorts the Favorites to the original order.

Several users discovered another cause: folders from IMAP accounts on the Favorites list. If there are problems connecting to the IMAP account, Outlook waits to add the folders from the IMAP account, resulting in reshuffled Favorites.

There are two solutions:

Put IMAP folders and folders from accounts that aren't in all profiles at the bottom of Favorites and the reshuffling is reduced. While it's annoying to have your folders arranged the way Outlook wants, instead of the way you want, it's less annoying than having the folders rearrange themselves frequently.

If you don't want the IMAP folders at the bottom of the Favorites list, try this solution instead: Right click on a folder and select Open in New Window. A new window opens with the folders sorted correctly. Close the previous window with the sort issue.

Outlook Favorites: Folder Order Frequently Changes was last modified: February 8th, 2018 by Diane Poremsky

Related Posts:

  • Outlook Folders Move Around When Clicked
  • Changing Folder order in Outlook's Favorites list
  • How to tell which Outlook profile you're using
  • Using Multiple IMAP or Outlook.com Accounts and Data Files (*.pst)

About Diane Poremsky

A Microsoft Outlook Most Valuable Professional (MVP) since 1999, Diane is the author of several books, including Outlook 2013 Absolute Beginners Book. She also created video training CDs and online training classes for Microsoft Outlook. You can find her helping people online in Outlook Forums as well as in the Microsoft Answers and TechNet forums.

Subscribe
Notify of
8 Comments
newest
oldest most voted
Inline Feedbacks
View all comments

Tom
November 1, 2016 10:02 am

Microsoft's software offers a terrible user experience.

2
0
Reply
Lax Roth
June 1, 2016 3:12 am

Just add this code to the ThisOutlookSession in VBA and save - for me it worked perfectly. The trick is to select Inbox and open it in new window.

Private Sub Application_Startup()

    Dim myNameSpace As Outlook.NameSpace
    Dim myFolder As Outlook.Folder
    Dim myExplorer As Outlook.Explorer
    
    Set myNameSpace = Application.GetNamespace("MAPI")
    Set myFolder = myNameSpace.GetDefaultFolder(olFolderInbox)
    
    myFolder.Display
    
    Set myExplorer = Application.Explorers(1)
    myExplorer.Close
    
    Set myExplorer = Application.Explorers(1)
    myExplorer.WindowState = olMaximized

End Sub

0
0
Reply
rogerthat54
November 18, 2015 3:29 pm

great tip. Opening a favorite in another window seems to return to desired order. Wow! Certainly is a quirky system and great fix

1
0
Reply
Sam Riley
November 26, 2014 5:40 pm

Thanks Diane. This is the only solution I found that works!

1
0
Reply
Ilan
September 4, 2014 12:19 pm

Hi , Im using mac and have outlook 2013 , my Q is how i replay back (i know how to add another email address)and i want the attachment that i recived to be includes on my replay.
Thx. Ilan

0
0
Reply
Diane Poremsky
Reply to  Ilan
October 1, 2014 12:16 am

You'll need to save it and insert it into the reply or forward instead (you'll need to address it).

0
0
Reply
Dan
Reply to  Diane Poremsky
March 24, 2016 9:35 am

Hi Diane,
I was trying to figure out a way to get my question to you. It is sort of related to this thread. I have a user using Outlook 2013 and on Exchange 2013. She keeps losing folders that she adds to her favorites. They stick around until she closes Outlook. Not all of them will disappear but there is always at least one that goes missing each time. Do you have any idea why users would lose their favorites in Outlook 2013? Thanks

0
0
Reply
Diane Poremsky
Author
Reply to  Dan
April 28, 2016 1:17 pm

Are they in an imap account? in a shared mailbox that is not cached? Both are known to cause disppearing folders. it often helps to put the disappearing folders at the end of the list so they load last.

If it's not that, then the navigation panel file could be corrupt. Resetting (/resetnavpane) will fix, but it reset the pane to the default - not always desirable if you have added a lot of folders.

Another issue i've seen is opening the same Exchange mailbox in different profiles or on different computers and having different accounts in each profile. some nav pane settings are stored in the mailbox and they get messed up.

0
0
Reply

Visit Slipstick Forums.
What's New at Slipstick.com

Latest EMO: Vol. 30 Issue 25

Subscribe to Exchange Messaging Outlook






Support Services

Do you need help setting up Outlook, moving your email to a new computer, migrating or configuring Office 365, or just need some one-on-one assistance?

Our Sponsors

CompanionLink
ReliefJet
  • Popular
  • Latest
  • Week Month All
  • Jetpack plugin with Stats module needs to be enabled.
  • Open Outlook Templates using PowerShell
  • Count and List Folders in Classic Outlook
  • Google Workspace and Outlook with POP Mail
  • Import EML Files into New Outlook
  • Opening PST files in New Outlook
  • New Outlook: Show To, CC, BCC in Replies
  • Insert Word Document into Email using VBA
  • Delete Empty Folders using PowerShell
  • Warn Before Deleting a Contact
  • Classic Outlook is NOT Going Away in 2026
Ajax spinner

Recent Bugs List

Microsoft keeps a running list of issues affecting recently released updates at Fixes or workarounds for recent issues in classic Outlook (Windows).

For new Outlook for Windows: Fixes or workarounds for recent issues in new Outlook for Windows .

Outlook for Mac Recent issues: Fixes or workarounds for recent issues in Outlook for Mac

Outlook.com Recent issues: Fixes or workarounds for recent issues on Outlook.com

Office Update History

Update history for supported Office versions is at Update history for Office

Outlook Suggestions and Feedback

Outlook Feedback covers Outlook as an email client, including Outlook Android, iOS, Mac, and Windows clients, as well as the browser extension (PWA) and Outlook on the web.

Outlook (new) Feedback. Use this for feedback and suggestions for Outlook (new).

Use Outlook.com Feedback for suggestions or feedback about Outlook.com accounts.

Other Microsoft 365 applications and services




New Outlook Articles

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Google Workspace and Outlook with POP Mail

Import EML Files into New Outlook

Opening PST files in New Outlook

New Outlook: Show To, CC, BCC in Replies

Insert Word Document into Email using VBA

Delete Empty Folders using PowerShell

Warn Before Deleting a Contact

Classic Outlook is NOT Going Away in 2026

Newest Code Samples

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Insert Word Document into Email using VBA

Warn Before Deleting a Contact

Use PowerShell to Delete Attachments

Remove RE:, FWD:, and Other Prefixes from Subject Line

Change the Mailing Address Using PowerShell

Categorize @Mentioned Messages

Send an Email When You Open Outlook

Delete Old Calendar Events using VBA

Repair PST

Convert an OST to PST

Repair damaged PST file

Repair large PST File

Remove password from PST

Merge Two Data Files

Sync & Share Outlook Data

  • Share Calendar & Contacts
  • Synchronize two computers
  • Sync Calendar and Contacts Using Outlook.com
  • Sync Outlook & Android Devices
  • Sync Google Calendar with Outlook
  • Access Folders in Other Users Mailboxes

Diane Poremsky [Outlook MVP]

Make a donation

Mail Tools

Sending and Retrieval Tools

Mass Mail Tools

Compose Tools

Duplicate Remover Tools

Mail Tools for Outlook

Online Services

Calendar Tools

Schedule Management

Calendar Printing Tools

Calendar Reminder Tools

Calendar Dates & Data

Time and Billing Tools

Meeting Productivity Tools

Duplicate Remover Tools

Productivity

Productivity Tools

Automatic Message Processing Tools

Special Function Automatic Processing Tools

Housekeeping and Message Management

Task Tools

Project and Business Management Tools

Choosing the Folder to Save a Sent Message In

Run Rules on messages after reading

Help & Suggestions

Submit Outlook Feature Requests

Slipstick Support Services

Buy Microsoft 365 Office Software and Services

Visit Slipstick Forums.

What's New at Slipstick.com

Home | Outlook User | Exchange Administrator | Office 365 | Outlook.com | Outlook Developer
Outlook for Mac | Common Problems | Utilities & Addins | Tutorials
Outlook & iCloud Issues | Outlook Apps
EMO Archives | About Slipstick | Slipstick Forums
Submit New or Updated Outlook and Exchange Server Utilities

Send comments using our Feedback page
Copyright © 2025 Slipstick Systems. All rights reserved.
Slipstick Systems is not affiliated with Microsoft Corporation.

:wpds_smile::wpds_grin::wpds_wink::wpds_mrgreen::wpds_neutral::wpds_twisted::wpds_arrow::wpds_shock::wpds_unamused::wpds_cool::wpds_evil::wpds_oops::wpds_razz::wpds_roll::wpds_cry::wpds_eek::wpds_lol::wpds_mad::wpds_sad::wpds_exclamation::wpds_question::wpds_idea::wpds_hmm::wpds_beg::wpds_whew::wpds_chuckle::wpds_silly::wpds_envy::wpds_shutmouth:
wpDiscuz

Sign up for Exchange Messaging Outlook

Our weekly Outlook & Exchange newsletter (bi-weekly during the summer)






Please note: If you subscribed to Exchange Messaging Outlook before August 2019, please re-subscribe.

Never see this message again.

You are going to send email to

Move Comment