You log into the Microsoft 365 admin center to configure Copilot settings, but the Copilot section or specific admin controls are not visible. This prevents you from managing data sources, user access, or plugin policies for Copilot. The root cause is typically an incomplete license assignment, a missing role, or a service plan that has not been activated for your tenant. This article explains why the controls disappear and provides the exact steps to restore them.
Key Takeaways: Restoring Missing Copilot Admin Controls
- Microsoft 365 admin center > Billing > Licenses: Verify that at least one user has a Copilot for Microsoft 365 license assigned and the service plan is enabled.
- Microsoft 365 admin center > Users > Active users > Roles: Ensure your admin account has the Global Administrator or at least the Copilot Administrator role assigned.
- Microsoft 365 admin center > Settings > Org settings > Copilot: After licenses are active, navigate here to access data source and plugin controls.
Why Copilot Admin Controls Are Missing
The Copilot section in the Microsoft 365 admin center only appears when three conditions are met. First, your tenant must have at least one active Copilot for Microsoft 365 license assigned to a user. Second, the admin account you are using must hold the Global Administrator role or the dedicated Copilot Administrator role. Third, the Copilot service plan must be enabled on the licenses. If any of these conditions are not satisfied, the admin center hides the Copilot navigation node entirely.
A common scenario is that a tenant has purchased Copilot licenses through an Enterprise Agreement but has not assigned them to any user. Another frequent cause is that the admin account has been granted a limited role like Billing Administrator or User Administrator, which does not include permission to view Copilot settings. The admin center uses role-based access control to filter which sections are visible, so missing controls are almost always a permissions or licensing issue rather than a software bug.
Steps to Restore Copilot Admin Controls
- Sign in to the Microsoft 365 admin center
Open a browser and go to admin.microsoft.com. Sign in with an account that has Global Administrator privileges. If you are not sure whether your account has this role, proceed to step 2 to check your current role assignment. - Verify your admin role
In the admin center, go to Users > Active users. Find your own account in the list and click on it. In the side panel, select the Roles tab. Look for Global Administrator or Copilot Administrator in the assigned roles. If neither is listed, you need a Global Administrator to assign one of these roles to your account. - Assign the Copilot Administrator role if needed
If your account lacks the required role, ask a Global Administrator to go to Roles > Role assignments in the admin center. Search for Copilot Administrator and select it. Click Assigned admins, then Add admins. Search for your account and add it. Save the change. It may take up to 30 minutes for the role to take effect across all services. - Check license assignment for Copilot for Microsoft 365
Go to Billing > Licenses. Look for Copilot for Microsoft 365 in the list of products. If you do not see it, your tenant does not have any Copilot licenses. If you see it, click on the product name. Review the Licensed users count. If it is zero, you must assign at least one license to a user. Click Assign licenses, select a user, and confirm. - Enable the Copilot service plan on assigned licenses
After assigning a license, go back to Users > Active users and click the user who received the license. Select the Licenses and apps tab. Expand the Copilot for Microsoft 365 section. Make sure the toggle for Microsoft Copilot for Microsoft 365 is set to On. If it is off, toggle it on. This activates the service plan for that user. - Refresh the admin center navigation
After completing the above steps, close the browser tab or window. Open a new private or incognito browser window and sign in again to the admin center. Navigate to Settings > Org settings. You should now see a Copilot tab at the top of the Org settings page. Click it to access data sources, plugin policies, and other admin controls.
If Copilot Controls Still Do Not Appear
Copilot section is visible but specific controls are grayed out
If you can see the Copilot tab in Org settings but some controls like Data sources or Plugins are disabled, your admin account may be missing the Copilot Administrator role. The Global Administrator role overrides this, but if you are using a custom role, ensure it includes the CopilotSettings.ReadWrite.All permission. Go to Roles > Role assignments, select your custom role, and verify that the permission is listed under the Copilot section.
Copilot tab does not appear after following all steps
If you have assigned licenses, enabled the service plan, and confirmed the correct role, but the Copilot tab still does not appear in Org settings, the issue may be a tenant-level service plan activation delay. Microsoft can take up to 48 hours to provision Copilot for a tenant after the first license is assigned. Wait 24 hours and check again. If the tab is still missing after 48 hours, open a support ticket from the admin center under Help & support > New service request.
Copilot controls appear for one admin but not another
This confirms that the issue is role-based. Compare the role assignments of the two accounts. The admin who can see the controls likely holds the Global Administrator or Copilot Administrator role. The other admin may have a role like Teams Administrator or SharePoint Administrator, which does not grant access to Copilot settings. Assign the Copilot Administrator role to the affected account using the steps in section 2.
| Item | Global Administrator | Copilot Administrator |
|---|---|---|
| Description | Full administrative access to all Microsoft 365 services | Dedicated role for managing Copilot settings and policies |
| Can view Copilot controls | Yes | Yes |
| Can assign licenses | Yes | No |
| Can manage other services | Yes | No |
| Recommended for | Tenant-wide configuration | Copilot-only administration |
You can now restore missing Copilot admin controls by verifying license assignment, service plan activation, and admin role permissions. Start by checking your own role in the admin center. Then assign a Copilot for Microsoft 365 license to at least one user. Finally, enable the Copilot service plan on that license. For ongoing management, assign the Copilot Administrator role to team members who need to configure data sources and plugins without granting full Global Administrator access. As an advanced tip, you can use the Microsoft Graph PowerShell SDK to bulk-assign the Copilot Administrator role to multiple users with a single script, which saves time in large organizations.