Before you assign OneDrive storage to a new user in your Microsoft 365 tenant, you need to confirm that user has a license that includes OneDrive. If you provision a OneDrive account for a user without the correct license, the account can fail to sync, show storage limits incorrectly, or become inaccessible after a grace period. This article explains how to check which Microsoft 365 plans include OneDrive, how to verify a specific user’s license in the admin center, and how to avoid common provisioning mistakes.
Key Takeaways: Licensing Checks Before OneDrive Provisioning
- Microsoft 365 admin center > Users > Active users > Licenses and apps tab: The primary location to see which licenses are assigned to a user and whether OneDrive for Business is included in that license.
- Microsoft 365 admin center > Billing > Licenses: Shows the total number of available licenses per plan and the number of licenses already assigned, helping you confirm you have enough seats.
- Microsoft 365 admin center > Setup > Migration and integrations > OneDrive: Reveals tenant-wide OneDrive settings and the default storage limit, which varies by license plan.
Why License Verification Matters Before OneDrive Provisioning
OneDrive for Business is not a standalone service. It is a component of specific Microsoft 365 and Office 365 subscription plans. When you create a user in Microsoft 365 and assign a license that does not include OneDrive, the user’s OneDrive site collection is not created. Even if you manually attempt to provision storage using PowerShell or the SharePoint admin center, the service checks the user’s license entitlement. If the license is missing, provisioning fails silently or the user sees an error when they first try to access OneDrive.
The default storage quota for OneDrive depends on the license plan. For example, Microsoft 365 Business Basic provides 1 TB per user, while Microsoft 365 E5 provides unlimited storage starting at 5 TB. If you provision a user with the wrong license type, the storage limit applied may be lower than expected, or the user may be blocked from syncing files beyond a quota you did not intend.
Licensing also affects advanced features like Known Folder Move, Files On-Demand, and retention policies. A user without the correct license cannot use these features, which can cause confusion in an organization that relies on them for compliance or data protection.
Plans That Include OneDrive for Business
The following Microsoft 365 plans include OneDrive for Business:
- Microsoft 365 Business Basic, Standard, and Premium
- Microsoft 365 Enterprise E1, E3, and E5
- Office 365 Enterprise E1, E3, and E5
- Microsoft 365 Education A1, A3, and A5
- Microsoft 365 Government G1, G3, and G5
Plans such as Exchange Online Plan 1, SharePoint Online Plan 1, or Microsoft 365 F3 do not include OneDrive for Business. Users on these plans cannot be provisioned with OneDrive storage unless you upgrade their license.
Steps to Confirm OneDrive Licensing in the Admin Center
Use the Microsoft 365 admin center to check a user’s license before you assign storage. Do not rely on the user’s own OneDrive interface, because it may show a provisioning prompt even when the license is invalid.
- Sign in to the Microsoft 365 admin center
Open a browser and navigate to admin.microsoft.com. Sign in with an account that has Global Admin or User Management Admin privileges. - Go to Users > Active users
In the left navigation pane, select Users then Active users. The list of all licensed and unlicensed users appears. - Select the target user
Click the display name of the user you want to check. Do not click the checkbox. The user details panel opens on the right side of the screen. - Open the Licenses and apps tab
In the user details panel, click the Licenses and apps tab. This tab shows all licenses currently assigned to the user. - Verify OneDrive is included
Under the license name, you see a list of service plans included in that license. Look for OneDrive for Business in the list. If the license does not include OneDrive, the service plan is absent or shows as not enabled. - Check the service plan status
If OneDrive for Business appears in the list, verify the toggle next to it is set to On. If it is off, the user cannot use OneDrive even though the license includes it. Turn the toggle to On and save the changes. - Confirm storage quota
Go to Setup > Migration and integrations > OneDrive to see the default storage limit applied to users. This setting applies to all users with a valid OneDrive license. The default limit is usually 1 TB for most business plans.
Checking License Availability Before Assignment
If you are about to assign a license to a new user, you must first confirm you have an available seat. Go to Billing > Licenses in the admin center. The Licenses page shows each subscription plan, the total number of licenses purchased, and how many are assigned. If the Assigned count equals the Total count, purchase additional licenses before you proceed.
If OneDrive Licensing Confirmation Fails
The user does not appear in the Active users list
This usually means the user was not created in Microsoft 365. Create the user first from Users > Active users > Add a user. Assign a license during creation, then follow the steps above to confirm OneDrive is included.
OneDrive for Business is listed but the user cannot access OneDrive
The service plan may be turned off at the tenant level. Go to Billing > Licenses > Subscription plans, select the plan, and click Edit. Ensure that OneDrive for Business is enabled in the service plan list. Save the change and wait 30 minutes for the update to propagate.
The user’s OneDrive shows a provisioning error after license confirmation
If the license is correct but OneDrive still fails to provision, a SharePoint site collection may need to be created manually. Use the SharePoint admin center or PowerShell cmdlet Request-SPOSite to trigger the provisioning. The user must sign in to OneDrive at least once after the license is assigned to complete the process.
OneDrive Licensing: Plan Comparison
| Item | Microsoft 365 Business Basic | Microsoft 365 Business Standard |
|---|---|---|
| OneDrive included | Yes | Yes |
| Default storage per user | 1 TB | 1 TB |
| Desktop apps included | Web and mobile only | Full desktop apps |
| Known Folder Move supported | Yes | Yes |
This table shows two common business plans. Both include OneDrive with the same default storage limit. The key difference is the inclusion of desktop Office applications, which does not affect OneDrive provisioning.
Conclusion
You can now confirm a user’s OneDrive license using the Microsoft 365 admin center before you assign storage. Use the Licenses and apps tab to verify that OneDrive for Business is present and enabled. Check the Billing > Licenses page to ensure you have available seats. If you use PowerShell, the Get-MgUserLicenseDetail cmdlet can automate license checks for bulk provisioning. Always verify the license before you create a OneDrive site collection to avoid sync errors and access problems.