Link Copied!
YouTube SEO

How to Turn Off Restricted Mode on YouTube (All Devices)

How to turn off YouTube Restricted Mode on all devices - complete step-by-step guide 2026

The architecture of digital content consumption has evolved into a highly regulated ecosystem by 2026, wherein content moderation, algorithmic filtering, and access control mechanisms are deployed with unprecedented sophistication. For the end-user, navigating these restrictions - specifically understanding how to toggle them, bypass network-level constraints, or troubleshoot persistent administrative locks - requires a comprehensive understanding of device-level configurations, network administration protocols, and regional licensing frameworks.

Access control on YouTube primarily manifests in two fundamentally distinct forms: content-based filtering (Restricted Mode) and location-based filtering (Geoblocking). This guide covers both - and explains exactly which tool to use when you encounter each type of block.

Not sure if a video is region-blocked or restricted? Use our free YouTube Region Restriction Checker to instantly find out whether a video is blocked in your country, age-restricted, or affected by Restricted Mode.


What Is YouTube Restricted Mode?

YouTube Restricted Mode operates as an optional, algorithmically driven setting designed explicitly to screen out potentially mature, graphic, or inappropriate content. Initially introduced as a rudimentary localized safety feature, Restricted Mode has evolved into a robust, machine-learning-powered filtering ecosystem used heavily by public institutions, K-12 educational facilities, corporate networks, and individual households.

The system analyzes video metadata, titles, descriptions, community tags, and automatically generated captions for profanity, mature themes, or discussions of sensitive subjects. When Restricted Mode is activated, the platform removes flagged videos from search results, algorithmic homepage recommendations, and direct URL access. Beyond hiding video assets, it also disables the comments section across all viewable videos.

Restricted Mode vs Age Restriction - Key Differences:

FeatureRestricted ModeAge Restriction
Applied byUser, admin, or networkYouTube/creator
ScopeBroad content filterSpecific videos
Bypass methodToggle in settingsSign in (18+ account)
CommentsDisabled when onHidden from minors
Location-basedNoNo

A critical technical distinction: disabling Restricted Mode does not bypass age restrictions. A user must still possess and authenticate an adult Google Account to view age-gated media - those are two separate systems.


How to Turn Off Restricted Mode on YouTube (Desktop)

Disabling Restricted Mode on desktop (Windows, macOS, or Linux) is executed within the browser interface. Authentication is mandatory to save the preference.

Step-by-step:

  1. Open your browser and go to youtube.com
  2. Sign in to your Google Account (required to save the setting)
  3. Click your profile photo in the top-right corner
  4. Scroll to the bottom of the drop-down menu - you will see “Restricted Mode: On”
  5. Click that field to open a secondary dialog box
  6. Click the toggle next to “Activate Restricted Mode” to turn it off (blue = on, grey = off)
  7. The page will automatically refresh with unrestricted content

Important desktop nuances:

  • The setting is browser-specific. Turning it off in Chrome does not affect Firefox, Edge, or Safari on the same machine.
  • If you use multiple Google profiles in one browser, each profile has its own independent setting.
  • If your browser is set to clear cookies on exit, Restricted Mode may revert to on during the next session.
  • On managed Chromebooks (school-issued), the toggle may be permanently locked by your Google Workspace admin.

How to Turn Off Restricted Mode on YouTube Mobile

The process differs depending on whether you use the dedicated app or a mobile browser.

YouTube Android App

  1. Open the YouTube app and sign in
  2. Tap your profile photo (top-right corner)
  3. Tap Settings (gear icon)
  4. Tap General
  5. Find Restricted Mode and tap the toggle to turn it off
  6. If the feed does not update immediately, force-close the app and reopen it

YouTube Mobile Browser (Android)

  1. Open Chrome, Firefox, or your preferred browser
  2. Navigate to youtube.com and sign in
  3. Tap your profile photo
  4. Tap Settings then Account
  5. Toggle Restricted Mode to off

Smart TVs and Android TV / Google TV

For Android TV environments:

  1. Launch the YouTube app
  2. Scroll left to open the side navigation menu
  3. Scroll down to the Settings gear icon
  4. Find Restricted Mode and select Off

For Google TV Streamers:

  1. Open the YouTube app
  2. Press the Left directional button on your remote to open the side menu
  3. Navigate to Settings
  4. Go to Restricted Mode and set it to Off
  5. The system may ask you to enter your Google Account credentials to confirm the change

How to Turn Off Restricted Mode on iPhone/iPad

Operating within the iOS and iPadOS ecosystems introduces Apple’s system-level controls that can override individual app settings entirely.

Standard iOS App Method

  1. Open the YouTube app on your iPhone or iPad
  2. Tap your profile photo (top-right)
  3. Tap Settings
  4. Tap General
  5. Toggle Restricted Mode to off

If the Toggle is Greyed Out - Fix Screen Time

If the Restricted Mode toggle is greyed out or unresponsive, Apple’s Screen Time is overriding the app. You must adjust the OS-level restrictions first:

StepRequired Action
Step 1Open the iOS Settings app
Step 2Scroll down and tap Screen Time
Step 3Tap Content & Privacy Restrictions
Step 4Enter the 4-digit Screen Time passcode
Step 5Toggle Content & Privacy Restrictions off, OR go to Web Content and set it to Unrestricted

Only after removing the iOS-level restriction will the YouTube app allow you to modify Restricted Mode.

Apple TV (tvOS)

  1. Open Settings on Apple TV (not within the YouTube app)
  2. Navigate to Restrictions and enter your system passcode
  3. Remove content restrictions at the tvOS level
  4. Reopen the YouTube app - the toggle will now be accessible

Restricted Mode Set by Network Administrator - How to Fix

When the toggle is permanently locked with the message “Restricted Mode is enabled by your network administrator”, the restriction has been applied above the application level. This is the most technically complex scenario to resolve.

Diagnosing the Source

Before attempting any fix, identify where the restriction originates. YouTube’s dedicated content restrictions page (youtube.com/check_content_id_status) shows whether HTTP headers, DNS filtering, or organizational management policies are the cause.

Fix 1: DNS-Level Filtering in Your Browser

If your browser is using a family-safe DNS-over-HTTPS (DoH) provider, it forces Restricted Mode into every request.

In Google Chrome:

  1. Click the three-dot menu, go to Settings
  2. Navigate to Privacy and security then Security
  3. Scroll to Advanced and find Use Secure DNS
  4. Change the provider from a restrictive option (CleanBrowsing, OpenDNS Family) to a neutral resolver:
DNS ResolverPrimary IPv4 Address
Cloudflare DNS1.1.1.1
Google Public DNS8.8.8.8
Current ISP (default)Inherits default routing
  1. Close settings and refresh YouTube

Fix 2: Network Router and Pi-Hole Filtering

In household networks with Pi-hole or similar DNS sinkholes, administrators redirect YouTube’s domain to a restricted IP. The routing typically looks like this:

Expected DomainRedirected IPForced Hostname
www.youtube.com216.239.38.120restrict.youtube.com
m.youtube.com216.239.38.119restrictmoderate.youtube.com
youtubei.googleapis.com216.239.38.120restrict.youtube.com

No local device setting can override a Pi-hole redirect - the network itself refuses to resolve the unrestricted version. Options:

  • If you have admin access: Log into the Pi-hole dashboard and remove the redirect rules
  • If you do not have admin access: Switch your device to a cellular (4G/5G) data connection instead of the managed Wi-Fi

Fix 3: Windows Registry Group Policy (Enterprise)

On managed Windows computers, IT departments deploy the ForceYouTubeRestrict policy via Windows Registry to permanently lock the setting.

Registry ValueEnforcement State
0 (or key deleted)User controls Restricted Mode freely
1Moderate Restricted Mode enforced
2Strict Restricted Mode enforced permanently

To remove this policy (requires admin rights on a personal/unmanaged PC):

  1. Press Win + R, type regedit, run as Administrator
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
  3. Find and delete the ForceYouTubeRestrict and ForceGoogleSafeSearch DWORD entries
  4. Repeat at: HKEY_CURRENT_USER\SOFTWARE\Policies\Google\Chrome
  5. For Edge, also check: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
  6. Open an elevated Command Prompt and run: gpupdate /force
  7. Restart the browser

Warning: If your machine is enrolled in a corporate domain or Microsoft Intune MDM, the domain controller will automatically overwrite any registry changes on the next network sync. Contact your IT department instead.

If the account is a supervised child account under Google Family Link, the child cannot modify any Restricted Mode settings regardless of device or browser. To lift the restriction:

  1. Open the Family Link app on the parent’s device
  2. Tap the child’s profile
  3. Select Controls then YouTube
  4. Turn off Restricted Mode

The change takes effect almost instantly across all the child’s devices.

Fix 5: Mobile ISP Content Filters

If YouTube’s diagnostic page shows “DNS restrictions: strict” while connected to cellular data (not Wi-Fi), the restriction originates from your mobile carrier’s network-level filter. No local app or DNS change can bypass this. The account holder must:

  1. Log into their mobile carrier’s customer portal
  2. Submit proof of age
  3. Request removal of the network content filter from their SIM card

Restricted Mode vs Region Block - What’s the Difference?

A common point of confusion is conflating content filtering (Restricted Mode) with geographic filtering (Geoblocking). While both result in being unable to watch a video, they are completely different systems requiring different solutions.

DimensionRestricted ModeRegion Block (Geoblocking)
What it filtersContent type and maturityGeographic location
Determined byUser setting, admin, networkIP address, GPS coordinates
Error messageContent hidden or filtered”This video is not available in your country”
Legal basisPlatform policy, parental controlCopyright law, licensing agreements
Fix methodToggle settings, remove admin lockVPN, proxy server
Affects commentsYesNo
Affects search resultsYes (hides flagged videos)Only for that specific video

When to use each tool:

  • If you see “this video is restricted” or content is missing from search - you likely need to turn off Restricted Mode (this guide)
  • If you see “this video is not available in your country” - use our YouTube Region Restriction Checker to confirm the block and identify which countries can access the video

Region blocking is mandated by international copyright law, exclusive licensing agreements, and the Berne Convention. It cannot be resolved through app settings. The primary circumvention method is a VPN, which routes traffic through a server in an unrestricted country, causing the platform to log that server’s IP instead of the user’s actual location.


Frequently Asked Questions

Why is the Restricted Mode toggle greyed out on my device?

A greyed-out toggle definitively indicates the restriction is being enforced at a level above the application. Possible sources: a household router or Pi-hole sinkhole, Windows Registry Group Policy Objects (ForceYouTubeRestrict), Apple Screen Time Web Content filters, or Google Family Link supervised account settings. Identify the specific administrative bottleneck and apply the corresponding fix from the network administrator section above.

Does turning off Restricted Mode allow access to age-restricted videos?

No. Restricted Mode and Age Restriction are parallel but distinct systems. Turning off Restricted Mode removes the generalized content filter. To watch officially age-restricted videos, you must be signed in with a Google Account verified as 18 years or older - that is a separate requirement.

How do I turn off Restricted Mode on a school Chromebook?

On Google Workspace-managed Chromebooks, the toggle is locked by your school’s IT administrator. Legitimate workarounds are limited: embedding a video URL in Google Slides may bypass the browser filter on some configurations. Otherwise, the restriction cannot be removed without administrator intervention. Switching to a cellular data connection bypasses the network DNS filter but not OS-level policies.

Can my school or employer track if I bypass Restricted Mode?

Yes, depending on the method. Switching to cellular data makes your traffic invisible to the local network admin. However, using a VPN extension while on the managed network produces encrypted traffic to an unknown external server, which is easily visible to network monitoring tools and violates most acceptable use policies. Modifying enterprise registry keys on managed hardware triggers EDR (Endpoint Detection and Response) alerts in the organization’s IT security system.

Why does Restricted Mode keep turning back on?

This happens when your browser is set to clear cookies on exit - the Restricted Mode preference is stored as a session cookie and resets with each new session. Either allow cookies for youtube.com, or sign in with your Google Account each session so the preference is saved to your profile rather than a local cookie.

How do I manage parental controls on Roku?

Roku’s native parental controls use a system-level PIN and content ratings (TV-MA, R, NC-17) but do not directly apply to third-party apps. Restricted Mode must be configured separately within the YouTube app on the Roku device itself.


Summary

Successfully turning off Restricted Mode requires identifying exactly where the restriction is being applied:

  • Personal device, signed in - toggle it off in settings (2 minutes)
  • iOS Screen Time active - remove Web Content restrictions in iOS Settings first
  • Browser DNS filter - switch to a neutral DNS resolver (Cloudflare 1.1.1.1 or Google 8.8.8.8)
  • Network/router (Pi-hole) - switch to cellular data or contact the network admin
  • Windows enterprise policy - delete ForceYouTubeRestrict registry key (admin rights required)
  • Google Family Link - parent must disable via the Family Link app
  • ISP cellular filter - contact your mobile carrier to remove the SIM-level filter

If you are seeing “this video is not available in your country” rather than Restricted Mode, the issue is geographic - use our YouTube Region Restriction Checker to confirm which countries can access the video and whether a region block, age restriction, or embed restriction is the actual cause.

💬

Need a Custom Thumbnail?

Let's create eye-catching thumbnails that boost your CTR and grow your channel!

Chat on WhatsApp