Introducing a SharePoint app bar that features global navigation
Microsoft is introducing a SharePoint app bar in SharePoint online that will feature global navigation in your SharePoint modern communication and team sites. The SharePoint app bar brings a consistent navigation experience to every site on your intranet, featuring quick access to important sites across the organization with global navigation, personally relevant sites, news feed and the files.
The SharePoint app bar provides quick access to customizable global navigation as well as other intranet resources. The SharePoint app bar makes important content and resources easily accessible for users on these sites, regardless of where they might be in SharePoint.
The app bar can be accessed on the left-hand side anywhere in SharePoint:

SharePoint app bar experience
Once the SharePoint app bar is enabled on your tenant, it will have 4 tabs at the left hand side of your SharePoint sites:
- Global navigation
- Sites
- News
- Files

Key Highlights
- Personalized content (sites/news/files) in the SharePoint app bar is enabled by Microsoft Graph
- You can only customize the Global navigation tab
- Customizing global navigation requires a home site (must be a communication site).
- When global navigation is disabled or not configured, the home icon links to the SharePoint start page
- Specific SharePoint app bar tabs cannot be disabled
- The SharePoint app bar cannot be disabled on specific sites
- The SharePoint app bar is not available on classic SharePoint sites today, however soon administrators will be able to add it to classic sites manually
Impact of SharePoint app bar on page customizations
The SharePoint app bar may impact current page customizations specifically those that appear on the left side. If you have customized the header and footer placeholders using SPFx extensions, the SharePoint app bar will cover parts of both the header and footer page placeholder:

How to disable the SharePoint app bar?
You cannot disable the SharePoint app bar permanently. However, you can temporarily disable the SharePoint app bar in your tenant using PowerShell until March 31, 2023 (Previously September 30, 2022 and March 31, 2022).
To temporarily disable the SharePoint app bar:
- Download the latest version of SharePoint Online PowerShell.
- Then, run the following command with administrator privileges:
Set-SPOTemporarilyDisableAppBar $true
How to enable the SharePoint app bar?
If you have disabled the SharePoint app bar previously and now you are ready to enable the SharePoint app bar in your tenant, run the following command:
Set-SPOTemporarilyDisableAppBar $false
Notes
- To check the current status of app bar, you can use
Get-SPOTemporarilyDisableAppBarcommand. - It can take up to an hour for the app bar to be removed/show up on a tenant after running the above commands.
Release Timeline
- Targeted Release (organization & user): Completed As of May 4, 2021
- Standard Release: Begins in early May and complete by the end of May.