SHD / MC Checker

MC1326254 | Microsoft 365 Archive: file-level archiving public preview



MC1326254 | Microsoft 365 Archive: file-level archiving public preview

Classification stayInformed
Last Updated 05/29/2026 16:57:25
Start Time 05/29/2026 16:57:16
End Time 08/31/2026 07:00:00
Message Content

[Introduction]

We are introducing file-level archiving for Microsoft 365 Archive. This capability allows organizations to move individual SharePoint files or folders into low-cost archival storage while keeping them visible in their original location. This helps reduce storage costs and optimize content lifecycle management without losing metadata, permissions, or compliance coverage.

This message is associated with Microsoft 365 Roadmap ID 477371.

[When this will happen]

  • Public Preview: Available now.
  • General Availability (Worldwide): Rollout begins in late June 2026 and is expected to complete by late July 2026.

[How this affects your organization]

Who is affected

  • SharePoint administrators
  • Users in organizations that enable Microsoft 365 Archive and file-level archiving

What will happen

  • File-level archiving is not enabled by default. Admins must enable Microsoft 365 Archive and then enable file-level archiving.
  • Users with Edit permissions can archive individual files or entire folders in SharePoint document libraries.
  • Archived files:
    • Remain in their original location with a visual indicator
    • Retain metadata, permissions, and compliance coverage
    • Cannot be opened until reactivated
  • Reactivation behavior:
    • Instant reactivation within 7 days of archiving
    • After 7 days, reactivation may take up to 24 hours
  • Archived files:
    • Are excluded from Copilot responses
    • Are hidden from default search results
  • Storage and billing:
    • Archived content is billed using Pay-As-You-Go pricing
    • Storage costs are approximately 75% lower than active storage
    • Charges apply to storage exceeding the SharePoint tenant quota
  • Admin capabilities:
    • Enable or disable file-level archiving at tenant or site level
    • Control default behavior for new sites
    • Monitor usage via PowerShell (FileArchiveStorage metrics)
  • All archive and reactivation actions are logged in the Microsoft 365 audit log.

[What you can do to prepare]

  • Enable Microsoft 365 Archive in the Microsoft 365 admin center (if not already enabled).
  • Configure file-level archiving:
    • Verify tenant-level status:
      • Run Get-SPOTenant and confirm AllowFileArchive is set to True
    • Enable or disable file-level archive for specific sites:
      • Set-SPOSite -Identity <URL> -AllowFileArchive True/False
    • Control the default for newly created sites:
      • Set-SPOTenant -AllowFileArchiveByDefault True/False
    • Monitor usage:
    • Run Get-SPOTenant and Get-SPOSite to view FileArchiveStorage (GB)
  • Review which sites should allow file-level archiving and configure accordingly
  • Inform site owners and end users about:
    • How archiving works
    • Reactivation timing differences
    • Search and Copilot behavior changes

Learn more: Manage file-level archive (preview) – Manage Microsoft 365 Archive | Microsoft 365 Archive | Microsoft Learn

[Compliance considerations]

Question Answer
Does the change store new customer data? Yes. Data is moved to archive storage (lower-cost tier) but remains within Microsoft 365.
Does the change alter how existing customer data is processed, stored, or accessed? Yes. Files are moved to archive storage where content is not directly accessible until reactivated.
Does the change modify Audit logging capabilities? Yes. Archive and reactivation events are recorded in the Microsoft 365 audit log.
Does the change alter how admins can monitor/report compliance? Yes. Admins gain visibility into archive storage usage via PowerShell metrics.
Does the change include an admin control? Yes. Admins can enable/disable at tenant and site level via PowerShell.
Does the change allow a user to enable/disable the feature? Yes. Users with edit permissions can choose to archive/unarchive files.
Machine Translation

[はじめに]

Microsoft 365 Archive向けにファイルレベルのアーカイブを導入します。この機能により、組織は個々のSharePointファイルやフォルダを低コストのアーカイブストレージに移しつつ、元の場所で閲覧可能なままにすることができます。これにより、ストレージコストを削減し、メタデータや権限、コンプライアンスのカバーを失うことなくコンテンツライフサイクル管理を最適化できます。

このメッセージは Microsoft 365ロードマップID 477371に関連付けられています。

[いつ起こるか]

  • パブリックプレビュー: 現在入手可能。
  • 一般公開(世界):展開は 2026 年6月下旬に始まり、 2026年7月下旬までに完了する予定です。

[これがあなたの組織に与える影響]

影響を受ける人物

  • SharePoint管理者
  • Microsoft 365アーカイブおよびファイルレベルのアーカイブを有効にする組織のユーザー

何が起こるのか

  • ファイルレベルのアーカイブは デフォルトで有効ではありません。管理者はMicrosoft 365 Archiveを有効にし、その後ファイルレベルのアーカイブを有効にしなければなりません。
  • 編集権限を持つユーザーは、SharePointドキュメントライブラリ内の個別ファイルやフォルダ全体をアーカイブできます。
  • アーカイブファイル:
    • 元の位置に留まり、視覚的なインジケーターを表示してください
    • メタデータ、権限、コンプライアンスの保持
    • 再稼働するまで開けられません
  • 再活性化行動:
    • アーカイブ後 7日 以内に即時再稼働
    • 7日後には再稼働に最大24時間かかることがあります
  • アーカイブファイル:
    • 副操縦士の回答から 除外 されます
    • デフォルトの検索結果からは隠されています
  • ストレージと請求:
    • アーカイブされたコンテンツは 、従量課金 制の料金で請求されます
    • ストレージコストはアクティブストレージに比べて約75%低くなっています
    • ストレージがSharePointのテナント割当量を超える場合に料金が発生します
  • 管理機能:
    • テナントまたはサイトレベルでファイルレベルのアーカイブを有効または無効にする
    • 新しいサイトのデフォルト動作を制御する
    • PowerShell(FileArchiveStorage metrics)による使用状況を監視する
  • すべてのアーカイブおよび再アクティベーションのアクションはMicrosoft 365の監査ログに記録されます。

【準備のためにできること】

  • Microsoft 365管理センターMicrosoft 365 Archiveを有効にしてください(まだ有効にしていなければ)。
  • ファイルレベルのアーカイブを設定する:
    • テナントレベルのステータスを確認する:
      • Get-SPOTenantを実行し、AllowFileArchiveTrueに設定されているか確認してください
    • 特定のサイトでファイルレベルのアーカイブを有効または無効にする:
      • Set-SPOSite -Identity <URL> -AllowFileArchive True/False
    • 新たに作成されたサイトのデフォルトを制御する:
      • Set-SPOTenant -AllowFileArchiveByDefault True/False
    • モニターの使用:
    • Get-SPOTenantGet-SPOSiteを実行してFileArchiveStorage (GB)を表示してください
  • どのサイトがファイルレベルのアーカイブを許可すべきかを確認し、それに応じて設定してください
  • サイトオーナーやエンドユーザーについて以下について知らせてください:
    • アーカイブの仕組み
    • 再活性化タイミングの違い
    • 捜索および副操縦士の行動変更

詳しくはこちら: ファイルレベルのアーカイブ管理(プレビュー)- Microsoft 365 アーカイブ管理 |Microsoft 365 アーカイブ |Microsoft Learn

[コンプライアンスの考慮事項]

質問 回答
変更は新しい顧客データを保存しますか? はい。データはアーカイブストレージ(低コスト層)に移されますが、Microsoft 365内には残ります。
この変更は既存の顧客データの処理、保存、アクセス方法を変えますか? はい。ファイルはアーカイブストレージに移され、再活性化されるまでコンテンツに直接アクセスできません。
変更によって監査ログ機能が変更されますか? はい。アーカイブおよび再アクティベーションイベントはMicrosoft 365監査ログに記録されます。
この変更は管理者がコンプライアンスの監視や報告の方法を変えますか? はい。管理者はPowerShellの指標を通じてアーカイブストレージの使用状況を把握できます。
変更には管理者管理も含まれていますか? はい。管理者はPowerShellを使ってテナントレベルやサイトレベルで有効化・無効化できます。
この変更により、ユーザーはその機能を有効化・無効化できるのでしょうか? はい。編集権限を持つユーザーはファイルのアーカイブ/アンアーカイブを選択できます。