You assigned a Microsoft 365 license to a new user, but the user does not appear in the OneDrive admin center. The OneDrive admin center lists users only after their OneDrive site has been provisioned. This article explains why provisioning takes time, how to force it, and what to do if the user remains missing after 24 hours.
When you assign a license, the system creates an account in Azure Active Directory but does not immediately create the user’s personal OneDrive site. The OneDrive site is provisioned the first time the user signs in to OneDrive.com or opens the OneDrive sync app on a device. Until that happens, the user is invisible in the admin center.
This article covers the provisioning timeline, manual steps to trigger site creation, and the admin center features you can use to verify and manage the user once the site appears.
Key Takeaways: Fix a Missing User in the OneDrive Admin Center
- OneDrive site provisioning: Occurs automatically when the user signs in to OneDrive.com or opens the sync app for the first time
- Microsoft 365 admin center > Users > Active users > License and Apps: Check that the OneDrive license is assigned and the user is not blocked in SharePoint admin center
- SharePoint admin center > More features > User profiles > Manage user profiles: Manually trigger OneDrive provisioning for a specific user by selecting “Create OneDrive” from the profile menu
Why the OneDrive Admin Center Does Not Show a Newly Licensed User
The OneDrive admin center displays a list of users who have an active OneDrive site. A site is a SharePoint site collection that stores the user’s files. When you assign a Microsoft 365 license that includes OneDrive for Business, the system creates the user’s account but does not automatically create the site. The site is created during the first sign-in event.
The provisioning process depends on the SharePoint service and the user profile synchronization service. After license assignment, SharePoint must detect the user and then create the site collection. This detection can take up to 24 hours in normal cases. If the user never signs in to OneDrive, the site is never created, and the user never appears in the admin center.
Provisioning Timeline
After you assign a license, the following sequence occurs:
- License assignment
The user receives the license in Azure AD. The OneDrive service plan is enabled. - User profile synchronization
SharePoint user profile service imports the user from Azure AD. This can take 1–24 hours. - First sign-in triggers site creation
The user signs in to OneDrive.com or opens the sync app. SharePoint creates the site collection. This is immediate after sign-in. - User appears in admin center
Within 15 minutes of site creation, the user appears in the OneDrive admin center.
If the user does not sign in, the site is never created. You can manually trigger site creation using the SharePoint admin center.
Steps to Verify License Assignment and Force OneDrive Site Creation
Follow these steps to confirm the license is active and to create the OneDrive site manually.
Step 1: Confirm the License Is Assigned
- Open the Microsoft 365 admin center
Go to admin.microsoft.com and sign in with a Global Admin or User Management Admin account. - Go to Users > Active users
Find the missing user in the list. If the user is not listed, create the user first. - Open the user’s properties
Click the user’s display name. In the panel, select the License and Apps tab. - Verify the OneDrive license
Check that a license that includes OneDrive for Business is assigned. Common licenses: Microsoft 365 Business Basic, Business Standard, Business Premium, E3, or E5. Ensure the OneDrive for Business toggle is set to On. - Save changes if needed
If you turned on the toggle, click Save changes and wait 30 minutes before proceeding.
Step 2: Check SharePoint User Profile Status
- Open the SharePoint admin center
Go to admin.microsoft.com/SharePoint. - Go to More features
In the left navigation, click More features. Under User profiles, click Open. - Manage user profiles
In the User Profiles page, click Manage user profiles. - Search for the user
In the “Find profiles” box, type the user’s name or email and click Find. - Check the profile status
If the user appears, the profile has synchronized. If the user does not appear, wait 24 hours. If the user still does not appear after 24 hours, run a full profile synchronization from the SharePoint admin center: User profiles > Manage user profiles > Schedule profile synchronization > Start full synchronization.
Step 3: Manually Create the OneDrive Site
- From the user’s profile page
In the Manage user profiles page, after you find the user, hover over the user’s name. Click the down arrow that appears. - Select “Create OneDrive”
From the dropdown menu, click Create OneDrive. A confirmation dialog appears. - Confirm the action
Click OK. The system creates the OneDrive site collection. This may take up to 10 minutes. - Verify in the OneDrive admin center
Go to admin.microsoft.com/OneDrive. In the left navigation, click Users. Refresh the page. The user should appear within 15 minutes.
Step 4: Have the User Sign In to OneDrive
If manual creation is not an option, ask the user to complete these steps:
- Sign in to OneDrive.com
The user navigates to onedrive.com and signs in with their Microsoft 365 credentials. - Wait for the site to initialize
OneDrive displays a “Setting up” message. This takes 1–5 minutes. After setup completes, the site is created. - Refresh the admin center
After 15 minutes, refresh the OneDrive admin center. The user should now appear.
If the OneDrive Admin Center Still Does Not Show the User
If you followed all steps and the user is still missing, check these common issues.
User Is Blocked in SharePoint Admin Center
An administrator may have blocked the user from creating a OneDrive site. To check:
- Go to SharePoint admin center > Policies > Sharing.
- Under OneDrive for Business, click Manage users.
- Search for the user. If the user appears with a status of “Blocked,” select the user and click Unblock.
License Does Not Include OneDrive
Some Microsoft 365 plans do not include OneDrive for Business. For example, Microsoft 365 F1 and F3 licenses include limited OneDrive storage but may not provision a site automatically. Verify the license plan in the Microsoft 365 admin center under Billing > Licenses.
User Profile Synchronization Is Delayed
In large tenants with thousands of users, profile synchronization can take up to 72 hours. If you cannot wait, run a manual full profile synchronization as described in Step 2 above.
OneDrive Service Is Disabled in the Tenant
A Global Admin may have disabled the OneDrive service for the entire tenant. To verify:
- Go to Microsoft 365 admin center > Settings > Org settings > Services.
- Click OneDrive for Business. Ensure the toggle is set to On.
- If it is off, turn it on and wait 30 minutes. Then repeat the manual creation steps.
OneDrive Admin Center vs SharePoint Admin Center: Where to Manage Users
| Item | OneDrive Admin Center | SharePoint Admin Center |
|---|---|---|
| Primary purpose | View all users with OneDrive sites, manage storage limits, set sharing policies | Manage site collections, user profiles, tenant-level settings, and permissions |
| User visibility | Shows only users with a provisioned OneDrive site | Shows all users in the tenant via the User Profiles section |
| Can create a OneDrive site | No | Yes, through Manage user profiles > Create OneDrive |
| Can block or unblock a user | No | Yes, under Policies > Sharing > Manage users |
| Delay after license assignment | User appears only after first sign-in | User appears after profile sync, which can take 1–24 hours |
Use the OneDrive admin center for daily management of existing users. Use the SharePoint admin center to troubleshoot missing users and to force site creation.
You can now verify whether the missing user has a license, trigger OneDrive site creation manually, and check for blocks or service-level restrictions. Next, review the OneDrive admin center’s storage limits and sharing policies for the newly created user. An advanced tip: use the SharePoint Online Management Shell PowerShell module to bulk-create OneDrive sites for multiple new users at once using the Request-SPOPersonalSite cmdlet.