en-US edge computer user

Configure enhanced hang detection for Internet Explorer mode

Verified with Microsoft Edge 152.0.4191.53 — updated on July 10, 2026

Microsoft Edge 152.0.4191.53

Supported on: Microsoft Edge version 84, Windows 7 or later

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Edge

Description

Enhanced hang detection is a more granular approach to detecting hung webpages in Internet Explorer mode than what standalone Internet Explorer uses. When a hung webpage is detected, the browser applies a mitigation to prevent the rest of the browser from hanging. This setting allows you to configure the use of enhanced hang detection in case you run into incompatible issues with any of your websites. We recommend disabling this policy only if you see notifications such as "(website) is not responding" in Internet Explorer mode but not in standalone Internet Explorer. This setting works in conjunction with: 'InternetExplorerIntegrationLevel' (Configure Internet Explorer integration) is set to 'IEMode' and 'InternetExplorerIntegrationSiteList' (Configure the Enterprise Mode Site List) policy where the list has at least one entry. If you set this policy to 'Enabled' or don't configure it, websites running in Internet Explorer mode use enhanced hang detection. If you set this policy to 'Disabled', enhanced hang detection is disabled, and users get the basic Internet Explorer hang detection behavior. To learn more about Internet Explorer mode, see https://go.microsoft.com/fwlink/?linkid=2094210 Policy options mapping: * Disabled (0) = Enhanced hang detection disabled * Enabled (1) = Enhanced hang detection enabled Use the preceding information when configuring this policy.

Registry

HKLM Software\Policies\Microsoft\Edge
HKCU Software\Policies\Microsoft\Edge

More options available

Options

Configure enhanced hang detection for Internet Explorer mode
InternetExplorerIntegrationEnhancedHangDetection enum
  • Enhanced hang detection disabled -> 0
  • Enhanced hang detection enabled -> 1

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.

Scope

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Configure enhanced hang detection for Internet Explorer mode
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Edge version 84, Windows 7 or later

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Edge]
"InternetExplorerIntegrationEnhancedHangDetection"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Configure enhanced hang detection for Internet Explorer mode
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Edge version 84, Windows 7 or later

$path = 'HKLM:\Software\Policies\Microsoft\Edge'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'InternetExplorerIntegrationEnhancedHangDetection' -Value 0 -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