Access Delegation Does Not Appear in OneDrive: OneDrive for Business Fix
🔍 WiseChecker

Access Delegation Does Not Appear in OneDrive: OneDrive for Business Fix

You open OneDrive for Business in a web browser and click the gear icon to find sharing settings, but the Access Delegation option is missing. This problem typically occurs because Access Delegation is not a native OneDrive feature — it is part of SharePoint site permissions and requires specific admin configuration. This article explains why Access Delegation does not appear in OneDrive, how to access it through SharePoint instead, and what to do if your tenant does not have the feature enabled.

Access Delegation allows a user with full control permissions to grant another user access to their OneDrive files without sharing each file individually. When the option is missing, you cannot delegate access directly from the OneDrive interface. The cause is usually one of three things: you are looking in the wrong location, your tenant has not enabled the feature, or your account lacks the required SharePoint admin role.

This article covers the exact location of Access Delegation in the Microsoft 365 admin center, how to enable it via PowerShell, and how to troubleshoot common permission errors. By the end, you will be able to delegate OneDrive access to a colleague or IT support person using the correct SharePoint-based method.

Key Takeaways: How to Enable and Use Access Delegation in OneDrive for Business

  • Microsoft 365 admin center > SharePoint admin center > Access Control: The Access Delegation feature is managed here, not in OneDrive settings. You must enable it for your tenant.
  • SharePoint site permissions > Site owners: After enabling Access Delegation, the delegate must be added as a site owner of the user’s OneDrive site to manage files.
  • SharePoint Online Management Shell PowerShell cmdlet Set-SPOTenant -EnableAccessDelegation: Use this command to enable the feature if it is not visible in the admin center.

ADVERTISEMENT

Why Access Delegation Is Missing from OneDrive

Access Delegation is a SharePoint Online feature that allows a user with Full Control permissions on a OneDrive site to grant another user the same level of access. The option does not appear in the OneDrive user interface because Microsoft designed it as a site-level permission, not a file-sharing option. You must navigate to the SharePoint admin center to enable it, and then use SharePoint site permissions to assign the delegate.

The feature is off by default in most Microsoft 365 tenants. Even if it is enabled, the delegate must be a SharePoint admin or a site collection administrator of the target OneDrive site. If you are not a SharePoint admin, you will not see the Access Delegation option at all. Additionally, the feature requires that the OneDrive site be a SharePoint site collection, which is always true for OneDrive for Business.

A common misconception is that Access Delegation is a checkbox in OneDrive settings. In reality, it is a tenant-level toggle that controls whether a site owner can delegate access to their entire site. Without this toggle enabled, no user will see the option anywhere in OneDrive or SharePoint.

Steps to Enable and Use Access Delegation for OneDrive

Follow these steps in order. You must be a SharePoint admin in your Microsoft 365 tenant. If you are not, ask your global admin to perform steps 1 and 2.

  1. Open the SharePoint admin center
    Sign in to the Microsoft 365 admin center at admin.microsoft.com. In the left navigation, select Show all, then Admin centers, then SharePoint. This opens the SharePoint admin center where tenant-level settings are located.
  2. Enable Access Delegation for the tenant
    In the SharePoint admin center, select Policies from the left menu, then select Access Control. Scroll down to Access Delegation. Set the toggle to On. If the toggle is not visible, your tenant may not have this feature enabled yet — see the PowerShell method below.
  3. Use PowerShell to enable Access Delegation if the toggle is missing
    Open Windows PowerShell as an administrator. Install the SharePoint Online Management Shell if you have not already: Install-Module -Name Microsoft.Online.SharePoint.PowerShell. Connect to your tenant: Connect-SPOService -Url https://yourtenant-admin.sharepoint.com. Replace yourtenant with your actual tenant name. Run: Set-SPOTenant -EnableAccessDelegation $true. Verify with: Get-SPOTenant | Select EnableAccessDelegation. The output should show True.
  4. Identify the target OneDrive site
    In the SharePoint admin center, select Sites from the left menu, then Active sites. Find the user’s OneDrive site. The URL typically looks like https://yourtenant-my.sharepoint.com/personal/username_tenantname_onmicrosoft_com. Note the URL or copy it.
  5. Add the delegate as a site owner
    Open the target OneDrive site in a web browser. Select the gear icon, then Site permissions. Under Site owners, select Add site owners. Enter the email address of the person who will receive delegated access. Select Save. The delegate now has full control over the entire OneDrive site, including all files and folders.
  6. Delegate access from the user’s perspective
    The user whose OneDrive is being delegated must also navigate to their OneDrive site in a browser. Select the gear icon, then Site permissions. Under Site owners, they can add the delegate using the same process. The Access Delegation option itself is not a button — it is the ability to add site owners without being a SharePoint admin. Once the toggle is enabled, any site owner can add other site owners.

ADVERTISEMENT

If Access Delegation Still Does Not Appear

Access Delegation toggle is missing from the SharePoint admin center

If you do not see the Access Delegation toggle under Policies > Access Control, your tenant may be on an older version of SharePoint or the feature might be rolled out gradually. Use the PowerShell command from step 3 above. If the cmdlet returns an error stating the feature is not available, contact Microsoft Support and request that the feature be enabled for your tenant. As of 2025, Access Delegation is available in all Microsoft 365 plans that include SharePoint Online, but some tenants may have it disabled at the infrastructure level.

The delegate cannot access the OneDrive site after being added

This usually happens when the delegate does not have a SharePoint license assigned. Each user who accesses a OneDrive site as a site owner must have a SharePoint Online license. Verify in the Microsoft 365 admin center under Users > Active users that the delegate has a license assigned. If the delegate still cannot access the site, clear the browser cache and sign out and sign back in. Also confirm that the site URL is correct and that the delegate is added as a site owner, not a site visitor.

The user cannot add the delegate as a site owner

If the user is not a site owner themselves, they cannot add other site owners. The user must be a site owner of their own OneDrive site. By default, the user who owns the OneDrive site is a site owner. However, if a SharePoint admin removed them from the site owners group, they will not see the option to add others. The SharePoint admin must add the user back as a site owner via the SharePoint admin center under Sites > Active sites > select the site > Permissions > Site owners.

Access Delegation vs Sharing Links: Key Differences for OneDrive

Item Access Delegation Sharing Links
Scope Full control over the entire OneDrive site View or edit access to specific files or folders
Management location SharePoint admin center + site permissions OneDrive UI or SharePoint file context menu
Requires admin enablement Yes — tenant-level toggle must be on No — sharing links are always available
Permission level Site owner (Full Control) View, Edit, or specific file permissions
Expiration Permanent until removed Can be set to expire after a number of days
Best use case IT support, manager delegation, employee departure Collaboration on documents with external or internal users

Access Delegation gives a person complete control over the OneDrive site, including the ability to add other site owners, change site settings, and manage all files. Sharing links are more granular and can be limited to read-only access for specific files. Choose Access Delegation when you need ongoing full access to an entire OneDrive, and use sharing links for temporary or file-specific collaboration.

You can now enable Access Delegation for your tenant using the SharePoint admin center or PowerShell and assign a delegate as a site owner. Next, test the feature by having the delegate sign in to the target OneDrive site and confirm they can see all files. For advanced management, consider creating a security group in Azure AD and adding the group as a site owner instead of individual users — this makes it easier to revoke access later.

ADVERTISEMENT