Chrome

How to Turn Off the Ingocnito Mode on Google Chrome

The main purpose of Google Chrome’s incognito mode is to securely browse without leaving any traces (i.e. browser history, cookies, and so on) on the browser. While it’s a really good feature, you may not want the employees of your company/organization to use it.

In this article, we will show you how to turn off Google Chrome’s incognito mode on Windows 10, Windows 11, Ubuntu 22.04 LTS, and Linux Mint 21 operating systems.

Table of Contents:

  1. How to Turn Off the Google Chrome Incognito Mode on Windows 10/11
  2. How to Turn On the Google Chrome Incognito Mode on Windows 10/11
  3. How to Turn Off the Google Chrome Incognito Mode on Ubuntu 22.04 LTS and Linux Mint 21
  4. How to Turn On the Google Chrome Incognito Mode on Ubuntu 22.04 LTS and Linux Mint 21
  5. Conclusion
  6. References

How to Turn Off the Google Chrome Incognito Mode on Windows 10/11

To turn off Google Chrome’s incognito mode on Windows 10 and Windows 11, you have to add the required registry key. You can do it from the “Registry Editor” app or from the command-line app. The command-line method is a bit easier. In this section, we will show you the command-line method.

To open the command-line app on Windows 10, right-click (RMB) on the “start menu” and click on Windows PowerShell (Admin) as marked in the following screenshot:

To open the command-line app on Windows 11, right-click (RMB) on the “start menu” and click on Terminal (Admin) as marked in the following screenshot:

Click on “Yes” to grant the admin privileges.

The Google Chrome IncognitoModeAvailability policy registry key is used to disable/turn off the Google Chrome Incognito mode.

To add the Google Chrome IncognitoModeAvailability policy registry key, run the following command:

>  reg add HKLM\SOFTWARE\Policies\Google\Chrome /v IncognitoModeAvailability /t REG_DWORD /d 1

The IncognitoModeAvailability registry key should be added to the Google Chrome policy.

Now, open Google Chrome and click on the “” icon from the top-right portion of your screen. You should see that the “New Incognito window” option is disabled. This means that you successfully disabled/turned off Google Chrome’s incognito mode.

How to Turn On the Google Chrome Incognito Mode on Windows 10/11

If you want to turn on the Google Chrome incognito mode on Windows 10/11 again, you have to open the command-line app just like you did in turning off the Google Chrome incognito mode and delete the IncognitoModeAvailability registry key.

To delete the Google Chrome IncognitoModeAvailability policy registry key, run the following command:

> reg delete HKLM\SOFTWARE\Policies\Google\Chrome /v IncognitoModeAvailability /f

The Google Chrome IncognitoModeAvailability policy registry key should be removed.

Now, open Google Chrome and click on the icon from the top-right portion of your screen. You should see that the “New Incognito window” option is enabled. This means that you successfully turned on Google Chrome’s incognito mode.

How to Turn Off the Google Chrome Incognito Mode on Ubuntu 22.04 LTS and Linux Mint 21

In this section, we will show you how to disable/turn off the Google Chrome incognito mode on Ubuntu 22.04 LTS and Linux Mint 21 Linux distributions.

First, open a terminal app and create a new /etc/opt/chrome/policies/managed directory with the following command:

$ sudo mkdir -pv /etc/opt/chrome/policies/managed

The /etc/opt/chrome/policies/managed directory should be created.

Create a new incognito-mode.json file in the /etc/opt/chrome/policies/managed directory and open it with the nano text editor as follows:

$ nano /etc/opt/chrome/policies/managed/incognito-mode.json

Type in the following lines in the incognito-mode.json file and press <Ctrl> + X followed by Y and <Enter> to save it.

{
  "IncognitoModeAvailability": 1
}

Now, open Google Chrome and click on the ⋮ icon from the top-right corner of yoru screen. You should see that the “New Incognito window” option is disabled. This means that you successfully disabled/turned off Google Chrome’s incognito mode.

How to Turn On the Google Chrome Incognito Mode on Ubuntu 22.04 LTS and Linux Mint 21

If you want to turn back on the Google Chrome incognito mode on Ubuntu 22.04 LTS or Linux Mint 21 Linux distributions, all you have to do is remove the incognito-mode.json file from the /etc/opt/chrome/policies/managed directory.

To remove the incognito-mode.json file from the /etc/opt/chrome/policies/managed directory, open a terminal app and run the following command:

$ sudo rm -v /etc/opt/chrome/policies/managed/incognito-mode.json

The incognito-mode.json file should be removed from the /etc/opt/chrome/policies/managed directory.

Now, open Google Chrome and click on the icon from the top-right corner of your screen. You should see that the “New Incognito window” option is enabled. This means that you successfully turned on Google Chrome’s incognito mode.

Conclusion

We showed you how to turn off or disable the Google Chrome incognito mode on Windows 10, Windows 11, Ubuntu 22.04 LTS, and Linux Mint 21 operating systems. We also showed you how to turn back on the Google Chrome incognito mode on Windows 10, Windows 11, Ubuntu 22.04 LTS, and Linux Mint 21 operating systems.

References:

  1. https://admx.help/?Category=Chrome&Policy=Google.Policies.Chrome::IncognitoModeAvailability
  2. https://support.google.com/chrome/a/answer/9302896?hl=en
  3. https://support.google.com/chrome/thread/3698797/i-don-t-want-incognito-mode?hl=en

About the author

Shahriar Shovon

Freelancer & Linux System Administrator. Also loves Web API development with Node.js and JavaScript. I was born in Bangladesh. I am currently studying Electronics and Communication Engineering at Khulna University of Engineering & Technology (KUET), one of the demanding public engineering universities of Bangladesh.