PDF download Download Article
Learn how to exit private or incognito mode and permanently disable it
PDF download Download Article

Incognito Mode or Private Browsing is a feature that most web browsers have that allows you to browse the internet without saving your internet use as history. However, there are many inconvenient drawbacks to browsing in private mode. It can also be a challenge for parents and companies that want to monitor internet usage. This wikiHow article teaches you how to turn off private browsing as well as how to permanently disable it.

Turn Off or Disable Private Browsing

  • On most web browsers, you can tap the menu icon (with three dots or three lines) and tap the option to open a new window to exit private or incognito mode.
  • On Windows and Mac, you can use Command Prompt or Terminal commands to permanently disable private or incognito mode in various web browsers.
  • On mobile devices, enable content restrictions using Screen Time (iPhone/iPad) or the Family Link app (Android) to disable private mode in Google Chrome or Safari.
Method 1
Method 1 of 6:

Turning Off Private Browsing

PDF download Download Article
  1. Use the following steps to turn off Incognito Mode in Google Chrome on your PC or Mac:
    • Click Incognito in the upper-right corner.
    • Click Close Incognito .
    • Open a new window or tab.
  2. Use the following steps to turn off Incognito Mode for Google Chrome on mobile devices:
    • Tap the icon that resembles a square with numbers (tabs) in the upper-right corner (Android) or lower right corner (iPhone/iPad).
    • Tap the same icon again at the top of the page to switch to normal browsing.
    • Tap the Plus (+) icon to open a new tab.
    Advertisement
  3. Use the following steps to turn off private browsing for Safari on a Mac:
    • Click File in the menu bar at the top.
    • Click New Window .
  4. Use the following steps to turn off Private Browsing on Safari for iPhone
    • Tap the icon that resembles 2 squares stacked on top of each other in the lower-right corner.
    • Tap the " # Tabs " button at the bottom of the screen.
    • Tap the plus (+) icon to start a new tab.
  5. Use the following steps to turn off Private Browsing in Safari for iPad:
    • Tap the icon that resembles a screen with a menu in the upper-left corner.
    • Tap Start Page at the top of the menu.
    • Tap the plus (+) icon to start a new tab.
  6. Use the following steps to turn off InPrivate browsing in Microsoft Edge:
    • Click the icon with three dots ( ⋯ ) in the upper-right corner.
    • Click New Windows .
  7. Use the following steps to turn off InPrivate browsing on Microsoft Edge for mobile:
    • Tap the icon that resembles a square with numbers in the menu bar at the bottom.
    • Tap Tabs at the top.
    • Tap the plus (+) icon to open a new tab.
  8. Use the following steps to turn off Private Prowsing in Firefox for PC or Mac:
    • Click the icon with three lines ( ☰ ) in the upper-right corner.
    • Click New Window
  9. Use the following steps to turn off Private Browsing in Firefox for mobile:
    • Tap the icon that resembles a square with numbers (tabs) in the lower-right corner.
    • Tap the same icon again next to the icon that resembles a mask in the bar at the top.
    • Tap the plus (+) icon in the lower-right corner.
  10. Advertisement
Method 2
Method 2 of 6:

Disabling Private Browsing on Windows

PDF download Download Article
  1. Since this method involves editing sensitive components of your computer's operating system, backing up your information before continuing will prevent you from losing your data if your computer crashes.
  2. You must be logged in as an administrator in order to do this. Use the following steps to open the Command Prompt as an administrator:
    • Click the Windows Start menu.
    • Type CMD .
    • RIght-click the Command Prompt icon.
    • Click Run as adminitrator .
  3. This will create a new registry rule that disables private browsing for your web browser in Windows. Copy and paste one of the following commands into the Command Prompt and press Enter : [1]
    • Disable Google Chrome Incognito Mode: REG ADD HKLM\SOFTWARE\Policies\Google\Chrome /v IncognitoModeAvailability /t REG_DWORD /d 1
    • Disable Google Chrome Guest Mode: REG ADD HKLM\SOFTWARE\Policies\Google\Chrome /v BrowserGuestModeEnabled /t REG_DWORD /d 0
    • Disable Microsoft Edge InPrivate Mode: REG ADD HKLM\SOFTWARE\Policies\Microsoft\Edge /v InPrivateModeAvailability /t REG_DWORD /d 1
    • Disable Microsoft Edge Guest Mode: REG ADD HKLM\SOFTWARE\Policies\Microsoft\Edge /v BrowserGuestModeEnabled /t REG_DWORD /d 0
    • Disable Firefox Private Mode: REG ADD HKLM\SOFTWARE\Policies\Mozilla\Firefox /v DisablePrivateBrowsing /t REG_DWORD /d 1
    • Disable Brave Incognito Mode: REG ADD HKLM\SOFTWARE\Policies\BraveSoftware\Brave /v IncognitoModeAvailability /t REG_DWORD /d 1
    • Disable Brave Guest Mode: REG ADD HKLM\SOFTWARE\Policies\BraveSoftware\Brave /v BrowserGuestModeEnabled /t REG_DWORD /d 0
    • Disable Brave Incognito Mode with Tor: REG ADD HKLM\SOFTWARE\Policies\BraveSoftware\Brave /v TorDisabled /t REG_DWORD /d 1
  4. If there is already a registry item for Incognito Mode Availability, you will be asked if you want to overwrite it. Type yes and press Enter .
  5. If your web browser is currently open, close it and then reopen it.
  6. Advertisement


Method 3
Method 3 of 6:

Disabling Private Browsing on Mac

PDF download Download Article
  1. If you have a browser open, you'll need to close it in order for these steps to work.
  2. This will create a new system setting that disables Private or Incognito mode on your Mac. Copy and paste one of the following commands into the Terminal and press Enter : [2]
    • Disable Google Chrome Incognito Mode: defaults write com.google.chrome IncognitoModeAvailability -integer 1z
    • Disable Google Chrome Guest Mode: defaults write com.google.Chrome BrowserGuestModeEnabled -bool false
    • Disable Firefox Private Mode: defaults write /Library/Preferences/org.mozilla.firefox DisablePrivateBrowsing -bool TRUE
    • Disable Microsoft Edge InPrivate Mode: defaults write com.microsoft.edge InPrivateModeAvailability -integer 1
    • Disable Microsoft Edge Guest Mode: defaults write com.microsoft.edge BrowserGuestModeEnabled -integer 0
    • Disabling Brave Incognito Mode: defaults write com.brave.Browser IncognitoModeAvailability -integer 1
    • Disable Brave Guest Mode: defaults write com.brave.Browser BrowserGuestModeEnabled -bool false
  3. For the changes to take effect, you must restart your Mac. Click the Apple icon in the upper-left corner and click Restart to restart your Mac.
    • To reinstate Incognito Mode again, re-enter the command in the Terminal and change the integer value to "0" instead of "1".
  4. Advertisement
Method 4
Method 4 of 6:

Disabling Private Mode in Safari on Mac

PDF download Download Article
  1. It's in the Apple menu.
  2. On newer versions of macOS, it's in the menu bar to the left. It has an icon that resembles an hourglass.
  3. It's next to a red icon that has a circle with a line through it.
  4. In order to make changes to the Screen Time settings, you must enter your administrative password.
  5. It's at the top of the page. This enables Content & Privacy restrictions.
  6. This turns on web restrictions for Adult websites. It also disables the Private Window in Safari. [3]
    • If you want to allow certain websites, click Allowed Sites and enter the websites you want to allow.
  7. Advertisement
Method 5
Method 5 of 6:

Disabling Private Browsing on Android

PDF download Download Article
  1. It has an icon that resembles a blue, green, and yellow striped kite. You can find the Family Link app in the Google Play Store on Android. [4]
    • You must have a Google account for yourself on your devices and child's account to link to.
  2. Once you download the app, you'll need to log into your Google account and link your child's Google account. This is how you can set parental controls on their devices . Once connected, you'll be able to edit permissions and access.
  3. Your child will need to be signed into their Google account on their device. Once they are logged into their Google account on their device, Incognito mode will be disabled in Google Chrome. [5]
  4. This should be on the Family Link's home page.
  5. It's on the main page of your Child's account.
  6. Since the Family Link app only applies to Google Chrome, you will need to make sure your child cannot download any other web browsers. Use the following steps to require approval for all Google Play purchases and downloads:
    • Tap Google Play .
    • Tap Require Approval for .
    • Tap the radio option next to "All content."
  7. Advertisement
Method 6
Method 6 of 6:

Disabling Private Browsing on iPhone and iPad

PDF download Download Article
  1. It's next to a purple icon that resembles a magnifying glass. This displays the Screen Time Settings.
  2. It's next to a red icon with a cross-circle.
  3. This enables content and privacy restrictions on your device.
  4. It's near the top of the Content & Privacy Restrictions menu.
  5. It's below "Allowed Store Content."
  6. This will prevent unapproved apps from being downloaded. Since Screen Time only disables Private Browsing in Safari, you will want to make sure your child can't download any other web browsers.
  7. It's at the top of the page. This returns to the previous menu.
  8. It's the option in the middle of the menu. This displays options for restricting web browser content.
  9. It's the second option in the menu. In addition to restricting adult content, this option also disables Private browsing.
    • If you want to allow certain websites, tap Allow and enter the websites you approve of.
  10. Advertisement

Community Q&A

Search
Add New Question
  • Question
    How do I turn off private browsing on my iPad?
    Community Answer
    If you choose "Limit Adult Content," under Settings/General/Restrictions/Websites it will not allow the history to be cleared until it is changed back to "All Websites."
  • Question
    How can I block an Android device from my Netgear router?
    Community Answer
    Create a private network passcode, or limit the bandwidth allocation on outgoing data, adjustable by IP.
  • Question
    How do I turn off private browsing on an Android device?
    Community Answer
    Close the private tab on your device. The first tab is under the options on the bottom left.
Ask a Question
      Advertisement

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!

      Warnings

      • Most browsers don't support disabling of private or incognito browsing. Your best course of action when attempting to prevent unauthorized private access is to install a set of parental controls that can monitor Internet use while in incognito/private mode.
      Advertisement

      About This Article

      Article Summary X

      1. Click the Windows Start menu and type "Regedit".
      2. Click Registry Editor . 3. Navigate to "HKEY_LOCAL_KEY" > "SOFTWARE" > "Policies" > "Google" > "Chrome".
      4. Right-click and add a new DWORD (32 Bit) value in "Chrome.
      5. Name the new value "IncognitoModeAvailability".
      6. Open "IncognitoModeAvailability" and change the value to "1".
      7. Click Apply followed by Ok .
      8. Restart your computer.

      Did this summary help you?
      Thanks to all authors for creating a page that has been read 305,164 times.

      Is this article up to date?

      Advertisement