en-US windows computer

Enable throttling for online mail indexing

Verified with Windows 11 25H2 — updated on July 29, 2026

Windows 11 25H2

Supported on: Any version of Microsoft Windows with Windows Search 4.0 or later

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Search

Description

When using Microsoft Office Outlook in online mode, you can enable this policy to control how fast online mail is indexed on a Microsoft Exchange server. The lower you set this policy, the lower the burden will be on the corresponding Microsoft Exchange server. The default value for this policy is 120 items per minute. To lower the burden on Microsoft Exchange servers, lower the rate of items indexed per minute. If you disable this policy, then online mail items will be indexed at the speed that the Microsoft Exchange server can support. If you set this policy to not configured, then online mail items will be indexed at the speed of 120 items per minute. This policy has no effect on mail items when using Microsoft Office Outlook in cached mode.

Registry

HKLM SOFTWARE\Policies\Microsoft\Windows\Windows Search

Value name: EnableThrottlingOnlineMailboxes

Enabled: EnableThrottlingOnlineMailboxes = 1

Disabled: EnableThrottlingOnlineMailboxes = 0

More options available

Options

Number of items per minute
EnableThrottlingOnlineMailboxesValue decimal - range 6-600 - default: 120

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Enable throttling for online mail indexing
; State: Enabled
; Supported on: Any version of Microsoft Windows with Windows Search 4.0 or later

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"EnableThrottlingOnlineMailboxes"=dword:00000001
"EnableThrottlingOnlineMailboxesValue"=dword:00000078
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Enable throttling for online mail indexing
# State: Enabled
# Supported on: Any version of Microsoft Windows with Windows Search 4.0 or later

$path = 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\Windows Search'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'EnableThrottlingOnlineMailboxes' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'EnableThrottlingOnlineMailboxesValue' -Value 120 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview