How to Completely Disable ‘Favorites Bar’ via Group Policy in Microsoft Edge

The Favorites Bar (also known as the Bookmarks Bar) is a horizontal toolbar in Microsoft Edge located below the address bar, designed to provide quick, one-click access to frequently visited URLs. While beneficial for personal productivity, the Favorites Bar presents an operational security (OPSEC) and compliance risk in strict enterprise environments, particularly on kiosk terminals, point-of-sale (POS) systems, or shared workstations handling classified data. If users are permitted to save and display arbitrary URLs, they can create persistent shortcuts to unvetted internal portals, distract from the terminal’s designated single-use function, or inadvertently expose sensitive intranet endpoints to unauthorized observers walking past the workstation.

This guide explains how to completely disable the ‘Favorites Bar’ via Group Policy in Microsoft Edge, enforcing a strict zero-trust user interface (UI) model where the browser is cryptographically prevented from rendering user-defined bookmarks on the main navigation interface.

Disable the Favorites Bar via Group Policy

To enforce a strict block that permanently neutralizes the rendering of the Favorites Bar globally across the OS, we must deploy an administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions.

  1. Log into Windows 11 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 Configure Favorites Bar.
  6. Double-click the policy to open its configuration window.
  7. Select the radio button next to Enabled (Note: We enable the policy to assert a specific layout state).
  8. In the Options pane below, click the drop-down menu and select Never Show. (By explicitly configuring this policy, we instruct the Edge rendering engine to permanently hide the toolbar, override the `Ctrl+Shift+B` keyboard shortcut, and remove the user’s ability to toggle the bar on via the Settings menu).
  9. Click Apply, then click OK.

Verify the Configuration Lockdown

Group Policy changes require the browser to read the registry upon its next launch.

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. The space below the address bar will be entirely empty of bookmarks. Attempt to press Ctrl + Shift + B; the browser will ignore the command. Navigate to edge://settings/appearance-the dropdown menu for “Show favorites bar” will be locked to “Never” (or greyed out entirely) with a briefcase icon indicating that “This setting is managed by your organization.” The browser is now cryptographically bound to a strict, simplified navigational interface.

Get the best tech tips delivered straight to your inbox.

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