Solution 3: Change the SharePoint Storage:
Users have been reporting that the File Size Exceeds The Limit Allowed And Cannot Be Saved error is associated with the files present in the SharePoint folder. To stop the error, we suggest you to configure the SharePoint storage settings. After changing the SharePoint storage limit, you could save any files without encountering the error.
Solution 4: Change the File Size Upload Limit:
If you keep coming across the File Size Exceeds The Limit Allowed And Cannot Be Saved error while attempting to paste a file in the Microsoft SharePoint folder, then you need to change the file size limit. Follow the steps given below to change the maximum file size limit.
- First, sign in to SharePoint’s Central Admin.
- Select the Central Administration option.

- Go to Application Management tab and click on Manage Web Applications option.
- Now, you can choose the applications that you want to change.
- Then, select General Settings.
- In the General Settings section, you’ll find the Maximum upload size value.
- Modify the value to 2047 MB and save the changes.
- Check if the error comes up again.
Solution 5: Check the SharePoint web.config file:
Another way to resolve the File Size Exceeds The Limit Allowed And Cannot Be Saved error is by changing the SharePoint web.config file. Follow the steps given below.
- Start by entering the Internet Information Server console on the server desktop.
- Then, click on the Websites tree and choose the desired website.
- Click on the Open in Explorer View option and find the web.config file in the folder.
- You should make a copy of the web.config file to use it as a backup if something goes wrong.
- Now, select the original web.config file with Notepad (you can choose any text editor).
- Then, in the Notepad text, find the <httpRuntime maxRequestLength=”51200″ /> line.
- You have to change the above line into <httpRuntime maxRequestLength=”204800″ />.
- Repeat the steps given above for every server in SharePoint.
- After the process is complete, check for the error.
Solution 6: Change the machine-level request setting in SharePoint:
As it turns out, the File Size Exceeds The Limit Allowed And Cannot Be Saved error affects mostly the SharePoint users. So, here’s another solution that can come in use for the SharePoint users. Follow the steps given below.
- First, enter the SharePoint Administrative Command Prompt.
- Type the following command:
%windir%\system32\inetsrv appcmd set config -section:requestFiltering -requestLimits.maxAllowedContentLength:209715200
- After entering the command, you’ll receive a confirmation message.
- The command will increase the machine-level request settings in SharePoint and solve the error for you.
Your Windows computer sets a limit for files present within the system and the files that are transferred between the system and external hard drive. If the files exceed the limit, you will have to face the File Size Exceeds The Limit Allowed And Cannot Be Saved error.
But to ease your worries, we have provided you with effective solutions to solve the error in no time. The steps are easy, and you can perform them without any help. We hope our solutions come in your use, and you become successful in resolving the error. If you have any queries or feedback, please write down the comment in the below comment box.