How to Completely Disable the ‘Downloads Hub’ via Group Policy in Microsoft Edge

Microsoft Edge features a built-in “Downloads Hub,” a dedicated UI panel that aggregates the user’s download history, allows quick access to recently saved files, and provides direct links to the local Downloads folder. While highly convenient for standard users, this centralized hub represents a significant operational security (OPSEC) and data exfiltration liability in highly locked-down enterprise environments, public kiosks, or shared terminals. In such scenarios, leaving the Downloads Hub accessible allows unauthorized users to easily view what files previous users have downloaded, attempt to execute cached installers, or browse the local file system structure via the “Show in folder” shortcuts, completely bypassing standard Windows Explorer restrictions.

This guide explains how to completely disable the ‘Downloads Hub’ via Group Policy in Microsoft Edge, enforcing a strict UI lockdown that removes the download history panel and severs easy access to the local file system from within the browser.

Disable the Downloads Hub via Group Policy

To enforce a strict configuration that strips the Chromium UI of the Downloads Hub button and actively blocks access to the internal edge://downloads page, we must deploy an administrative template.

  1. Log into Windows with an Administrator account.
  2. Press the Windows Key + R to open the Run dialogue box.
  3. Type gpedit.msc and press Enter to launch the Local Group Policy Editor.
  4. In the left-hand navigation pane, strictly follow this exact path:
    Computer Configuration > Administrative Templates > Microsoft Edge
  5. In the right-hand pane, locate the policy named Disable the Downloads Hub (internally known as DisableDownloadsHub).
  6. Double-click the policy to open its configuration window.
  7. Select the radio button next to Enabled. (By explicitly setting this to ‘Enabled’, we instruct the Chromium engine to instantly purge the Downloads button from the main toolbar, disable the Ctrl+J shortcut, and block direct URI access to the download history, guaranteeing that users cannot leverage the browser to audit or interact with local file caches).
  8. Click Apply, then click OK.

Verify the Configuration Lockdown

Group Policy changes modifying the Chromium UI layout require the browser to restart to instantiate the new security baseline.

Close all active instances of Microsoft Edge. To force the policy update immediately across the OS, open Command Prompt as Administrator and run gpupdate /force. To verify the restriction is active, launch Microsoft Edge. You will find that the Downloads icon (the downward-pointing arrow) is completely missing from the top toolbar. Furthermore, pressing Ctrl + J will result in no action, and attempting to manually navigate to edge://downloads will instantly throw an error or display a blank page stating the feature is administratively blocked. The browser is now operating under total OPSEC compliance regarding download history.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.