Saturday, February 17, 2024

SharePoint (Online and On-Premises) - Thresholds and Limits

In SharePoint (Online and On-Premises), there are several thresholds and limits you should be aware of to ensure performance and avoid unexpected errors. Below is a categorized list of important thresholds:

1. List and Library Limits

FeatureLimit
List view threshold (items per view)5,000 items
List row size limit8,000 bytes per row
Maximum number of lookup columns12
Unique permissions per list50,000 items (performance may degrade after 5,000)
Maximum list items30 million
List sizeRecommended under 100 GB

2. Document Library Limits

FeatureLimit
File upload size250 GB (SharePoint Online)
Maximum files per libraryUp to 30 million
Number of major versions511
Number of minor versions511
OneDrive sync limitUp to 300,000 files across all libraries

3. Site Collection and Web Application Limits

FeatureLimit
Site collection sizeUp to 100 TB
Subsites per site collection2,000
Webs per site collection2,000
Items per site collection30 million

4. SharePoint Online Specific Limits

FeatureLimit
Total storage per tenant1 TB + 10 GB per licensed user
Site collections per tenant2 million
Hub sitesUp to 2,000
SharePoint group membership5,000 users per group
People in a Microsoft 365 Group25,000 users

5. Search Limits

FeatureLimit
Indexed items per tenant500 million items
Search result limit (UI)500 items per query
Refiners per query10
Displayed refiners15

6. User Limits

FeatureLimit
Users per tenantUnlimited (based on licenses)
Users per SharePoint group5,000 (recommended)
Concurrent usersNo hard limit, but throttling applies

7. Workflow Limits

FeatureLimit
Workflows per listUnlimited
Actions per workflow~500 (recommended)
Workflow size5 MB (compressed XAML)
Power Automate runsDepends on license (e.g., 2,000 runs/user/month)

8. Other Technical Limits

FeatureLimit
Managed metadata terms1 million
Columns in a list276 (including hidden/internal)
Single line text column255 characters
Lookup field value limit8 in a view (to avoid threshold errors)
SharePoint group limit per site10,000 groups


If you’re using SharePoint On-Premises (2016/2019), some of these limits can be modified via Central Admin or PowerShell.

If you need thresholds specific to:

  • Performance tuning
  • Custom solutions
  • Search schema

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.