If you typed google mobile friendly test into the search bar this morning and landed on a broken Google page, you are not the only one. Google quietly retired the standalone Mobile-Friendly Test tool in December 2023. The URL still floats around in old SEO blog posts and YouTube thumbnails, but the tool itself returns errors or 404s today. People still search for it 1,300 times a month in the United States alone. If that was you, this guide is the definitive replacement.
Here is the short version. The criteria for being mobile-friendly did not change. The free tool that scored your URL did. To replace it you need a small toolkit, not a single button. We will walk through seven alternatives, show you exactly what each one tests, give you a 5-column comparison table, and finish with a 5-step audit workflow you can run in under twenty minutes. By the end, you will know which combination of tools to use, why, and how to read the results.
Skip the setup. Try MobileViewer.io free.
20 free tests, no signup required. Test on 50+ real device frames in one click.
Try MobileViewer.io free →What happened to the Google Mobile-Friendly Test
Google announced the deprecation on the Search Central blog in November 2023, and the tool went offline on December 1, 2023. The Mobile Usability report inside Search Console also disappeared on the same day. If you still bookmark search.google.com/test/mobile-friendly, you now see a page that points you to other tools instead of running a test.
The replacement story Google offered is split across three products. PageSpeed Insights inherited the mobile audit role. Lighthouse inside Chrome DevTools handles the deep technical scoring. The Page Experience section inside Google Search Console keeps the historical site-level data. None of those tools give you the single binary pass/fail screen that the old Mobile-Friendly Test deprecation announcement referenced as the original product.
The criteria themselves did not shift. Your site still needs a viewport meta tag, no horizontal scroll, large enough tap targets, legible body text, and modern compatible plugins. Mobile-first indexing fully rolled out in July 2024, which means Google now uses your mobile DOM as the canonical version of your page. The bar for mobile correctness has actually risen, even though the friendly little tool that measured it is gone. If you want background on how that ranking shift works, read our mobile-first indexing guide next.
Why Google retired it
Three reasons stand out. First, mobile-first indexing is universal. When every page is crawled mobile-first by default, a separate pass/fail check feels redundant. Google considers any rendered page a potential mobile candidate, so a stand-alone scoring screen no longer changes how the page is treated by the index.
Second, the binary result was misleading. The old tool returned green or red. A page could pass the basic checks (viewport meta tag present, no Flash, tap targets at minimum size) and still ship with broken navigation, hidden CTAs, or 5 second LCP on a real device. Marketers were checking the box and shipping bad experiences. Google's product team has hinted at this in a few I/O sessions: a single yes or no answer was hurting more sites than it helped.
Third, Lighthouse covers more ground. The Lighthouse audit returns a mobile performance score, accessibility score, best-practices score, and SEO score, plus diagnostics that point at the exact CSS rule or unsized image causing a problem. Google would rather you spend three minutes running Lighthouse than thirty seconds running a checkmark tool. The deprecation timeline was: announced November 2023, removed December 2023, Mobile Usability report inside Search Console retired the same week. No more grace period.
What you still need to check in 2026
The replacement tools changed. The success criteria did not. Use this list as a baseline before you stamp a page as mobile friendly.
- Viewport meta tag:
<meta name="viewport" content="width=device-width, initial-scale=1">in the head of every page. Missing this is still the number-one cause of failed mobile rendering. - No horizontal scroll: at 320px, 360px, 390px, and 414px viewport widths, there should be zero horizontal overflow.
- Tap targets at least 48 by 48 dp: buttons, links, and form controls must be large enough for an average adult thumb. 48 dp is roughly 48 CSS pixels at standard density.
- Body font 16px or larger: anything smaller triggers automatic zoom on iOS and pushes Lighthouse into the warning zone.
- No Flash and no incompatible plugins: Flash has been dead since 2020. Java applets too. If you ship one, you fail.
- Content fits the viewport: images, tables, and embedded media respect
max-width: 100%. - Sufficient line height: 1.4 to 1.6 for body copy. Tight line height tanks readability on small screens.
- Color contrast ratio of 4.5:1 for body text. Lighthouse flags failures here.
- No intrusive interstitials that cover the main content above the fold on mobile.
Alternative 1: Google PageSpeed Insights (mobile tab)
PageSpeed Insights is the closest official replacement. Paste your URL at pagespeed.web.dev, wait for the analysis, then click the Mobile tab. You get the mobile performance score (0 to 100), the four Core Web Vitals (LCP, INP, CLS, TTFB), and a long list of Diagnostics and Audits.
Scroll past the score wheel to find the section that matters most: the Opportunities and Diagnostics expandable rows. Each row points at a specific fix, like "Properly size images" or "Avoid enormous network payloads." Click each one and PageSpeed shows the exact resources to fix, with the estimated time savings if you do.
The strength of PageSpeed Insights is that it runs on Google's own infrastructure with a simulated Moto G Power device on a throttled 3G connection. That is harsh, on purpose. If your page passes PageSpeed mobile, it will fly on a mid-range phone in the real world. The weakness is that PageSpeed shows zero screenshots of how the page actually renders. You see numbers and warnings, not pixels. You will not catch a logo that is twice as wide as the viewport, because the audit cares about file weight, not visual layout.
Run PageSpeed at least twice and take the median score. A single run can swing by 10 points depending on network conditions, ad scripts, and analytics latency. The CrUX field data section underneath the lab data shows real user numbers if Chrome has enough traffic from your site.
Alternative 2: Lighthouse audits in Chrome DevTools
Lighthouse is the engine that powers PageSpeed Insights, but you can run it locally for faster, deeper audits. Open the page you want to test in Chrome, hit F12 to open DevTools, then click the Lighthouse tab. Select Mobile under Device, check Performance, Accessibility, Best Practices, and SEO, and click Analyze page load.
Lighthouse spins up an emulated mobile device, throttles the network, and renders your page from scratch. After about thirty seconds you get four scores and a long list of diagnostics, grouped by category. The SEO section specifically covers the criteria the old Mobile-Friendly Test used to check: viewport meta tag, font size, tap target size, and crawlability. The mobile-friendliness check now lives inside the SEO score.
Pro tip: run Lighthouse three times back to back and take the median score. Lighthouse is sensitive to background tabs, browser extensions, and even your laptop battery state. For a clean run, use an incognito window with all extensions disabled and your charger plugged in.
Read the official documentation on web.dev/lighthouse for the full taxonomy of audits. Lighthouse is updated roughly twice a year, so the audit list in 2026 includes INP (which replaced FID in March 2024), the third-party JavaScript audit, and the LCP element identification. If your team is comparing tools for daily QA, our Chrome DevTools vs dedicated testing tools piece breaks down where Lighthouse fits.
Alternative 3: Google Search Console Page Experience report
Search Console is only useful for sites you own and have verified, but for those sites it is the most accurate mobile signal Google publishes. Inside the Search Console dashboard, look under Experience for the Core Web Vitals and HTTPS reports. The old Mobile Usability report is gone, but the Core Web Vitals report still segments data by Mobile and Desktop, which is the closest thing left to a mobile-specific health view.
The two reasons Search Console beats every other tool on this list: it uses real-user data, and it shows trends over time. PageSpeed Insights and Lighthouse give you a lab score for one URL at one moment. Search Console aggregates the Chrome User Experience Report (CrUX) data across your entire site over a rolling 28-day window. If a recent deploy broke CLS on mobile for half your users, Search Console will surface it within days.
The drill-down workflow: open Core Web Vitals, click the Mobile report, sort URLs by Poor and Needs Improvement. Click any URL to see which metric is failing and which page groups share the same problem. Fix the underlying issue, click Validate Fix, and Google retests your URLs over the next 28 days. This is the closest replacement to the old Mobile Usability report, even though the wording is different.
Alternative 4: MobileViewer.io for visual rendering
None of the Google replacements show you a screenshot. They show numbers, warnings, and audits. The old Mobile-Friendly Test had one feature nobody can replicate with PageSpeed Insights: a rendered preview of how the page actually looks on a phone-sized viewport. That visual sanity check is where a tool like MobileViewer.io comes in.
Workflow is short. Open MobileViewer.io, paste the URL, and pick a device frame. The tool renders your live page inside an iPhone 16 Pro Max, a Pixel 8 Pro, a Galaxy S24, an iPad Air, a Surface Duo, or any of 50+ other devices. You can switch device with one click and see side-by-side comparisons, scroll inside the frame, and use the geographic emulation feature to render the page from a different country.
This is the part of the google mobile friendly test experience that PageSpeed Insights cannot replace. You see at a glance whether your hero image is cropping weird on an iPhone SE, whether the CTA is below the fold on a Galaxy S24, or whether the cookie banner is eating the entire viewport on a Pixel. The first 20 tests are free with no signup, and pricing scales from there. We deep-dive how the tool compares to enterprise platforms in our BrowserStack vs LambdaTest vs MobileViewer comparison.
You can do the same thing in 5 seconds with MobileViewer.io. Paste, pick, preview. Done.
Alternative 5: BrowserStack Responsive
BrowserStack has two relevant products. The first is BrowserStack Responsive, a free tool at browserstack.com/responsive that renders your URL across a grid of common breakpoints (iPhone, iPad, Pixel, Galaxy, common laptops). It is essentially a one-shot multi-device preview, no login required for the basic view.
The second is BrowserStack Live, the paid platform that gives you a real device cloud. With Live, you can click any iPhone, Pixel, or Galaxy in the catalog and get a remote session on actual hardware. Touch events work, you can rotate the device, you can install apps, you can record videos of the session. This is the gold standard for pre-launch QA, and it is also expensive. Solo plans start around $39 per month, Team plans at $159 per user per month as of 2026.
Use BrowserStack Responsive (free) for a quick visual scan when you do not want to pay. Use BrowserStack Live (paid) when you need to confirm a specific bug on a specific real device, especially for iOS Safari quirks that no emulator can reproduce. For most teams, real devices are reserved for the last 10% of testing where touch behavior, GPS, or push notifications matter. Day-to-day QA happens in a lighter tool.
Alternative 6: LambdaTest LT Browser
LambdaTest LT Browser is a downloadable desktop app, not a web tool. You install it on macOS, Windows, or Linux, sign up for a free account, and open the app. From there you can preview any URL across 50+ device viewports, with a dedicated side-by-side view that puts two or four devices on screen at once. The interface is similar to Polypane and Sizzy.
Free tier includes unlimited local previews, the device library, and basic dev tools. Paid features include integrated Lighthouse, accessibility audits, network throttling presets, and the LambdaTest cloud (real devices, accessed through the same app). Pricing starts at around $15 per month for the developer plan and scales to enterprise tiers.
The strength of LT Browser is that it lives on your desktop, not in a browser tab. You can drag the window to a second monitor, keep it open while you code, and hot-reload your localhost as you build. The weakness is that it is yet another app to install and update, and the free tier still requires a signup. For developers who want a heavy on-desktop tool, it is excellent. For everyone else, a web-based tool is faster to start.
Alternative 7: Chrome DevTools Device Mode
You already have this one. Open Chrome, press F12 or Cmd-Opt-I, click the device toolbar icon (top-left of DevTools), and Chrome resizes the page to a phone-sized viewport. Pick iPhone 15 Pro, Pixel 8, iPad mini, Galaxy S20 Ultra, or any of the built-in presets, or add a custom device with exact width and pixel ratio.
Device Mode emulates the viewport, the user-agent string, and (optionally) touch events. What it does not emulate is the rendering engine: Chrome on iPhone is still Blink, not WebKit. iOS-only bugs like the 100vh trap, position:sticky inside scrolling parents, and certain backdrop-filter issues will not show up in Chrome's device mode. For those, you need Safari Responsive Design Mode on a Mac or a real iPhone.
Chrome DevTools is also the home of network throttling (Slow 3G, Fast 3G, Offline) and CPU throttling. Combine viewport emulation with network throttling and you get a reasonable simulation of how a budget Android phone on a flaky connection would experience your site. We cover the full workflow in how to see mobile view in Chrome, including the keyboard shortcuts and the custom-device setup. For the Safari side, read our Safari Responsive Design Mode walkthrough.
Comparison table: which alternative does what the old Google tool did
No single tool replaces the full feature set of the old Mobile-Friendly Test. The combinations matter. This table maps the seven alternatives across the five capabilities that matter most.
| Tool | Visual rendering | Pass/fail score | Performance audit | Free tier | Best for |
|---|---|---|---|---|---|
| PageSpeed Insights | No | Yes (0-100) | Deep, with diagnostics | Unlimited, free | Official scoring and Core Web Vitals |
| Lighthouse (DevTools) | No | Yes (0-100 in 4 categories) | Deep, includes SEO mobile audits | Free, built into Chrome | Developer-driven audits with local control |
| Search Console | No | URL-level pass/fail | Real-user CrUX data over time | Free for verified sites | Historical and real-user mobile signals |
| MobileViewer.io | Yes, 50+ device frames | Visual review (no score) | Basic loading metrics | 20 free tests, no signup | Visual sanity checks across many devices |
| BrowserStack Responsive | Yes, multi-device grid | Visual review | Included in Live (paid) | Free for basic preview | Cross-device visual sweep plus real-device sessions |
| LambdaTest LT Browser | Yes, side-by-side | Visual review plus optional Lighthouse | Lighthouse integrated (paid) | Free with signup | Desktop-app workflow for developers |
| Chrome DevTools | Yes, single device at a time | Via Lighthouse | Network and CPU throttling | Free, in every Chrome install | Daily developer QA |
The pattern is clear. Use PageSpeed Insights or Lighthouse for the score, MobileViewer.io or BrowserStack Responsive for the visual check, and Search Console for the historical signal. No tool below that line gives you everything. Our wider list of 10 best mobile-friendly test tools in 2026 covers another three options if your team has more niche needs.
A step-by-step replacement audit workflow
This is the workflow we run on every new site, every quarter. It takes around 20 minutes for a single page and gives you the closest replacement for what the old Google tool used to deliver in one click.
- Run PageSpeed Insights for the score. Visit pagespeed.web.dev, paste the URL, switch to the Mobile tab, and record the four Core Web Vitals plus the overall score. Run it twice and take the median. This is your official Google-blessed mobile performance number.
- Run Lighthouse locally for detailed audits. Open the page in Chrome, hit F12, switch to the Lighthouse tab, select Mobile, check all four categories (Performance, Accessibility, Best Practices, SEO), and click Analyze. Read the SEO section for the specific mobile criteria (viewport meta, tap targets, font size).
- View on MobileViewer.io for visual rendering. Paste the URL, pick an iPhone 16 Pro Max and a Galaxy S24 Ultra, scroll the page inside each frame, and look for layout breaks, cropped images, unreachable CTAs, or oversized modals. This catches the things lab audits miss.
- Check Search Console for indexing status. Open the Core Web Vitals report (Mobile), look for any URLs marked Poor or Needs Improvement, and click Validate Fix on anything resolved. Open the URL Inspection tool to confirm the latest mobile render is what you expect.
- Test on a real iPhone via Safari. Open the URL on an actual iPhone or use Safari Responsive Design Mode on a Mac to catch iOS-specific bugs (100vh, sticky positioning, input zoom). This is the only step that catches WebKit-only rendering issues.
Run all five steps in sequence and you replicate every feature the old Mobile-Friendly Test had, plus several it never offered. The whole audit fits in a single 25-minute slot on your calendar.
What ranking factors are still tied to mobile-friendliness in 2026
Mobile-friendliness still matters for SEO, even without the dedicated Google tool. The signals just live elsewhere now. These are the ranking factors tied directly to mobile health that you should be tracking in 2026.
Mobile-first indexing. Since July 2024, every site is crawled mobile-first by default. If your mobile DOM is missing content, schema, or internal links that exist on desktop, Google ranks the mobile version. The smaller version wins by default, which means content parity is no longer optional.
Core Web Vitals on mobile. LCP under 2.5 seconds, INP under 200ms, CLS under 0.1. These thresholds apply to mobile separately from desktop in the CrUX data Google uses for the Page Experience signal. Failing CWV on mobile is the most common ranking penalty we see in audits today.
Intrusive interstitial penalty. Cookie banners, paywalls, and email signup modals that cover the main content above the fold on mobile still cost you ranking. This rule applies on mobile only.
HTTPS and safe browsing. Required for any site, but especially weighted on mobile where insecure pages get a more aggressive browser warning.
Tap target size and viewport meta tag. Lighthouse's SEO audit checks both, and Search Console can flag related issues at the URL level. These are not direct ranking signals, but they correlate strongly with the page experience score.
Test on 50+ real devices in one click.
Get 200 free tests when you sign up for MobileViewer.io. The visual mobile checker the old Google tool never was.
Get 200 free tests →Conclusion
The old google mobile friendly test is gone for good. The criteria that made a page mobile friendly are not. To replicate the old experience in 2026, build a three-tool stack: PageSpeed Insights for the official score, MobileViewer.io for the visual render, and Search Console for the historical signal. Layer in Lighthouse, Chrome DevTools, and a real iPhone (or Safari Responsive Design Mode) for deeper audits when the stakes are high.
This setup is faster, more accurate, and more diagnostic than the single button Google retired. Start with PageSpeed Insights and MobileViewer.io today. You will catch more bugs in the next five minutes than the old tool would have flagged. If you want the wider mobile testing roadmap, our pillar how to view your website on mobile guide ties everything together.
FAQ
What replaced the Google Mobile-Friendly Test?
Google split the functionality across three of its existing products. PageSpeed Insights inherited the mobile audit role and gives you a 0-100 score plus Core Web Vitals. Lighthouse inside Chrome DevTools handles the detailed technical audits including mobile SEO checks. Google Search Console keeps the historical, real-user mobile data through the Core Web Vitals report. No single replacement covers all three roles, so most teams now combine PageSpeed Insights for scoring with a visual tool like MobileViewer.io for rendering.
Is the Google Mobile-Friendly Test still available?
No, the standalone tool was retired on December 1, 2023. The URL at search.google.com/test/mobile-friendly still resolves, but it now serves a deprecation notice that points users to PageSpeed Insights and Search Console instead. The Mobile Usability report inside Search Console was also retired the same week. If you still see the old tool referenced in third-party SEO blog posts or YouTube videos, those resources are outdated and have not been updated to reflect the December 2023 deprecation.
How do I check if my site is mobile friendly in 2026?
Use a three-step workflow. First, run your URL through PageSpeed Insights and look at the Mobile tab for the score and the diagnostics list. Second, view the live page on MobileViewer.io across iPhone, Pixel, and Galaxy frames to catch layout issues no audit will flag. Third, if you own the site, check the Core Web Vitals report inside Google Search Console for real-user trends. Combined, these three steps cover everything the old Mobile-Friendly Test checked, plus visual rendering and historical data.
Does PageSpeed Insights check mobile friendliness?
Yes, but indirectly. PageSpeed Insights returns a mobile performance score from 0 to 100 based on Core Web Vitals and Lighthouse audits. Inside the Diagnostics section you will find the same mobile-friendly criteria the old tool checked: viewport meta tag, tap target size, font size, and content sizing. The audit is more comprehensive than the old binary tool, but it does not give you a single mobile-friendly pass or fail. You have to interpret the score and the SEO audit section to reach the same conclusion.
Can I still use the old mobile-friendly test URL?
The URL at search.google.com/test/mobile-friendly still loads, but it does not test anything. It returns a deprecation message with links to PageSpeed Insights and Search Console. Many SEO tools and Chrome extensions that used to embed the old Mobile-Friendly Test through Google's public API have also lost that functionality. Any tool still claiming to use Google's Mobile-Friendly Test API in 2026 is either using cached results from before December 2023 or running a completely different audit under that name.
How does Google decide if my site is mobile friendly now?
Google uses the Page Experience signal, which combines Core Web Vitals on mobile, HTTPS, the absence of intrusive interstitials, and safe browsing. None of these signals is published as a public pass/fail score anymore. Google evaluates them automatically as part of its ranking algorithm, and you only see the underlying data inside Search Console for sites you own. Your best proxy is the PageSpeed Insights mobile score combined with the Search Console Core Web Vitals report.
What's the best free mobile-friendly test in 2026?
If you want a single tool, PageSpeed Insights is the closest free replacement for the official audit, because it is built by Google and reflects how Google itself measures mobile performance. If you want visual confirmation that the page actually looks right on a phone, MobileViewer.io is the best free tool: 20 tests with no signup, 50+ device frames, and geographic emulation. Most teams use both together, since one gives you the score and the other gives you the rendered preview the old Google tool used to offer.