Microsoft Edge’s guest mode allows users to “Browse as a guest”, enabling them to browse without saving cookies, history, or form data. Browsing as a guest is useful for shared devices, but enterprise environments might prefer to disable the feature. This guide goes through the various methods you can use to manage this feature.
How to enable or disable Guest mode on Microsoft Edge
There are several methods to manage Edge’s guest policy. This section specifically lists five methods of enabling or disabling the “Browse as a guest” feature.
📌 Prerequisite: While each method may have its own specific requirements, every method listed below must use a Windows 10 or 11 operating system.
💡 Note: A working knowledge of system settings, command-line interfaces, and registry editing may make deploying the methods below easier.
📌 Recommended deployment strategies:
| Click to Choose a Method | 💻 Best for Individual Users | 💻💻💻 Best for Enterprises |
| Method 1: Registry Editor | ✓ | |
| Method 2: Command Prompt | ✓ | |
| Method 3: PowerShell | ✓ | |
| Method 4: Group Policy Editor | ✓ | |
| Method 5: Microsoft 365 Admin Center | ✓ |
Method 1: Using Registry Editor
📌 Use Cases: This method is ideal for:
- One-time configurations, especially on individual devices
- Validating settings in testing environments
📌 Prerequisite: Administrator privileges
To use this method, follow these steps:
- Press Win + R, type regedit, and press Enter to open Registry Editor.
- Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
💡 Note: If the Edge key isn’t visible or doesn’t exist, it should be created. To do this, right-click Microsoft, then select New > Key. Name the new key “Edge”
- Right-click on the Edge key, select New > DWORD (32-bit) Value, and name it BrowserGuestModeEnabled.
⚠️ Warning: Modifying the registry may cause system issues. Create a backup before proceeding. Read more about the potential risks of this step in the Things to look out for section.
- Double-click on BrowserGuestModeEnabled and change its value.
- Use 0 to disable Guest mode
- Use 1 to enable Guest mode
- Click OK and close the registry.
- Restart Microsoft Edge to apply changes.
Method 2: Using Command Prompt
📌 Use Cases: Command Prompt usage is ideal for:
- Scripted deployment in legacy or batch environments
- Administrators who prefer CMD-based tools
📌 Prerequisite: Administrator privileges
Follow the steps below if you’re using Command Prompt:
- Open Command Prompt.
- To automate registry modification, execute the following commands.
Disable Guest mode:
reg add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v BrowserGuestModeEnabled /t REG_DWORD /d 0 /f
Enable Guest mode:
reg add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v BrowserGuestModeEnabled /t REG_DWORD /d 1 /f
- Once the commands have been executed, restart Microsoft Edge to apply changes.
Method 3: Using PowerShell
📌 Use Cases: PowerShell is a great alternative to the registry method. It’s also useful for:
- Automating and scripting, especially in IT environments with PowerShell-based tooling
- Configuring endpoints remotely through Remote PowerShell.
📌 Prerequisites: Administrator privileges
To deploy this method, follow these steps:
- Open PowerShell as an administrator.
⚠️ Important: Make sure that you’re opening PowerShell as an administrator; otherwise, the command will fail.
- Use the following commands to enable or disable browsing as a guest:
Disable Guest mode:
New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Edge" -ForceNew-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Edge" -Name "BrowserGuestModeEnabled" -PropertyType DWord -Value 0 -Force
Enable Guest mode:
New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Edge" -ForceNew-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Edge" -Name "BrowserGuestModeEnabled" -PropertyType DWord -Value 1 -Force
- Restart Microsoft Edge to apply your changes.
Method 4: Using Group Policy Editor
📌 Use Cases: This method is ideal for:
- Domain-joined devices that are managed via Active Directory
- Ensuring policy consistency (i.e., when you want to make sure that individual users cannot override the settings)
📌 Prerequisite: To use the Group Policy Editor, you’ll need the following:
- Administrator privileges
- Pro, Enterprise, or Education edition of Windows 10/11
To enable Guest mode via Group Policy Editor:
- Open the Local Group Policy Editor.
- Go to Computer Configuration > Administrative Templates > Microsoft Edge.
- Select Enable guest mode, then enable or disable the feature.
- Click Apply, then OK.
- Restart Microsoft Edge for the changes to take effect.
Method 5: Using Microsoft 365 Admin Center
Microsoft 365 is a cloud-based productivity platform that gives users access to the latest Microsoft tools. If you’re subscribed to this service, you can enable or disable guest browsing in Edge via the Admin Center.
📌 Use Case: This method is best for organizations using Microsoft 365.
📌 Prerequisites: Active Microsoft 365 subscription
- Sign in to Microsoft 365 Admin Center.
- Go to Settings > Microsoft Edge > Configuration Policies.
- Create a new policy by clicking Create policy. If there is an existing guest mode policy, proceed directly to Step 4.
- Under Settings, select Add Settings. This will bring you to the Configure a setting page.
- On the Configure a setting page, click Additional settings, and search for Browser guest mode enabled.
- Set the policy to Enabled or Disabled as desired.
- Assign the policy to the appropriate user groups.
- Save and apply the policy.
- Sync devices to enforce changes across your system.
⚠️ Things to look out for
| Risks | Potential Consequences | Reversals |
| Incorrect registry modification (e.g., incorrect or misnamed key creation) |
|
|
Additional considerations before enabling or disabling Guest mode in Edge
Guest mode provides a layer of privacy to individual users when browsing using Edge. However, in managed environments, disabling the feature may be necessary to ensure compliance and maintain security standards. If you’re still unsure whether you should enable or disable browsing as a guest, consider the following points:
Enhanced browser control
Disabling guest mode enhances browser control over a user’s browsing activity. This may be beneficial to enterprise environments, but unnecessary or restrictive for personal or shared devices.
Disseminating information on policy changes
Whether you enable or disable browsing as a guest, it’s important to communicate the changes you make to users. This is especially important if you’re enforcing the change system-wide. Before you make any changes, consider how these will affect your operations and make sure that you have a plan to communicate any changes efficiently. Additionally, make sure to have alternatives to affected operational processes (if applicable).
Review and audit processes
Another consideration is your review and audit processes. Disabling Microsoft Edge’s guest mode can help you ensure that users comply with your organization’s policies. Consider how changing the guest mode configuration may affect not only your review and audit processes but also whether it needs to be enforced in your organization.
Common guest browsing configuration issues and how to resolve them
Here are some common issues you might encounter when configuring guest browsing:
Changes are not taking effect
This is commonly caused by not restarting Microsoft Edge. To resolve this, ensure that you restart Microsoft Edge to apply changes.
Registry modifications are not applying
If you’re registry changes are not applying, check if:
- You have administrative privileges.
- Correct registry keys and values have been set.
If you have checked both, restart Microsoft Edge. This should ensure that the changes are applied.
Group Policy settings aren’t applying
If the Group Policy update isn’t applying, force an update by running gpupdate /force in Command Prompt.
If the update still hasn’t been applied, there may be other issues, such as firewall rules. You can find specific resolutions to these issues in our guide to forcing a group update policy.
Enhance your security and browser control by managing Guest mode on Microsoft Edge
Browsing as a guest is a nifty feature that multiple users can utilize if they’re sharing a device. However, it isn’t always necessary for certain IT environments, especially if you need tight security and browser control. By enabling or disabling Guest mode, IT administrators can ensure security and compliance across the organization.
Related topics:
- How to Enable or Disable “Add Profile” in Microsoft Edge
- How to Enable or Disable InPrivate Browsing in Microsoft Edge in Windows 11
- How to Enable or Disable Autofill in Microsoft Edge in Windows 10
- How to Enable or Disable Send Do Not Track Requests in Microsoft Edge in Windows 10
- How to Disable Microsoft Edge from Launching at Startup in Windows

