Google's Mobile-Friendly Test Is Gone: What to Use Instead

Author: Lucky Oleg | Published Updated
Google's Mobile-Friendly Test Is Gone: What to Use Instead

For years, the answer to “is my website mobile friendly?” was simple: paste your URL into Google’s Mobile-Friendly Test, wait a few seconds, get a green tick or a list of problems. Millions of site owners used it. Then, in December 2023, Google switched it off.

Not just the tool. Google retired three things at once:

  • The Mobile-Friendly Test at search.google.com/test/mobile-friendly
  • The Mobile-Friendly Test API that many SEO platforms used under the hood
  • The Mobile Usability report inside Google Search Console

If you bookmarked the old test, it is gone. This post documents the retirement and explains what Google’s current tools can and cannot tell you. A third-party checker is discussed separately so it is not confused with an official replacement.

Why Google retired the Mobile-Friendly Test

Google explained the retirement in its December 2023 announcement, noting that other resources had emerged for evaluating mobile usability and that the remaining Mobile Usability report, test, and API would be retired.

The current tools are narrower. Lighthouse supplies lab diagnostics; PageSpeed Insights can combine those diagnostics with available field data; Search Console provides property-level reports and URL inspection to verified owners.

Here is the catch: none of the official replacements actually replicate what the old tool did.

What Google offers instead (and what each one lacks)

OptionWhat it gives youThe catch
Lighthouse (Chrome DevTools)Deep technical audit: performance, accessibility, SEO, best practicesDeveloper-oriented. You need DevTools open and some patience to interpret the report
PageSpeed InsightsSpeed scores and Core Web Vitals from lab and field dataNo simple “mobile friendly: yes/no” verdict anymore
Search Console (Core Web Vitals report)Real-visitor experience data for your pagesOnly works for sites you own and verified. No per-URL usability verdict

Notice what is missing from every row: the original workflow. Paste any URL, including a competitor’s, and get an instant plain-English verdict without signing in or opening developer tools.

Where a third-party checker fits

If you want a quick heuristic review resembling the old yes/no workflow, our Mobile-Friendly Checker is a third-party diagnostic. It is not affiliated with Google, does not reproduce Google’s retired API, and should be followed by browser testing and the official tools above.

Use its issue list as triage, not as a Google ranking verdict or accessibility conformance report.

What to actually fix (the checks that matter)

Whichever tool you use, mobile-friendliness in 2026 comes down to a short list:

  • Viewport configuration. A standard responsive viewport declaration helps mobile browsers lay the page out at the device width.
  • Readable text and reflow. Test real content at narrow widths and with browser zoom rather than enforcing one universal font size.
  • Tap targets. Controls need enough size and spacing for reliable touch interaction; test against the accessibility standard and platform guidance your project follows.
  • No horizontal scroll. Fixed-width images, tables, and divs wider than the screen break the layout. Use max-width: 100% and let tables scroll inside their own container.
  • Fast enough to feel instant. Mobile users are on slower processors and networks. Compress images, defer non-critical JavaScript, and lazy-load below-the-fold media. This is where mobile-friendliness meets Core Web Vitals.

For the design side of this, our guide to responsive, mobile-first web design covers how to build pages that pass these checks by default.

Does mobile-friendliness still affect rankings?

Google uses the mobile version of a site’s content for indexing and ranking. That means the mobile page must preserve primary content, links, structured data, metadata, and crawlability. It does not turn the old Mobile-Friendly Test verdict into a current ranking score.

In other words: Google retired the test, while mobile-first indexing and usable mobile delivery remain operational requirements.

If your site fails the check and you would rather have someone fix it than read documentation, that is literally what we do: website redesign and speed optimization, mobile-first by default.

Recommended tools

Recommended tools for this guide

Use these free tools to apply the ideas from this guide to your own website.

Useful info? Spread the Aloha:

Lucky Oleg

Lucky Oleg is the founder of Web Aloha, a web design & SEO agency helping businesses ride the digital wave. With years of experience in WordPress, technical SEO, and web performance, he writes about what actually works in the real world.