How to Move Outlook App Bar to Bottom: Simple Registry Fix

Move Outlook app bar to bottomTo move the app bar (also known as the navigation bar or toolbar) to the bottom in Outlook using a .reg script, you can modify the Windows Registry.

Here’s how to move Outlook app bar to bottom by creating a .reg file:

  1. Open a text editor like Notepad.
  2. Copy and paste the following content into the text file:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentEcs\Overrides]
“Microsoft.Office.Outlook.Hub.HubBar”=”False”

  1. Save the file with a .reg extension, for example “MoveOutlookAppBarToBottom.reg”.
  2. Double-click the saved .reg file to merge it into the Windows Registry.
  3. Restart Outlook for the changes to take effect.

This registry modification disables the new left-side app bar layout and reverts Outlook to the classic bottom toolbar layout.

Important Notes:

  • The “16.0” in the registry path refers to Office 2016 and later versions. If you’re using an older version of Office, you may need to adjust this number.
  • Always back up your registry before making changes.

If you need to revert the changes:

  1. Create another .reg file with the following content:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentEcs\Overrides]
“Microsoft.Office.Outlook.Hub.HubBar”=-

  1. Save and run this file to remove the registry entry.

Remember that Microsoft frequently updates Outlook, so this method may become obsolete in future versions. Always check for the latest official methods or settings within the application itself.

About Armend

Hi there! I'm an IT professional with a passion for writing. My journey in the tech world began with a fascination for computers and technology, which eventually led me to a fulfilling career in IT. But beyond the world of codes and networks, I've always had a love for storytelling and the written word.
This entry was posted in Generally and tagged , , . Bookmark the permalink.

5 Responses to How to Move Outlook App Bar to Bottom: Simple Registry Fix

  1. JayJ says:

    Your explanation of How to Move Outlook App Bar to Bottom is both thorough and approachable. I particularly liked the real-world examples you included—they really help bridge the gap between theory and application.

  2. Thomas says:

    This was an insightful read! I appreciate how you broke down “How to Move Outlook App Bar to Bottom” into manageable steps—it really demystified a complex concept.

  3. Cherry says:

    Great post! The way you explained that was very clear and easy to follow. Thanks for sharing such useful information!

  4. anna says:

    This was really helpful! Thank You

  5. Ben vivod says:

    It’s great to see such a clear explanation of something so relevant

Leave a Reply

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