How to Compact, Recover, and Migrate Outlook PST Files in 2026

5/5 - (1 vote)

You deleted 3,000 emails. Emptied the bin. Archived the old stuff. Outlook took a full minute to load this morning anyway.

The PST file on disk is still 11 GB. Your actual email data: maybe 4 GB.

That 7 GB gap is not missing data. It is empty, allocated space that Outlook refuses to release on its own -ghost storage that costs you backup time, disk space, and Outlook performance every single day you ignore it.

This guide tells you exactly why it happens, how to fix it in the right sequence, and when to stop fighting manual methods and use a tool that actually solves the problem at scale.

Why Deleting Emails Doesn’t Shrink PST File?

A PST file is not a folder. It is a database – specifically a B-tree structure of fixed-size pages (512 bytes in old ANSI PST, 4 KB in modern Unicode PST). When Outlook deletes an email, it marks those pages as free in the internal page map. The file stays the same size on disk. The empty pages sit there, waiting for new data to fill them.

This is intentional. Constantly resizing a file during writes creates fragmentation and risks corruption. The trade-off is that your PST always looks bigger than it needs to.

Compaction -specifically Outlook’s Compact Now function – does one thing: it rewrites the B-tree, closing those gaps and pushing the file boundary inward. Compact Now is Outlook’s built-in method for reclaiming unused space from an existing PST.

What Makes PST Files Balloon

Cause What Actually Happens Size Impact
Heavy attachment emails A 25 MB deck added to the PST immediately. Deleted later -the 25 MB footprint stays until compaction. High
Mass inbox cleanup Deleted 6 GB of email, PST still shows 9 GB. Free pages not reclaimed until Compact Now runs. High
Deleted Items / Recoverable Items backlog Items sitting in Deleted Items or Exchange retention hold count against PST size. Empty both before compacting. High
Calendar meetings with attached documents Recurring meetings with attachments compound silently over years. Often overlooked in cleanup runs. Medium
Auto-archive residue When auto-archive moves items to an archive PST, the source PST holds those free pages until Compact Now runs on it. Medium
Corrupted or oversized messages Corruption is usually caused by unexpected shutdowns, disk failures, faulty storage, and interrupted writes
and triggers corruption that spreads to adjacent data.
Medium–High

The Size Limits That Will Break Outlook

Ignore PST size long enough and you are not dealing with slow Outlook anymore. You are dealing with a corrupted, unreadable archive.

Outlook Version PST Format Default Limit What Happens at the Ceiling
Outlook 97–2002 ANSI 2 GB hard ceiling File corrupts immediately at 2 GB. No warning.
Outlook 2003–2007 Unicode 20 GB (registry) Outlook stops accepting new data. Hitting 50 GB ceiling risks corruption.
Outlook 2010 Unicode 50 GB (registry) Same as above. Corruption risk rises sharply above 10 GB in practice.
Outlook 2013–M365 Unicode 50 GB (registry) Configurable higher, but Microsoft advises against it. Compact regularly and stay below 20 GB.

The registry keys IT needs to know

Under HKEY_CURRENT_USER\Software\Microsoft\Office\x.0\Outlook\PST (replace x.0 with your Office version):
WarnLargeFileSize DWORD value in MB -Outlook warns user at this size (default 47185 = ~46 GB)
MaxLargeFileSize DWORD value in MB -Outlook stops writing data at this size (default 51200 = 50 GB)
Enterprise recommendation: set WarnLargeFileSize to 20480 (20 GB) and MaxLargeFileSize to 30720 (30 GB). This gives you a 30 GB hard stop and a 10 GB early-warning window well before the corruption zone.

What a Bloated PST Costs You in Practice

What You Notice What’s Actually Happening
Outlook takes 30–60 seconds to open On startup, Outlook reads and validates the PST index. Large PST files generally require Outlook to process more data structures during startup, which can increase load times.
Send/receive takes forever Every sync operation reads and writes to the PST. Large file = more I/O wait, especially on mechanical drives and network storage.
Outlook search returns wrong or missing results Windows Search indexes PST content continuously. A bloated, frequently-written PST causes the index to lag -you search for last week’s email and get results from 2019.
Outlook freezes opening an attachment The PST engine traverses the B-tree to locate the attachment’s XObject. In a heavily fragmented PST, that traversal can take seconds instead of milliseconds.
Backup jobs running 4–6 hours instead of 90 minutes Backup agents copy PST files as single objects. Your 15 GB PST with 4 GB of real data still transfers as 15 GB -every night.
IT laptop fleet running low on disk Three users with 8 GB PST files each = 24 GB of endpoint storage, of which 12–18 GB may be recoverable ghost space.
PST corruption -file suddenly unreadable Very large PST files may experience slower performance and have a higher chance of issues if interrupted during writes or stored on unreliable media.

Check the PST Before You Touch It

This step takes 3 minutes and can save hours of recovery work. Compacting a corrupted PST does not fix the corruption. It can embed it deeper and make recovery impossible.

  1. Close Outlook completely -not just minimized. Check Task Manager to confirm OUTLOOK.EXE is not running.
  2. Press Win + R. Type: scanpst.exe. Hit Enter. If that fails, navigate directly to:
    • 64-bit Office 365: C:\Program Files\Microsoft Office\root\Office16\SCANPST.EXE
    • 32-bit Office: C:\Program Files (x86)\Microsoft Office\Office16\SCANPST.EXE
  3. Click Browse. Select your PST file. Click Start.
  4. If ScanPST finds errors: click Repair. Do not skip this. A PST with structural errors that gets compacted can become permanently unreadable.
  5. Clean result = proceed with compaction. Errors that ScanPST cannot repair = go to Section 5 (Cigati PST Recovery Tool) before doing anything else.

Four Ways to Compact Outlook PST File -Choose the Right One

These are not alternative methods. They are a sequence. Run them in order for the best result.

Method What It Actually Does Do This When Does Not Fix
1. Delete unnecessary items Permanently removes data you no longer need -large emails, attachments, Junk Email, Deleted Items backlog. Before any other step -the more you delete, the more space compaction recovers. Anything. It removes data. Compact Now (step 3) then reclaims the freed space.
2. Archive old emails Moves items older than your cutoff date to a separate archive PST, reducing the primary PST data volume. When old email must be retained but does not need to be in the active mailbox. Free pages in the primary PST -you still need Compact Now after archiving to recover that space.
3. Compact Now Rewrites the PST B-tree, closing free-page gaps left by deletions and archiving. After any bulk deletion or archive operation. Attachment content -a 25 MB PDF still takes 25 MB after compaction. Only free space is reclaimed.
4. Cigati PST Compress Tool Batch-compresses multiple PST files. Compresses attachment content as well as free space. Runs compact PST file without opening Outlook. When managing 10+ PST files, or when Outlook cannot run during maintenance. Severely corrupted PST files -use Cigati PST Recovery Tool for those first.

Step 1: Delete First (Then Compact)

The more you delete before compacting, the more space you recover. These spots hold the most recoverable data:

  • Empty Deleted Items: right-click Deleted Items → Empty Folder. Then Junk Email → Empty Folder.
  • Find large emails: in any folder, right-click the column bar → Field Chooser → add Size. Sort descending. Delete anything over 10 MB you do not need.
  • Check Sent Items: sent emails with large attachments are the most forgotten source of PST bloat. Sort by size and clear the obvious ones.
  • Check old calendar meetings: past recurring meetings with attached decks accumulate quietly. Delete past events with large attachments.
  • Empty Deleted Items again: everything you just deleted lands here first.

Step 2: Archive Old Email

The more you delete before compacting, the more space you recover. These spots hold the most recoverable data:

  1. Open Outlook. Now, you have to click on File >> Tools >> Mailbox Cleanup >> Archive.
  2. Then, select Archive this folder and all subfolders.
  3. Set a cutoff date. Anything older than this moves to the archive PST. Common enterprise standard: 12–24 months.
  4. Set the archive location -same drive as the primary PST for best performance.
  5. Click OK. Wait for completion. Large mailboxes: 10–30 minutes.
  6. Now run Compact Now on the primary PST (Step 3 below) to reclaim the freed space.

Step 3: Compact Now (Outlook Built-in)

  1. Open Outlook. Click File.
  2. Then, you have to click Account Settings >> Account Settings >> then click the Data Files tab.
  3. Select the PST file. Click Settings → Compact Now.
  4. Wait. Do not use Outlook during this. On a 10 GB PST with heavy deletions: 10–25 minutes. On SSD it’s faster; on a spinning drive or network share, expect 2–3x longer.

What actually happens during Compact Now

Outlook rewrites the PST’s B-tree in a single sequential pass, relocating live data pages to fill the gaps. The file boundary is then moved inward. This is the only way to reduce PST file size on disk through Outlook alone.
What it cannot do: compress PST file attachment content. A 20 MB PDF that was never deleted still takes 20 MB after compaction. For attachment-level compression, you need the Cigati PST Compress Tool.
Safety: Compact Now is a read-modify-write operation on the original PST. If Outlook crashes mid-compaction, run ScanPST before reopening the file. This is another reason to run ScanPST before and store a backup first.

Do not compact a PST stored on a network share or OneDrive sync folder
Compact Now writes continuously to the PST for the duration of the operation. A single network interruption mid-write can corrupt the file.
Copy the PST to local storage → compact → move back. For OneDrive or SharePoint sync: pause sync before compacting, then resume.

When One PST at a Time Is Not Good Enough

Compact Now solves the problem for a single user with a single PST. It does not scale. If you manage 50 endpoints where every Outlook user has a PST file between 5 and 15 GB, you cannot sit at each machine and run Compact Now one file at a time.
That is the problem Cigati PST Compress Tool solves.

Cigati PST Compress Tool

Batch PST compaction -no Outlook required, no size limit, no one-file-at-a-time constraint.

✔ Processes multiple PST files in a single job -add a folder of 100 PST files and run them all at once.
✔ Runs without Outlook installed -deploy on a file server, a maintenance machine, or via an admin remote session.
✔ Compresses attachment content within PST files -not just free space. A PST with 8 GB of attachments can drop to 2–3 GB.
✔ Option to extract attachments to a separate folder and strip them from the PST -the highest-impact size reduction available.
✔ Built-in preview: inspect folder structure and message counts before compressing.
✔ Output is a new PST file -the original is never modified. Safe to run without backup risk.
✔ Supports both ANSI (legacy) and Unicode PST formats.
→ Try free: Cigati PST Compress Tool

Compact Now vs. Cigati PST Compress Tool

Capability Compact Now vs. Cigati PST Compress Tool
Batch processing (multiple PST files) Compact Now: one PST at a time, inside Outlook.
Cigati: load an entire folder of PST files -process all in one job.
Requires Outlook running Compact Now: yes, Outlook must be open.
Cigati: no -works on any Windows machine, server or desktop.
What gets compressed Compact Now: free pages from deleted items only.
Cigati: free pages plus actual attachment content -real data reduction.
Outlook freezes opening an attachment The PST engine traverses the B-tree to locate the attachment’s XObject. In a heavily fragmented PST, that traversal can take seconds instead of milliseconds.
Attachment extraction Compact Now: attachments stay in the PST.
Cigati: option to extract all attachments to a folder and strip them from the PST. A 12 GB PST with 8 GB of attachments can drop to under 2 GB.
Source file safety Compact Now: modifies the original PST in place.
Cigati: writes a new compressed PST to a path you choose. Original untouched.
Preview before processing Compact Now: none.
Cigati: inspect folder tree and message counts before committing.

Now, look at how Cigati PST Compress Tool helps you perform the process step-by-step.

What to Expect

Mailbox with heavy attachment history, 30%+ items deleted: typically 50–70% size reduction.
Mailbox with moderate use, archiving already running: typically 15–30% reduction.
Recently compacted mailbox, minimal deletions: 5–15% (content compression only).
The attachment extraction option delivers the largest reductions by far. Use it when users are willing to accept that attachments live in a separate folder rather than inside Outlook.

When the PST Is Already Broken

Compaction is maintenance. But enterprise IT regularly encounters PST files that are past the point of maintenance -files Outlook cannot open, files ScanPST cannot repair, files that open but throw errors on specific folders or items.

Applying Compact Now or even the Cigati PST Compress Tool to a corrupted PST without recovering the data first is the wrong move. It can lock the corruption in permanently.

Cigati PST Recovery Tool

Repairs and recovers data from PST files that Outlook and ScanPST cannot open or fix.

✔ Recovers emails, attachments, calendar events, contacts, tasks, and notes from corrupted PST files.
✔ Works on ANSI and Unicode PST formats -Outlook 97 through Microsoft 365.
✔ Handles corruption from oversized files, abrupt shutdowns, disk I/O errors, and virus damage.
✔ Recovers permanently deleted items no longer visible in Deleted Items.
✔ Preview the recovered items before you save the files.
✔ Never modifies the source PST -all repair work runs on a working copy.
→ Try free: Cigati PST Recovery Tool

Which Tool to Use for Which Problem

Scenario Try This First If That Fails
Outlook warns “PST at maximum size” and stops syncing Compact Now or Cigati PST Compress Tool If file also shows errors: PST Recovery Tool first, then compress the recovered output
“The file is not a personal folders file” -Outlook refuses to open it ScanPST.exe Cigati PST Recovery Tool -ScanPST cannot fix header-level corruption
ScanPST finds errors but its own repair fails Cigati PST Recovery Tool Professional data recovery if tool recovery also fails
Specific folders throw errors, others open fine Cigati PST Recovery Tool (item-level recovery) Export healthy folders to a new PST via Outlook; recover damaged sections separately
PST file is suspiciously small -likely truncated Cigati PST Recovery Tool If truncation lost too much: recovery tool gets what remains; the rest is gone
Outlook opens PST but search returns nothing ScanPST, then rebuild Windows Search index Recreate the Outlook profile with a fresh PST import if ScanPST finds no errors

The PST Problem You Cannot Compact Your Way Out Of

Sometimes compaction is the wrong answer entirely.
If your organization is moving users from on-premises Exchange to Microsoft 365, or migrating from Outlook to Google Workspace, or if you need PST data in a format that does not require Outlook to read, compacting the PST does nothing useful. You need to convert it.

And if you are migrating users to Microsoft 365 or Google Workspace, there is a second problem: large PST files slow down the migration, increase the transfer window, and hit platform import size limits. The right sequence is to compress Outlook PST file first, then migrate.

Cigati PST Converter

Convert PST files to 30+ formats and migrate directly to Microsoft 365, Google Workspace, IMAP, and more.

✔ Direct migration to Microsoft 365 -maps PST folders to the correct Exchange Online folders, preserves threading and metadata.
✔ Direct migration to Google Workspace -migrates email, contacts, and calendar from PST to Google mailboxes without intermediate files.
✔ IMAP migration -connects to any IMAP server and pushes PST data directly.
✔ Batch conversion -multiple PST files to the target format in one operation.
✔ Date range filter -migrate or convert only emails within a specified window. Useful for staged migrations or compliance exports.
✔ Maintains folder hierarchy, email threading, attachments, and metadata through every conversion.
✔ Free demo converts the first 25 items per folder.
→ Try free: Cigati PST Converter Software

Migration Scenarios: What Cigati PST Converter Handles

Migration Scenario Destination What the Converter Does Why Not Do It Manually
Exchange on-premises → Microsoft 365 Microsoft 365 / Exchange Online Authenticates to M365 via OAuth, maps PST folders to correct Exchange Online system folders (Inbox, Sent Items, Drafts, etc.), uploads email data directly. Supports single mailbox and bulk migration. Microsoft provides limited supported ways to import PST files. While the Microsoft 365 Import Service’s Network Upload method requires Azure Blob Storage, simpler options such as Outlook’s Import/Export Wizard & drag-and-drop are also available for many scenarios.
Outlook → Google Workspace (G Suite) Google Workspace Authenticates via Google Service Account, migrates email folders, contacts, and calendar events from PST to the correct Google Workspace mailbox. Supports multiple users mappings in one job. Google supports PST import using Google Workspace Migration for Microsoft Outlook (GWMMO). But its capabilities are more limited than dedicated migration solutions for bulk migrations.
Outlook → Gmail (personal) Gmail OAuth-based direct migration from PST to a personal Gmail account. Moreover, no Google Cloud project setup required for individual account migrations. Gmail has no native PST import. Workarounds involve Thunderbird or Google Takeout in reverse—cumbersome and unreliable for large mailboxes.
Outlook (Windows) → Outlook for Mac OLM format Converts PST to OLM – the native archive format for Outlook for Mac. Direct import into Mac Outlook with folder structure intact. Windows PST files are not natively importable into Outlook for Mac without conversion. The Mac Outlook import wizard only accepts OLM.
PST → Long-term archive EML, PDF, MBOX Converts PST to an open, Outlook-independent format for regular or legal archival. PDF output is useful for legal discovery; MBOX is a common archive format across mail systems. PST files require Outlook to read. In 10 years, Outlook may not open a 2015 PST file cleanly. Open formats are future-proof.

Best practice: compress before you migrate

If you are planning a Microsoft 365 or Google Workspace migration, run Cigati PST Compress Tool on the PST files first.

Smaller PST = shorter migration window = less risk of timeout or interruption mid-transfer.

A 15 GB PST that compresses to 6 GB migrates in roughly 60% less time. On a 200-user migration, that difference can be the gap between a 4-hour overnight window and a 10-hour one that bleeds into business hours.

Which Tool for Which Problem -Quick Reference

Do not guess. Match the symptom to the right fix.

Your Situation Right Tool Notes
PST is large, Outlook is slow, no corruption Technique 3 (delete) → Technique 2 (archive) → Compact Now This sequence recovers the most space with built-in tools.
Managing 10+ PST files across endpoints Cigati PST Compress Tool Batch mode. No Outlook required. Run from a central admin machine.
PST is near or over the 50 GB limit Cigati PST Compress Tool + archive old items Then set Group Policy registry limits to prevent recurrence.
Outlook cannot open the PST at all ScanPST.exe first, then Cigati PST Recovery Tool Do not compact before running recovery.
ScanPST repair fails Cigati PST Recovery Tool If recovery tool also fails, restore from backup. No software recovers data lost to severe physical disk damage.
Migrating users to Microsoft 365 Cigati PST Converter (M365 migration mode) Compress Outlook PST file first with Cigati PST Compress Tool to reduce migration time.
Migrating users to Google Workspace Cigati PST Converter (Google Workspace mode) Service Account authentication. Supports bulk user mapping.
Moving to any IMAP server Cigati PST Converter (IMAP mode) Works with Exchange on-prem, Zimbra, Dovecot, cPanel, and others.
Mac users need PST data in Outlook for Mac Cigati PST Converter → OLM format Native Mac Outlook import with folder structure preserved.
Long-term archival without Outlook dependency Cigati PST Converter → EML or PDF Open formats readable without Outlook in 5, 10, or 20 years.

Frequently Asked Questions

Q1. Does Compact Now delete any emails?

Ans. No. It only reclaims disk space from empty pages left by items you already deleted. Run it, and every email you had before is still there.

Q2. How much space will compaction actually recover?

Ans. Depends on how much was deleted since the last compaction. A mailbox cleaned from 10 GB to 4 GB of actual content can recover close to 6 GB. A mailbox with minor deletions might recover 200 MB. Check the file size before and after to measure.

Q3. Can I compact multiple PST files at once without a third-party tool?

Ans. No. Compact Now operates on one PST at a time and requires Outlook to be open. That is the hard limit of Outlook’s built-in compaction. For batch compaction, Cigati PST Compress Tool is the direct answer.

Q4. How long does Compact Now take?

Ans. Roughly 1–3 minutes per GB of free space being reclaimed on a modern SSD. A PST with 6 GB of recoverable space: 6–18 minutes. On a spinning drive or network path: 2–3x longer. Schedule it during off-hours for large files.

Q5. Is it safe to compact a PST on a network drive or OneDrive?

Ans. No. Compact Now writes continuously for the duration of the operation. Any network hiccup mid-write corrupts the file. Copy to local storage first, compact, move back. For OneDrive sync folders: pause sync before compacting.

Q6. The PST is the same size after Compact Now. Why?

Ans. Three likely causes. (1) Very few items were deleted since the last compaction -nothing to reclaim. (2) Compact Now was interrupted before finishing. (3) The PST has a structural corruption preventing compaction. Run ScanPST and retry.

Q7. We are migrating to Microsoft 365. Do we compact or just migrate?

Ans. Compress first, then migrate. Smaller PST = shorter migration window = lower risk of transfer failure. Run Cigati PST Compress Tool across your PST files before starting the migration job in Cigati PST Converter. On a 200-seat migration, this often cuts the total migration window by 40–60%.

Q8. Can Cigati PST Converter handle a migration to Microsoft 365 without Azure setup?

Ans. Yes. The converter handles Microsoft 365 authentication via OAuth directly -no Azure Blob Storage, no AzCopy, no SAS tokens. You authenticate with admin credentials and map source PST folders to destination mailboxes through the tool interface.

About The Author:

Khushboo Maurya is a digital content and SEO professional focused on creating useful, search-friendly content that connects with the right audience. She specializes in content optimization, website growth, and practical SEO strategies that improve visibility, engagement, and organic reach.

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *

100% safe and secure100% Safe & SECURE
SupportLifetime Support (24X7)
Money BackMoney Back Policy
Trusted by CustomersTrusted by 10000+ Customers