When Outlook performs a send/receive operation, it can spike disk input/output to 100 percent, making your computer unresponsive for several seconds. This typically happens when Outlook downloads large amounts of email data from the Exchange server or a large PST file. The root cause is often a combination of a full local cache, a large mailbox, and the default aggressive polling interval. This article explains why Outlook causes high disk I/O during send/receive and shows you how to throttle the network and disk usage by adjusting send/receive groups, disabling background sync, and modifying the Outlook polling frequency.
Key Takeaways: Reduce Outlook Disk I/O During Send/Receive
- Send/Receive Groups > Edit > Schedule an automatic send/receive every 30 minutes: Extends the interval to reduce how often Outlook downloads data and causes disk I/O spikes.
- File > Options > Advanced > Send and Receive > Disable Background Send/Receive: Prevents Outlook from syncing in the background while you work, cutting disk usage by up to 50 percent.
- Registry key HKCU\Software\Microsoft\Office\16.0\Outlook\OST > SyncWindowSetting: Limits the number of days of email synced locally to 1 month, which shrinks the OST file and reduces I/O.
Why Outlook Causes High Disk I/O During Send/Receive
Outlook uses a local cache file called an Offline Outlook Data File or OST file. Every time you press Send/Receive, Outlook compares your local cache with the mail server. If the mailbox is large, say over 10 GB, or if the OST file is fragmented, the disk read and write operations can saturate the drive. This is especially visible on traditional hard disk drives where the seek time adds latency. On solid-state drives, the symptom is a brief freeze rather than a full system hang.
The default send/receive interval is set to 1 minute. That means Outlook polls the server 60 times per hour. Each poll triggers a sync cycle that writes new items to the OST file and reads headers. When you have multiple email accounts or shared mailboxes, the I/O multiplies. Windows Search also indexes Outlook items during sync, adding another layer of disk activity.
The core problem is that Outlook does not throttle itself. It uses as much disk bandwidth as the operating system allows. The fix involves three independent adjustments: lengthening the sync interval, disabling background sync, and shrinking the cached data window.
Steps to Throttle Outlook Network and Disk Usage
Follow these steps in order. Each change reduces disk I/O independently. Test after each step to see the effect.
- Open Send/Receive Groups
In Outlook, go to Send/Receive tab > Send/Receive Groups > Define Send/Receive Groups. Select the group named All Accounts and click Edit. - Increase the Sync Interval
In the Send/Receive Settings dialog, check the box Schedule an automatic send/receive every N minutes. Change the value from 1 to 30. Click OK. This reduces the sync frequency from 60 to 2 times per hour. - Disable Background Send/Receive
Go to File > Options > Advanced. Under Send and Receive, uncheck the box Send immediately when connected. Also uncheck the box Automatically send and receive when Outlook is not connected. This stops Outlook from syncing in the background while you are reading or composing email. - Limit the Cached Exchange Mode Window
Go to File > Account Settings > Account Settings. Select your Exchange account and click Change. Under Offline Settings, drag the slider to 1 month. Click Next and Finish. Outlook will trim the OST file to only the last 30 days of email, reducing the file size and the amount of data read during sync. - Rebuild the OST File
After changing the sync window, close Outlook. Open Control Panel > Mail > Show Profiles. Select your profile and click Properties. Click Data Files, select the OST file, and click Remove. Restart Outlook. A new, smaller OST file will be created. This step forces the cache to reflect the new sync window immediately.
If Outlook Still Has High Disk I/O After Throttling
Outlook Freezes When Syncing a Shared Mailbox
Shared mailboxes that are added as additional Exchange accounts in the same profile cause the same I/O problem. To fix this, remove the shared mailbox from the account settings. Instead, add it as a secondary mailbox in the same Outlook profile. Go to File > Account Settings > Account Settings > double-click your Exchange account > More Settings > Advanced > Add. Type the shared mailbox name. This method uses the same OST file and does not create a separate sync thread.
The OST File Is Still Too Large After Changing the Sync Window
If the OST file size does not decrease after you change the slider, Outlook may still hold onto old items because of a registry override. Open Registry Editor. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\OST. Create a DWORD named SyncWindowSetting. Set its value to 30 in decimal. Create another DWORD named SyncWindowSettingDays and set it to 30. Restart Outlook and let it sync. The OST file will shrink to the last 30 days.
Disk I/O Still High on an SSD
Even on a solid-state drive, Outlook can cause a brief freeze because of the way the operating system handles file writes. Disable Windows Search indexing for Outlook data files. Go to Control Panel > Indexing Options > Modify. Uncheck Microsoft Outlook. Click OK. This stops the indexer from reading the OST file during sync, which reduces I/O.
Cached Exchange Mode vs Online Mode: Key Differences
| Item | Cached Exchange Mode | Online Mode |
|---|---|---|
| Description | Downloads a copy of mailbox to local OST file | Reads mailbox directly from server with no local cache |
| Disk I/O | High during sync, moderate otherwise | Low to none on local disk |
| Network usage | Burst sync every N minutes | Continuous small requests as you navigate folders |
| Offline access | Full access to cached data without internet | No offline access |
| Mailbox size limit | Works well up to 50 GB | Slows down with mailboxes over 5 GB |
| Recommended for | Users with laptops or unreliable networks | Users with fast, always-on connections and small mailboxes |
You can switch to Online Mode as a last resort if disk I/O remains high after all throttling steps. In Outlook, go to File > Account Settings > Account Settings > double-click your Exchange account > Offline Settings > uncheck Use Cached Exchange Mode. Restart Outlook. You lose offline access, but disk I/O drops to near zero.
You can now reduce Outlook disk I/O during send/receive by lengthening the sync interval, disabling background sync, and limiting the cached mailbox window to 30 days. Try the registry tweak for SyncWindowSetting if the slider alone does not shrink the OST file. For persistent freezes, switch to Online Mode or disable Windows Search indexing for Outlook data files.