Skip to content

How to Turn Off AI Overviews in Google (2026 Guide)

How to turn off or limit Google AI Overviews — in your browser, your Google account, on mobile, and on your own site. Working methods for 2026.

~2,400 words 6 common questions ~12 min read Updated: 2026-05-06
How to Turn Off AI Overviews in Google (2026 Guide)
Quick answer

Google AI Overviews can't be reliably turned off everywhere — Google doesn't offer a master switch. But you can limit or bypass them: (1) the Search Labs experiment in your Google account (availability varies by account, region, and rollout stage); (2) the `&udm=14` web filter, which currently suppresses AI Overviews and other SERP features; (3) switching your default search engine to Brave Search or DuckDuckGo. For your own site, use `data-nosnippet` or `nosnippet` directives selectively, by query type.

Why people search for “how to turn off AI Overviews”

Google AI Overviews rolled out widely across 2024 and 2025. For some people they’re useful — a short summary at the top of the results saves time. For others they’re frustrating: the panel takes up the top half of the SERP, the AI answers some queries inaccurately, and you have to scroll past it to reach the classic blue links that used to be right there.

In Google Trends, defensive searches like “turn off AI Overviews” and “how to disable AI Overviews” show up among the rising queries alongside “AI Overviews.” That’s an indication of interest, not a representative measure of demand — rising queries tell you the direction of growth, not the volume or share.

This guide covers the main methods people use today to limit or bypass AI Overviews — from account settings to web-only search and alternative search engines. As a bonus: how to limit the way your own site’s content is used in AI Overviews (for publishers who see a drop in organic CTR on informational, non-brand queries).

The short answer (as of May 2026):

  • Google doesn’t offer a global off switch for AI Overviews.
  • Three routes actually work for users: the Search Labs experiment (account-dependent), the &udm=14 URL parameter (web-only mode), or switching to Brave Search / DuckDuckGo.
  • For your own site, you can only limit how your content can be used (data-nosnippet, nosnippet, max-snippet:0) — not “turn off the AI Overviews crawler.” Deploy it selectively after segmenting your queries, not site-wide.

Method 1 — Search Labs (experiment in your Google account)

The easiest method for signed-in users:

  1. Sign in to your Google account at google.com
  2. Open Search Labs: https://labs.google.com/search or via the profile icon → Settings → Search Labs
  3. Find the “AI Overviews and more in Search” experiment
  4. Flip the toggle to Off

Typically works on: Chrome, Edge, Firefox, Safari (signed-in Google account, desktop).

The catch: if you see the “AI Overviews and more in Search” experiment in your account, turning it off can limit experimental AI features. But it isn’t a guaranteed global switch for all AI Overviews — Google may still show them outside Labs, and the availability and effect of the setting depend on your account, region, and current rollout state. If you don’t see the Search Labs experiment at all, this method won’t work for you.

Method 2 — &udm=14 web filter (URL parameter)

This parameter switches the results into web mode, where AI Overviews and some other expanded SERP features (People Also Ask, featured snippets) typically don’t appear — it returns just the classic blue links.

⚠️ Important: &udm=14 isn’t an official long-term directive. It’s a web filter whose behavior Google can change at any time. Some SERP elements may differ by country and query. It isn’t a guaranteed permanent off switch.

How to use it once

After searching, add this to the end of the URL:

https://www.google.com/search?q=your+query&udm=14

How to set it as the default

Add a custom search engine in your browser:

Chrome / Edge / Brave:

  1. Settings → Search engine → Manage search engines
  2. Add new search engine:
    • Name: Google (web only)
    • Shortcut: gw
    • URL: https://www.google.com/search?q=%s&udm=14
  3. Set it as the default

Firefox:

  1. Right-click the Google search bar → Add a Search Engine
  2. Use the URL above
  3. Set it as the default under Settings → Search

Once it’s on, it typically returns classic blue links with no AI Overviews panel — until Google changes how the parameter behaves.

Method 3 — Switching your default search engine

⚠️ Don’t confuse the browser with the search engine. Brave and DuckDuckGo offer both a browser and their own search engine. If you install the Brave browser but leave Google as your default search engine, you’ll still see AI Overviews — the Brave browser uses whatever search engine you set. AI Overviews are a function of the search engine, not the browser.

Brave Search is Brave’s own search engine. It doesn’t implement the Google AI Overviews panel. Brave Search has its own AI Answer feature that’s opt-in (not the default) — if you want search with no AI features at all, check the settings.

DuckDuckGo

DuckDuckGo is a long-standing privacy-first search engine. It doesn’t implement Google AI Overviews. It has its own DuckAssist (AI summaries on some Wikipedia answers) — again opt-in.

Ecosia / Startpage / Mojeek

More privacy-first alternatives. None of them implement the Google AI Overviews panel. They may have their own AI/answer features, though — check the settings of each.

Method 4 — Mobile (Android, iOS)

On mobile, the menu labels vary by Google app version, account, and region. This general path works on both platforms:

  1. Open the Google app (not Safari or Chrome)
  2. Profile icon in the top right → Settings
  3. Search Labs → find the experiment related to AI Overviews → turn it off

If you don’t see the Search Labs experiment or the steps don’t work, a more reliable workaround:

  • Set a web filter in your browser (see Method 2)
  • Change your default search engine to Brave Search or DuckDuckGo (Safari → Settings → Search → Search Engine; Chrome on Android → Settings → Search engine)

Discover, Assistant, Gemini, and regular Search don’t have a single public “AI off” toggle — if you want to limit AI features broadly, go through the search engine, not a single setting.

Method 5 — For your own site: snippet directives selectively

If you see a drop in organic CTR on informational, non-brand queries in Google Search Console after AI Overviews rolled out, you can test limiting how selected blocks of content are used. Two levels, depending on the impact — don’t test site-wide; segment by query type.

Soft block — data-nosnippet on specific blocks

<div data-nosnippet>
  This paragraph won't be used in snippets or in AI Overviews.
</div>

data-nosnippet can stop Google from using a specific HTML block as a text snippet and, according to Google’s documentation, also limit how that block is used in AI Overviews. It isn’t a way to block a separate AI Overviews crawler — Google’s AI Overviews work with Googlebot and indexed content; the directive limits how the text is used, not whether it’s crawled.

Use it mainly on the opening answer block of long how-to guides, where the complete short answer usually sits.

Hard block — nosnippet site-wide

<head>
  <meta name="robots" content="nosnippet">
</head>

The standard form is <meta name="robots" content="nosnippet"> (or the Google-specific <meta name="googlebot" content="nosnippet">). It limits how your text content is used in snippets and AI Overviews across the whole page. It doesn’t remove the page from the results, and it doesn’t control every AI feature.

⚠️ Side effect: you’ll also lose classic featured snippets (position 0), which drive traffic for some queries. At a minimum, pilot it on a selected set of URLs before rolling it out site-wide and evaluate the impact in GSC — ideally test at the level of page groups and queries, not the whole site.

Maximum limit — max-snippet:0

<meta name="robots" content="max-snippet:0">

A hard limit of 0 characters per snippet. Setting max-snippet:0 sharply limits the ability to use the page’s text in snippets and can also limit how the content is used in AI Overviews. But it doesn’t remove the page from the index or guarantee zero presence across every AI format.

A decision framework for snippet directives

Never deploy snippet restrictions site-wide without segmenting:

  • Test mainly on informational, non-brand queries where an AI Overview answers the query without a click and GSC shows a clear CTR drop
  • Don’t apply them site-wide to brand, navigational, product, and conversion pages without evaluating each separately — on brand queries the goal is often to maximize control of the SERP, not block snippets; a quality brand snippet can be more valuable than a defensive block
  • For YMYL content (health, finance, law), weigh the impact on brand trust — a missing snippet can send users elsewhere
  • For e-commerce, the impact is often milder (the intent is transactional, not informational), but test anyway

Beware of AI Overviews “impact” claims with no methodology

In marketing discussions you’ll see claims like “AI Overviews cut site X’s traffic by YY%.” Before you draw conclusions for your own site, check:

  • The data source (GSC, GA4, a Similarweb estimate, Ahrefs) — third-party tool estimates are approximations, not exact numbers
  • Seasonality control (a year-over-year comparison, not month-over-month)
  • Other changes (a core update, a redesign, technical changes, link building)
  • Query-level data in GSC — a drop at the domain level can come from causes other than AI Overviews; segmenting by non-brand vs. brand and by intent (informational vs. transactional) is essential

Correlation between AI Overviews and a traffic drop isn’t automatically causation. A decision about snippet restrictions should come from GSC data at the level of queries and landing-page types, not from aggregated third-party estimates.

Which methods work and when

MethodDesktopMobileReliabilitySimplicity
Search Labs Off⚠️ depends on account⚠️ depends on accountpartial⭐⭐⭐⭐
&udm=14 web filter⚠️ limitedworks now, not officially guaranteed⭐⭐⭐
Brave Searchhigh⭐⭐⭐⭐⭐
DuckDuckGohigh⭐⭐⭐⭐⭐
Your own site nosnippetn/an/alimits text use, not page presence⭐⭐

Recommendation by user profile:

  • Regular user → try the Search Labs experiment + Brave/DuckDuckGo as a backup
  • Power user who wants classic Google → the &udm=14 web filter as the default search in your browser (knowing Google can change the behavior)
  • Privacy-first → Brave Search or DuckDuckGo permanently (check the opt-in AI features)
  • Publisher with a proven CTR drop on informational, non-brand queriesdata-nosnippet selectively after segmenting, with an A/B test
  • Brand / e-commerce / YMYL → don’t apply snippet directives site-wide without a separate impact analysis of the brand SERP
01

Browser extensions that block AI Overviews

These usually hide AI Overviews locally with CSS/DOM tweaks. Reliability fluctuates as Google changes the SERP, and they need browser permissions — vet the author’s reputation, the scope of the permissions, and the security implications.

Fix: Use the more transparent &udm=14 web filter — no extra browser permissions needed.

02

Editing the hosts file

Old advice tells you to block gemini.google.com. That breaks all of Google’s features, not just AI Overviews. The side effects are unpredictable.

Fix: Never block gemini.google.com via hosts — you'll break all of Google, not just AI Overviews.

03

Hunting for a global 'AI off' switch

There’s no global AI Overviews switch in Google Settings. Hunting for a master switch is a waste of time.

Fix: There isn't one. The Search Labs experiment is the closest — and even that isn't guaranteed.

04

Asking Google support to turn it off

AI Overviews is a strategic feature for Google. Support doesn’t provide an individual opt-out for it.

Fix: Google doesn't offer an account-specific opt-out — use the web filter or a different search engine instead.

Summary in five lines

  1. There’s no guaranteed global off switch for Google AI Overviews — Google doesn’t offer one.
  2. The Search Labs experiment — if you see it in your account, turning it off can limit AI features. But it isn’t a global switch.
  3. The &udm=14 web filter is currently the most stable workaround for classic Google without AI Overviews. It isn’t an official directive — Google can change the behavior.
  4. Brave Search or DuckDuckGo as your default search engine is the most reliable route to Google without AI Overviews.
  5. For your own site, use snippet directives selectively after segmenting your queries, not site-wide. Before you implement, run an A/B test, segment brand vs. non-brand, and check the impact on featured snippets.

Publisher mini-method — how to decide on a snippet policy

If you’re dealing with AI Overviews as a site owner rather than a user, we recommend a five-step process instead of a site-wide rollout:

  1. Pick a cluster of URLs

    Typically 10–30 informational, non-brand pages with a comparable query type (how-to guides, definition articles, comparisons). Don't mix them with brand and transactional URLs.

  2. Filter queries in GSC

    Performance → Queries, filtered by brand vs. non-brand. A CTR drop on non-brand informational queries with steady or rising impressions is your signal.

  3. Baseline the metrics

    Clicks, impressions, average position, and CTR for 4–8 weeks before the test — to capture seasonality.

  4. Deploy on the segment only

    data-nosnippet on the opening answer block of 5–10 selected URLs, not site-wide. Watch for 30–60 days.

  5. Evaluate after a few weeks

    Compare baseline vs. post-test, check the brand-query mix (a brand snippet is often an advantage, not a loss), and judge whether the CTR drop improved without unintended side effects.

What NOT to do as a publisher

  • Roll out nosnippet site-wide across the whole blog without segmenting
  • Evaluate the impact only at the session level (which mixes brand and non-brand)
  • Treat Similarweb / Ahrefs estimates as proof of AI Overviews impact (they’re approximations, not exact data)
  • Ignore the brand-query mix — a missing brand snippet can send users elsewhere rather than bring them in

Who this article is for

User: Google without AI Overviews

You want to keep using Google, just without the panel. The route: the Search Labs experiment + the &udm=14 web filter as your default search engine.

User: minimal AI features

You’d rather not deal with a Google account. Switch your default search engine to Brave Search or DuckDuckGo — they have no Google AI Overviews panel.

SEO / content team

You’re dealing with a CTR drop after AI Overviews rolled out. Snippet directives selectively + a GSC query-level audit (brand vs. non-brand).

Publisher / magazine / content site

The mini-method above + brand/non-brand segmentation. A defensive snippet policy by content type, not site-wide.

E-commerce and lead gen

First check whether AI Overviews is a real problem — for transactional queries, the panel usually doesn’t appear.

Regulated industries (YMYL)

A more cautious approach. Weigh the impact on brand trust, and judge case by case rather than across the board.

Where to get advice

This site is run by Sniper Design — if you’re dealing with AI Overviews as a business problem rather than a personal setting, we offer an AI visibility audit:

  • For publishers and content sites — a query-level GSC audit, brand/non-brand segmentation, and a defensive snippet policy by content type
  • For e-commerce — a check on whether AI Overviews is a real problem or just noise in aggregated data (transactional intent often doesn’t trigger the panel)
  • For SEO/content teams — if you’re seeing a CTR drop after AI Overviews, we propose a test-first approach to snippet restrictions on selected URLs and measure the impact

We work on this with publishers, content sites, and lead-gen projects. For clients with informational content, we’ve typically found after segmentation that the CTR drop affected only a subset of their non-brand how-to queries, not the whole site — which fundamentally changes the priority of any defensive move.

Sniper Design
Help with implementation

Don't want to handle it in-house? We'll build it for you.

At Sniper Design we do full‑service AI SEO — strategy, audit, implementation, and content. E‑commerce specialists since 2016, 600+ e‑shops delivered. We build AI search in from the ground up — into homepage designs, content structures, and client site audits.

  • E‑commerce since 2016
  • 600+ e‑shops
  • Our own e‑shop
FAQ · 6 questions

Common questions on this topic

01 Can you fully turn off AI Overviews in Google?
No — Google doesn't offer a guaranteed global switch. You can limit AI Overviews for some queries through the Search Labs experiment (if it shows up in your account) or bypass them by switching your default search engine to Brave Search or DuckDuckGo, which have no AI Overviews panel of their own. The `&udm=14` web filter currently suppresses most AI Overviews elements in Google, but it isn't an official long-term directive — Google can change how the parameter behaves at any time.
02 Will AI Overviews come back after a browser update?
The Search Labs setting is tied to your Google account and can reset when Google makes larger changes to its AI features. The `&udm=14` web filter switches Google into a web-results mode — it works until Google changes how the parameter behaves. Brave Search and DuckDuckGo don't include AI Overviews, but they may have their own AI/answer features worth checking in their settings.
03 How do I turn off AI Overviews on mobile (Android/iOS)?
The exact labels vary by Google app version, region, and account. The general path on both platforms: Google app → profile icon → Settings → Search Labs → find the AI Overviews experiment → turn it off. If you don't see Search Labs or the steps don't work, a more reliable workaround is to set a web filter in your browser or switch your default search engine to Brave Search or DuckDuckGo.
04 How do I limit AI Overviews for my own site?
Use the snippet directives from Google's documentation: `<meta name="robots" content="nosnippet">` site-wide (this limits how your text is used in snippets and AI Overviews across the whole page — including classic featured snippets) or `data-nosnippet` selectively on specific HTML blocks where you don't want Google to use the content. This isn't a way to block a separate AI Overviews crawler — Google's AI Overviews work with Googlebot and indexed content; snippet directives limit how the content is used, not whether it's crawled.
05 Why would anyone want to limit AI Overviews?
The main reasons: (1) AI Overviews answers can be inaccurate or miss context for some queries; (2) the panel takes up the top of the SERP and can lower the click-through rate of organic results for some queries; (3) a preference for classic search. But the real impact of AI Overviews on traffic varies widely by query type, intent, vertical, and whether your site is cited in them — before you reach for snippet restrictions, check the data in Google Search Console.
06 Does turning off AI Overviews also work in Bing / Copilot?
Bing Chat and Copilot are built into Bing.com and Edge, and Microsoft doesn't offer a standard off switch for them. You can work around them by switching to classic Bing search without Chat mode, or by using a different search engine. In the Edge browser, you can disable the side Copilot panel under Settings → Sidebar → Copilot.
Keep reading

Related articles

All blog articles Back to home