en-US windows computer

Configure Report Queue

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

Windows 11 25H2

Supported on: Windows Server 2016 Version 1703, Windows 10 Version 1703, Windows 10, Windows 8.1, Windows 8, Windows 7, and Windows Vista only

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Windows Error Reporting\Advanced Error Reporting Settings

Description

This policy setting determines the behavior of the Windows Error Reporting report queue. If you enable this policy setting, you can configure report queue behavior by using the controls in the policy setting. When the Queuing behavior pull-down list is set to Default, Windows determines, when a problem occurs, whether the report should be placed in the reporting queue, or the user should be prompted to send it immediately. When Queuing behavior is set to Always queue, all reports are added to the queue until the user is prompted to send the reports, or until the user sends problem reports by using the Solutions to Problems page in Control Panel. If Queuing behavior is set to Always queue for administrator, reports are queued until an administrator is prompted to send them, or until the administrator sends them by using the Solutions to Problems page in Control Panel. The Maximum number of reports to queue setting determines how many reports can be queued before older reports are automatically deleted. The setting for Number of days between solution check reminders determines the interval time between the display of system notifications that remind the user to check for solutions to problems. A value of 0 disables the reminder. If you disable or do not configure this policy setting, Windows Error Reporting reports are not queued, and users can only send reports at the time that a problem occurs.

Registry

HKLM SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting

Value name: DisableQueue

Enabled: DisableQueue = 0

Disabled: DisableQueue = 1

More options available

Options

Queuing behavior:
ForceQueue enum
  • Default -> 0
  • Always queue -> 1
  • Always queue for administrator -> 2
Maximum number of reports to queue:
MaxQueueCount decimal - range 0-1000 - default: 50
Maximum size of the queue (MB):
MaxQueueSize decimal - range 0-1024 - default: 1024
Minimum free disk space (MB):
MinFreeDiskSpace decimal - range 0-9999 - default: 2800
Number of days between solution check reminders:
QueuePesterInterval decimal - range 0-90 - default: 14

MDM / Intune (CSP)

./Device/Vendor/MSFT/Policy/Config/ADMX_ErrorReporting/WerQueue_2
Device Since Windows 10, version 2004 with KB5005101 [10.0.19041.1202] and later | Windows 10, version 20H2 with KB5005101 [10.0.19042.1202] and later | Windows 10, version 21H1 with KB5005101 [10.0.19043.1202] and later | Windows 11, version 21H2 [10.0.22000] and later Official mapping (Microsoft Learn)

Microsoft Learn documentation Mapping data: Microsoft Learn (CC BY 4.0)

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: Configure Report Queue
; State: Enabled
; Supported on: Windows Server 2016 Version 1703, Windows 10 Version 1703, Windows 10, Windows 8.1, Windows 8, Windows 7, and Windows Vista only

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting]
"DisableQueue"=dword:00000000
"ForceQueue"=dword:00000000
"MaxQueueCount"=dword:00000032
"MaxQueueSize"=dword:00000400
"MinFreeDiskSpace"=dword:00000af0
"QueuePesterInterval"=dword:0000000e
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Configure Report Queue
# State: Enabled
# Supported on: Windows Server 2016 Version 1703, Windows 10 Version 1703, Windows 10, Windows 8.1, Windows 8, Windows 7, and Windows Vista only

$path = 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'DisableQueue' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'ForceQueue' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'MaxQueueCount' -Value 50 -Type DWord
Set-ItemProperty -Path $path -Name 'MaxQueueSize' -Value 1024 -Type DWord
Set-ItemProperty -Path $path -Name 'MinFreeDiskSpace' -Value 2800 -Type DWord
Set-ItemProperty -Path $path -Name 'QueuePesterInterval' -Value 14 -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