When you open SharePoint site settings, the Sensitivity label option may be missing. This typically happens because the site is not enabled for Microsoft 365 Groups, the label policy is not applied to the site, or the site template does not support labels. This article explains why the label does not appear and how to configure your environment so the option stays visible. You will learn the exact settings to check and the steps to apply a sensitivity label policy that covers SharePoint sites.
Key Takeaways: Preventing Sensitivity Label from Missing in Site Settings
- Microsoft Purview compliance portal > Sensitivity labels > Label policies: Assign labels to SharePoint and OneDrive sites to make them appear in site settings.
- SharePoint admin center > Policies > Sharing: Verify that external sharing settings do not block group-connected sites from receiving labels.
- PowerShell cmdlet Set-SiteSensitivityLabel: Apply a sensitivity label to an existing site when the UI option is hidden or unavailable.
Why the Sensitivity Label Option Is Missing in Site Settings
The Sensitivity label setting in SharePoint site settings is only available for sites that are connected to a Microsoft 365 Group. Communication sites and classic team sites without a group do not show this option. Additionally, your organization must publish a sensitivity label policy that includes SharePoint and OneDrive as the scope. If the label policy is scoped only to files and emails, the label will not appear in site settings. Another common cause is that the site template, such as a classic publishing site, does not support sensitivity labels. Finally, the user must have at least SharePoint site owner permissions to see and change the label.
Prerequisites for Sensitivity Labels on Sites
Before you can see the Sensitivity label option in site settings, confirm these requirements:
- The site must be group-connected. Check if the site has a Microsoft 365 Group by looking for the group icon in the SharePoint admin center site list.
- The sensitivity label policy must include the site scope. In the Microsoft Purview compliance portal, the policy must be configured to apply to sites and groups.
- The label must be published to all users or a security group that includes the site owner.
- The SharePoint admin must enable sensitivity labels for sites in the SharePoint admin center under Policies > Sensitivity labels.
Steps to Make Sensitivity Label Appear in Site Settings
- Verify that sensitivity labels are enabled for SharePoint sites
Sign in to the SharePoint admin center with a SharePoint admin role. Go to Policies > Sensitivity labels. Ensure the toggle for “Use sensitivity labels with SharePoint sites” is set to On. If it is Off, turn it On and save. - Check that the site is group-connected
In the SharePoint admin center, open Active sites and select the site. Look for the Group connected property. If it says No, the site cannot display a sensitivity label. Create a new group-connected site or connect the existing site to a group using the SharePoint admin center. - Create or edit a sensitivity label that includes sites
Go to the Microsoft Purview compliance portal at compliance.microsoft.com. Under Solutions, select Information protection > Sensitivity labels. Edit an existing label or create a new one. On the Define scope page, check the box for Groups and sites. Complete the wizard and publish the label to the desired users. - Publish the label policy to the correct audience
In the same Information protection section, select Label policies. Create a new policy or edit an existing one. On the Choose sensitivity labels page, add the label that has the Groups and sites scope. On the Assign admin units page, select the users or groups who will manage the site. Publish the policy and wait up to 24 hours for propagation. - Refresh the site settings page
After the policy is published, navigate to the site. Go to Settings > Site information. The Sensitivity label section should now appear. If it does not, wait a few hours and refresh the page. - Use PowerShell to apply a label directly
If the option still does not show, run the SharePoint Online Management Shell as an administrator. Connect to SharePoint withConnect-SPOService -Url https://yourtenant-admin.sharepoint.com. RunSet-SPOSite -Identity https://yourtenant.sharepoint.com/sites/yoursite -SensitivityLabel "LabelName". This applies the label without relying on the UI.
What to Do If the Label Option Still Does Not Appear
Site Template Does Not Support Sensitivity Labels
Some site templates, such as Classic Team Site or Publishing Site, do not support sensitivity labels. The only fix is to create a new group-connected site using a modern template like Team site or Communication site. Then migrate the content to the new site.
Label Policy Not Applied to All Users
If the label policy is scoped to a specific security group and the site owner is not a member of that group, the label will be hidden. Edit the label policy in the Microsoft Purview compliance portal and ensure the site owner’s user account is included in the assigned users list.
External Sharing Settings Block Labels
If the site has external sharing set to Anyone, sensitivity labels may not appear. Change the external sharing setting to New and existing guests or Existing guests in the SharePoint admin center under Policies > Sharing, then refresh the site settings.
Cache or Browser Issue
Clear the browser cache or open the site in an InPrivate or Incognito window. Sometimes the SharePoint UI caches old settings. Also try using a different browser like Microsoft Edge or Google Chrome.
Group-Connected Site vs Communication Site: Sensitivity Label Support
| Item | Group-Connected Site | Communication Site |
|---|---|---|
| Shows Sensitivity label in site settings | Yes | No |
| Requires Microsoft 365 Group | Yes | No |
| Supports label policy scope Groups and sites | Yes | No |
| Can apply label via PowerShell | Yes | No |
Sensitivity labels are a core feature of group-connected sites. Communication sites do not support the label option in site settings because they lack a group association. To use sensitivity labels on a communication site, you must convert it to a group-connected site, which is not supported directly. Instead, create a new team site and migrate the content.
Now you can verify that sensitivity labels are enabled for SharePoint, confirm the site is group-connected, and apply the correct label policy. Use the SharePoint admin center to enable labels and the Microsoft Purview compliance portal to publish the policy. If the UI option remains hidden, run the Set-SPOSite -SensitivityLabel PowerShell command to assign the label directly.