As a OneDrive administrator, you might find that storage quotas you set for users do not reflect on managed devices. Users continue to see the old quota even after you change it in the Microsoft 365 admin center. This issue typically occurs because the quota change is not immediately pushed to the OneDrive sync client or the device’s cached policy. This article explains the root causes of delayed quota updates and provides a step-by-step checklist to force the update on managed Windows devices.
Key Takeaways: Forcing OneDrive Storage Quota Updates on Managed Devices
- Microsoft 365 admin center > SharePoint > Policies > Storage limits: Set the default storage limit for all OneDrive users or override for specific users.
- OneDrive sync client > Settings > Account > Check for updates: Manually trigger a quota refresh on a user device without waiting for the 24-hour sync cycle.
- Group Policy > Administrative Templates > OneDrive > Set the maximum size of a user’s OneDrive for Business storage: Enforce a quota policy that overrides the admin center setting.
Why OneDrive Storage Quotas Do Not Update on Managed Devices
OneDrive storage quotas are stored in Microsoft 365 and are not immediately pushed to every device. The OneDrive sync client on Windows checks for quota changes once every 24 hours by default. If your organization uses Group Policy or Intune to manage OneDrive settings, a policy that defines a storage limit can override the value you set in the admin center. Additionally, if the user’s device has a cached policy from a previous configuration, the new quota may not apply until the policy refreshes or the user signs out and back in.
Three main factors cause quota updates to appear delayed or missing on managed devices:
- 24-hour sync cycle: The OneDrive sync client only polls for quota changes once per day from the Microsoft 365 service.
- Group Policy or Intune policy override: A managed device policy can set a fixed storage limit that takes precedence over the admin center setting.
- Cached credentials or token: If the user’s authentication token is stale, the client might not fetch the updated quota from the server.
Admin Checklist to Force Storage Quota Updates
Use the following checklist to verify and force quota updates on managed devices. Perform these steps in the order listed.
- Verify the quota in the Microsoft 365 admin center
Go to Microsoft 365 admin center > Show all > SharePoint > Policies > Storage limits. Under OneDrive storage limit, confirm the value is set to the desired number of GB. If you want individual overrides, go to Active users > select a user > OneDrive and set a custom limit. Save the change and wait 5 minutes before proceeding. - Check for conflicting Group Policy or Intune policies
On the managed device, open Local Group Policy Editor (gpedit.msc) or Microsoft Intune admin center. Navigate to Administrative Templates > OneDrive > Set the maximum size of a user’s OneDrive for Business storage. If this policy is enabled, it overrides the admin center quota. Disable the policy or set it to Not configured to allow the admin center value to apply. Then rungpupdate /forcein an elevated Command Prompt. - Force the OneDrive sync client to refresh quota
On the affected device, right-click the OneDrive cloud icon in the notification area and select Settings > Account. Under OneDrive for Business, click Check for updates. This triggers an immediate sync of the user’s account metadata, including storage quota. If the quota still does not change, proceed to the next step. - Sign out and sign back into OneDrive
In the same Account tab, click Unlink this PC. Confirm the unlinking. Then click Add an account, enter the user’s credentials, and complete the setup. This clears any cached quota data and forces a fresh pull from the server. - Clear the OneDrive credential manager cache
Open Control Panel > User Accounts > Credential Manager > Windows Credentials. Look for any entries containing OneDrive, MicrosoftOffice16, or Microsoft AAD. Remove them. Then sign out of Windows and sign back in. After the user signs in, OneDrive will prompt for credentials again and fetch the updated quota. - Verify the quota on the device
Right-click the OneDrive cloud icon and select Settings > Account. The Storage used and Storage total fields should now reflect the new quota. If the user sees Storage full warnings, ask them to check the web version atonedrive.live.comto confirm the quota matches.
If OneDrive Still Shows the Old Quota After the Checklist
If the quota still does not update after following all checklist steps, the issue may be caused by a stale policy cache or a corrupted OneDrive installation. Try these additional steps.
OneDrive quota shows 1 TB instead of the new limit
The default OneDrive quota for most Microsoft 365 subscriptions is 1 TB. If you set a lower limit but the device still shows 1 TB, a Group Policy or Intune policy is likely overriding your setting. Double-check the policy path in Step 2 and ensure it is disabled. Also verify that no Storage quota policy is applied at the user level in Intune.
OneDrive shows “Storage full” error after quota increase
If you increased the quota but the user still receives a storage full error, the OneDrive sync client may have cached the old quota. Perform Steps 3 through 5 again. If the error persists, ask the user to sign in to onedrive.live.com and check the storage meter. If the web shows the correct quota, the device cache is the problem. In that case, reset OneDrive by running onedrive.exe /reset from the Run dialog (Win+R). This does not delete files but clears the client cache.
Quota change applies to some devices but not others
This typically indicates a policy targeting issue. In Intune or Group Policy, verify that the policy is applied to the correct device group or organizational unit. A device in a different group might receive a conflicting policy. Check the event log on the affected device for policy application errors: open Event Viewer > Windows Logs > Applications and Services Logs > Microsoft > Windows > OneDrive and look for errors related to quota retrieval.
| Item | Admin Center Setting | Group Policy / Intune Setting |
|---|---|---|
| Description | Sets the default or per-user storage limit for OneDrive | Overrides the admin center with a fixed limit for all managed devices |
| Update frequency | Changes apply within minutes but client polls every 24 hours | Applies at next policy refresh (usually 90-120 minutes) |
| Conflict resolution | Lower priority if a policy is enabled | Higher priority; disables the admin center setting |
| Verification method | Check onedrive.live.com or admin center user properties | Check Local Group Policy Editor or Intune policy report |
Now you can systematically diagnose and resolve OneDrive storage quota update failures on managed devices. Start with the admin center verification, then check for conflicting policies, and finally force a client refresh. If you manage a large fleet, consider using Intune to push a Reset OneDrive script to devices that still show the old quota after the checklist. This script can run onedrive.exe /reset followed by a 30-second delay and then start %localappdata%\Microsoft\OneDrive\onedrive.exe to restart the client.