Fix Archived Team Cannot Be Restored for a Guest User
🔍 WiseChecker

Fix Archived Team Cannot Be Restored for a Guest User

When a team is archived, only owners can restore it. Guest users do not have owner rights, so they see no Restore button and cannot bring the team back. This article explains why guests are blocked, how an owner can restore the team, and what to do if the owner is unavailable. You will also learn how to avoid this problem in the future.

Archiving a team does not delete it. The team stays in SharePoint and Exchange, but all activity stops. Only owners can restore an archived team. Guests are members with limited permissions, so they cannot restore it themselves. If you are a guest and need a team restored, you must contact an owner or a Teams admin.

Key Takeaways: Restoring an Archived Team as a Guest

  • Teams > Teams list > Archived teams: Shows the archived team, but guests see no Restore option.
  • Team owner > More options > Restore team: The only way a guest can get a team restored is by asking an owner to do it.
  • Teams admin center > Teams > Manage teams: Admins can restore an archived team for a guest if no owner is available.

ADVERTISEMENT

Why a Guest Cannot Restore an Archived Team

In Teams, archiving a team puts it into a read-only state. Owners can still browse the team, but members and guests cannot edit or send messages. The restore action is reserved for owners because it changes the team’s lifecycle status. Guests are assigned the Guest role, which has fewer permissions than a member. The Guest role does not include the ability to archive or restore teams.

The technical reason is that the restore operation calls the Microsoft Graph API endpoint for team restoration, which checks the caller’s role. Only users with the Owner role in the team or a Teams administrator can pass that check. A guest’s token lacks the necessary role claim, so the API rejects the request with a 403 Forbidden error.

What the Guest Sees in the Teams Client

When a guest opens the Teams list, they see the archived team under the Archived teams section. They can open the team and read channels, but the More options menu does not show Restore team. The menu only shows Leave team. This is by design, not a bug.

What the Owner Sees

An owner sees the same archived team, but the More options menu includes Restore team. Clicking it immediately makes the team active again. The owner can also choose to restore the team to a different SharePoint site if needed, though that is rare.

Steps to Restore an Archived Team When You Are a Guest

As a guest, you cannot restore the team yourself. Follow these steps to get it restored by someone with the right permissions.

  1. Identify the team owner
    Open the team, go to the Posts tab, and click the team name in the header. Then click the Members tab to see the owner list. Owners have the word Owner next to their name. If you cannot see the list, ask any member who the owner is.
  2. Send a restore request to the owner
    Use Teams chat or email to ask the owner to restore the team. Explain that you need the team active again for collaboration. Provide the exact team name to avoid confusion.
  3. Owner restores the team
    The owner opens Teams, goes to the Teams list, scrolls to Archived teams, clicks the More options menu next to the team, and selects Restore team. The team becomes active immediately.
  4. If no owner is available, contact a Teams admin
    If the owner has left the company or is unreachable, a Teams administrator can restore the team from the Teams admin center. The admin goes to Teams > Manage teams, finds the archived team, and clicks Restore.

ADVERTISEMENT

If the Owner Cannot Restore the Team

Teams Admin Center Restore Method

When the owner is unavailable, the admin is the fallback. The admin must have the Teams Administrator or Global Administrator role. In the Teams admin center, the admin selects Teams > Manage teams, searches for the team, and clicks Restore. This method does not require the guest to do anything.

PowerShell Restore Command

An admin can also use PowerShell with the Microsoft Teams module. The command is Set-TeamArchivedState -GroupId -Archived:$false. The admin must first connect to Teams with Connect-MicrosoftTeams. This method is useful for bulk operations or when the admin center is slow.

What If the Team Was Deleted Instead of Archived?

If the team was deleted, not archived, the process is different. Deleted teams go to the SharePoint recycle bin and can be restored within 30 days. Only a Teams admin can restore a deleted team. Guests cannot restore deleted teams either. The admin uses the Teams admin center or the SharePoint admin center to recover the team.

Archived Team Restore Options for Guests vs Owners

Item Guest User Team Owner
See Restore button No Yes
Restore via Teams client Not possible Yes
Restore via Teams admin center Cannot access No, only admin
Restore via PowerShell Cannot run No, only admin
Best action Contact owner or admin Click Restore team

ADVERTISEMENT

Conclusion

Now you know that guests cannot restore an archived team because they lack the Owner role. Your next step is to contact the team owner or a Teams admin and ask them to restore it. If you are a guest, always verify who the owner is before the team is archived. To avoid this situation, ask the owner to make you an owner before archiving, or export important files before the team is archived.

For admins, remember the PowerShell command Set-TeamArchivedState -Archived:$false for quick restores. Also check the SharePoint recycle bin within 30 days if the team was deleted. This knowledge helps you resolve restore requests faster.

ADVERTISEMENT