Disable Incognito Mode on Chrome | Windows & Mac

Looking to Get Rid of Incognito Mode Windows on Chrome Browser for Windows and Mac? Here is the Simple Guide to Disable the Option from the Browser

Chrome’s private browsing mode aka Incognito Mode doesn’t keep a record of your browsing history nor does it store any cookies and temporary data. Likewise, the information you enter across any form or the associated data of the sites you visit aren’t stored either. However not every user prefers to use this mode. There are some who instead favor removing this feature from the Chrome browser altogether.

The reasons for the same could be aplenty including the fact that parents might wish to keep a track of their children’s online activities which they cannot do in an Incognito Mode. Likewise, some organizations might opt for it to keep a check on their employee’s activities during work hours. Even across the Google Support Forum, there are over 4000 concerned queries looking for the instructions to remove the Incognito Mode from the Chrome browser.

Well, there is no baked-in option in the browser to disable this feature. However, by making a few changes to the Registry Editor in the case of Windows or through a Terminal Command in Mac, you could easily disable this feature. Let’s check out the required instructions for the same.

Remove Incognito Mode on Chrome in Windows

This method requires the creation of a new 32-Bit DWord file inside Chrome’s Registry Editor and setting its value to 1. But rather than manually carrying out each of these steps, we could combine all of them into a single line of code and then directly run it. This not only calls for fewer steps but it’s also quite easy to execute as well.

  1. So head over to the Start menu and search for Command Prompt.
  2. Launch it as an administrator and click Yes in the UAC prompt that appears.
    Windows Key + S and then look for CMD
  3. Now type in the below command in the CMD window and hit Enter
    REG ADD HKLM\SOFTWARE\Policies\Google\Chrome /v IncognitoModeAvailability /t REG_DWORD /d 1

    Remove Incognito Windows

  4. You shall now get the “The operation completed successfully” message, indicating that the Incognito Mode has been removed from Chrome on your Windows PC.

Remove Incognito Mode on Chrome in Mac

Similar to its Windows counterpart, disabling Chrome’s Incognito in Mac also requires just a single line of command. Here’s what needs to be done:

  1. From the Finder menu, click on Go and select Utilities from the drop-down menu.
    Utilities Mac
  2. Select the Terminal app from the Utilities page.
    Terminal App
  3. Now copy-paste the below command in the Terminal window and press Enter:
    defaults write com.google.chrome IncognitoModeAvailability -integer 1z

    Remove Incognito on Chrome for Mac

  4. Restart the Mac, you have removed the Incognito Mode from Chrome on your Mac.

To enble the incognito mode just chnage the intezer to 0

defaults write com.google.chrome IncognitoModeAvailability -integer 0z

Conclusion

So this was all from this guide on how to remove the Incognito Model feature from the Chrome browser. We have listed the instructions for both the Windows and Mac build. If there’s any change in plan and you wish to re-enable this feature, then just change 1 to 0 at the end of the command.

Remove Incognito from Chrome Windows

If you are doing so on Windows, then you will get an additional prompt, for which you need to type in Yes. So on that note, we conclude this guide. If you have any queries, then do let us know in the comments section below.

If you've any thoughts on Disable Incognito Mode on Chrome | Windows & Mac, then feel free to drop in below comment box. Also, please subscribe to our DigitBin YouTube channel for videos tutorials. Cheers!

Share
Sadique Hassan
Did his MBA from Delhi, but then something about the Android ecosystem intrigued him so much that he made Tech Blogging his permanent job. And now there's no looking back. Contact Me on Linkedin

Leave a Reply

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