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.

Leave a Reply

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