Back to Glossary
GEO & AI Search

Zero-Click Search

A zero-click search is one where the user finishes searching without clicking any link on the results page. Google answers directly on the SERP through features like featured snippets, knowledge panels, and AI Overviews — or the user abandons or refines the query — so no traffic flows to an external website.

  • Zero-click search is when a user ends their search on the results page (SERP) without clicking through to any external link.
  • SparkToro's 2024 study (Rand Fishkin) found that 58.5% of U.S. Google searches and 59.7% in the EU ended without a click to the open web.
  • The same team's early-2026 follow-up put the U.S. zero-click rate at 68.01%, meaning only about a third of searches led to an external site.
  • AI Overviews now appear on more than 20% of Google searches and cut click-through rate (CTR) by roughly 60% when shown.
  • The winning response is to capture featured snippets and schema markup, earn brand exposure inside the results page, and shift to visibility metrics beyond the click.

What Zero-Click Search Is

A zero-click search is one in which the user ends the session without clicking any result on the search screen. Borrowing SparkToro's definition, this covers not only people who got their answer and were satisfied, but also those who left dissatisfied or changed their query and searched again. In other words, every search in which no traffic flowed to an external website counts as zero-click.

This trend has grown because Google has steadily turned the results page itself into the answer medium. Featured snippets, knowledge panels, People Also Ask, weather/currency/calculator widgets, and most recently AI Overviews all let users get an answer without ever tapping a link. Convenient for searchers, but a direct threat to publishers and marketers who depend on click traffic.

Why the Statistics Differ by Source

Reported zero-click rates swing widely from 25% to 68% across studies, and that is because the measurement methodologies differ. Whenever you cite a figure, always check its definition and source alongside it.

StudyZero-Click RateMeasurement Method
SparkToro 2024 (Datos panel)U.S. 58.5% / EU 59.7%Counts every search with no external web click (includes re-searches and moves to Google-owned properties)
SparkToro 2026 (Similarweb data)U.S. 68.01%Rising trend vs. the same basis in 2024 (60.45%)
Semrush 2022 (20,000-person panel)Desktop 25.6% / Mobile 17.3%Stricter basis that separates query refinements out of zero-click

The key distinction is whether you count "the user changed the query and searched again" and "the user moved to a Google-owned property such as YouTube or Google Maps" as zero-click. SparkToro treats only clicks to the external open web as valid clicks, which pushes its rate higher, while Semrush splits query refinement (desktop 17.9%, mobile 29.3%) into a separate category, producing a lower pure zero-click rate.

Measured Data and Evidence

According to SparkToro's 2024 study (Rand Fishkin), which analyzed the Datos (a Semrush company) clickstream panel covering September 2022 through May 2024, only 360 of every 1,000 U.S. Google searches led to an open-web click, and just 374 in the EU. On top of that, roughly 30% of all clicks went to Google-owned platforms such as YouTube, Google Images, and Maps.

The early-2026 follow-up built on Similarweb clickstream data (January–April 2026, U.S.) pushed the zero-click rate up to 68.01%. That is about 7.56 percentage points above the 60.45% recorded in 2024, while the share of searches that produced at least one click fell by 9.51 percentage points (a relative drop of 22.9%) over the same period. The researchers pointed to AI Overviews as the main driver of this increase: AI Overviews appear on more than 20% of Google searches and, when shown, were found to reduce click-through rate by about 60%.

Semrush's case analysis tells the same story: one website more than doubled its impressions between May 2024 and September 2025, yet its CTR slid from roughly 1.5% to under 0.5%. Impressions (visibility) rise while clicks fall — the textbook pattern of the zero-click era.

Response Strategy and Execution Checklist

In a zero-click environment, the goal has to shift from "not losing the click" to "getting our brand surfaced inside the answer." Pulling together the direction Semrush recommends and proven practice:

  • Use question-style headings so you can target featured snippets and People Also Ask, and place the core answer concisely up top (40–60 words).
  • Apply structured data (schema markup) such as FAQPage, HowTo, and LocalBusiness to improve your odds of rich results and AI extraction.
  • Lean on bulleted and numbered lists and tables so AI and search engines can easily excerpt your answer.
  • Secure in-SERP brand exposure and authoritative mentions through original research, expert quotes, and the like.
  • Track new metrics beyond traditional CTR — SERP feature share, AI visibility, and multi-platform exposure (Google, ChatGPT, Perplexity).

Zero-click search is not merely lost traffic; it is a signal to redefine your metrics themselves. As clicks decline, you need an integrated view that weighs answer exposure, brand awareness, and conversion paths together.

Structured Data Example: FAQPage Schema

The most direct markup for chasing featured snippet and People Also Ask placements is the FAQPage schema. Below is a valid JSON-LD example.

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "What is a zero-click search?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "It refers to a case where the user finishes their search without clicking any link on the results page."
    }
  }]
}
</script>

References