You see the message “Your OneDrive is not set up” even though you have a valid Microsoft 365 license assigned. This error typically appears when the user profile for OneDrive has not been provisioned on the server side or when the local Windows configuration is missing required registry entries. The message can block file syncing, prevent access to the OneDrive sync app, and leave the user unable to store or share files in the cloud. This article explains the root causes and provides step-by-step fixes to resolve the issue for a licensed user.
Key Takeaways: Resolving the OneDrive Not Set Up Error
- Microsoft 365 admin center > Users > Active users > OneDrive tab: Check if the OneDrive site has been provisioned for the user; if not, manually create it using the Create OneDrive URL button.
- OneDrive sync app > Settings > Account > Unlink this PC: Unlink and re-link the device to force a fresh provisioning check from the server.
- Registry Editor > HKEY_CURRENT_USER\Software\Microsoft\OneDrive\Accounts\Business1: Verify or set the ServiceUrl value to the correct SharePoint root URL to fix a misconfigured tenant connection.
Why the OneDrive Not Set Up Message Appears for a Licensed User
The message “Your OneDrive is not set up” occurs when the OneDrive sync app cannot find a valid OneDrive for Business site associated with the user account. Even with an active Microsoft 365 license, the OneDrive site may not be provisioned automatically. This can happen if the user has never signed in to their OneDrive web portal, if the tenant administrator has disabled automatic provisioning, or if the user account was recently created and provisioning is still pending.
A second common cause is a corrupted or missing registry entry that tells the OneDrive sync app where to find the SharePoint root URL. When this path is incorrect or absent, the app cannot authenticate or locate the user’s personal storage. Group Policy settings can also block provisioning, especially in organizations that use custom GPOs to restrict OneDrive setup.
Finally, the issue can stem from a stale authentication token. If the user has not signed out and back in recently, the cached token may point to an old or decommissioned server. Clearing the token forces the app to fetch fresh provisioning data from the Microsoft 365 tenant.
Steps to Fix the OneDrive Not Set Up Error
Method 1: Provision the OneDrive Site from the Microsoft 365 Admin Center
- Open the Microsoft 365 admin center
Sign in at admin.microsoft.com with a Global Admin or SharePoint Admin account. - Navigate to Active Users
Go to Users > Active users and locate the user who sees the error. - Open the OneDrive tab
Select the user, then click the OneDrive tab in the details panel. If the OneDrive site is not provisioned, you will see the message “OneDrive is not set up.” - Click Create OneDrive URL
Click the Create OneDrive URL button. This forces the tenant to provision a OneDrive site for the user immediately. Wait 30 seconds and refresh the page to confirm the site URL appears. - Ask the user to sign in again
Have the user sign out of the OneDrive sync app, restart it, and sign in with their work or school account. The error should no longer appear.
Method 2: Unlink and Relink the Device in OneDrive
- Open OneDrive settings
Right-click the OneDrive cloud icon in the system tray and select Settings. - Go to the Account tab
Click the Account tab, then click Unlink this PC. - Confirm unlinking
Click Unlink account in the confirmation dialog. This clears the local cached token and registry settings. - Sign in again
Restart the OneDrive app. Enter the user’s email address and password when prompted. The app will contact the server and attempt to provision the site if it is missing.
Method 3: Verify and Correct the Registry ServiceUrl Value
- Open Registry Editor
Press Windows + R, type regedit, and press Enter. Click Yes if prompted by User Account Control. - Navigate to the OneDrive account key
Go to HKEY_CURRENT_USER\Software\Microsoft\OneDrive\Accounts\Business1. If you see multiple Business keys (Business1, Business2), check each one. - Check the ServiceUrl value
Look for a string value named ServiceUrl. Its data should be the SharePoint root URL for your tenant, for example https://yourtenant.sharepoint.com. If the value is blank, missing, or points to a different tenant, double-click it and enter the correct URL. - Restart OneDrive
Close Registry Editor. Right-click the OneDrive icon, select Quit OneDrive, then restart the app from the Start menu. Sign in again to apply the change.
Method 4: Clear Stored Credentials Using Credential Manager
- Open Credential Manager
Press Windows + R, type control /name Microsoft.CredentialManager, and press Enter. - Remove Windows credentials
Click Windows Credentials. Look for entries that contain OneDrive or MicrosoftOffice in their names. Click the arrow to expand each entry, then click Remove. - Restart and sign in
Close Credential Manager. Restart OneDrive and sign in with the user’s work or school account. The app will request fresh authentication tokens from the server.
If OneDrive Still Shows the Not Set Up Message
OneDrive site provisioning is blocked by Group Policy
Some organizations deploy a Group Policy Object that prevents automatic OneDrive provisioning. Check the Computer Configuration > Administrative Templates > OneDrive > Prevent the usage of OneDrive for file storage policy. If it is enabled, disable it or apply a policy that allows provisioning for the affected user. Contact your IT administrator to make this change.
The user has never accessed OneDrive on the web
If the admin center shows the OneDrive site as provisioned but the user still sees the error, have the user navigate to https://portal.office.com/onedrive and sign in. This action triggers the web-based provisioning process. After they see the OneDrive web interface, the sync app should recognize the site on the next restart.
Multiple OneDrive accounts conflict
If a user has both a personal Microsoft account and a work or school account signed into the same OneDrive app, the app can get confused. Remove the personal account from OneDrive settings under Account > Remove. Then unlink the work account and link it again as shown in Method 2.
Manual Provisioning vs Automatic Provisioning: Key Differences
| Item | Manual Provisioning | Automatic Provisioning |
|---|---|---|
| Trigger | Admin clicks Create OneDrive URL in admin center | User signs in to OneDrive web or sync app for the first time |
| Time to complete | Immediate, usually under 1 minute | Can take up to 24 hours after license assignment |
| Admin intervention required | Yes, a Global Admin or SharePoint Admin must act | No, but provisioning may be delayed |
| Best for | New users, users who never signed in, or users blocked by GPO | Existing users who have visited OneDrive on the web before |
After completing the fix, the user can open the OneDrive sync app, sign in, and see their files without the error message. To prevent this issue from recurring, ask all new users to sign in to OneDrive on the web at least once after their license is assigned. You can also enable automatic provisioning in the SharePoint admin center under Settings > OneDrive and set the storage limit to your preferred value.