A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Hi @Jhady Rios,
Thank you for reaching out. It appears that the SharePoint site has entered a restricted state, preventing file uploads for all users, including administrators. This behavior typically indicates a site-level or tenant-level lock rather than an issue with individual permissions.
Please find the following troubleshooting procedures to identify the underlying cause. You may provide the results of these checks to the support team to facilitate a more efficient resolution when reaching out for further assistance.
1/ Verify site collection lock state.
A site may be set to a ReadOnly state at the collection level, which overrides standard user permissions. You can verify and potentially resolve this using the SharePoint Online Management Shell:
- To check the current state:
Get-SPOSite -Identity <SiteURL> | Select LockState - To remove the lock:
Set-SPOSite -Identity <SiteURL> -LockState Unlock
Kindly refer to the article for more details: Lock and unlock sites - SharePoint in Microsoft 365 | Microsoft Learn
2/ Confirm whether the tenant is out of storage.
When SharePoint Online storage is exhausted, sites can be placed in read‑only mode and changes can’t be saved until storage is freed or increased.
- Check total SharePoint storage usage in the Microsoft 365/SharePoint admin experience.
- If you suspect the quota view/allocation is incorrect, Microsoft provides an admin diagnostic for tenant storage.
- Please consult the following article for the necessary steps: SharePoint in Microsoft 365 Out of Storage Space - SharePoint | Microsoft Learn
3/ Check for site closure / lifecycle policy.
One frequent reason for the message This site is read-only at the site collection administrator’s request is that the site was closed by a policy and set to read-only. If your org uses lifecycle/retention governance, verify whether the site has been marked “closed/archived” and needs to be reopened via the applicable policy/admin workflow.
4/ Run the built-in admin diagnostics
Your IT admin can run diagnostics from Help & support to validate common “locked/read‑only” scenarios and (in some cases) attempt remediation:
- Run Tests: Locked Site (for read‑only/locked site errors)
- Run Tests: Tenant Storage (for storage quota allocation/issues)
- Kindly refer to the official article: SharePoint or OneDrive read-only error messages - SharePoint | Microsoft Learn
While the aforementioned steps address the most common administrative causes, certain underlying infrastructure limitations or backend synchronization errors can only be resolved by a SharePoint Support Agent. There are instances where a site collection becomes restricted due to tenant-level throttling or a database-level integrity flag that is not visible or adjustable through the standard Admin Center or PowerShell. In such cases, specialized internal tools are required to reset the site's status and restore full write access.
To ensure your case progresses efficiently, please share the support ticket number from the Microsoft 365 Admin Center via the private message I have just initiated. Providing this information allows me to see the case assignment, monitor its status, and ensure an accurate reflection of tried troubleshooting data for the support team.
I look forward to receiving these details to assist in the oversight of this resolution.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.