How to Fix Microsoft 365 Archive Setup & Common Errors

Microsoft Fix Intermediate 14 min read Official Docs Grounded Updated April 20, 2026

Why Microsoft 365 Archive Setup Keeps Breaking

I've seen this exact scenario dozens of times: a SharePoint admin opens the Microsoft 365 admin center, goes hunting for the Archive toggle, and either can't find it at all or hits a grey-out button that refuses to activate. The error messages Microsoft surfaces in these moments are spectacularly unhelpful , vague warnings about billing configuration or silent failures that leave you staring at a settings panel wondering if you even clicked anything.

Here's the honest truth about why Microsoft 365 Archive setup fails for most people. The feature sits behind a pay-as-you-go billing gate. That means before Archive even appears as a usable option, you need a linked Azure subscription with a properly configured resource group. Skip that step , even partially, and the toggle inside Settings > Org settings > Pay-as-you-go services either doesn't show up or stays permanently disabled. No error. No explanation. Just nothing.

Beyond the billing wall, there are a handful of other patterns I see repeatedly in enterprise environments:

  • Wrong admin role: You need to be a SharePoint Administrator or Global Administrator. Teams admins, Exchange admins, and even Billing admins don't have the rights to touch this panel. Many organizations have tightened role assignments over the past year and people who once had blanket admin rights no longer do.
  • Unsupported site types: Publishing sites, channel sites tied to Teams with private or shared channels, and certain legacy site templates simply cannot be archived through the SharePoint admin center. If you're trying to archive one of those, you'll get a specific error: "The group connected site with channel sites associated can't be archived." That's not a bug, it's a documented limitation, and knowing it early saves hours of troubleshooting.
  • File-level archive confusion: The file-level archive feature is still in preview as of early 2026. Behavior with Word and PowerPoint Online, the Teams mobile app, the OneDrive sync client on macOS, and older Office desktop builds (anything that hasn't updated since March 1, 2026) is unreliable. Users encounter cryptic load errors when trying to open archived files from these clients.
  • The 30-day re-archive lock: Once you reactivate an archived file, it cannot be archived again for 30 days. This catches people off-guard when they're running automated archive/reactivate workflows and suddenly find files stuck in active storage longer than planned.

I know this is frustrating, especially when your organization is trying to cut SharePoint storage costs and leadership is watching the Azure bill. The good news is every one of these problems has a clean, specific fix. Let's walk through them. Browse all Microsoft fix guides →

The Quick Fix, Try This First

If Microsoft 365 Archive is not showing up in your admin center, or the toggle is greyed out and unclickable, the fastest path to resolution is confirming that pay-as-you-go billing is actually active on your tenant. This single configuration gap is responsible for the majority of Archive setup failures I've seen.

Here's what you do. Open a browser tab and navigate directly to the Microsoft 365 admin center. From the left navigation, go to Billing and look for a Pay-as-you-go services or Azure connections entry. If you don't see a confirmed, active Azure subscription linked there, that's your problem, not the Archive settings themselves.

If you do have an Azure subscription but Archive still won't enable, run this quick PowerShell check to confirm your admin role assignment. Open PowerShell as an administrator and connect to your tenant:

# Connect to SharePoint Online
Connect-SPOService -Url https://yourtenant-admin.sharepoint.com

# Verify your current user's admin permissions
Get-SPOTenant | Select-Object -Property StorageQuota, StorageQuotaAllocated

If Connect-SPOService throws an Access Denied error or a permissions exception, you're running under an account that lacks SharePoint Administrator rights. That's the fix, get the right role assigned by your Global Administrator before doing anything else.

If the connection succeeds and you can pull tenant data, your permissions are fine. Go back to the admin center and navigate to Settings > Org settings > Pay-as-you-go services > Settings tab. Under Storage services, select Archive. If the panel opens but the toggle for SharePoint site archive is still greyed out, confirm in your Azure portal that the resource group linked to your M365 billing is in an active, not suspended, state.

Pro Tip
When enabling Archive for the first time, open the Microsoft 365 admin center in an InPrivate or Incognito browser window using your admin account. Cached session tokens from a regular browser session with a non-admin account have caused toggle states to appear greyed out even when the actual permissions are correct. I've wasted an embarrassing amount of time on that one.
1
Verify Prerequisites, Azure Subscription & Admin Role

Before touching a single setting in the Microsoft 365 admin center, you need two things confirmed: an active Azure subscription with a resource group, and a user account with the SharePoint Administrator or Global Administrator role. Both are hard requirements, there's no workaround.

To verify your Azure subscription, sign into the Azure portal at portal.azure.com. In the top search bar, type Subscriptions and open the Subscriptions blade. You should see at least one subscription with a status of Active. If it shows Disabled or Warned, your pay-as-you-go billing connection to Microsoft 365 won't work. Reactivate the subscription first through the Azure billing section.

To confirm your admin role in Microsoft 365, navigate to the Microsoft 365 admin center, go to Users > Active users, find your account, and click on it. Under the Roles section, you need to see either SharePoint Administrator or Global Administrator. If you only have Teams Administrator, Exchange Administrator, or a custom role, Archive configuration will be blocked at the UI level with no meaningful error message.

If you need to assign the SharePoint Administrator role to your account, another Global Administrator on the tenant needs to do it. Go to Roles > Role assignments in the admin center, find SharePoint Administrator, and add the relevant user. Keep in mind Microsoft's own guidance here: Global Administrator is a highly privileged role and should only be used when a less-privileged role isn't available. Use SharePoint Administrator for day-to-day Archive management.

Once both prerequisites are confirmed, active Azure subscription and correct role, you're ready to wire up the billing connection. You should see the full Pay-as-you-go services panel become available in your admin center settings within a few minutes of role assignment propagating.

2
Connect Pay-As-You-Go Billing in the Microsoft 365 Admin Center

Microsoft 365 Archive uses a pay-as-you-go billing model, you're charged per gigabyte of archived data beyond your license-allocated storage quota. That means you're not paying a flat fee; the cost scales directly with how much you archive. Before Archive can be enabled, this billing channel must be explicitly connected to your Azure subscription.

In the Microsoft 365 admin center, go to Billing in the left navigation. Look for Billing accounts or Pay-as-you-go services depending on your tenant's admin center layout. You're looking for a way to link an Azure subscription. Select your active Azure subscription from the dropdown and associate it with the appropriate resource group you created earlier in the Azure portal.

If you haven't created a resource group yet, do that first in the Azure portal:

# PowerShell command to create a resource group via Azure CLI
az group create --name "M365ArchiveRG" --location "eastus"

Or use the Azure portal UI: navigate to Resource groups > Create, choose your subscription, name the group something recognizable like M365ArchiveRG, pick a region, and select Review + create.

Once billing is configured, return to the Microsoft 365 admin center. Navigate to Settings > Org settings. You should now see Pay-as-you-go services as a visible, clickable entry in the Org settings list. If you still don't see it, wait 15–30 minutes for the billing linkage to propagate, Microsoft's backend takes a few minutes to register the Azure connection.

When the settings page loads successfully and shows your Azure subscription details, the billing prerequisite is satisfied. You'll know it worked because the Storage services section becomes visible and the Archive option within it is no longer greyed out.

3
Enable Microsoft 365 Archive in Org Settings

With billing connected, enabling Microsoft 365 Archive is a short sequence of steps, but the exact navigation path matters. Microsoft has reorganized the admin center UI a few times and older screenshots you find online may show different menu names. Here's the current path as of April 2026.

In the Microsoft 365 admin center, go to Settings > Org settings. Scroll through the list of services or use the search box to find Pay-as-you-go services. Click it to open the Pay-as-you-go services page.

On that page, click the Settings tab (not the Overview tab). Under the Storage services section, click Archive. A panel will slide open on the right side of the screen, the Microsoft 365 Archive configuration panel.

Inside this panel, you'll see a SharePoint site archive section. There's a status toggle there. Click it to switch it from Off to On. A confirmation dialog will appear, the Enable SharePoint archiving panel. Click Confirm.

That's it. Microsoft 365 Archive is now live on your tenant. Within a minute or two, SharePoint admins will be able to see archiving options appearing in the SharePoint admin center for individual sites. If you also want to enable the file-level archive preview feature (which lets you archive individual files rather than whole sites), there's a separate toggle for that in the same panel, look for the file archive section and enable it independently.

You should immediately see a success confirmation banner in the admin center. If instead you get an error about billing not being configured, go back to Step 2 and confirm the Azure subscription linkage completed fully before retrying.

4
Archive Your First SharePoint Site from the Admin Center

Once Microsoft 365 Archive is enabled at the tenant level, the actual archiving of sites happens from the SharePoint admin center, not the Microsoft 365 admin center. This distinction trips people up constantly. You enable Archive in M365 admin center, then you manage it in the SharePoint admin center.

Open the SharePoint admin center. From the left navigation, go to Sites > Active sites. Find the site you want to archive. You can use the search box at the top of the active sites list to filter by site name or URL. Click on the site name to open the site details panel, or select the checkbox next to the site to activate the action bar at the top.

With the site selected, look for an Archive option in the action bar or in the site details panel's command options. Click it. Confirm the action when prompted.

Before you do this, and I mean before, notify the site owners and any end users who actively use that site. When a SharePoint site is archived, it moves into a cold storage tier and becomes completely inaccessible to everyone, including the site owner. Document libraries, folder structures, files, lists, list data, permissions, and all metadata are preserved. Nothing is deleted. But no one can open, edit, or interact with any of it until the site is reactivated. Users who try to access an archived site will hit an access error, not a helpful "this site is archived" message.

Once archived, the site disappears from the tenant's active storage quota. It starts contributing to your Microsoft 365 Archive storage consumption instead, which is billed at the lower pay-as-you-go rate. You can still find archived content through Purview Content Search and eDiscovery searches, full content search continues to work across archived sites, which is one of the key reasons to use Archive over deletion.

5
Reactivate an Archived Site (and Fix Reactivation Errors)

Reactivating an archived site, bringing it back to active status so users can access it again, is done from the same SharePoint admin center > Sites area where you archived it. The key difference is you'll need to look in the archived sites view rather than active sites.

In the SharePoint admin center, navigate to Sites and look for an Archived sites section or filter. Select the site you want to reactivate. Use the action bar or site panel to find the Reactivate option and confirm.

Reactivation restores the site's full state, all its metadata and permissions come back exactly as they were at the time of archiving. There's no data loss. This lossless metadata preservation is one of the strongest arguments for using Archive over simply deleting inactive sites.

If reactivation seems to hang or the site doesn't appear back in active sites within a few minutes, check the SharePoint admin center for any background job status notifications. Very large sites may take longer to reactivate. Purview Content Search and eDiscovery may also take longer than usual to export content from archived sites, that's expected behavior according to Microsoft's documentation.

For file-level reactivation during the preview period: if a user encounters an unexpected error trying to open an archived file, especially from Word/PowerPoint Online, the Teams mobile app, or the OneDrive sync client on macOS, they need to reactivate the file at its original SharePoint location. The file can't be re-archived for 30 days after reactivation. Make sure your end users know this before you roll out file-level archive broadly, because the error messages from unsupported clients are generic and won't tell them the file is archived.

# Check archived site state via PowerShell
Connect-SPOService -Url https://yourtenant-admin.sharepoint.com
Get-SPOSite -Identity https://yourtenant.sharepoint.com/sites/yoursitename | Select-Object -Property Title, Status, Url

Advanced Troubleshooting for Microsoft 365 Archive

Teams-Connected Sites and Channel Site Errors

One of the most common advanced errors I see in enterprise tenants is the message: "The group connected site with channel sites associated can't be archived." This appears in the SharePoint admin center when you try to archive a Team's connected site that has private or shared channels attached to it.

Here's what's actually happening: Teams sites with only standard channels are fully supported for archiving. But the moment you add a private or shared channel, each of those channels creates its own associated SharePoint site, a "channel site", using a site template that Microsoft 365 Archive doesn't support. The SharePoint admin center correctly blocks the archive operation to protect the integrity of those channel sites.

If you need to archive a Teams-connected site that has private or shared channels, your options are limited. You can use PowerShell or the Graph API instead of the admin center UI, but be aware that doing so only archives the main Team site and its standard channels. The private and shared channel sites remain active. And you cannot archive those channel sites directly at all, because they use unsupported site templates. This is a hard platform limitation, not a configuration issue.

PowerShell Archive via Microsoft Graph API

For bulk archiving operations or automation, the Microsoft Graph API and the SharePoint Online PowerShell module give you more control than the admin center UI. Here's a basic PowerShell pattern for archiving a site programmatically:

# Connect to SharePoint Online Management Shell
Connect-SPOService -Url https://yourtenant-admin.sharepoint.com

# Archive a specific site
Set-SPOSite -Identity https://yourtenant.sharepoint.com/sites/targetsite -Archived $true

If this command returns an access denied error, confirm you're running the cmdlet under an account with SharePoint Administrator or Global Administrator privileges. If it returns a template compatibility error, that site is using an unsupported template type (publishing sites and legacy templates are excluded from Microsoft 365 Archive support).

Checking Event Viewer and Admin Center Audit Logs

For enterprise environments where something went wrong during an archive operation and you need a paper trail, check the Purview audit log. In the Microsoft Purview compliance portal, go to Audit and search for activities under the SharePoint category. Filter for SiteArchived and SiteActivated event types. These logs capture exactly when a site was archived or reactivated and by which admin account.

On individual Windows machines troubleshooting OneDrive sync client issues with archived files, open Event Viewer and navigate to Applications and Services Logs > Microsoft > OneDrive. Look for warning or error events around the time users reported problems opening files. The sync client on macOS and older Windows 10 devices is known to handle archived file states incorrectly during the file-level archive preview period.

File-Level Archive: Unsupported File Types

Certain file types cannot be archived at the file level regardless of settings. OneNote notebooks, SharePoint pages, and SharePoint agents are explicitly excluded. Additionally, the Site Assets library on SharePoint sites does not support file-level archiving at all. If you're running scripts that archive files by folder or library and some files consistently fail to archive, check whether they're in the Site Assets library or whether they're OneNote files.

When to Call Microsoft Support
If your Azure subscription shows Active, your admin roles are correct, pay-as-you-go billing is confirmed, and the Archive toggle still refuses to enable after 24 hours, that's a backend tenant provisioning issue that only Microsoft can resolve. Similarly, if archived sites are not appearing in Purview Content Search results when they should be, or if reactivation fails repeatedly with no clear error, open a support ticket. You can reach Microsoft Support through the admin center by navigating to Support > New service request. Include your tenant ID, the specific site URLs affected, and any error messages verbatim, screenshot them if you can.

Prevention & Best Practices for Microsoft 365 Archive

The organizations I see getting the most out of Microsoft 365 Archive, and having the fewest headaches, treat it as a planned lifecycle management tool rather than an emergency cost-cutting measure. When you reactively start archiving sites because a storage bill arrived, you're already in cleanup mode. Here's how to stay ahead of it.

Build an archive policy before you need one. Define what "inactive" means for your organization. Is it a site with no activity in 180 days? 12 months? Different teams will have different thresholds. Document your criteria, get stakeholder buy-in, and communicate it to site owners well in advance. Microsoft's own guidance emphasizes notifying site owners and end users before archiving, if someone discovers their site is inaccessible because no one told them it would be archived, you'll spend more time on incident response than you saved on storage costs.

Test file-level archive carefully before broad rollout. The file-level archive feature is still in preview. The list of unsupported clients is substantial: Word and PowerPoint Online, Teams mobile apps, macOS OneDrive sync client, older Windows devices not receiving frequent updates, and Office desktop apps that haven't updated since March 1, 2026. If your organization has a mix of these environments, rolling out file-level archive without user training will generate a wave of confusing support tickets. Start with a pilot group who understand the limitations.

Track the 30-day re-archive window for files. Reactivated files cannot be archived again for 30 days. If you're building any automated lifecycle scripts, build that 30-day delay into your logic. Trying to archive a recently reactivated file will silently fail or error, and if your script doesn't handle that case, you'll have files stuck outside your intended archive state.

Keep Copilot optimization in mind as a benefit, not just storage. Archived content is not used to train Copilot responses. For organizations with large volumes of outdated or superseded content, archiving that material actively improves the relevance and accuracy of Copilot answers across your tenant. Think of Archive as a Copilot hygiene tool, not just a storage bill reducer.

Quick Wins
  • Run a SharePoint usage report quarterly to identify sites with zero or near-zero activity, these are your best archive candidates before they inflate your storage quota.
  • Assign the SharePoint Administrator role to Archive operators rather than Global Administrator, it's sufficient for all Archive management tasks and follows Microsoft's least-privilege recommendation.
  • Document which sites you've archived and when in a simple SharePoint list or Excel file, the admin center doesn't provide a download of archive history out of the box.
  • Remind end users that archived site content is still findable via search (through Purview Content Search and eDiscovery), this reduces panic when users discover a site is inaccessible and think the data is gone.

Frequently Asked Questions

Why is the Microsoft 365 Archive toggle greyed out in my admin center?

The most common reason is that pay-as-you-go billing hasn't been fully connected to an active Azure subscription. The Archive toggle lives inside Settings > Org settings > Pay-as-you-go services > Settings tab > Storage services > Archive, and it won't activate until billing is wired up. Confirm your Azure subscription is in an Active (not Disabled or Warned) state in the Azure portal, then confirm the subscription is linked in the M365 admin center billing section. If your subscription is active but the toggle is still greyed out, also check that you're signed in as a SharePoint Administrator or Global Administrator, not a less-privileged role.

Can I archive a Microsoft Teams site with private channels?

Not fully, and the behavior differs depending on how you try. From the SharePoint admin center UI, you'll get the error: "The group connected site with channel sites associated can't be archived." Via PowerShell or Graph API, the operation isn't blocked, but only the main Team site and its standard channels get archived. The private and shared channel sites stay active. You also can't archive those channel sites directly, because they use site templates that Microsoft 365 Archive doesn't support. If archiving a full Teams environment including private channels is a hard requirement, open a support ticket with Microsoft to understand your options.

What happens to my SharePoint storage quota when I archive a site?

Archived content stops counting against your tenant's active Microsoft 365 storage quota. Instead, it moves into a separate Microsoft 365 Archive storage bucket that's billed at a lower per-GB rate under the pay-as-you-go model. So your active quota goes down (freeing up headroom for other content), and you pay a reduced rate for the archived data rather than the standard SharePoint storage rate. The content itself isn't deleted or compressed, it's intact, fully searchable, and secure, just in a colder storage tier.

Users are getting errors trying to open archived files in Word Online, how do I fix it?

This is a known limitation of the file-level archive preview. Word Online and PowerPoint Online don't fully support archived file states yet, they may display incorrect error messages or fail to load the file entirely. The fix is to reactivate the file at its original SharePoint location so it moves back to the active storage tier. Once reactivated, the file opens normally in Word Online. Keep in mind that reactivated files cannot be re-archived for 30 days. If your users frequently need to open files that are candidates for archiving, consider leaving those files in active storage and archiving older versions or less-accessed documents instead.

Does archiving a SharePoint site affect eDiscovery or Purview compliance searches?

No, and this is one of Microsoft 365 Archive's strongest features for compliance-conscious organizations. Full content search continues to work for Purview Content Search, end-user search, and eDiscovery search experiences even after a site is archived. Purview Content Search and eDiscovery can still directly export content from archived sites. The one caveat: exports from archived sites may take longer than exports from active sites, so build extra time into your eDiscovery workflows when dealing with archived content. The searchability and compliance posture of archived data is equivalent to active data.

What file types can't be archived with file-level archive?

Several file types are explicitly excluded from file-level archiving regardless of settings. You cannot archive OneNote notebooks, SharePoint pages, or SharePoint agents at the file level. The Site Assets library on SharePoint sites doesn't support file-level archive at all. Additionally, when archived files are copied or moved into OneDrive, the archived state may not be visually represented in the OneDrive user interface, the file retains its archived state technically, but users may not see an indicator of that in OneDrive. For file types in these categories, your option is to archive the entire parent site rather than individual files.

Related Microsoft Fix Guides

H
Sai Kiran Pandrala
Our team includes certified Microsoft engineers, Azure architects, and system administrators with 10+ years of enterprise IT experience. Every guide is written from hands-on troubleshooting, not guesswork. We test every fix before publishing.