Your changes could not be saved because this SharePoint web site has exceeded the storage quota limit
Introduction
Your changes could not be saved because this SharePoint web site has exceeded the storage quota limit.
http://i.imgur.com/SPo69GG.png
Issue
Your changes could not be saved because this SharePoint Web site has exceeded the storage quota limit. You must save your work to another location. Contact your administrator to change the quota limits for the Web site.
Sometimes we get the above error in SharePoint while creating a list or document library or while saving templates.
In this article, we will see the steps how and where to check and resolve the issue.
Cause
This error occurs if the website has exceeded the storage quota limit. A quota specifies the storage limits so that it defines the maximum amount of data that can be stored in a site collection.
Solution
We can increase the quota limit from SharePoint Central Administration.
- Open SharePoint Central Administration -> Application Management -> SharePoint Site Management section -> click on Quota Templates.
- Change the Quota as required and check the site.
- Also, we can change it by using STSADM command.
stsadm -o setproperty -propertyname max-template-document-size -propertyvalue 524288000
- See more at: http://expertsharepoint.blogspot.de/2014/05/your-changes-could-not-be-saved-because.html
Note: If you find a different solution, please report it as a comment to this post. This will be useful to the SharePoint Community. Be sure to double-verify it: undo your solution and verify that the problem comes back, then redo it and verify that the problem goes away.