If you've ever tried to connect an app to your electric, gas, or water account, you've probably hit a screen that looks like this:
"YourUtility.com wants to share data with [App Name]. Allow?"
Then you get bounced to your utility's own website, you log in there, and a moment later you land back on the app — connected, without ever typing your utility password into the app itself.
That process has a name: OAuth2. It sounds like tech jargon, but it's one of the most important consumer-protection tools built into the modern internet, and it's exactly how Youtilitics — and thousands of other apps you already trust, like the ones that let you check your bank balance in Mint or sign into a website "with Google" — get access to your data without ever seeing your password.
This article explains, in plain English, what OAuth2 is, how it moves your utility data from your utility company to an app like Youtilitics, why it's considered secure, and exactly what data does (and doesn't) get shared.
Before OAuth2 became standard, if you wanted an app to access your account somewhere else, there was only one option: you typed your actual username and password into the app, and the app logged in pretending to be you.
That created some real problems:
OAuth2 fixes all three of these problems at once. It's a standard — used by essentially every major tech company (Google, Microsoft, Amazon, your bank, your utility company) — for letting App B access some of your data on App A's website, without App B ever touching your App A password.

That's the OAuth2 trust triangle: you authenticate directly with the trusted entity (arrow 1 — similar to what you do with "Sign in with Google", or in our case, your utility), which then shares a limited slice of data with the third-party app (arrow 2 — Google would share your email and profile picture, or in our case, usage data). The dashed red line (3) marks the path your password never takes — it stays entirely inside the trusted entity's own login page (e.g. between you and your utility). The dashed green line (4) shows that you can cut off access at the trusted entity at any time, no password change required.
Youtilitics, as a OAuth2 third party, does not have access to your account credentials and will only receive data covered by the scope you accept and give your utility.
Here's the exact sequence when you connect your utility to an app like Youtilitics:
The technical name for the specific version utilities use is Green Button Connect My Data (CMD) — it's a government-backed data-sharing standard (more on that below), and it's built on top of OAuth2.
A few things make this meaningfully safer than the old "give the app your password" method:
Put simply: instead of handing over your house keys, you're handing over a key card that only opens the mailbox, that you can cancel from your phone whenever you want.
The data format utilities use is called Green Button data, introduced through a White House initiative back in 2011 and built on a technical standard called ESPI (Energy Services Provider Interface). Whether you download it manually ("Download My Data") or connect it automatically through OAuth2 ("Connect My Data"), the contents are the same.
What's in it:
What's not in it:
That last point matters: a leak-detection alert or a "your usage looks unusually high" email isn't magic — it's just math applied to a stream of numbers (gallons or kilowatt-hours per hour), compared against your own normal patterns.
Youtilitics is a real, independently built company based in California — not a division of a utility, not a hardware company, and not backed by a big ad-tech budget. It was started by a dad in Ventura, California who got tired of squinting at a monthly water and electric bill trying to figure out why it was high, whether an irrigation valve had gotten stuck, or whether a "smart" EV charging schedule was actually doing anything. There was no simple way to just see the data and get told when something looked wrong — so he built one.
That origin shows up directly in how the product handles your data: no hardware to install, no username or password stored on Youtilitics' servers when a Green Button connection is available, one-click revocation, and a strict rule against showing you numbers the data can't actually support (no invented "you saved $47 this month" claims — just the usage patterns the meter data actually shows).
If your utility supports Green Button, connecting takes a couple of minutes, your password never leaves your utility's own website, and you can disconnect it just as easily as you connected it