How to Resolve the SharePoint 5,000 Item Limit Threshold (2024)

Last Updated on July 27, 2023

It is often a problem for SharePoint users when the number of their items in their library hits the 5,000-mark.

If you have experienced this and you’re worried that you can’t access or find your files anymore, you have come to the right place.

In this article, you will learn more about what exactly triggers this issue, how you can possibly prevent it in the future, and what you can do to fix it.

Let’s get started!

Table of Contents:

  • The Truth About the SharePoint 5,000 Item Limit Threshold
    • What happens when you reach the item threshold?
  • How to Prevent the Item Limit Threshold Issue
    • 1. Avoid Putting All the Files in One Library
    • 2. Set up Subfolders
    • 3. Create Metadata
    • 4. Index the Columns
    • 5. Create Different Views
  • How to fix the SharePoint 5000 Item Limit Threshold
    • 1. Bring Down the Number of Items to Less Than 5,000
    • 2. Reorganize Your Whole Library
    • 3. Create Metadata Properties

A lot of people have the misconception that a SharePoint list or library can’t have more than 5,000 files or items. This is wrong.

As outlined in Microsoft’s documentation on software boundaries and limits for servers, the list or library can hold up to 30 million documents or items.

How to Resolve the SharePoint 5,000 Item Limit Threshold (1)

If the limit is 30 million, then what’s up with the 5,000-item limit threshold?

Well, that’s where this gets more interesting. Item limit threshold isn’t actually about the storage capabilities. The issue is in displaying a vast amount of information.

Related: How to Manage SharePoint Storage Limits (Microsoft 365)

Microsoft introduced the 5,000 view limit on the document library with SharePoint 2010 for one purpose — to maintain the performance of the document library and its servers.

In the past, the classic library became unusable once the limit has been passed.

But since Microsoft introduced the modern experience, along with its new document library, SharePoint can now tolerate large volumes of data.

However, even if you can now upload more than 20,000 documents without freezing the library, the viewing limit still applies.

What happens when you reach the item threshold?

Behind the scenes, there are a lot of things that happen whenever you access a list or document library. A search query happens and the library will return all the results.

Now, let’s say you have around 10,000 files in a document library and they’re all in the same folder.

When you access that library, you will not be able to see more than 5,000 items on the page as the query will run into the limit threshold.

In addition to not seeing all the items, you will face some problems with a large document library. Most processes like renaming a folder and moving files within the library will take a lot of time.

You will also face some errors like when a user tries to create a calculated column or create unique permissions for the folder.

How to Resolve the SharePoint 5,000 Item Limit Threshold (2)

On the technical aspect, every time you access your library and perform actions in it, the servers have to do a lot of processing and querying.

Now, the burden on the servers increases dramatically the more items you have.

This is the reason why Microsoft placed the 5,000 limit threshold — to maintain the performance of the server and enable users to access the library without waiting for hours.

Sign up for exclusive updates, tips, and strategies

How to Prevent the Item Limit Threshold Issue

If you’re about to reach the threshold, there are a few things you can do to prevent the item limit issue.

As early as now, you must know that it’s quite easier and quicker to prevent the issue rather than trying to fix it afterward.

With that, here are steps you can do to prevent the issue:

1. Avoid Putting All the Files in One Library

The easiest way to avoid hitting the 5,000-item limit threshold is to not put all your files in one library.

It’s also a good practice to spread the content among multiple sites and document libraries.

If you’re not sure how to do it, organize your files and put them into separate document library based on business function like:

  • Project files
  • Department files
  • Sales and marketing

Grouping your files and documents according to what department they belong to also works.

The point here is to spread your files across different libraries and keep doing it as a regular practice so one of your document libraries will not get too bloated.

2. Set up Subfolders

Creating subfolders will allow you to break your content into manageable bits.

Although folders also count in the total number of a library, organizing your files in that library into different subfolders can mitigate the risks.

What’s important to remember here is to make sure that any given subfolder in your library doesn’t contain more than 5,000 items.

Unfortunately, there are a few downsides to using folders in SharePoint.

For example, you can’t see how many documents there are in a folder unless you open it yourself. There are also some data integrity issues you may run into in the future.

3. Create Metadata

A better solution to creating subfolders is setting up metadata.

Metadata is simply data that provides information about a file or a document. That is, you can add certain information/details to a document or file to make it easier to find.

Implementing a good metadata practice will minimize the burden on the servers since the number of items shown will be limited.

For example, if you search for documents that are specific only to a certain client or project, the server doesn’t have to collect all documents in the storage and show them to you all at once and see which one you want to open.

But with metadata, the server will have an idea of which certain documents you want to see. In addition, you will be able to filter, sort, and group large lists.

This way, you will be able to see all the items in a more organized manner.

After creating metadata for your items, don’t forget to enable metadata navigation.

This provides you with a settings page to configure the list to use metadata tree view hierarchies and filter controls that will improve navigation and filtering of the contained items.

4. Index the Columns

Creating metadata will allow you to save the server some burden by not having it collect all data.

It will still query most, if not all, of your items, which is why it alone will not be enough to solve the item viewing threshold issue.

But if you were able to catalog certain types of columns, then it’s a different story.

By creating indexes, the server will not have to search the whole library every time you do a query. This allows you to bypass the item limit threshold.

For example, if you catalog a certain column as “clients”, then whenever you need to retrieve items in relation to “clients”, the server will only have to look for that catalog instead of searching each and every item in the library.

5. Create Different Views

Creating different views may be easy, but it will surely take a lot of time on your end. This solution will require you to plan ahead and set up column indexing, filtering, and creating view item limits.

The cool thing here is that no single view you create can ever violate the 5,000-item limit threshold.

It also helps to adjust the default view. By default, it will display a flat list of files without filtering or sorting.

It’s what users see whenever they click on the document library, which can then trigger the threshold issue.

On the other hand, even if you configure the default view, you will still face issues if you don’t add filtering/sorting on indexed columns.

Furthermore, you will need to limit the number of records displayed.

The question here is what to do in case you’re already way past the threshold and you weren’t able to implement any of the steps in the earlier section. Fortunately, there are still some things you can do.

On the downside, the fix will eat up your time.

1. Bring Down the Number of Items to Less Than 5,000

The first fix you can do is to bring the number of items that you have to less than the item viewing threshold.

Once the number of your items reaches that limit, it locks you from creating trivial operations in your library.

You will not be able to:

  • Manage column indexes
  • Add columns
  • Adjust the views
  • Set permissions

This makes it impossible for you to perform the next fixes, which is why the first thing you need to do is to “unlock” your library so you can do more fixes.

2. Reorganize Your Whole Library

You can use some of the methods described in the steps in the earlier section on how to avoid the issue.

You can move your items into different libraries and start organizing them according to business functions.

On the other hand, you can also delete junk items that are of no use anymore.

Without reorganizing your whole library, you will eventually run into this issue again in the near future.

That’s why you must observe good organization practices and utilize as many libraries as possible.

3. Create Metadata Properties

After reorganizing your whole library, it’s time to create metadata properties and apply default column values to folders in your existing library.

Provide as much information as you can on each item that you have.

Once you do that, you will now be able to index columns.

As explained earlier, this will allow your server to run a query on the index catalogs instead of searching each and every item. This process is more efficient and will not burden the server that much.

On the other hand, you can also choose to hide some folders altogether from view.

Some users don’t need to access certain folders anyway so you can set it up to hide it from them so they will only see a limited number of items.

Perhaps, a lesson here is that you must not underestimate the value of planning your information architecture.

As you can see, avoiding the issue is so much easier than fixing it since the latter will take a lot of time and resources.

If you need any help or if you have any questions related to fixing the item limit threshold, feel free to leave a comment below or send me a direct message via the contact page.

How to Resolve the SharePoint 5,000 Item Limit Threshold (2024)

FAQs

How do I get more than 5000 items from a SharePoint list? ›

Indexing columns improve performance and one way to get around 5000 limit is to index your columns and then create a view that filters on the index column to try to limit the number of items fetched in view below 5000. Display all items in view but only show indexed columns or use a group by on an index column.

How do I fix the 5000 item limit threshold in SharePoint? ›

By default, SharePoint has a threshold limit of 5000 items per view. To overcome this limit, you can increase the list view threshold limit in SharePoint Central Administration. To do this, open Central Administration > Application Management > Manage Web Applications.

What is the threshold limit for SharePoint? ›

In SharePoint, the default list view threshold limits the number of items in a view to 5000 items. You can modify the limit in the central administration of an on-premises version of SharePoint, but you cannot change this limit in Microsoft 365.

How do I increase list view threshold value in SharePoint? ›

Note: SharePoint does not support changing the List View Threshold. The List View Threshold (LVT) is in place to provide performance across users and protect the server from unintentional overload during queries.

What is the 5000 threshold in SharePoint? ›

The SharePoint 5000 item limit threshold applies to the limit of items that are displayed in per view(An example is shown in the figure below). SharePoint Online has a limit of 30 million files and folders per library(Sum of folders and files at each level), each file has a limit of 15GB uploaded to a library.

How do I increase my SharePoint limit? ›

On the General tab, under Storage limit, select Edit to open the edit storage limit panel. Enter the maximum storage in GB for the site. The max value you can enter is 25600 GB, although this may be more space than your organization has. To learn how your total storage is calculated, see SharePoint Limits.

How do I overcome a threshold limit in SharePoint? ›

In the Admin Center, go to “Settings” and click on “List Settings” under “Site Collection Administration.” Find the “List view threshold” option and click it. Set the value to what you need, keeping in mind it may affect performance if it's too high. Click “o*k” to save your changes.

How to get more than 5000 items from SharePoint Online in Flow? ›

1. Using the “Get All” Option
  1. Add the “List records” action to your flow.
  2. Configure the data source and specify the desired filter criteria.
  3. Under the “Advanced Options,” enable the “Get All” option.
  4. Save and run your flow to retrieve all records, regardless of the limit.

How do I overcome a list threshold in SharePoint 2013? ›

Split the items into multiple lists so that no list exceeds 5,000 items. Create more views and sync the items to different views. Office 365 already uses the recently introduced “Automatic index management” to avoid hitting 5000 items threshold on a list or library view.

How do I increase the threshold limit in SharePoint Online? ›

The default value of any Sharepoint List is set to '5000' . If the number of items in a list exceeds this limit you might receive a threshold view error. To change this limitation you would need to change it at the web application level. Click on the Web application you would want to make this change.

How do I check SharePoint storage limit? ›

How to check the size of SharePoint storage?
  1. 1 Open the SharePoint site.
  2. 2 Click on Site Actions (gear icon) and then go to Site Collection Web Analytics reports.
  3. 3 From the quick launch menu on the left, select Storage Usage listed under Inventory. The total storage in use is displayed.

What is the threshold limit in SharePoint 2013? ›

List and library limits
LimitMaximum valueLimit type
List view threshold5,000Threshold
List view threshold for auditors and administrators20,000Threshold
Subsite2,000 per site viewThreshold
Coauthoring in Word, PowerPoint and Excel for .docx, .pptx, .ppsx and .xlsx files10 concurrent editors per documentThreshold
9 more rows
Jan 25, 2023

What is the 5000 list view threshold? ›

The List View Threshold states that you cannot have more than 5,000 items (by default) returned in your list view. This does not mean you can only have 5,000 items in the list! It means that when a user clicks into a list, the number of items returned to the user should not exceed 5,000.

How to fix the attempted operation is prohibited because it exceeds the list view threshold? ›

However, if the folder or root folder grows to have more than 5000 items, it will stop displaying items in the default view and throws an error/warning. In order to resolve the issue, please increase the list view threshold from the SharePoint Central Administration site for this specific web Application.

How do I give item level permissions in SharePoint? ›

Change permissions levels in SharePoint
  1. Go to the list, library, or survey and open it.
  2. Go to the Permissions page for the list, library, or survey using the steps in the previous section.
  3. In the Name list, select the checkbox next to the name of the user or group that you change permission levels for.

How to display more than 5000 records in PowerApps? ›

If yes, increment the length of the Page Number.
  1. Click on “Add an action.”
  2. Search for “Increment variable.”
  3. Select “Page Number” in the name option.
  4. Add “1” in value.
  5. Add a “Scope” action under “Increment variable.”
  6. Now add one more “Increment variable” in “scope.”
  7. Select “Record Count” in the name option.
Mar 27, 2023

How to increase lookup column limit in SharePoint lists? ›

Yes, the limit of 12 lookup columns is set by Microsoft and cannot be changed.

Top Articles
Latest Posts
Article information

Author: Tish Haag

Last Updated:

Views: 5981

Rating: 4.7 / 5 (67 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Tish Haag

Birthday: 1999-11-18

Address: 30256 Tara Expressway, Kutchburgh, VT 92892-0078

Phone: +4215847628708

Job: Internal Consulting Engineer

Hobby: Roller skating, Roller skating, Kayaking, Flying, Graffiti, Ghost hunting, scrapbook

Introduction: My name is Tish Haag, I am a excited, delightful, curious, beautiful, agreeable, enchanting, fancy person who loves writing and wants to share my knowledge and understanding with you.