Core Web Vitals 10 min read

How to Check Core Web Vitals: 6 Free Tools & Methods (2025)

Learn how to check your Core Web Vitals with free tools like Google Search Console, PageSpeed Insights, Chrome DevTools, and more. Step-by-step guide included.

By Rankture Team
How to Check Core Web Vitals: 6 Free Tools & Methods (2025)

Knowing how to check your Core Web Vitals is essential for maintaining good SEO performance. Google uses these metrics as ranking factors, and poor scores can hold back your organic traffic.

In this guide, I’ll walk you through 6 different ways to check Core Web Vitals—from quick spot-checks to deep debugging—so you can find issues and fix them fast.

Quick Answer: The Easiest Ways to Check Core Web Vitals

ToolBest ForData TypeTime Needed
Google Search ConsoleSite-wide overviewField (real users)2 minutes
PageSpeed InsightsSingle URL checkBoth1 minute
RanktureSEO-focused auditLab2 minutes
Chrome DevToolsDebugging issuesLab5+ minutes
Web Vitals ExtensionQuick spot-checkLabInstant
CrUX DashboardHistorical trendsField5 minutes

1. Google Search Console (Best for Site-Wide Data)

Google Search Console provides the most authoritative Core Web Vitals data because it comes directly from Google’s ranking systems.

How to Check Core Web Vitals in Search Console

  1. Go to Google Search Console
  2. Select your property
  3. Navigate to Experience → Core Web Vitals
  4. Choose Mobile or Desktop report

What You’ll See

Search Console groups your URLs into three categories:

You’ll also see which specific metric is causing issues:

Pros and Cons

Pros:

Cons:

Pro Tip

Click on any issue to see which URL groups are affected. Search Console groups similar pages together (like all blog posts or all product pages), making it easier to prioritize fixes.


2. PageSpeed Insights (Best for Single URLs)

PageSpeed Insights is the quickest way to check Core Web Vitals for any specific URL.

How to Use PageSpeed Insights

  1. Go to pagespeed.web.dev
  2. Enter your URL
  3. Click Analyze
  4. Wait 10-30 seconds for results

Understanding the Results

PageSpeed Insights shows two types of data:

Field Data (What Real Users Experience)

Lab Data (Simulated Test)

Reading the Scores

For each Core Web Vital, you’ll see:

Pros and Cons

Pros:

Cons:


3. Rankture Free SEO Audit (Best for SEO Context)

Our free SEO audit tool checks Core Web Vitals as part of a comprehensive SEO analysis.

Why Use Rankture for Core Web Vitals

Unlike tools that only measure performance, Rankture puts Core Web Vitals in SEO context:

How to Check Core Web Vitals with Rankture

  1. Go to rankture.com/free-seo-audit
  2. Enter your website URL
  3. Get your full report in under 60 seconds
  4. Review Core Web Vitals in the Technical SEO section

What Makes It Different

While other tools give you raw metrics, Rankture prioritizes findings by SEO impact. If your LCP is slightly slow but your title tags are missing, we’ll tell you to fix the title tags first—because that’s the bigger SEO issue.


4. Chrome DevTools (Best for Debugging)

Chrome DevTools is the most powerful option for debugging specific Core Web Vitals issues.

How to Access Core Web Vitals in DevTools

  1. Open Chrome and navigate to your page
  2. Press F12 (or Cmd+Option+I on Mac)
  3. Go to the Performance tab
  4. Click the Reload button (circular arrow) to record a page load

Finding LCP Issues

After recording:

  1. Look for the LCP marker in the timeline
  2. Hover over it to see which element was the LCP
  3. Check the Summary tab for timing breakdown

Common findings:

Finding INP Issues

  1. Go to the Performance tab
  2. Interact with the page (click buttons, type in forms)
  3. Stop recording
  4. Look for long tasks (red-flagged) in the main thread
  5. Click on tasks to see what JavaScript is causing delays

Finding CLS Issues

  1. Enable “Core Web Vitals” in DevTools settings
  2. Reload the page
  3. Watch for red overlay boxes showing layout shifts
  4. Check the Experience section in the Performance panel

Alternatively, use this console command:

new PerformanceObserver((list) => {
  for (const entry of list.getEntries()) {
    console.log('Layout Shift:', entry);
  }
}).observe({ type: 'layout-shift', buffered: true });

Pros and Cons

Pros:

Cons:


5. Web Vitals Chrome Extension (Best for Quick Checks)

The Web Vitals extension shows Core Web Vitals data in real-time as you browse.

How to Use the Extension

  1. Install from the Chrome Web Store
  2. Click the extension icon in your toolbar
  3. Visit any page
  4. See live Core Web Vitals metrics in the popup

What You’ll See

The extension shows:

Color coding matches Google’s thresholds:

Pros and Cons

Pros:

Cons:


The Chrome User Experience Report (CrUX) Dashboard shows historical Core Web Vitals data from real users.

How to Access the CrUX Dashboard

  1. Go to CrUX Dashboard
  2. Click “Access the Dashboard”
  3. Enter your website’s origin (e.g., https://example.com)
  4. View historical data and trends

What You’ll See

The dashboard shows:

Pros and Cons

Pros:

Cons:


Field Data vs. Lab Data: Which Matters More?

When checking Core Web Vitals, you’ll encounter two types of data:

Field Data (Real User Monitoring)

What it is: Aggregated data from real Chrome users visiting your site.

Where to find it:

Why it matters: This is what Google actually uses for rankings. Field data reflects real-world conditions—various devices, network speeds, and user behaviors.

Lab Data (Synthetic Testing)

What it is: Simulated tests run in controlled environments.

Where to find it:

Why it matters: Lab data is instant and consistent, making it ideal for testing changes before pushing to production.

The Bottom Line

Use field data to understand your actual ranking impact and real user experience.

Use lab data for debugging issues and testing fixes before deployment.

If your field data and lab data differ significantly, it usually means:


How Often Should You Check Core Web Vitals?

Here’s a practical checking schedule:

FrequencyToolPurpose
WeeklySearch ConsoleMonitor site-wide trends
Before/after changesPageSpeed InsightsVerify optimizations
During developmentChrome DevToolsDebug specific issues
MonthlyCrUX DashboardTrack long-term trends
As neededRanktureFull SEO health check

Common Core Web Vitals Issues & Quick Fixes

LCP Issues (Loading)

Symptoms: “LCP issue: longer than 2.5s”

Quick fixes:

INP Issues (Interactivity)

Symptoms: “INP issue: longer than 200ms”

Quick fixes:

CLS Issues (Visual Stability)

Symptoms: “CLS issue: more than 0.1”

Quick fixes:


FAQs About Checking Core Web Vitals

How long does it take for Core Web Vitals changes to show in Search Console?

Search Console uses a 28-day rolling average, so expect 2-4 weeks before seeing the full impact of your changes. However, you’ll start seeing gradual improvement as new data replaces old data in the average.

Why do my Core Web Vitals scores differ between tools?

Different tools use different testing methods:

Do I need to check Core Web Vitals for every page?

Focus on your most important pages first:

  1. Homepage
  2. Top landing pages (check in Analytics)
  3. Key conversion pages
  4. Template pages (fixing one fixes all pages using that template)

Search Console groups similar pages together, making it easier to identify patterns.

Can I check Core Web Vitals for competitor sites?

Yes! Use PageSpeed Insights or the Web Vitals extension on any public URL. This is useful for benchmarking your performance against competitors.


Start Checking Your Core Web Vitals Today

Now you know 6 different ways to check Core Web Vitals—from quick spot-checks to deep debugging sessions. The key is using the right tool for your situation:

Ready to check your Core Web Vitals right now? Run a free SEO audit to see your performance scores alongside 20+ other SEO factors. You’ll get actionable recommendations prioritized by impact, so you know exactly what to fix first.

Tags:

core web vitals PageSpeed Insights Search Console Chrome DevTools performance testing

Share this article:

Ready to improve your SEO?

Get a free SEO audit and see exactly what needs fixing on your site

Start Free Audit