Unique visitors are the total number of distinct people who visited a website during a selected time period. If the same person visits your site six times in a day, they count as a single unique visitor, not six.
That deduplication is the whole point of the metric. Total visits tell you how busy the site was, while unique visitors tell you how many actual humans you reached. Most tools use "unique visits" and "unique visitors" to mean the same count, so you can read the two terms interchangeably.
How are unique visitors calculated?
Analytics tools assign every browser a unique identifier the first time it arrives, then look for that unique ID on later visits. If they see it again inside the reporting window, the visit is attributed to the same individual user rather than counted as a new one.
There are two ways tools do this:
- Cookies and client IDs. Modern analytics, including Google Analytics, store a first-party cookie containing a randomly generated client ID. This is the standard approach.
- IP addresses. Older server-log analytics identified visitors by their IP address. It still shows up in simple log-based tools, but IP addresses are a poor proxy. A whole office shares one, while a phone switching from wifi to cellular gets several.
If you set a user ID for logged-in users, analytics can stitch sessions together properly across multiple devices. Without it, one person on a laptop and a phone counts as two unique users.
A worked example
Say your blog gets 10 unique visitors this week. Between them they open the site 24 times and read 60 web pages. Your report shows 10 unique visitors, 24 total visits, and 60 page views. Three different numbers, all correct, all measuring something different.
Why unique visitor counts don't add up
Daily uniques do not sum into monthly uniques. Someone who visits on Monday and Thursday is one unique visitor for the week but appears in two daily counts. Stacking weekly unique visitor numbers into a quarterly figure will always overstate it, so pull the total number for each range directly instead of totalling the smaller ones.
Unique visitors vs visits vs page views
These four metrics get confused constantly:
| Metric | What it counts |
|---|---|
| Unique visitors | Distinct people in the time period, deduplicated |
| Visits / sessions | Each separate browsing session, ending after 30 minutes of inactivity |
| Page views | Every page load, including refreshes |
| Unique page views | Page views collapsed to one per session per page |
One person can generate one unique visitor, four visits, and forty page views across a dozen web pages in a month.
Unique page views was a Universal Analytics metric and no longer exists in GA4. The nearest equivalent is views combined with sessions.
How to see unique visitors in Google Analytics
Google Analytics no longer uses the phrase "unique visitors" at all. GA4 replaced it with a set of user metrics:
- Total users. Every distinct user in the date range. This is the closest match to the old unique visitors metric.
- Active users. Users who had an engaged session. GA4 reports this simply as "Users" in most standard reports, so the headline number you see is usually active users, not total users.
- New users. First-time visitors in the period.
- Returning users. Everyone else.
To find them, open Reports, then Acquisition, then Traffic acquisition, set your date range, and add Total users as a metric if you want the unbroken count. The old Universal Analytics path through Audience and Overview is gone, because Universal Analytics stopped processing data in July 2023.
Other platforms report the same idea under their own name. Blogger and similar hosted platforms show a simplified pageviews count in their built-in stats dashboard, which isn't the same thing as unique visitors, so add an analytics tool if you need the real number. Privacy-focused tools such as Plausible and Fathom report unique visitors without using cookies at all.
How to check unique visitors for any website
You can't get another site's real analytics, since only the owner sees those. What you can get is an estimate, and for competitive research an estimate is usually enough.
- Similarweb. The most widely cited source for monthly unique visitors and total visits. The free tier covers larger sites, but small sites often have too little data to model.
- Semrush Traffic Analytics. Estimates unique visitors, visits, and pages per visit. Generally the strongest option for comparing several competitors side by side.
- Ahrefs Site Explorer. Estimates organic search traffic rather than total unique visitors. Useful when you specifically want to know how much of a site's traffic comes from Google.
Treat every one of these numbers as directional. They're modelled from clickstream panels and search data, and they can be off by a wide margin, particularly for smaller sites. Use them to compare websites against each other, not to state anyone's traffic as fact.
What counts as a good number of unique visitors?
There's no universal benchmark, and anyone quoting one is guessing. A niche B2B site converting 2% of 3,000 monthly unique visitors is a far better business than a media site with 300,000 uniques and no revenue.
Compare your own unique visitor numbers over time instead. Are they growing month over month, and is the share of new visitors healthy enough to keep the site from stagnating?
Why the metric overstates reality
Unique visitor counts are always inflated to some degree. The usual causes:
- Cookie deletion. Clear your cookies and your next visit looks like a brand new person.
- Multiple devices and browsers. One person on a phone, a laptop, and a work machine is three unique users unless a user ID ties them together.
- Browser privacy limits. Safari caps the lifetime of cookies set in JavaScript at seven days, so frequent visitors get recounted regularly.
- Bots. Analytics filters catch most, but not all.
None of this makes the metric useless. It makes it a consistent relative measure rather than a headcount, which is fine for tracking growth and unreliable as an absolute number.
How to increase unique visits to your website
Growing unique visitors means reaching new visitors who haven't found you yet, which is a different job from getting existing readers to come back. Some of the most effective options:
- Organic search. The most durable channel. Rank for the search queries your audience actually types.
- Content that answers a real question. Pages that match search intent earn links and rankings. Pages that don't, don't.
- Email and social distribution. Useful for returning visitors, less so for new ones, unless the content gets shared beyond your existing audience.
- Fixing pages that already get impressions. Check Google Search Console for pages ranking on page two or three. Improving those is usually faster than publishing something new.
That last point is where Dashword helps. It analyses the pages already ranking for your target keyword and shows what your page is missing, so an existing article can climb rather than languish.
Frequently asked questions
What is the difference between visits and unique visitors? Visits count every browsing session. Unique visitors count each person once, however many sessions they had in the period.
What is the difference between unique visitors and page views? A page view is one page load. A single unique visitor can generate dozens of page views in one visit.
Does Google Analytics still show unique visitors? Not under that name. GA4 uses Total users and Active users instead, and Total users is the closest equivalent to the old unique visitors metric.
Can I see how many unique visitors another website gets? Only as an estimate, through tools like Similarweb or Semrush. Real unique visitor counts are visible only to the site's owner.