SharePoint reference · 13 pages · Updated September 2026
Every SharePoint limit, sourced and dated
Every figure comes from Microsoft’s own documentation, with the date it was last checked.
- Hard limit
- Enforced by the service — crossing it is blocked.
- Recommended
- Guidance only — crossing it slows things down.
Free to read · No sign-up · Nothing here needs a licence from us
Maintained by the team behind ShortPoint
Hard limits break things.
Recommendations only slow them down.
Published guidance quotes both kinds of number interchangeably, and that is the source of most confusion about what SharePoint can and cannot do. Cross a hard limit and something is blocked outright. Exceed a recommendation and the platform still works, it just gets slower.
| Hard limits — enforced by the service | |
| Items in a list or library | 30,000,000 |
|---|---|
| List view threshold — items returned per view | 5,000 |
| Can the view threshold be raised in Microsoft 365? | No |
| Lists and libraries combined, per site collection | 2,000 |
| Storage per site collection | 25 TB |
| Site collections per organisation | 2,000,000 |
| Hub sites per tenant | 2,000 |
| Subsites per site collection | 2,000 |
| Child links per navigation level | 500 |
| Individual file upload | 250 GB |
| File attached to a list item | 250 MB |
| Decoded file path length, including file name | 400 characters |
| Major versions retained per item | 50,000 |
| Unique permission scopes per list — supported | 50,000 |
| Items above which inheritance can no longer be broken | 100,000 |
| Users per site collection | 2,000,000 |
| Recommended limits — performance guidance | |
| Web parts per page | 20 |
| Dynamic web parts per page | 4 |
| Pages and news items per site | 5,000 |
| Items in site navigation | 100 |
| Image file size | 300 KB |
| Security groups per site | 20 |
| Users with edit rights per site | 200 |
| Unique permission scopes per list — recommended | 5,000 |
| Files synced in a single library | 300,000 |
Sources: Microsoft Learn, SharePoint limits (service description); Microsoft Learn, SharePoint modern portal site limits; Microsoft Support, List View Threshold for large lists and libraries. Figures apply to SharePoint in Microsoft 365 and were verified on 1 September 2026. Application-specific limits are on each application’s own page.
The one that catches everyone The 5,000 figure is not a cap on list size — a list holds 30 million items. It caps how many items a single view can return in one query. A list of 40,000 items works perfectly well provided no view tries to show all of them at once. Filter on indexed columns and the limit stops mattering.
The apps that feed an intranet
Each page covers what the app does, how it relates to the rest of Microsoft 365, and its own service limits.
Decisions that are expensive to reverse
Structural choices worth getting right before the first page is published.
Key takeaways
- 2 classes There are two kinds of limit, and they behave differently Hard limits are enforced and block you. Recommendations only degrade performance. Treating them as equivalent is the most common planning error.
- 5,000 fixed The view threshold cannot be raised in Microsoft 365 No administrator can change it, because the service is a shared tenant environment. Index the columns you filter and sort on instead.
- 4 per page Most homepages breach the dynamic web part guidance News plus two Highlighted content roll-ups plus Events plus a Conversations feed is already five. Nothing warns you.
- 9 missing Nine of the most-searched web parts do not exist Accordion, FAQ, tabs, carousel, timeline, searchable table, month-grid calendar, alert banner and mega menu are all absent from the picker.
- 5 GB stale Published figures go out of date without warning The Loop workspace ceiling moved in 2024 and a great deal of guidance still quotes this number. Check the date on anything you read, including this page.
- 90 day cycle Every figure here carries the date it was verified Pages are reviewed quarterly and show their own review date, so you can judge how much to trust a number before you plan around it.
Where these numbers come from
Every figure is taken from Microsoft’s own service documentation and carries the date it was last checked. Microsoft revises service limits without announcement, and much of what circulates online is years out of date.
Where a figure comes from published list pricing or a third party rather than a Microsoft service document, the page says so rather than presenting it as fact.
Common questions
What are the most important SharePoint limits to know?
Four limits shape most intranet builds. A list or library holds up to 30 million items, but any single view that returns more than 5,000 items will fail, and in SharePoint Online that 5,000 figure cannot be raised. A site collection allows 2,000 lists and libraries combined and up to 25 TB of storage. Navigation is capped at 500 child links per level. Beyond those hard limits, Microsoft publishes recommended ceilings for performance — notably 20 web parts per page and 5,000 pages per site.
What is the 5,000 item limit in SharePoint?
It is the list view threshold, and it is widely misunderstood. It does not cap how many items a list can hold — that limit is 30 million. It caps how many items a single view can return in one query. Past 5,000 the view throws an error, because SQL Server would otherwise lock the whole table. In SharePoint Online the threshold is fixed and administrators cannot change it. Filtering views on indexed columns is the supported way to work with large lists.
What is the difference between a hard limit and a recommended limit in SharePoint?
A hard limit is enforced by the service: cross it and something breaks or is blocked outright, such as a view returning more than 5,000 items or a site exceeding 2,000 lists. A recommended limit is performance guidance: exceed it and the platform still works, it simply gets slower — 20 web parts per page and 5,000 pages per site are recommendations, not blocks. Published guidance often quotes both interchangeably, which is the source of a great deal of confusion.
How many web parts should a SharePoint page have?
Microsoft recommends no more than 20 web parts on a page in total, counting both built-in and custom ones, and no more than 4 dynamic web parts — those that query SharePoint for fresh data on load, such as News or Highlighted Content. These are performance recommendations rather than enforced limits: the page will still save and publish above them, it will simply load more slowly, most noticeably on mobile and slow connections.
Which Microsoft 365 apps work with a SharePoint intranet?
The apps that most commonly supply content to a SharePoint intranet are Microsoft Lists for trackers and registers, Viva Engage for company-wide conversation, Planner for team tasks, Forms for data capture, Loop for portable live content, and Viva Connections to deliver the whole intranet inside Microsoft Teams. Each surfaces on a page through a built-in web part, and each has its own service limits worth knowing before you design around it.
Are these limits the same for SharePoint Server on-premises?
No. The figures here are for SharePoint in Microsoft 365. Several behave differently on-premises — most importantly the list view threshold, which an administrator can raise or disable on SharePoint Server but cannot change in SharePoint Online, because the service runs as a shared tenant environment where one tenant’s query load affects others. Storage, site, and tenant-level limits also differ. Check the SharePoint Server documentation for your specific version.
How often do SharePoint service limits change?
Irregularly, and usually without an announcement. Microsoft revises service descriptions as the platform changes, and figures that circulate widely online are often several years out of date — the Loop workspace limit, for example, moved from 5 GB to a far larger ceiling in 2024 and much published guidance still quotes the old number. Every figure on this reference carries the date it was last verified, and pages are reviewed quarterly.
Sources
- Microsoft Learn — SharePoint limits
- Microsoft Learn — SharePoint modern portal site limits
- Microsoft Support — List View Threshold for large lists and libraries