Skip to content
Follow
Browsers

How to Force Guest Mode in Google Chrome

Richard
Written by
Richard
Apr 8, 2025 Updated Aug 13, 2026 2 min read
How to Force Guest Mode in Google Chrome
How to Force Guest Mode in Google Chrome

Guest mode in Google Chrome gives you a completely fresh browser window that deletes your browsing history, cookies, and saved passwords the second you close it. Shared family computers and public PCs rely on this feature to keep your personal accounts and web habits hidden from other people.

Forcing this setting takes away the normal profile switch buttons so nobody can peek at your stuff or log into their own account. You can lock this down on Chrome version 110 and newer by setting a quick rule in your system settings.

⚡ Quick Answer

Force Guest Mode in Google Chrome by enabling the BrowserGuestModeEnforced policy. You can do this via the Windows Registry at Computer\🗝️HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome by creating a DWORD value named BrowserGuestModeEnforced and setting it to 1, or by using Group Policy Editor with ADMX templates.

Force Guest Mode in Chrome using the Registry or Group Policy

Two distinct deployment paths apply this configuration. The Windows Registry Editor offers the first option, while the Group Policy Editor provides the second.

Method 1Using the Registry Editor

The Windows Registry Editor offers the quickest path to lock down Chrome. Adding a single entry forces the browser into a permanent guest session upon startup.

  1. Go to this path: Computer\🗝️HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
  2. If the folders Google or Chrome do not exist, right-click the parent folder, select New, then Key, and name it accordingly.
  3. Right-click in the Chrome folder and select New DWORD (32-bit) Value.
  4. Name it BrowserGuestModeEnforced.
  5. Double-click it and set the value to 1.
Enforce guest mode Chrome registry
Enforce guest mode Chrome registry

Deploying the official Chrome ADMX templates (Administrative Template files used for centralized policy management) is the preferred method for domain-joined or enterprise machines. This approach sets a persistent enforcement rule across the organization, providing a more managed approach.

  1. Download the latest Chrome policy templates from the official Google site.
  2. Copy the ADMX files to your 📁C:\Windows\PolicyDefinitions folder.
  3. Open the Windows Registry (gpedit.msc).
  4. Navigate to Computer Configuration Administrative Templates Google Google Chrome
  5. Find Force Guest Mode and set it to Enabled.

Troubleshooting

Troubleshooting inactive configurations requires checking chrome://policy inside the browser address bar. This internal diagnostic page lists active rules, confirming whether the registry key or policy took effect.

Restoring standard browsing requires deleting the registry key or reverting the Group Policy to Not Configured. Rebooting the machine ensures the browser reads the new state.

Reference: Chrome Enterprise Policy

Conclusion

Locking Chrome into guest sessions hardens security on multi-user hardware by wiping session data automatically. Permanent restrictions prevent users from saving bookmarks, storing passwords, or running extensions. Weighing these limitations helps determine if the restricted environment fits the environment.

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

Enable or Disable Guest Mode in Google Chrome
Browsers Enable or Disable Guest Mode in Google Chrome
How to Set Google Chrome to Use System Default Printer
Browsers How to Set Google Chrome to Use System Default Printer
How to Change Copy-Paste Settings in Microsoft Edge
Browsers How to Change Copy-Paste Settings in Microsoft Edge
How To Fix Microsoft Edge Not Opening On Windows 11
Browsers How To Fix Microsoft Edge Not Opening On Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *