You have a SharePoint license assigned but the Create site button is grayed out or you see an error that site creation is blocked. This problem occurs when SharePoint admin settings, site creation policies, or self-service site creation settings prevent licensed users from creating new sites. This article explains why the block happens and provides step-by-step fixes to restore site creation for licensed users.
Key Takeaways: Fixing Site Creation for Licensed Users
- SharePoint admin center > Settings > Site creation: Controls whether users can create sites from SharePoint Start page and OneDrive.
- SharePoint admin center > Active sites > Policies: Restricts or allows site creation based on site type (team site, communication site).
- Microsoft 365 admin center > Users > Active users: Confirms the user has a SharePoint license assigned and is not blocked by a service-specific setting.
Why Site Creation Is Blocked for Licensed Users
SharePoint site creation is controlled by three layers: tenant-level settings, site-level policies, and user license assignment. Even with a valid SharePoint license, a user may be blocked because the tenant administrator disabled self-service site creation. This setting is located in the SharePoint admin center under Settings > Site creation. When this toggle is set to Off, licensed users cannot create new sites from the SharePoint Start page or from OneDrive.
A second cause is a site policy that restricts creation to specific security groups. Administrators can create policies in the SharePoint admin center under Active sites > Policies. If a policy is applied that blocks creation for non-admin users, licensed users who are not members of the allowed group will see the creation option disabled.
A third cause is a missing or incorrectly assigned license. The user may appear to have a SharePoint license but the license might not include the SharePoint Online service plan, or the license assignment may be pending. Checking the Microsoft 365 admin center confirms the license status.
Steps to Restore Site Creation for Licensed Users
Follow these steps in order. After each step, ask the affected user to refresh the SharePoint Start page and check whether the Create site button is available.
Method 1: Enable Self-Service Site Creation in SharePoint Admin Center
- Sign in to the SharePoint admin center
Go tohttps://admin.microsoft.comand sign in as a SharePoint administrator or global administrator. In the left navigation, select SharePoint. - Open Settings
In the SharePoint admin center, select Settings from the left menu. Scroll down to the Site creation section. - Turn on site creation
Set the toggle Let users create sites from the SharePoint Start page and OneDrive to On. Click Save.
Method 2: Check and Modify Site Creation Policies
- Go to Active sites
In the SharePoint admin center, select Active sites from the left menu. - Open Policies
At the top of the Active sites page, select the Policies tab. Review any policy that mentions site creation or self-service. - Edit or remove the policy
If a policy restricts creation to specific groups, edit the policy to add the affected user or group. Alternatively, delete the policy if it is not needed. Click Save.
Method 3: Verify and Reassign SharePoint License
- Open Microsoft 365 admin center
Go tohttps://admin.microsoft.comand select Users > Active users from the left navigation. - Find the affected user
Search for the user who cannot create sites. Click on the user’s name to open their details panel. - Check the Licenses and Apps tab
In the user details panel, select the Licenses and Apps tab. Verify that SharePoint Online (Plan 2) or a plan that includes SharePoint is toggled On. If it is Off, toggle it On and click Save changes.
If Site Creation Still Does Not Work After the Main Fix
Site creation button is grayed out but self-service is enabled
The user may be a member of a security group that is excluded from site creation. Administrators can exclude specific groups in the SharePoint admin center under Settings > Site creation > Excluded security groups. Remove the user’s group from the excluded list or remove the exclusion entirely.
Error: “Your organization does not allow site creation”
This error appears when the tenant-level site creation setting is Off. Follow Method 1 to enable it. If the setting is already On, check if a custom script policy or a tenant-wide PowerShell setting blocks creation. Run the SharePoint Online Management Shell as an administrator and execute Set-SPOTenant -DisableSelfServiceSiteCreation $false.
User has a license but site creation is still blocked
The license may be assigned but not active. Go to Microsoft 365 admin center > Users > Active users, select the user, and under Licenses and Apps, uncheck the SharePoint license, click Save, then recheck it and save again. This refreshes the license assignment.
Self-Service Site Creation vs Admin-Only Creation: Key Differences
| Item | Self-Service Site Creation | Admin-Only Creation |
|---|---|---|
| Who can create sites | All licensed users (unless excluded) | Only SharePoint administrators and global administrators |
| Where to configure | SharePoint admin center > Settings > Site creation | No separate setting; administrators always can create sites |
| Policy control | Can restrict by security group | Not applicable |
| Typical use case | Organizations that allow users to create project or team sites | Organizations that require central control over site creation |
After completing the steps above, licensed users should be able to create SharePoint sites. If the issue persists, verify that no conditional access policy in Azure AD blocks the SharePoint Online service. You can also run the SharePoint Health Check in the admin center to detect configuration conflicts. For recurring problems, consider creating a support ticket with Microsoft.