Hello Microsoft Community,
I am experiencing an issue where a user's personal OneDrive for Business site is hard-capped at 10 GB on a Microsoft 365 E5 Developer tenant. I am unable to increase this quota via the Microsoft 365 Admin Center or SharePoint Online PowerShell, despite the overall tenant limit being configured to 5 TB.
Below are the full technical diagnostics and steps already taken.
1. Environment & License Status
Tenant Type: Microsoft 365 Developer Program (E5 Developer Sandbox)
Assigned Licenses:
Microsoft 365 E5 Developer (without Windows and Audio Conferencing) — 78/78 services active, including SharePoint Plan 2 and Office Online.
`Microsoft Power Automate Free` — 2/2 services active.
__User Account Status:__ `Active` / `Member`
2. Symptoms & Observed Behavior
OneDrive Web Interface:
The storage meter reports: 10485.21% (over 1 TB used of 10 GB).
The account is locked in read-only mode due to exceeding the quota.
__Microsoft 365 Admin Center:__
Navigating to __Active Users > [User] > OneDrive > Edit storage used__.
Under manual storage allocation, the form triggers a hard validation error in red:
_"Hạn mức dung lượng tối đa cho người dùng này là 10 GB"_ _(Maximum storage limit for this user is 10 GB)_.
3. PowerShell Diagnostic Outputs
Connecting to SharePoint Online Admin PowerShell yields the following configuration:
Tenant-level Storage Limit:
PowerShell
Get-SPOTenant
Output:
OneDriveStorageQuota: 5242880 (5 TB)
`ManageUserStoragePolicies`: _(Empty/Disabled)_
__Personal Site Status:__
PowerShell
```yaml
Get-SPOSite
```
__Output:__
`StorageQuota`: `10240` (10 GB)
`StorageQuotaWarningLevel`: `9216` (9 GB)
`LockState`: `Unlock`
`Status`: `Active`
`StorageQuotaType`: `UserSpecific`
4. Troubleshooting Steps Attempted
PowerShell Set-SPOSite: Executed:
PowerShell
Set-SPOSite
Result: The command finishes with exit code 0 (no errors displayed), but running Get-SPOSite shows StorageQuota remains stuck at 10240.
Audit Log Inspection: Verified Entra ID Audit Logs for the user. No license or role changes occurred prior to the issue; only MFA/Authenticator token refresh events were logged.
5. Request
Because the site is flagged with StorageQuotaType: UserSpecific at 10240 MB, backend provisioning rejects any quota increase above 10 GB.
Could someone from the engineering or support team advise:
Is there a PowerShell parameter or backend procedure to clear the UserSpecific restriction and revert the site to inherit the 5TB tenant default?
Does Microsoft apply an automated backend throttle/cap (10 GB) to individual OneDrive sites on E5 Developer tenants once data thresholds are reached?
Thank you in advance for your assistance!Hello Microsoft Community,
I am experiencing an issue where a user's personal OneDrive for Business site is hard-capped at 10 GB on a Microsoft 365 E5 Developer tenant. I am unable to increase this quota via the Microsoft 365 Admin Center or SharePoint Online PowerShell, despite the overall tenant limit being configured to 5 TB.
Below are the full technical diagnostics and steps already taken.
1. Environment & License Status
Tenant Type: Microsoft 365 Developer Program (E5 Developer Sandbox)
Assigned Licenses:
Microsoft 365 E5 Developer (without Windows and Audio Conferencing) — 78/78 services active, including SharePoint Plan 2 and Office Online.
`Microsoft Power Automate Free` — 2/2 services active.
__User Account Status:__ `Active` / `Member`
2. Symptoms & Observed Behavior
OneDrive Web Interface:
The storage meter reports: 10485.21% (over 1 TB used of 10 GB).
The account is locked in read-only mode due to exceeding the quota.
__Microsoft 365 Admin Center:__
Navigating to __Active Users > [User] > OneDrive > Edit storage used__.
Under manual storage allocation, the form triggers a hard validation error in red:
_"Hạn mức dung lượng tối đa cho người dùng này là 10 GB"_ _(Maximum storage limit for this user is 10 GB)_.
3. PowerShell Diagnostic Outputs
Connecting to SharePoint Online Admin PowerShell yields the following configuration:
Tenant-level Storage Limit:
PowerShell
Get-SPOTenant
Output:
OneDriveStorageQuota: 5242880 (5 TB)
`ManageUserStoragePolicies`: _(Empty/Disabled)_
__Personal Site Status:__
PowerShell
```yaml
Get-SPOSite
```
__Output:__
`StorageQuota`: `10240` (10 GB)
`StorageQuotaWarningLevel`: `9216` (9 GB)
`LockState`: `Unlock`
`Status`: `Active`
`StorageQuotaType`: `UserSpecific`
4. Troubleshooting Steps Attempted
PowerShell Set-SPOSite: Executed:
PowerShell
Set-SPOSite
Result: The command finishes with exit code 0 (no errors displayed), but running Get-SPOSite shows StorageQuota remains stuck at 10240.
Audit Log Inspection: Verified Entra ID Audit Logs for the user. No license or role changes occurred prior to the issue; only MFA/Authenticator token refresh events were logged.
5. Request
Because the site is flagged with StorageQuotaType: UserSpecific at 10240 MB, backend provisioning rejects any quota increase above 10 GB.
Could someone from the engineering or support team advise:
Is there a PowerShell parameter or backend procedure to clear the UserSpecific restriction and revert the site to inherit the 5TB tenant default?
Does Microsoft apply an automated backend throttle/cap (10 GB) to individual OneDrive sites on E5 Developer tenants once data thresholds are reached?
Thank you in advance for your assistance!