How to Completely Disable ‘Reading View’ (Immersive Reader) in Microsoft Edge

Immersive Reader (formerly Reading View) is a feature in Microsoft Edge designed to strip away webpage clutter, such as advertisements and sidebars, presenting the main article in a clean, highly readable format. While excellent for accessibility, it can be problematic in specific environments. Web developers often need to see their sites render exactly as coded to debug layout issues, and educators administering online exams must prevent students from using Immersive Reader’s built-in translation or read-aloud tools to bypass test restrictions.

This guide explains how to completely disable the Immersive Reader (Reading View) functionality system-wide in Microsoft Edge.

Disable Immersive Reader via Edge Flags

Currently, Microsoft does not provide a standard GUI toggle to disable this feature in the main settings menu. We must delve into the hidden experimental flags to turn it off.

  1. Open Microsoft Edge.
  2. Click into the address bar at the very top of the window.
  3. Type the following URL exactly and press Enter:
    edge://flags
  4. You will see a search box at the top of the Flags page. Type Immersive Reader into this search box.
  5. Look through the results for any flag explicitly related to enabling the feature. Depending on your version of Edge, this might be labelled “Auto Immersive Reader” or similar variations.
  6. If a direct disable flag is missing from your build, the most robust method is to use the Group Policy Editor.

Disable Immersive Reader via Group Policy (Recommended)

For enterprise control, Group Policy is the only guaranteed method to suppress the feature across updates. This requires Windows 11 Pro or Enterprise.

  1. Press the Windows Key + R, type gpedit.msc, and press Enter.
  2. Navigate to Computer Configuration > Administrative Templates > Microsoft Edge.
  3. Locate the policy named Configure Immersive Reader (or similar, depending on your ADMX template version).
  4. Set the policy to Disabled.
  5. Click Apply and OK. Restart Edge.

Verify the Lockdown

Once the policy or flag is applied, the browser will no longer offer the simplified reading mode.

To verify the restriction is active, navigate to a text-heavy website like a Wikipedia article or a news site. Look at the right side of the address bar. The “book with a speaker” icon that typically launches Immersive Reader will be completely absent. Furthermore, pressing the F9 keyboard shortcut (the default hotkey for Immersive Reader) will yield no response, confirming that the rendering engine will only display pages in their native, unmodified HTML layout.

Get the best tech tips delivered straight to your inbox.

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