analytics

umamivsplausible

winnerumami

for: teams that want a genuinely free, self-hosted analytics stack and don't mind running a small postgres-backed app themselves

skip if: teams that want zero ops and are happy paying a monthly fee for someone else to run the infrastructure

both are cookieless, gdpr-friendly alternatives to ga4 with dashboards that load instantly. umami's self-hosted tier is free forever and the open-source project is healthy. plausible's hosted tier is the better default if you don't want to think about uptime, backups, or postgres migrations ever again.

umami and plausible solve the same problem the same way: cookieless, lightweight, privacy-respecting analytics that load in under a second and don't need a consent banner. the difference isn't the product — it's who runs the server.

what each one actually is

Umami is an open-source, self-hostable web analytics platform. you deploy it yourself (docker, vercel, railway, a vps — anywhere node and postgres run) or pay for their hosted cloud version if you'd rather not. either way you get the same dashboard: pageviews, referrers, devices, custom events, all without cookies.

Plausible is also open source, but the product is built primarily around the hosted offering. you can self-host plausible too — the code is on github — but the setup is heavier (clickhouse is part of the stack) and the team clearly wants you on their cloud plan. it's the more "finished product" of the two if you're paying for convenience.

pricing, honestly

umami self-hosted is free, full stop — no feature gate, no usage cap beyond your own server's capacity. umami cloud starts cheap, roughly in line with plausible's entry tier, for people who want the managed version without running infrastructure.

plausible's hosted plans start around $9/month for up to 10k monthly pageviews and scale up from there. self-hosting plausible is technically free but operationally heavier than umami — clickhouse is a real piece of infrastructure to maintain, not a single postgres instance.

if "free" means "i will actually run a server," umami is cheaper. if "free" means "i don't want a credit card line item," they're roughly the same once you account for your own time.

what it's actually like to use them

umami's self-hosting story is the whole pitch. one docker-compose file, point it at a postgres database, done. the dashboard is clean, fast, and intentionally unopinionated — you won't find much hand-holding, but you also won't fight the tool.

plausible's hosted dashboard is slightly more polished out of the box, with a few more built-in funnel and goal-tracking features at the higher tiers. if you self-host plausible, expect more moving parts (clickhouse, a separate ingestion service) and a setup that takes meaningfully longer than umami's.

for a non-technical team that just wants analytics without thinking about it, plausible cloud is the smoother on-ramp. for a team that already runs a few self-hosted services and doesn't mind one more, umami feels like the natural fit.

who umami is for

  • teams already comfortable self-hosting small services who want analytics with zero recurring cost
  • developers who want full data ownership and don't trust a third party with even anonymized traffic data
  • side projects and indie products where the analytics budget is genuinely zero

who plausible is for

  • teams that want analytics to be someone else's problem, paid for monthly
  • marketing teams that want slightly more built-in goal and funnel tracking without configuring it themselves
  • companies that need a vendor with a support contract, not a github issue queue

when to avoid each

don't choose umami if nobody on the team wants to own a running service. self-hosted analytics still means you're the one who gets paged when the database fills the disk.

don't choose plausible if you specifically want to avoid recurring subscriptions and you're willing to run infrastructure — umami self-hosted does the same job for free, with a lighter stack.

stuff their landing pages won't tell you

  • umami's self-hosted upgrade path (new major versions) sometimes requires a database migration step — read the release notes before pulling the latest image
  • plausible's self-hosted version needs clickhouse, which is a heavier operational commitment than most teams expect from a "lightweight analytics" tool
  • both tools undercount traffic from users with aggressive ad blockers or strict browser privacy modes — neither is immune to this, despite the privacy-first marketing
  • umami cloud and plausible cloud both have data residency in the eu by default, which matters if your compliance team asks
  • neither tool replaces server-side analytics if you need accurate numbers in the face of ad blockers — consider a server-side pixel if that's a hard requirement

the call

umami if you're already running other self-hosted infrastructure and want one more free service rather than one more subscription. the self-hosted tier costs nothing beyond your own server and is genuinely full-featured.

plausible if you want analytics handled like a utility — pay monthly, never look at a server, get a polished dashboard. the hosted tier is worth the price the moment your time is worth more than $9 a month.

either way, you're choosing not to use google analytics, which is most of the actual decision already made.

frequently asked

is umami really free if i self-host it?
yes. umami is mit-licensed and the self-hosted version has no feature gate — same dashboard, same tracking script, same data ownership as the cloud version. you pay in server cost and the time it takes to keep it patched.
why would i pay for plausible instead of self-hosting umami?
because plausible's hosted plan means you never touch a server. no docker compose, no postgres backups, no security patches at 2am. you're paying for someone else's pager duty, which is a completely reasonable trade once your time is worth more than the subscription.
do both avoid cookie banners?
yes, neither sets cookies or fingerprints visitors by default, so neither legally requires a consent banner under gdpr in most interpretations. always check with a lawyer if you're in a regulated industry, but for typical marketing sites this is the main selling point of both tools.
which has better data ownership guarantees?
umami self-hosted, by definition — the database lives wherever you put it. plausible's hosted tier stores eu-based data on their infrastructure, which is fine for most teams but isn't the same as owning the box.
can i migrate between them later?
not directly — there's no first-party import/export between the two. you can run both in parallel for a transition window, but switching means starting your historical data over unless you've been exporting raw events.
what about feature depth compared to ga4?
both are intentionally shallow compared to ga4. you get pageviews, referrers, top pages, and basic event tracking — not funnels, cohort analysis, or ad attribution. if you need that depth, neither tool is the right starting point.
what the community thinks

don't just take our word for it.

redditwhat reddit thinksunfiltered chaoshacker newswhat hn thinkspedantic but honestproduct huntlaunch reviewsnice ship btwyoutubevideo reviews10 min you won't get backalternativetoalternatives & votesthe og comparison sitetwitter / xlive opinionshot takes only

some links on this page are affiliate links. we earn a small commission if you sign up, at no extra cost to you. we don't change verdicts for affiliate money — see how this site makes money.

last updated: june 18, 2026

related