/
/

How to Enable or Disable Split Screen Feature in Microsoft Edge

How to Enable or Disable Split Screen Feature in Microsoft Edge blog banner image

Microsoft Edge Split Screen allows the user to view a couple of selected web pages side-by-side in a single browser tab. It is a simple but powerful feature that can add to productivity and enable multitasking.

With that said, some IT environments or individual users may want it switched off to streamline the workspace. To address these varying preferences, IT managers can refer to this guide on how to manage the Split Screen setting of MS Edge.

Methods for configuring Split screen in Windows 11

Use the table to choose and quickly navigate to your preferred activation steps.

Click to Choose a Method 💻 Best For Individual Users 💻💻💻 Best For Enterprises
Method 1: Browser settings
Method 2: Edge Flags
Method 3: Group Policy (GPO)
Method 4: Windows Registry
PowerShell script

💡 Tip: Check out the Things to look out for section to optimize your action plan and manage risks.

Method 1: Enable or disable Split screen via Edge Settings

This method is best for self-service or Remote Desktop Protocol configuration.

  1. Open Microsoft Edge.
  2. Navigate to edge://settings/appearance via the address bar.
  3. Go to Other appearance settings → Browser behavior and features → Split Screen.
  4. Toggle it On or Off according to user preference.

Other appearance settings Browser behavior and features Split Screen.

You may be prompted to restart the session to apply the changes.

You can use the address bar shortcut as stated above or navigate the browser Settings manually. Just tap the • • • (three-dot icon) menu on the top right side, then go to Settings → Appearance → Split Screen button.

Method 2: Enable or disable Split screen via Edge Flags

Edge Flags allows the user to access, test, and manage upcoming features and settings.

  1. Open Microsoft Edge.
  2. Go to edge://flags via the address bar.
  3. Look for Split Screen or use the search bar.
  4. Toggle the feature to enable or disable it.

You may be prompted to restart the session to apply the changes.

If you’re using the latest version of Microsoft Edge, Split Screen may no longer be listed under Flags. You can use Settings instead to manage your preferences.

Method 3: Use Group Policy to disable Split screen on Edge

GPO management tools are commonly used for enterprise-level deployments.

📌 Use cases: Enterprise and system-wide deployments.

📌 Prerequisites: GPO access (Windows 11 Pro, Enterprise, or Education) and Microsoft Edge ADMX templates.

  1. Press Win + R, type gpedit.msc, and tap OK to open Local Group Policy Editor.
  2. Go to Computer Configuration → Administrative Templates → Microsoft Edge.
  3. Look for the Control the appearance of the Split Screen button in Microsoft Edge policy and double-click it.
  4. Select your preferred option:
    • Select Enabled with Hidden to remove the Split Screen button.
    • Select Enabled with Visible to display the Split Screen button.
    • Select Disabled or Not Configured to keep the default Edge settings.
  5. Click Apply, then OK to confirm and exit.

You can run the gpupdate /force command to apply the changes immediately. Otherwise, the new settings will be applied on the next update interval.

👉 Tip: Watch this GPUpdate video demonstration for a visual reference.

Method 4: Configure Split screen on Edge via Registry Editor

These steps can be used by advanced users to configure personal and managed devices. It’s also the recommended method for systems without GPO access.

📌 Use cases: Personal and system-wide deployments; RMM distribution.

📌 Prerequisite: Network and system access.

  1. Press Win + R, type regedit, and tap OK to open the Registry Editor.
  2. Navigate or copy and paste the following path to the Registry address bar: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
  3. Modify or create the SplitScreenEnabled value. (To create) On the right pane, right-click → New → DWORD (32-bit) Value. Skip this step if the value already exists.
  4. Open it and set the Value data as 0 to hide the button or 1 to display it.
  5. Restart the Microsoft Edge session to apply the changes.

⚠️ Caution: Editing the database can cause system issues. Create a registry backup before proceeding.

Method 5: Deployment via PowerShell script

PowerShell scripts are often used for task automation and software deployment.

📌 Use case: Automation and RMM scripting.

📌 Prerequisite: Network and system access.

PowerShell Script for disabling Split screen

  1. Open PowerShell from Search and select Run as administrator.
  2. Use the following command to disable the Split Screen button:

New-Item -Path “HKLM:\SOFTWARE\Policies\Microsoft\Edge” -Force Set-ItemProperty -Path “HKLM:\SOFTWARE\Policies\Microsoft\Edge” ` -Name “SplitScreenEnabled” -Value 0

PowerShell Script for enabling Split screen

  1. Open PowerShell from Search and select Run as administrator.
  2. Use the following command to enable the Split Screen button:

Set-ItemProperty -Path “HKLM:\SOFTWARE\Policies\Microsoft\Edge” ` -Name “SplitScreenEnabled” -Value 1

💡 Note: This script may run or fail without displaying any confirmation or prompt. To verify that changes have been applied successfully, please check the corresponding Registry keys or system settings.

Things to look out for when configuring Split screen 

Split Screen is one of the features that can be disabled to streamline the workflow in enterprise environments or simplify kiosk, training, and educational setups. With that said, here are some notes to ensure the deployment is consistent:

Risks Possible consequences Reversals/Tips
User access End-users may still re-enable the feature using the browser settings. Consider using GPO to lock out users from configuring related Split-screen settings via the GUI.
Roaming profiles Previous changes to the settings might not apply if the end-user suddenly switches devices. Policy settings apply per device unless a login script or MDM is used for system-wide deployment. Check out this comprehensive overview of MDM features to get started.
Browser updates Future versions of Edge may rename features or behaviors. You will need to reapply or update the existing configuration using the latest parameters.

Disabling Split Screen does not modify other multitasking features like tab groups or vertical tabs. Depending on compliance requirements or individual user preference, you may block these features separately or limit restrictions to Edge.

Best practices for configuring the Split screen feature on Edge

Managing the Split Screen feature in Microsoft Edge can help IT managers exercise better control over browser behavior in personal, educational, or enterprise networks. It’s also ideal for simplifying the experience in a kiosk or training environment.

For personal devices, this change can be swiftly enforced via browser settings in Microsoft Edge. Meanwhile, GPO, Registry Editor, and PowerShell scripting are available for enterprise environments and group deployments.

Related topics:

You might also like

Ready to simplify the hardest parts of IT?
×

See NinjaOne in action!

By submitting this form, I accept NinjaOne's privacy policy.

NinjaOne Terms & Conditions

By clicking the “I Accept” button below, you indicate your acceptance of the following legal terms as well as our Terms of Use:

  • Ownership Rights: NinjaOne owns and will continue to own all right, title, and interest in and to the script (including the copyright). NinjaOne is giving you a limited license to use the script in accordance with these legal terms.
  • Use Limitation: You may only use the script for your legitimate personal or internal business purposes, and you may not share the script with another party.
  • Republication Prohibition: Under no circumstances are you permitted to re-publish the script in any script library belonging to or under the control of any other software provider.
  • Warranty Disclaimer: The script is provided “as is” and “as available”, without warranty of any kind. NinjaOne makes no promise or guarantee that the script will be free from defects or that it will meet your specific needs or expectations.
  • Assumption of Risk: Your use of the script is at your own risk. You acknowledge that there are certain inherent risks in using the script, and you understand and assume each of those risks.
  • Waiver and Release: You will not hold NinjaOne responsible for any adverse or unintended consequences resulting from your use of the script, and you waive any legal or equitable rights or remedies you may have against NinjaOne relating to your use of the script.
  • EULA: If you are a NinjaOne customer, your use of the script is subject to the End User License Agreement applicable to you (EULA).