Follow
Browsers

Enable or Disable New User Profiles in Chrome

Richard
Written by
Richard
Apr 11, 2025 Updated Apr 18, 2026 2 min read
Enable or Disable New User Profiles in Chrome

You can enable or disable new user profiles in Google Chrome by adjusting a setting in the Chrome Policies configuration.

This feature controls whether users can add new Chrome profiles, helping you maintain browser organization or restrict profile creation by others on your PC. When disabled, the “Add profile” button disappears from Chrome’s user menu, preventing new profiles from being added.

For instance, if you’re managing a shared computer, disabling this option ensures that only authorized profiles exist. To implement this change, you’ll typically use the Chrome Enterprise policy editor.

Introduction

Google Chrome is a popular web browser. It is built on the same foundation as Microsoft Edge. Most people manage their profiles directly through the Chrome settings menu by clicking their profile icon. If you are using a work or school computer, your IT team might manage these profiles for you through the Google Admin console.

Disallow adding a new person profile in Chrome

You can control this feature using the Windows Registry or the Group Policy Editor. Disclaimer: If your computer is managed by a company or school, these registry edits might be overwritten by domain policies or cloud-based management tools.

If you have Windows Pro or Enterprise, use the Group Policy Editor:

  1. Download the Google Chrome ADMX templates from the official Google website.
  2. Copy the files into your 📁C:\Windows\PolicyDefinitions folder.
  3. Open the Group Policy Editor (gpedit.msc).
  4. Go to Computer Configuration > Administrative Templates > Google > Google Chrome.
  5. Find the setting Enable adding and removing profiles.
  6. Set it to Disabled to stop new profiles, or Enabled to allow them.

Using the Registry Editor

You can also use the Registry Editor. First, Windows Registry. Always back up your registry or create a System Restore point before you start.

Navigate to one of these paths:

  • For all users: 🗝️HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
  • For one user: 🗝️HKEY_CURRENT_USER\SOFTWARE\Policies\Google\Chrome

If the folders do not exist, right-click the parent folder, select New > Key, and name it accordingly.

  1. Right-click inside the Chrome folder.
  2. Select New > DWORD (32-bit) Value.
  3. Name it BrowserAddPersonEnabled.
  4. Double-click it. Set the value to 1 to allow new profiles or 0 to block them.
Chrome add new profile registry

To go back to normal, just delete the BrowserAddPersonEnabled entry. You may need to restart your computer to see the changes.

Chrome add new profile UI

That is all you need to do!

Reference: Chrome Enterprise Policy

Conclusion

Controlling Chrome profiles is simple with the Registry Editor or Group Policy. Always back up your system before making changes. For more advanced settings, check out the Chrome Enterprise Policy.

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

How to Enable or Disable 'Add Profile' in Microsoft Edge
Browsers How to Enable or Disable 'Add Profile' in Microsoft Edge
How to List User Profiles and Accounts in Windows 11
Windows How to List User Profiles and Accounts in Windows 11
How to See System Restore Points in Windows 11
Windows How to See System Restore Points in Windows 11
How to Set Google Chrome to Use System Default Printer
Browsers How to Set Google Chrome to Use System Default Printer

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

Leave a Comment

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