Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Stop Microsoft Edge Downloading Local AI Models

Use Microsoft Edge's official GenAI local model policy through Group Policy or the Windows registry, verify it in edge://policy, and restore the default later.

Table of Contents

Microsoft Edge can download a foundational generative AI model for local inference. To prevent that download on supported versions of Edge, set the mandatory GenAILocalFoundationalModelSettings policy to Disallowed (1).

Microsoft documents this policy for Edge 132 and later on Windows. When set to 1, Edge does not download the model and deletes an existing copy. The policy refreshes dynamically, so a browser or PC restart is normally unnecessary.

Before changing the registry

  • Check edge://version and update Edge if it is older than the supported policy version.
  • Use an administrator account because the policy is stored under HKEY_LOCAL_MACHINE.
  • On a work or school computer, ask the administrator; device management can overwrite local registry changes.
  • Create a restore point or export the relevant registry branch before editing.

The exact behavior and supported platforms are listed in Microsoft's Edge policy reference.

Option 1: Use Group Policy

If the current Microsoft Edge policy templates are installed, this is the clearest method for managed Windows editions:

  1. Open Local Group Policy Editor.
  2. Go to Administrative Templates > Microsoft Edge > Generative AI.
  3. Open Settings for GenAI local foundational model.
  4. Enable the policy and choose Do not download model.
  5. Apply the change, then open edge://policy in Edge and select Reload policies.

If the Microsoft Edge node or this policy is missing, update the Edge ADMX templates or use the registry method below.

Option 2: Set the registry policy

  1. Search Windows for Registry Editor, right-click it and choose Run as administrator.
  2. Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft

Microsoft policy key in Registry Editor

  1. Right-click the Microsoft key and select New > Key.

    Creating a new registry key under Microsoft policies

  2. Name the new key Edge. If it already exists, select it instead of creating a duplicate.

    Edge registry policy key

  3. Right-click the Edge key and choose New > DWORD (32-bit) Value.

    Creating a DWORD value in the Edge policy key

  4. Name the value exactly GenAILocalFoundationalModelSettings.

    GenAILocalFoundationalModelSettings registry value

  5. Double-click the new value.

    Opening the Edge GenAI policy value

  6. Set Value data to 1 and select OK.

    Setting the Edge local AI model policy to 1

The complete configuration is:

Path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
Name: GenAILocalFoundationalModelSettings
Type: REG_DWORD
Value: 1

Verify that Edge applied the policy

  1. Open edge://policy.
  2. Select Reload policies.
  3. Find GenAILocalFoundationalModelSettings.
  4. Confirm that its value is 1 and that the status does not report an error.

If the policy does not appear, check the registry path and value type. The value must be under the machine-level SOFTWARE\Policies\Microsoft\Edge key, not a similarly named user or browser-data folder.

What changes after the policy is set?

  • Edge will not download the foundational GenAI model controlled by this policy.
  • If that model was already downloaded, Edge is expected to delete it.
  • Features that depend on that local model may become unavailable or use a different supported path.
  • This policy does not disable every online AI or Copilot feature in Edge.

A large model directory is not by itself proof that it is safe to delete manually. Let the policy manage the controlled model, then use Windows storage tools to confirm that space is reclaimed.

Restore the default behavior

Delete the GenAILocalFoundationalModelSettings value or set the Group Policy item to Not configured, then reload edge://policy. Under Microsoft's documented default, Edge may automatically download and use the model again when needed.

Setting the registry value to 0 explicitly allows the automatic download; removing the policy returns control to Edge's default and any higher-level device management.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.