You configured sensitivity labels in Microsoft Purview, but the label does not appear in SharePoint site settings. The label is missing from the site information panel or the sensitivity column in the site contents page. This problem occurs because SharePoint requires specific label settings and licensing that are often misconfigured. This article explains the exact root cause and provides step-by-step instructions to fix the missing sensitivity label in SharePoint site settings.
Key Takeaways: Sensitivity Label Missing in SharePoint Site Settings
- Microsoft Purview > Sensitivity labels > Label settings: The label must have site and group settings enabled to appear in SharePoint.
- Microsoft 365 admin center > Users > Active users: Each user who applies labels must have an Azure AD Premium P1 license assigned.
- PowerShell: Use the Set-SPOTenant cmdlet to enable sensitivity labels for SharePoint sites if the tenant toggle is off.
Why the Sensitivity Label Does Not Appear in SharePoint Site Settings
Sensitivity labels in SharePoint are controlled through Microsoft Purview and Azure Active Directory. The label must be published to users and configured to apply to containers such as SharePoint sites and Microsoft 365 groups. If the label does not have the container scope enabled, SharePoint will not display it in site settings.
Three root causes account for most cases where the sensitivity label is missing:
- The label is not configured for sites and groups in Microsoft Purview.
- The user does not have the required Azure AD Premium P1 license.
- The SharePoint tenant setting for sensitivity labels is disabled.
Each cause must be checked and corrected in order. The label will appear only after all three conditions are met.
Label Scope Must Include Sites and Groups
In Microsoft Purview, each sensitivity label can be scoped to files, emails, meetings, or containers. For SharePoint, the label must include the scope item named Sites and Groups. If this scope is missing, SharePoint ignores the label entirely.
Azure AD Premium P1 License Requirement
Sensitivity labels for SharePoint sites require Azure AD Premium P1 licenses. Each user who creates or edits a site and applies a label must have this license. Without it, the label column and the site information panel remain empty.
SharePoint Tenant Setting Must Enable Sensitivity Labels
The SharePoint admin center has a tenant-wide toggle that enables or disables sensitivity labels. Even if the label is correctly configured in Purview, the toggle must be set to On for labels to appear in site settings.
Steps to Fix the Missing Sensitivity Label in SharePoint Site Settings
Follow these steps in the order listed. After each step, verify whether the label appears in the site settings before proceeding.
- Check the label scope in Microsoft Purview
Go to Microsoft Purview compliance portal > Information protection > Sensitivity labels. Select the label that should appear in SharePoint. In the label settings, ensure that Sites and Groups is checked under Define the scope. If not, edit the label and enable the Sites and Groups scope. Save the label and publish it to all users or a specific group that includes the site owners. - Verify Azure AD Premium P1 license assignment
Open the Microsoft 365 admin center > Billing > Licenses. Confirm that Azure AD Premium P1 licenses are available. Go to Users > Active users, select the user who will apply the label, and assign the Azure AD Premium P1 license. Wait 30 minutes for the license to propagate. - Enable sensitivity labels in the SharePoint admin center
Go to SharePoint admin center > Policies > Sharing. Under Sensitivity labels for SharePoint sites, set the toggle to On. Click Save. This toggle must be On for all sites to see labels. - Force label sync using PowerShell
Open SharePoint Online Management Shell as an administrator. Run Connect-SPOService -Url https://yourtenant-admin.sharepoint.com. Run Set-SPOTenant -EnableAIPIntegration $true. This cmdlet enables the integration between SharePoint and Microsoft Purview. Wait 24 hours for full synchronization. - Verify the label appears on a test site
Navigate to any SharePoint team site or communication site. Select Settings (gear icon) > Site information. Look for the Sensitivity field. If the field shows the label, the fix is complete. If not, recheck each step and confirm that the label is published to the user who owns the site.
If the Sensitivity Label Still Does Not Appear
Some issues require deeper investigation. Below are three common failure patterns and their fixes.
Sensitivity Label Shows Only on New Sites, Not Existing Sites
Existing sites may not inherit the label until the site owner manually applies it. Go to the site > Settings > Site information. In the Sensitivity field, select the label from the dropdown. The label will then appear in the site contents and site information panel. This action does not change site permissions or content classification.
Label Appears in Site Information but Not in the Site Contents Column
The site contents page includes a Sensitivity column only when at least one site item has a label applied. Apply the label to a document library or a list item. After a few minutes, the Sensitivity column appears in the site contents view. If it still does not show, add the column manually by selecting Add column > Sensitivity.
User Cannot See Any Sensitivity Label Options
The user may not have the label published to them. In Microsoft Purview, go to Information protection > Label policies. Confirm that the label policy includes the user or group. If the policy is set to All users, verify that the user is not excluded. Re-publish the policy if needed.
Label Configuration Options: Container vs. Content Label
| Item | Container Label | Content Label |
|---|---|---|
| Scope | Sites and Groups | Files and Emails |
| Where it appears | Site information panel, site contents Sensitivity column | File metadata, email header |
| Required license | Azure AD Premium P1 | Microsoft 365 E3 or E5 |
| Controls | Site access, external sharing, group membership | File encryption, watermark, content marking |
You now know the three root causes of a missing sensitivity label in SharePoint site settings and the exact steps to fix each one. Start by verifying the label scope in Microsoft Purview, then check licensing and the SharePoint tenant toggle. If the label still does not appear, use the Set-SPOTenant -EnableAIPIntegration $true PowerShell cmdlet to force synchronization. For ongoing management, monitor the Sensitivity column in site contents to confirm that labels are applied correctly.