A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Dear @Aditya Yadav,
I understand that having your SharePoint files suddenly become read-only both in the browser and the OneDrive app is disruptive, especially when you don't know what changed.
Based on your description (cannot upload, delete, or edit anything), this is almost caused by one of two issues. Let me walk you through how to identify and fix them.
If your entire SharePoint site is suddenly read-only and you cannot upload or delete anything, the most probable cause is that your organization has exceeded its total storage quota. When this happens, Microsoft puts SharePoint sites into a read-only state across the board. Look for a banner or message at the top of your SharePoint site that says something like "Your organization's storage is full. SharePoint sites are read-only right now. Contact your IT department for more info".
Only your Microsoft 365 administrator can resolve this. They will need to either:
- Free up space by deleting old/unneeded files.
- Purchase additional storage for your organization.
- Add more user licenses (each license adds 10GB to the shared storage pool).
If you are not the admin, please contact your IT department or Microsoft 365 administrator immediately and let them know your SharePoint is in read-only mode due to what appears to be a storage issue.
Please refer to this document: Manage site storage limits in SharePoint in Microsoft 365 - SharePoint in Microsoft 365 | Microsoft…
If storage is not the issue, then your account permissions may have been changed to Read-Only on the site or library.
Ask your SharePoint administrator to:
- Go to the site > Settings > Site permissions > Advanced permissions
- Use "Check Permissions" and enter your email address
- Verify you have a permission level that includes Edit, Contribute, or Full Control
Your administrator will need to grant you appropriate permissions (Edit or Contribute) on the affected site and document library.
Please refer to this document: Customize permissions for a SharePoint list or library - Microsoft Support
While waiting for your admin, you can check a few things yourself:
- Try a different site: Can you edit files in a different SharePoint site? If yes, the issue is isolated to one specific site. If all sites are read-only, it points to a tenant-level storage or lock issue.
- Confirm your license is active: Ensure your Microsoft 365 license hasn't expired, as unlicensed accounts often become read-only.
If you are a regular user (not an admin): Contact your Microsoft 365 administrator or IT department immediately. Share this message with them: "My SharePoint sites are read-only across browser and OneDrive. I cannot upload or delete files. Please check if our tenant storage is full or if my permissions were changed."
If you are an administrator: Check your SharePoint Admin Center for storage usage. If storage is the issue, you can unlock sites temporarily using PowerShell: Set-SPOSite -Identity "https://yourdomain.sharepoint.com/sites/sitename" -LockState "Unlock"
Please refer to the code snippet at: SharePoint or OneDrive read-only error messages - SharePoint | Microsoft Learn
Please let me know if you have administrator access to your Microsoft 365 environment, as that will determine which specific steps you can take. If you're a standard user, please contact your IT team as they are the only ones who can resolve tenant-level storage or permission issues.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.