COOKIELESS · 19 tools

Cookieless analytics tools that work without a cookie banner

Web analytics tools that drop zero cookies, fingerprint nothing identifiable, and let you skip the consent banner entirely. Ranked by independence, not affiliate payout.

Independently researched by Mark Sutton · No affiliate links · How we test

Who this list is for

👤 Marketer tired of cookie-banner bounce

Your cookie banner is killing 12-18% of conversions before they even see your site. You don't need yet another 'GDPR-compliant analytics' that still wants 11 cookie checkboxes. You need a tracker that doesn't require consent at all.

What "cookieless" actually means in 2026

Most of what you read about cookieless analytics is marketing. Vendors slap "cookieless" on a product page if they've dropped third-party cookies but still set first-party tracking cookies for visitor identification. That's a meaningful improvement over Google Analytics 4, but it's not what your visitors mean when they ask "are you tracking me?" — and it's not what GDPR legitimate-interest tests for.

A genuinely cookieless analytics tool sets zero cookies of any kind (tracking, identification, consent, or session) and identifies a unique visitor through a daily-rotated salted hash typically derived from IP + User-Agent + domain + day-bucket. The hash gives you yesterday's pageview-per-visitor count. It does not give you cross-day stitching, multi-touch attribution, or a stable user_id — and that's the trade.

Why this matters for the cookie banner

Under GDPR Article 6(1)(f) — legitimate interest — you can process personal data without consent if three conditions hold: the processing is necessary for a legitimate purpose, the visitor would reasonably expect it, and it doesn't override their rights. Pure cookieless analytics tools claim this exemption because:

  1. No personal data persists on the device — the daily hash is rotated and unrecoverable.
  2. The data leaves the visitor's control window with no identifier that re-identifies them tomorrow.
  3. The aggregate-only outputs (pageviews, sources, durations) genuinely qualify as legitimate operations interest.

EU data-protection authorities have accepted this argument for tools like Plausible (German DSK 2022 review), Fathom (Schrems II posture documented), and most of the AGPL self-host options. Tools that drop a tracking cookie — even a first-party one with a 13-month expiry — fall outside this exemption and need ePrivacy consent.

The 5 tests a cookieless tool must pass

Every tool on this list passed all five. We deployed each on a clean test domain and inspected the wire payload + response headers in DevTools.

  1. Zero Set-Cookie headers on the analytics endpoint, the tracker JS request, and any redirect chain. We monitored 7 days of pageviews.
  2. No browser fingerprinting beyond IP+UA — no canvas hashing, no font enumeration, no WebGL, no audio context.
  3. Daily salt rotation documented in vendor docs OR observed through 24-hour visitor-count divergence on a controlled stable-traffic test.
  4. Public Schrems II posture for tools claiming EU-only data residency, with named sub-processors and SCC documentation.
  5. No consent banner shipped with the tracker by default. If installation requires a consent flow, the tool failed.

The honest trade-off

Going cookieless costs you three things, and they're worth knowing before you migrate from GA4:

  • Cross-day visitor stitching is gone. Every Safari user counts again tomorrow. Your "monthly active users" number will look smaller than GA4's — not because traffic dropped, but because the math changed.
  • Multi-session attribution stops at 24h. If a buyer visits Tuesday from a LinkedIn ad, leaves, and converts Friday from a direct visit, GA4 stitches that together. Cookieless tools see two visitors. You'll need a server-side join (BigQuery export + your own logic) for true LTV attribution.
  • Custom user_id event chains break. If you instrument custom events with a logged-in user identifier, that's no longer cookieless from the user's perspective. Tools accommodate this with optional consent prompts for logged-in flows, but the "no banner" claim only applies to anonymous visitors.

If those three losses are deal-breakers for your team, you don't want a cookieless tracker — you want a privacy-friendly tracker with documented consent-management, like Matomo or Piwik PRO with cookies enabled. We list those on the GDPR-compliant tools page instead.

Free cookieless analytics options (no banner, no $9/mo)

If you want cookie-free analytics and a free price tag, you have three categories:

  1. Permanently free Cloud tierUmami Cloud (Hobby, 100k events/mo), Simple Analytics (Free, 5 sites), GoatCounter (free for personal/SMB, donation-supported). All three are cookie-free and don't need a banner.
  2. Permanently free self-hostPlausible Community Edition (AGPL-3.0, Elixir + ClickHouse), Umami (MIT, Next.js + Postgres), Matomo (GPL-3.0, PHP + MySQL — needs to be configured for cookieless mode), GoatCounter (EUPL-1.2, single Go binary on SQLite). Free in license, $5/mo VPS in reality.
  3. Trial-only "free" — Plausible Cloud (30-day trial), Fathom (30-day trial), Pirsch (30-day trial). After that you pay. Don't confuse these with the permanent free options above.

For most operators wanting free cookieless analytics, the choice is between Umami self-host (zero recurring cost, 30 min ops/month) or Simple Analytics free tier (zero ops, 5-site cap). If you run more than 5 sites and don't want to pay anything, Umami self-host is the only path.

How to pick from this list

The Plausible default works for most content sites — clean dashboard, fast tracker, EU-hosted, $9/mo entry, single-screen analytics that loads in under a second. If you're a SaaS team with paid LinkedIn campaigns and want better source attribution: Fathom. If you're self-hosting on a $5 VPS and refuse to pay for analytics: Umami (MIT license, Postgres backend, single Docker image).

If you ship a mobile or desktop app rather than a website, this list is the wrong category — see app-analytics tools instead. App SDKs operate on different technical principles and the cookieless framing doesn't map cleanly.

The 19 tools that qualify

Truly cookieless analytics — no first-party tracking cookie, no fingerprint, no consent banner required under GDPR's legitimate interest. These eight tools prove it can be done.

Plausible

🇪🇪 Estonia

Privacy-first GA alternative, EU-hosted, simple dashboard

  • Price: $9/mo
  • License: AGPL-3.0
  • Founded: 2018
Read full review →

Fathom Analytics

🇨🇦 Canada

Cookieless privacy analytics with EU Isolation by default, founder-led since 2018

  • Price: $15/mo
  • License: Proprietary (closed-source SaaS)
  • Founded: 2018
Read full review →

Ackee

🇩🇪 Germany

MIT Node.js + MongoDB self-host-only OSS analytics — solo German maintainer Tobias Reich. GraphQL API + 14 framework integrations. No SaaS option, no paid tier

  • Price: Free
  • License: MIT
  • Founded: 2014
Read full review →

Cabin

🇬🇧 United Kingdom

Privacy-first carbon-aware analytics — built-in CO2 reporting per pageview, only directory tool with sustainability dashboard. UK solo-maintained Nic Mulvaney LTD

  • Price: Free
  • License: Closed-source SaaS
  • Founded: 2022
Read full review →

Counter.dev

Not disclosed

Minimalist OSS hit-counter — solo-dev project, 1.1KB tracker, Pay-What-You-Want free model, no IP processed at backend

  • Price: Free
  • License: AGPL-3.0
  • Founded: 2020
Read full review →

Databuddy

🇺🇸 United States

AI-native observability suite — analytics + Web Vitals + errors + feature flags + uptime + short links + Databunny AI chat in one AGPL tracker, EU-hosted Hetzner DE

  • Price: Free
  • License: AGPL-3.0
  • Founded: 2025
Read full review →

GoatCounter

🇮🇪 Ireland

Solo-developer cookieless analytics — single binary on SQLite, EUPL-1.2 license

  • Price: Free
  • License: EUPL-1.2 (server) · ISC (count.js)
  • Founded: 2019
Read full review →

Humblytics

🇺🇸 United States

CRO suite — A/B testing + heatmaps + funnels + AI hypothesis generation in one $19 cookie-free tracker. Replaces deprecated Google Optimize and budget-tier Hotjar+Optimizely

  • Price: $19/mo
  • License: Closed-source SaaS
  • Founded: 2024
Read full review →

Litlyx

🇮🇹 Italy

Italian Apache-2.0 cookieless web + product + UTM marketing analytics with AI chat — Hetzner Germany, €8.99 entry, 48h breach notification

  • Price: $8/mo
  • License: Apache 2.0
  • Founded: 2024
Read full review →

OpenPanel

🇸🇪 Sweden

Open-source bridge web→product analytics — Mixpanel power, Plausible simplicity, $2.50 entry, EU-hosted Sweden

  • Price: $2/mo
  • License: AGPL-3.0
  • Founded: 2023
Read full review →

Pirsch

🇩🇪 Germany

Cookieless EU-hosted analytics built in Germany, with open-source AGPLv3 core

  • Price: $6/mo
  • License: Closed-source SaaS · open-source AGPLv3 Go core
  • Founded: 2021
Read full review →

Piwik PRO

🇵🇱 Poland

Enterprise GDPR-strict analytics suite — ISO 27001 + SOC 2 Type II + HIPAA BAA, multi-region SaaS, Polish closed-source (forked from Matomo 2016)

  • Price: $38/mo
  • License: Commercial (closed-source SaaS / on-premises)
  • Founded: 2013
Read full review →

Rybbit

🇺🇸 United States

Modern open-source GA replacement with cookieless tracking, session replay, and Web Vitals — AGPL, EU-hosted, lightweight

  • Price: $13/mo
  • License: AGPL-3.0
  • Founded: 2025
Read full review →

Seline

🇵🇱 Poland

SaaS-friendly cookieless analytics with funnels, user profiles, and AI chat — flat $14/mo, EU-hosted Germany

  • Price: Free
  • License: Closed-source SaaS (tracker MIT)
  • Founded: 2024
Read full review →

Swetrix

🇬🇧 United Kingdom

Open-source privacy-first analytics with errors, funnels, A/B, feature flags — AGPL-3.0, EU-hosted, 50 sites included

  • Price: $19/mo
  • License: AGPL-3.0
  • Founded: 2021
Read full review →

Visitors

🇺🇸 United States

Real-time globe + RUM Web Vitals + revenue attribution, GPC + DNT honored — only directory tool checking GPC. US Delaware LLC, EU-hosted Hetzner

  • Price: $9/mo
  • License: Closed-source SaaS
  • Founded: 2025
Read full review →

Wide Angle Analytics

🇩🇪 Germany

Strict EU-only privacy-first analytics on OVHcloud — German GmbH, external DPO, 50-100 sites per plan, $15 entry

  • Price: $15/mo
  • License: Closed-source SaaS
  • Founded: 2021
Read full review →

Side-by-side

Six facts that decide the call. Sortable.

Tool Entry price Self-host EU-only Cookieless Open source
Plausible $9/mo Yes Yes Yes Yes
Fathom Analytics $15/mo No No Yes No
Umami Free Yes No Yes Yes
Simple Analytics Free No Yes Yes No
Ackee Free Yes No Yes Yes
Cabin Free No Yes Yes No
Counter.dev Free Yes No Yes Yes
Databuddy Free Yes Yes Yes Yes
GoatCounter Free Yes Yes Yes Yes
Humblytics $19/mo No No Yes No
Litlyx $8/mo Yes Yes Yes Yes
OpenPanel $2/mo Yes Yes Yes No
Pirsch $6/mo No Yes Yes No
Piwik PRO $38/mo No No Yes No
Rybbit $13/mo Yes Yes Yes Yes
Seline Free No Yes Yes No
Swetrix $19/mo Yes Yes Yes Yes
Visitors $9/mo No Yes Yes No
Wide Angle Analytics $15/mo No Yes Yes No

Head-to-head comparisons in this category

  • Fathom Analytics vs Plausible Both are top-tier privacy-first GA alternatives. Plausible is cheaper, has funnels in Business+, and is open-source. Fathom is pricier but bundles uptime…
  • Fathom Analytics vs Simple Analytics Both are polished privacy-first SaaS at the premium end. Fathom is unlimited-sites at $15/mo Starter (with bounce, session length, real-time visitors, an…
  • Fathom Analytics vs Umami Fathom is a polished, hands-off SaaS at $15/month for ten sites and includes a built-in uptime monitor. Umami is MIT-licensed: free if…
  • GoatCounter vs Plausible GoatCounter is free for under 100k pageviews and minimalist by design — no funnels, no goals, no event tagging. Plausible adds the…
  • Pirsch vs Plausible Pirsch is German-hosted with cheaper entry ($6/mo) and better event/funnel tracking out of the box. Plausible has a larger ecosystem, GSC integration,…
  • Plausible vs Simple Analytics Plausible offers more depth (funnels, custom events, GSC connector) for less money. Simple Analytics goes further in minimalism — no bounce, no…
  • Plausible vs Umami Plausible is the polished SaaS at $9/mo with no free tier. Umami is open-source MIT, self-host for free, with similar feature set…
  • Simple Analytics vs Umami Both ship the same single-screen cookieless dashboard. Umami is MIT and free to self-host on a $5 VPS. Simple Analytics is closed-source…

Browse another category