Fix: Classic Outlook Hangs with PST Files After January 2026 Windows Updates

📄 Article

Fix: Classic Outlook Hangs with PST Files After January 2026 Windows Updates

Following the January 2026 Windows updates, many environments experienced Classic Outlook freezing or becoming unresponsive — particularly in 32-bit deployments. The issue was observed specifically when Outlook interacts with PST files, regardless of account configuration.

This post focuses on the corrected understanding of the issue and provides actionable remediation steps.

🔍 The Symptoms / Error Message

⚠️ What You May Experience

  • Outlook freezes or shows “Not Responding” randomly
  • Hanging during launch or while accessing PST files
  • Delays when switching folders or performing searches
  • High CPU or memory usage from OUTLOOK.EXE
  • Issue triggered specifically when PST files are attached or accessed
  • More frequent in 32-bit Outlook installations

🧠 Root Cause

💡 Why This Happens

The issue was caused by a Windows update regression (January 13, 2026 cumulative updates) impacting how Outlook handles:

  • PST (Personal Storage Table) file access
  • Local file I/O operations
  • Memory usage under 32-bit architecture constraints

✅ Key Clarification

  • The problem is not dependent on account type
  • PST file interaction alone is sufficient to trigger Outlook hanging
  • The regression affects Outlook’s handling of local data files at the OS level

🛠️ Step-by-Step Resolution

1

Install Latest Windows Updates — Recommended

Microsoft has released follow-up fixes to mitigate this regression. Always try this first.

📋 Steps

  • Open Settings → Windows Update
  • Click Check for Updates
  • Install all available updates
  • Restart the system
2

Uninstall Problematic Update — Temporary Workaround

If the latest updates are not yet available or the issue persists after updating, remove the January 2026 cumulative update.

📋 Steps

  • Open Control Panel → Programs → Programs and Features
  • Select View Installed Updates
  • Locate the January 2026 cumulative update
  • Click Uninstall
  • Restart the system
3

Repair PST Files with SCANPST.EXE

Corruption or stress on PST files can worsen the hanging issue. Run a repair before re-opening Outlook.

File Path

C:\Program Files (x86)\Microsoft Office\root\OfficeXX\SCANPST.EXE

📋 Steps

  • Navigate to the path above (replace OfficeXX with your Office version folder e.g. Office16)
  • Run SCANPST.EXE
  • Browse to the affected PST file
  • Click Start to scan, then Repair if errors are found
4

Optimise PST Usage

Reduce PST-related load to prevent the regression from triggering frequently.

📋 Recommendations

  • Keep PST file size under 10–20 GB
  • Avoid storing PST files on network drives
  • Archive older data instead of actively loading large PSTs
  • Place PST files on a local SSD for better performance
5

Migrate to 64-bit Outlook — Strategic Fix

32-bit Outlook is more susceptible to this regression due to memory architecture limitations.

💡 Recommendation

Plan migration to 64-bit Office for better long-term performance and stability. 64-bit Outlook has no 2GB memory ceiling and handles large PST files significantly better.

🔎 PowerShell Diagnostics

Use these commands to identify the installed Outlook architecture and verify which updates are installed.

PowerShell — Check Outlook Architecture

Get-ItemProperty "HKLM:\Software\Microsoft\Office\ClickToRun\Configuration" | Select-Object Platform, VersionToReport
PowerShell — Check Installed Updates

Get-HotFix | Sort-Object InstalledOn -Descending | Select-Object HotFixID, InstalledOn

💡 Best Practices & Recommendations

  • Minimise reliance on PST files for active workloads — use Exchange Online mailboxes instead
  • Standardise users on 64-bit Outlook across the organisation
  • Keep Windows and Office fully updated to receive Microsoft’s regression fixes
  • Test patches in a pilot environment before mass deployment

✅ Final Takeaway

Outlook hangs were triggered specifically due to PST file handling after the Windows update regression. The issue is independent of account configuration. For internal communication or RCA, position the issue as:

“Windows update regression affecting Outlook PST file handling (higher impact on 32-bit Outlook)”

📚 References & Further Reading

Leave a Comment

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