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.
Force Guest Mode in Google Chrome by enabling the BrowserGuestModeEnforced policy. You can do this via the Windows Registry at Computer\🗝️HKEY_LOCAL_MACHINE\
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.
- Go to this path: Computer\🗝️HKEY_LOCAL_MACHINE\
SOFTWARE\ Policies\ Google\ Chrome - If the folders Google or Chrome do not exist, right-click the parent folder, select New, then Key, and name it accordingly.
- Right-click in the Chrome folder and select New DWORD (32-bit) Value.
- Name it BrowserGuestModeEnforced.
- Double-click it and set the value to 1.

Method 2Using ADMX Templates (Recommended)
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.
- Download the latest Chrome policy templates from the official Google site.
- Copy the ADMX files to your 📁C:\
Windows\ folder.PolicyDefinitions - Open the Windows Registry (gpedit.msc).
- Navigate to Computer Configuration Administrative Templates Google Google Chrome
- 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?
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.
No comments yet — be the first to share your thoughts!