Unable to delete SharePoint list which contains more than 100000 items

42 Views Asked by At

I have created a list under SharePoint Online that contains 100000+ items.

Now, I need to delete that list. So, I have tried to delete the list from List Settings.

It has thrown the below error message.

enter image description here

Can anyone help me with the same?

Thanks

1

There are 1 best solutions below

0
Xyza_MSFT On

The error message you are seeing indicates that the number of items in the list exceeds the list view threshold, which is 5000 items by default. This error occurs because SharePoint Online uses the Large List Resource Throttling feature, which prohibits tasks that cause excessive server load.

To resolve this issue, you can try the following:

1.Use indexing to improve the performance of the list.

2.Use filtering to reduce the number of items returned by the list.

3.Use folders to organize the items in the list. You'll need to configure a view that displays less than 5,000 items and make it the default view.

4.Manually delete files in List in batches.