en-US windows computer user

Turn off the auto-complete feature for web addresses

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

Windows 11 25H2

Supported on: At least Internet Explorer 5.0

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Internet Explorer

Description

This AutoComplete feature suggests possible matches when users are entering Web addresses in the browser address bar. If you enable this policy setting, user will not be suggested matches when entering Web addresses. The user cannot change the auto-complete for web-address setting. If you disable this policy setting, user will be suggested matches when entering Web addresses. The user cannot change the auto-complete for web-address setting. If you do not configure this policy setting, a user will have the freedom to choose to turn the auto-complete setting for web-addresses on or off.

Registry

HKLM Software\Policies\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete
HKCU Software\Policies\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete

Value name: AutoSuggest

Enabled: AutoSuggest = no

Disabled: AutoSuggest = yes

MDM / Intune (CSP)

Device ./Device/Vendor/MSFT/Policy/Config/InternetExplorer/DisableWebAddressAutoComplete
User ./User/Vendor/MSFT/Policy/Config/InternetExplorer/DisableWebAddressAutoComplete
DeviceUser Since Windows 10, version 1903 [10.0.18362] 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.

Scope

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Turn off the auto-complete feature for web addresses
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: At least Internet Explorer 5.0

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete]
"AutoSuggest"="no"
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Turn off the auto-complete feature for web addresses
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: At least Internet Explorer 5.0

$path = 'HKLM:\Software\Policies\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'AutoSuggest' -Value 'no' -Type String

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