Skip to content
LogoTechnipages
LogoTechnipages
  • Topics
        • Android
        • Browsers
        • Gaming
        • Hardware
        • Internet
        • iPhone
        • Linux
        • macOS
        • Office
        • Reviews
        • Software
        • Windows
        • Definitions
        • All Recent Posts
  • Product Reviews
  • About

Chrome: Disable Incognito Mode

Mitch BartlettJuly 20, 2022 Comments (4)
allow extensions in incognito mode

If you want to prevent the use of Incognito Mode in the Google Chrome web browser, you can disable the feature using these steps.


Contents

  • 1 Windows
    • 1.1 Registry
    • 1.2 PowerShell
  • 2 MacOS

Windows

Registry

  1. Hold down the Windows Key and press “R” to bring up the Run box.
  2. Type “regedit“, then press “Enter“.
  3. Navigate to “HKEY_LOCAL_MACHINE” > “SOFTWARE” > “Policies” > “Google” > “Chrome“.
    Note: You may have to create the “Google” and “Chrome” folders.
  4. Right-click “Chrome” and select “New” > “DWORD 32-bit value“
  5. Give the value a name of “IncognitoModeAvailability“.
  6. Double-click on “IncognitoModeAvailability“. A box will appear where you can set the value data to “1“.
  7. Restart the computer, and the option to select “Incognito Mode” in Google Chrome will be gone.

Alternatively, you can download this registry import file and run it to set the changes for you.

PowerShell

Launch Windows Powershell under an administrator account and use the following command:

New-ItemProperty -path “HKLM:\SOFTWARE\Policies\Google\Chrome” -Name “IncognitoModeAvailability” -value 1 -PropertyType Dword -Force | Out-Null


MacOS

    1. From the Finder, select “Go” > “Utilities“.
    2. Open the “Terminal” application.
    3. Type the following, then press “Enter“:
      defaults write com.google.chrome IncognitoModeAvailability -integer 1
    4. Restart your Mac. The Incognito Mode option will no longer be available

If you want to revert this setting and allow Incognito Mode again, perform the same steps, only change the “1” to a “0”

Categories: Software

Author Mitch Bartlett

Through my career that spans over 20 years I have become an expert in Microsoft Systems Administration, Android, and macOS. I started this site as a technical guide for myself and it has grown into what I hope is a useful knowledgebase for everyone.

You Might Also Like

  • What Is Burp Suite?

    Mel HawthorneSoftware
  • fix discord camera not working

    Discord: What is Krisp Noise Suppression?

    Mel HawthorneSoftware
  • Zoom: How to Increase the Maximum Number of Participants You Can See in the Gallery View

    Mel HawthorneSoftware
  • Slack: How To Change Your Password

    Mel HawthorneSoftware

Comments

  1. Kelvin says:
    October 19, 2022 at 7:52 pm

    I did those methods to disable incognito mode in chrome on a mac. It worked, but it showed the “browser is being managed by an organization” message. Is that normal?

  2. Eva says:
    October 11, 2022 at 4:21 pm

    How do you turn it back on?

  3. Amy says:
    September 11, 2022 at 1:05 am

    I tried this and it returned “unexpected argument integer; leaving defaults unchanged.”

  4. Alice says:
    July 21, 2022 at 12:11 am

    Hi
    How to turn incognito mode back on in windows 7.
    Thanks

Leave a Reply

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

fix 0x80070302 windows update error

How to Fix the 0x80070302 Windows Update Error

how to allocate more memory to a program

How to Allocate More Memory to a Program in Windows

marvel rivals memory leak fix

Marvel Rivals Using Too Much Memory – How to Fix

how to create a macro in word

How to Create a Macro in Word

how to set video as screen saver

How to Set a Video as Your Screen Saver on Windows 11

profile pic

The Experts Behind Technipages

My name is Mitch Bartlett. I've been working in technology for over 20 years in a wide range of tech jobs from Tech Support to Software Testing. I started this site as a technical guide for myself and it has grown into what I hope is a useful reference for all.

Learn More

technipages logo white
linkedin icon

Technipages is part of Guiding Tech Media, a leading digital media publisher focused on helping people figure out technology. Learn more about our mission and team here.

© 2025 Guiding Tech Media All Rights Reserved

  • About Us
  • Contact
  • Legal & Privacy

© 2025 Guiding Tech Media All Rights Reserved

Information from your device can be used to personalize your ad experience.
Do not sell my personal information.

Last Updated on July 20, 2022 by Mitch Bartlett