Oura says it gets government demands for user data

https://this.weekinsecurity.com/oura-says-it-gets-government-demands-for-user-data-will-it-share-how-many/

Comments

JumpCrisscrossMay 23, 2026, 3:54 PM
> the once-responsive Oura has not yet replied to any of my inquiries, or committed to releasing the numbers

Illinois has a tight biometric-privacy law [1]. I’d bet Oura isn’t particularly careful about prohibiting e.g. a Texas police department querying the protected information of Illinois residents.

[1] https://en.wikipedia.org/wiki/Biometric_Information_Privacy_...

p-e-wMay 23, 2026, 5:06 PM
Why would they be careful, given that the chances of any serious consequences for ignoring such provisions are effectively zero?
JumpCrisscrossMay 23, 2026, 5:10 PM
> given that the chances of any serious consequences for ignoring such provisions are effectively zero?

I’m assuming that Oura are assuming that this—the Illinois BIPA is toothless—is true. It is not [1].

[1] https://www.wilmerhale.com/en/insights/blogs/wilmerhale-priv...

selectodudeMay 23, 2026, 6:00 PM
Yeah I’ve probably gotten $100 in class action money from that law so far.
reaperducerMay 23, 2026, 6:00 PM
Why would they be careful, given that the chances of any serious consequences for ignoring such provisions are effectively zero?

Your cynicism is at odds with reality.

I got a check for nearly $500 because when I was an Illinois resident, one of the SV tech companies violated that law.

All it takes is one or two people to get in the ear of the right class action lawyer, and ignoring the rules quickly becomes expensive.

Or you could just grouse on HN and accomplish effectively zero.

sylosMay 23, 2026, 7:51 PM
You got a check for $500, but now your info is who knows where and the company involved is still making more money than not. You lost out.
blitzarMay 23, 2026, 10:07 PM
You didn't get a check for $500, and my info is who knows where and a bunch of companies, criminals and startups are making money off it.
sz4kertoMay 23, 2026, 2:59 PM
"In my previous blog, I revealed that Oura data is not end-to-end encrypted. That means that an Oura user's health data can be unscrambled at certain points as it travels from a person's ring, through their phone app, over the internet, and as it lands on Oura's servers."

Very strange -- it seems to be conflating end-to-end encryption with encryption-in-transit.

munchlerMay 23, 2026, 4:15 PM
My understanding is that E2E encryption implies encryption in transit. The message is encrypted at the source and only decrypted at the destination, so it is encrypted everywhere in between.
blueg3May 23, 2026, 5:18 PM
The term has kind of degraded, because people started marketing that "end-to-end encryption" is the "right" answer.

Encryption in transit means that network intermediates can't read the data. The two endpoints of the network communication can.

E2E encryption is more context-sensitive, and its context mostly comes from messaging. It means that the data is encrypted and that operational intermediates cannot read it. So in the context of messaging, the servers that run the messaging system cannot read the messages. Or, for an email, only the sender and recipient, not any of the intermediate email servers.

There's a big difference -- you can't really control or predict your network intermediates, but you can in theory know the operational intermediates. Whether something is E2E encrypted often depends on what intermediates you bring in to scope.

For example:

> That means that an Oura user's health data can be unscrambled at certain points as it travels from a person's ring, through their phone app, over the internet, and as it lands on Oura's servers.

If the ring uses Bluetooth to sync the data to your phone and the phone syncs data to the Oura servers, but the data is in the clear on your phone, then by this definition, it is not E2E encrypted. However, that's a pretty reasonable setup, depending on how the data on the phone is stored.

lloekiMay 23, 2026, 5:30 PM
> If the ring uses Bluetooth to sync the data to your phone and the phone syncs data to the Oura servers, but the data is in the clear on your phone, then by this definition, it is not E2E encrypted.

Yet another angle would be that both the phone and the ring are in one's material possession, whereas the cloud is someone else's computer, and to display a nice web UI it has to have the data unencrypted over there.

In that case, the cloud is the potentially untrusted intermediate between the data and one's eyeballs.

All of these are equally valid, it all depends on what is your threat model.

fc417fc802May 23, 2026, 6:20 PM
> The term has kind of degraded

I have to disagree. It's the same thing that happened to terms such as open source. It's perfectly clear what it means but marketers intentionally attempt to mislead people for the sake of their own bottom line.

> but the data is in the clear on your phone, then by this definition, it is not E2E encrypted.

False. E2EE is centered on a given user. So long as the phone would be viewed as "yours" (ie inside your personal security boundary) by a reasonable person then it is clear that the data is E2E encrypted.

As the sibling comment notes the common issue is providing a web interface. It isn't so simple to have a remote server dish up a nice UI with lots of convenient functions while only decrypting the data on the client side. It can certainly be done but it requires developers that know what they're doing and management willing to budget for it.

Ajedi32May 25, 2026, 2:47 PM
GP is saying E2E encryption implies encryption in transit, because by definition "in transit" is not an "end".

I would agree with your definition that E2E means "operational intermediates cannot read it", but I would define intermediaries as people/organizations, not as devices. If my phone can read my data from my ring, that's not an intermediary because it's my phone. If a cloud server can read the data, then that is an intermediary because it's not my cloud server.

pseudosaidMay 23, 2026, 6:56 PM
this is such a hacker news comment. expounding needlessly. e2e implies encryption at the source and endpoint which entails encryption along all transit paths. its not that deep. if its not encrypted at the source “ring”, then it cant be e2e. I get your semantics but its just a waste, as is my comment here.
fc417fc802May 23, 2026, 6:41 PM
I don't see the conflation? The author makes it clear that the data is not E2EE. It does sound like it's encrypted in transit (this is table stakes for the past 20 years or so). I think that saying that the data gets "unscrambled at certain points as it travels" is a perfectly reasonable way to explain the practical difference between the two approaches to a nontechnical reader.
close04May 23, 2026, 5:29 PM
Not very strange but E2EE is thrown around a lot and everyone interprets it differently. And in some cases the expectations are unrealistic.

Take a messenger app using a server as middleman. E2EE means only the 2 users get to see the content, not the middleman company server. For Oura there’s only a user and the company server and a lot of people assume Oura can’t read the data, like the Signal or WhatsApp servers can’t read the data because of E2EE. The marketing usually allows or encourages this misunderstanding.

If they claim E2EE though, the interface between the user and the service (the ring or at worst the app) should mandate the encryption and the data should be decrypted only at the other end on Oura’s servers. If at any point in between these 2 ends the data is decrypted then it’s not E2EE.

u1hcw9nxMay 23, 2026, 7:17 PM
There is no interpretation issue, some people are just confused.

Oura is not claiming E2EE and Oura is not E2EE. E2EE in the health apps would mean that Oura would not see the data. Only user could see the data in their app. Oura's privacy policy states that they do not sell your data, they limit internal access using strict safeguards (like pseudonymization, where your name is separated from your health stats), and they pledge to push back against overbroad government data requests.

Contrast Oura to Apple Health that is true E2EE. Only you and your trusted devices have the keys, Apple can't see the keys, and Apple has noting to give is it gets government request.

fc417fc802May 23, 2026, 6:28 PM
> everyone interprets it differently.

No, they don't. You're spreading misinformation. If the service provider can see the data then it is not E2EE. There is no room for negotiation here. Let me be perfectly clear that any service provider that claims E2EE while having access to user data is committing blatant fraud.

That said, it does not appear that Oura ever claimed E2EE. The author is merely making it clear to the reader that this is not the case.

ChaosvexMay 23, 2026, 8:07 PM
Agreed. Weird to see a bunch of posts trying to argue that E2E doesn't imply that provider can't see the data, at rest or in transit.
close04May 26, 2026, 8:22 AM
> Weird to see a bunch of posts trying to argue that E2E doesn't imply that provider can't see the data, at rest or in transit.

It's only weird for the people in that middle ground where they know "something" about it, but really not much at all. There are ways to get educated and at least acknowledge the misunderstandings but who has time for that [0].

E2E explicitly means from one end to another. Obviously when the provider is one of the ends, as sender or final recipient of the data, they can have access to the data and not violate the principle of E2EE. When the provider is just an intermediary they should not be able to decrypt the data because they are not one of the ends.

Some companies slap the E2EE sticker on their product even when it's meaningless because it makes the product sound more secure. Like when they were slapping "blockchain" on everything. Or "AI" and "agentic" these days. It means nothing, it's misleading, but not factually wrong.

[0] https://www.researchgate.net/publication/342621891_Improving...

close04May 26, 2026, 7:57 AM
> No, they don't. You're spreading misinformation.

You can confidently say that everyone is qualified enough and understands E2EE the same way you do? Is it magic or an LLM whispered in your ear?

Because by the nature of my job I talk every 2 days with someone who doesn't really understand what E2EE is, what it does and more importantly what it doesn't do. They learn from marketing materials nit from reading technical info, you know, like almost all users out there.

iLoveOncallMay 23, 2026, 4:27 PM
You are conflating end-to-end encryption with encryption at rest.
ggmMay 23, 2026, 3:07 PM
It also doesn't sound like its encrypted at rest. Perhaps each in-transit is held to be a unique e2e IP exchange?
juggle-anyhowMay 23, 2026, 3:14 PM
Encrypted at rest means something different. It means if you pull the hard drive out no one can decrypt it. Not that it is encrypted in the database.
stavrosMay 23, 2026, 5:01 PM
Does encryption at rest actually do much? The percentage of attacks that were perpetrated by people getting physical access to a drive must approach zero.
nicceMay 23, 2026, 5:07 PM
Depends on what kind of data is in question. Backups and old incremential data can stay encrypted while disks are otherwise in use.
stavrosMay 23, 2026, 5:08 PM
Hm yeah, I always think of encryption at rest as "the drive handles encryption itself", rather than "we encrypted these archives before we wrote them", but fair enough.
literalAardvarkMay 23, 2026, 5:35 PM
Not necessarily the drive, but yeah, where standards mandate encryption at rest you need to have the files on the live disk encrypted.

Usually it's much less of a headache to luks/bitlocker/SED the whole drive so that you don't have to worry about swap files and logs

zoogenyMay 23, 2026, 8:18 PM
It generally has to do with risk models, especially in single tenant environments.

What I mean is, say I am a b2b service provider and I have a single database for some subset of my clients. That is, multiple clients data are held in the same database. There are many ways to do this but one way I have see is BYOK (Bring Your Own Key). You can have your clients give you secure access to a public/private key pair (e.g. through AWS secrets manager). Then you encrypt anything that gets written into the database using their key.

This means that if there is some security hole in your software that accidentally allows data to be exfiltrated from your servers (e.g. one malicious client sends API requests that allow for a query of data from another target client), the data the API returns will be encrypted using the target clients public/private key.

My own experience with security is that nothing is perfect and good security is like an onion. Encryption at rest isn't perfect and won't handle every possible malicious attack, but it is a layer in the broader strategy. The attacker has to both find a way to exfiltrate the data and trick the server into revealing the shared key. The idea being it is harder to do both than it may be to do either individually.

alternatexMay 23, 2026, 5:28 PM
I think it's also meant to protect from potential mistakes in handling of hard disk decommissioning which presumably is a common thing with data centers.
SoftTalkerMay 23, 2026, 5:59 PM
Used to be, but e.g. where I work any decommissioned drive has to be DBANed (if it's spinning platters) or secure-erased (SSDs). If it can't be for some reason (e.g. it has failed) it needs to be physically destroyed. I would hope most data centers have similar policies in 2026, but that may be optimistic I guess.
fcarraldoMay 23, 2026, 10:05 PM
When the company that owns the physical hardware goes out of business, all of this stuff is moot.
dmkolobovMay 23, 2026, 5:44 PM
Unless the attacker is law enforcement.
stavrosMay 23, 2026, 5:47 PM
Law enforcement will just get you to give them the keys.
dmantisMay 23, 2026, 6:09 PM
Law enforcement of another jurisdiction won't, but can try to snoop into the data.
basiswordMay 23, 2026, 3:07 PM
This is why although I don't love my Apple Watch, I'm not using anything else. It's very sensitive data and Apple is the only company worth trusting with it. They're not perfect but compared to others there's no competition.
GeekyBearMay 23, 2026, 3:57 PM
A great example is Apple's new in-house cellular modem design, which gives you the option to stop reporting your exact location to your cellular provider.

The best way to prevent the Feds from getting access to customer data is to not collect it in the first place.

jeroenhdMay 23, 2026, 3:13 PM
Google's Health Connect system doesn't share this data either (without a consent prompt for third party apps, off course). This is to the point where I wish it would just support some kind of sync, because two devices hooked up to the same accounts need a third party app to transfer the health info.

Apple is subject to the same laws Oura is. The competition is too.

jjiceMay 23, 2026, 4:01 PM
I believe the Apple one is E2E encrypted so they physically can't give useful data. Thats the core issue with Oura here.
jeroenhdMay 23, 2026, 10:11 PM
Apple's iCloud default is still to link the encryption key to your account password, with a bunch of extra steps if you wish to use your own key instead, just like Google does.

It doesn't really matter that the data is encrypted end to end if Apple backs up the encryption key based on a factor they already know (your password).

mmh0000May 23, 2026, 4:03 PM
You may want to reevaluate.

Apple has a great PR (propaganda) department that has convinced many people they respect your privacy. In truth, they do not. They're "better" than Google, but only slightly. And only so slightly that realistically it doesn't matter.

"Apple is taking the unprecedented step of removing its highest level data security tool from customers in the UK, after the government demanded access to user data."

https://www.bbc.com/news/articles/cgj54eq4vejo

It happened in the UK; it will not be long before it happens in the US.

--

Also, USA: https://www.bbc.com/news/technology-36084244

--

Also, France, Germany, Australia, Brazil, Japan: https://www.apple.com/legal/transparency/pdf/requests-2024-H...

--

Also, Russia: https://www.bloomberg.com/news/articles/2019-02-04/apple-fil...

--

Also, China: https://www.article19.org/resources/apple-cares-about-digita...

--

Also in general: https://proton.me/blog/iphone-privacy

GeekyBearMay 23, 2026, 5:31 PM
Did you just post an article where Apple refused a UK government order to weaken their encryption as "proof" that Apple doesn't respect customer privacy?

Also, the US Government has already demanded that Apple weaken device encryption.

Apple fought it in court, and the government dropped their demand rather than set a privacy precedent they wanted to avoid.

fc417fc802May 23, 2026, 7:48 PM
I'm confused what you think Apple should have done differently there. If the government presents you with a legal demand generally your only options are to either comply or leave the market. Would you prefer Apple to have pulled out of the UK entirely?

I'm not even much of a fan of Apple but I really don't think you can hold it against them when they loudly protest but ultimately comply with legal demands.

basiswordMay 23, 2026, 8:01 PM
>> "Apple is taking the unprecedented step of removing its highest level data security tool from customers in the UK, after the government demanded access to user data."

They did exactly what they should have. Their choices were build a backdoor or disable the advanced data protection feature in the UK. They also made it incredibly public.

add-sub-mul-divMay 23, 2026, 4:23 PM
It's brilliant how they've laundered their "privacy" reputation through Google etc. and people believe it so fully.
haritha-jMay 23, 2026, 3:34 PM
Yeah there's no one I'd trust with my personal data except Apple. Their track record of refusing to bow down to the feds has been golden. 24 carat infact.
echelonMay 23, 2026, 3:44 PM
In the US. Apple's policies are flexible when it comes to other nation states.

All it takes is a political sea change for E2EE to go away.

Apple already has to hand over a wealth of information when asked by the feds.

GeekyBearMay 23, 2026, 4:08 PM
Apple literally removed encrypted file storage as a feature in the UK rather than comply with demands for access to encrypted customer data from the UK government.

Previously, they refused US government demands for a backdoor that would allow them to unlock locked devices.

pepperoni_pizzaMay 23, 2026, 5:32 PM
> Apple literally removed encrypted file storage as a feature in the UK rather than comply with demands for access to encrypted customer data from the UK government.

Does that mean that instead of UK government accessing the data (through a backdoor), UK government can now access to data (because it's not encrypted at all)?

basiswordMay 24, 2026, 12:56 PM
They removed a specific (non-default) feature which provided end to end encryption rather than build a backdoor. They continue to offer encrypted backups etc. although they hold the keys. So not great but also not a backdoor that breaks encryption for everyone and can potential be accessed without legal oversight.
GeekyBearMay 24, 2026, 3:22 PM
To be a bit more clear:

They offer standard encryption by default, where they hold a copy of your encryption key and can assist you if you lose access to your key.

They also allow you to opt into advanced data protection, where they do not have a copy of your encryption key, so you need to be sure you protect it yourself.

If a company has a copy of the customer's encryption key on their server, you have no choice but to hand it over in response to a warrant, as we recently saw with Microsoft handing over the bitlocker key for a customer's computer.

GeekyBearMay 23, 2026, 5:46 PM
Nope.

After Apple's announcement that they would remove encryption from UK users rather than weaken it, the bad press and public pressure forced the UK government to back down.

clutter55561May 23, 2026, 6:01 PM
Not exactly. Apple kept it for existing users but stopped offering it to new users. So new users are vulnerable.
GeekyBearMay 23, 2026, 6:15 PM
Nope.

> UK backs down in Apple privacy row, US says

https://www.bbc.com/news/articles/cdj2m3rrk74o

samatmanMay 23, 2026, 4:17 PM
"Things might change in the future" is a perfectly general statement which applies to any state of affairs which is not restricted by natural law.

That makes it very nearly meaningless.

echelonMay 23, 2026, 4:51 PM
Maybe, weren't it for the fact that we're having age verification and IDV ("protect the kids"), hardware attestation, removal of 3rd party APKs, etc. heaved upon us.

We've never had so many threats to our privacy and liberties heaved upon us, and the rate is accelerating.

GeekyBearMay 23, 2026, 5:58 PM
Apple certainly lobbied against this stupidity.

> Cook conveyed to lawmakers that device-level age assurance proposals should not require the collection of sensitive data like birth certificate or social security number, and that parents should be trusted to provide the age of a child when creating a child's account. Any data used for determining age should not be kept by app stores or developers, according to Apple.

https://www.macrumors.com/2025/12/10/tim-cook-age-verificati...

cybercatgurrlMay 24, 2026, 12:48 AM
unfortunately the wisest voices in the room aren’t always the loudest voices
jeroenhdMay 23, 2026, 10:17 PM
While Google has rejected China's terms and moved out of the mainland, China has set up a separate iMessage/iCloud system that complies with the wants and needs of the CCP.

They have also abided by the UK's demand to disable E2EE.

Apple's resolve is quickly overcome by any threat to their revenue. They're one law away from handing over all of your data to the feds.

cybercatgurrlMay 24, 2026, 12:44 AM
apple just can’t pull out of america so you’re likely right. a law mandating a backdoor in america would be the end
jestersonMay 24, 2026, 7:16 AM
> Apple is the only company worth trusting with it

Wonder what makes you you think so. Care to elaborate? Really hope it's not their ubiquitous ads showcasing how they "treat privacy seriously".

lorecoreMay 23, 2026, 5:50 PM
SoftTalkerMay 23, 2026, 3:24 PM
Apple might be pretty good now. There's no assurance they always will be.
basiswordMay 24, 2026, 12:52 PM
If that's your policy you can't use anything ever.
katorMay 23, 2026, 4:11 PM
All this said I'm more concerned about Automatic Content Recognition (ACR) on smartTV you buy in the store and never even realize it's phoning home with everything you watch...
JumpCrisscrossMay 23, 2026, 4:27 PM
> I'm more concerned about Automatic Content Recognition (ACR) on smartTV

You’re more concerned about privacy when it comes to TV viewing than medical data? What a strange hijacking of a serious thread…

mcmcmcMay 23, 2026, 4:29 PM
When you buy a medical data collection device and it collects medical data that’s not exactly a surprise
fn-moteMay 23, 2026, 7:34 PM
The problem isn’t the collecting, it’s who has access to the data.
Obscurity4340May 23, 2026, 10:30 PM
Nah, yeah the problem is also collecting the data in that way for to begin with
mcmcmcMay 23, 2026, 10:47 PM
Unless encryption is advertised as a feature, it’s a safe assumption that vendors that host your data will have access to it, the cloud being someone else’s computer and all that.
drfloyd51May 23, 2026, 4:34 PM
Whataboutism in fancy clothes.
guilamuMay 23, 2026, 4:17 PM
If you're concerned about that do not give internet to your tv and use any kind of tv box instead (shield tv, apple tv, etc).
drnick1May 23, 2026, 6:06 PM
I wouldn't use Apple TV, Shield or other proprietary black boxes if you want a private setup. Linux on a mini-PC with Plasma Bigscreen, your own over-the-air antenna for local TV, VacuumTube for YT, and the high seas for other content.
BuildstartedMay 23, 2026, 4:28 PM
with things like amazon's sidewalk you might not have any choice https://en.wikipedia.org/wiki/Amazon_Sidewalk
ShadowmistMay 23, 2026, 4:24 PM
How long until they have built in cellular or use a mesh?
bentcornerMay 23, 2026, 5:05 PM
I'm certain there are a non-zero number of TVs that either attempt to auto-join popular wifi hotspots (xfinity/tmobile/starbucks/etc.) and/or have cellular connections for telemetry.

Thinking more on this I think a business opportunity in the future will be companies that design hardware stacks that can go in random appliances that can gather usage information in the name of telemetry.

I give it +/- 5 years before an OTS coffee maker at walmart phones home.

iLoveOncallMay 23, 2026, 4:26 PM
So that TV box can phone home instead of your smart TV? What's the point?
antiframeMay 23, 2026, 5:12 PM
Use a TV box that doesn't phone home, obviously. Also, don't buy a smart TV but a monitor.
drfloyd51May 23, 2026, 4:35 PM
Different homes are being phoned. If that matters.
focusgroup0May 23, 2026, 3:15 PM
guy who pays $6/month to be monitored by the f3ds
MassPikeMikeMay 23, 2026, 3:49 PM
Judging by ads for cell phone service, most people pay more than that per month to be monitored by the Feds.
Cider9986May 23, 2026, 4:21 PM
Cell phone services don't record your heart rate.
reaperducerMay 23, 2026, 6:03 PM
Cell phone services don't record your heart rate.

As has been noted on HN several times, there are cars that monitor when you have sex in them. You might be surprised what is known and by whom.

Cider9986May 23, 2026, 6:18 PM
> As has been noted on HN several times, there are cars that monitor when you have sex in them. You might be surprised what is known and by whom.

There is no proof they actually have that capability, it is just mentioned in their privacy policy.

NoImmatureAdHomMay 23, 2026, 6:38 PM
It is an interesting juncture that we have come to
mh-May 23, 2026, 6:13 PM
I'm not sure what to search to find the stories you're referring to, but the obvious ones didn't cut it.. at the expense of my browser history.

Can you share some links?

al_borlandMay 23, 2026, 6:21 PM
They may be referring to this.

https://news.ycombinator.com/item?id=47968252

mh-May 23, 2026, 6:26 PM
That sounds more like "legal asked for list of everything we collect, and anything we could collect by accident or inference" - and it leading to hilarious results - which I have seen firsthand before.

We own a Kia. I'd offer to do a GDPR data request, but my data would not give us any useful signal here lol.

autoexecMay 23, 2026, 5:50 PM
I wouldn't be surprised if they could. Probably not while it's in your pocket though. They're packed with sensors that can pick up a lot. Just putting a phone on a table with a keyboard on it is enough for it to be able read your keystrokes. They can certainly tell when you're doing something that should be raising your heart rate.
mathgeekMay 23, 2026, 4:03 PM
Judging by various leaks over the years, you get it for free anyway.
mannanjMay 23, 2026, 7:33 PM
I like paying $100/month to be monitored by the f3ds to Claude or Open(Closed)AI, or in some cases Max Premium subscriptions of $200/month.

But oh don't worry, since they are selling the tokens at a loss, this data sale doesn't matter.

My non-training data should be such that I pay them to extract it from me.

BenFranklin100May 23, 2026, 4:55 PM
I considered an Oura but went with an Apple watch instead. I turned on Advanced Data Protection on the paired iPhone for peace of mind. No other large data providers really provide anything equivalent to ADP’s E2EE protection with zero access encryption, especially in the consumer space for activity trackers.
nextosMay 23, 2026, 5:25 PM
Garmin can be used completely offline?

AFAIK, they even have some watches with no radio hardware so that they can be used in sensible environments.

allthetimeMay 23, 2026, 5:37 PM
Yup. It’s a bit of a pain, but you don’t have to use the connect app. Devices and data can be accessed with direct USB connection as standard storage. You will lose some features and I think firmware updates become difficult (or impossible?)
nextosMay 23, 2026, 5:55 PM
I think firmware updates and even map routes can be uploaded offline by mounting the watch as a USB mass storage device?

I wish Casio, Polar, Suunto and others provided this functionality.

There is some community software for Polar that enables offline data exchange, but it is a bit hacky, and OFC no firmware updates.

Suunto used to have a really good offline solution, but they discontinued that and moved to the cloud.

mikestewMay 23, 2026, 6:01 PM
Go through the Garmin Express desktop app for firmware updates.

I’m probably missing something, but I can’t think of anything you lose if you don’t use the phone app.

BenFranklin100May 23, 2026, 5:40 PM
I believe they can be used offline, at least the last time I used Garmin I was able to set it up such that I could sync it to Golden Cheetah. It took some jumping through hoops and an older watch version to get it work, as I recall. For serious runners and hikers, the hardware is better than Apple.

I'm only a casual fitness tracker so the Apple Watch fits my needs better.

treeskneesMay 23, 2026, 5:44 PM
I was stuck between the two, Oura won for its better sleep tracking and battery life.

I suppose one option would be to enable data syncing to Apple Health, and periodically delete/create new Oura accounts to purge historical health data. Not a great workflow, but would let you benefit from E2EE with Apple Health while using Oura (assuming Oura’s “delete account and all data” does what it claims)

amarantMay 23, 2026, 4:11 PM
What will the government even do with my heart rate and blood oxygen data?

"Mr Smith has been running again, we better bring him in for questioning!"

Edit: to be clear, the government is requesting the data, so clearly they're doing something with it... But what? I don't see it!

jubilantiMay 23, 2026, 4:19 PM
Target infamously was inferring when teenage girls were pregnant before their parents knew based on reward card data records of single merchant retail purchases.... in 2002.

Tech companies when they speak to VCs: look at all the creepy things we can infer with ooodles of aggregated data and AI to maximize targeted ad revenue, we're worth 50x what an equivalent non-tech company in our sector is valued, because of all the things we can do with all that data from all those people together

Tech companies when they speak to their customers: oh you're so silly to even ask about privacy, what possible utility could there be in that single isolated variable?

nkriscMay 23, 2026, 5:26 PM
Accidentally inferring. They were using basic machine learning to send coupons for predicted future purchases based on past purchases and general trends. And as far as I’m aware, it only happened once (or was only publicized once).
fc417fc802May 23, 2026, 6:48 PM
It almost certainly happened regularly since the entire point of the program was to make accurate predictions about future purchases. The practical impact of acting on those predictions only caused mild controversy and became publicized the one time (at least that I'm aware of) but we have no reason to expect that the program was unsuccessful and every reason to expect that it was.
bladeacidicMay 24, 2026, 11:30 AM
The thing that cocaine users have noticed, is that using cocaine raises their heart-rate. Noticeably. So the government getting heart rate data means they know when those users are doing coke. Wouldn't the DEA like to know where all the cocaine users with Oura rings in the US are?
xboxnolifesMay 23, 2026, 5:24 PM
Buys your heart rate and blood oxygen data from Oura. Collects your iris data from Eyez. Purchases your fitness data from Borg. Sees your purchasing patterns through Krump. Knows everything you've said online through Gwimp. Gets your sequenced DNA from FamaTree. Tracks your location data from, well, nearly every app in existance.

What could they possibly do from this single variable???

mathgladiatorMay 23, 2026, 5:48 PM
Sell me things that I might want... i did buy the Gibson slack board... hrmmm
wil421May 23, 2026, 6:10 PM
Nobody cares that’s why this stuff sells.
none2585May 23, 2026, 4:24 PM
Also if you're a woman biological signals can be used to know when you are on your cycle and thus missed it.
SharlinMay 23, 2026, 9:40 PM
Given the keen interest in women's reproductive biology exhibited by many conservatives, I could definitely see them trying to, say, catch pregnant people who suddenly become non-pregnant.
none2585May 23, 2026, 10:05 PM
Yep exactly my point. My partner will not even use cycle apps at this point because states can and undoubtedly will access that data to prove termination of pregnancy.
ratdragonMay 23, 2026, 5:06 PM
Ordering a taxi after running outside of US? Probably missed some mass transport. Raise the price boys... like good old Uber back in the day based on iphone battery level. Really the possibilities are endless if you're evil.

Bad health? Raise the insurance premiums? Or anything more evil I can't think of.

edit: grammar

amarantMay 23, 2026, 5:08 PM
None of those things sounds like stuff the government would have a hand in, unless you live in some communist country where the taxis are state-owned?
cess11May 23, 2026, 8:31 PM
That'd probably be nice.

A capitalist, or as in this case, fascist, state might figure out all sorts of interesting things from mass surveillance, such as who might be disloyal, who is eligible for eugenic culling, who might be fun to deport, and who is vulnerable to sticks or carrots or both and could do something for the state that the state does not want to do directly.

al_borlandMay 23, 2026, 6:26 PM
I’ve seen stories where fitness trackers were used to tie someone to a murder.

https://en.wikipedia.org/wiki/Murder_of_Connie_Dabate

drfloyd51May 23, 2026, 4:37 PM
He was running at the same time our cops were chasing people. Bring him in.
jonners00May 23, 2026, 4:38 PM
No one seems to care anymore, but a big issue that people were concerned about in the 2000s was the switch from 'I know more about me than the blob (corps, gov, etc) does' to, 'I need the blob to remind me where the hell I was that day'. Heart rate and blood oxygen data are hard to exploit data points but not impossible(1), but facing an accusation from someone who knows more about your movements than you do is an uncomfortable scenario. Of course right now, if you're facing an acusation of this type, odds are it's legitimate, or if not, defenseable, but that was the case 15 years ago in Türkiye, but isn't now. Things change.

(Note 1:"Dr. Bootlicker, the defendant wants the court to believe that she calmly placed herself between the agent and the minor he was trying to apprehend, and asserts that the agent's claim, that the defendant's actions constitute assault, is, in her words, 'ridiculous'. But am I correct in understanding that you view minutes 8 and 9 of the biometric data submitted to the court as characteristic of significant physical exertion that might be similar to that undergone by an assailant while commiting an assault?")

FerretFredMay 25, 2026, 2:31 PM
"I see Mr Smith was running in [street/location] when the explosion occurred - we'd better bring him in for questioning". Maybe the Oura doesn't record that, but if they can match other metadata with Smith's ring it could put him firmly in the frame.
anigbrowlMay 23, 2026, 6:21 PM
Most likely biometric data on crime suspects to correlate with other forensic data. Obtaining this data on a case by case basis is expensive so it is most likely to be used in high stakes cases like murders or bank robberies where police and prosecutors need to show a win.

For example, A is known to have been an associate of B. B died violently at a certain time and date. Phone data put both of them in the same general area around that time. A seems evasive and won't talk. But A's biometric data reveals intense physical activity around the time of B's death...

Other suggestions in this thread like algorithmically making things worse for people in general are predicated on continual availability for a whole deanonymized population.

autoexecMay 23, 2026, 5:58 PM
They'll know when and how often you're awake or sleep (including how well you slept), sick, fucking, drunk or high, anxious or upset, relaxed, shitting, menstruating, medicated, etc. Combined with other data and tracked over time there is a shocking amount of intimate information you can get from just those two things which is why companies like Oura and Fitbit are so eager to get their hands on it.
AmblingAvocadoMay 23, 2026, 4:19 PM
They used iPhone pick up and orientation data to build a narrative in the trial of Alex Murdaugh, so I imagine something similar.
reaperducerMay 23, 2026, 6:06 PM
What will the government even do with my heart rate and blood oxygen data?

It's not in isolation. It's in aggregation. So you end up with

"Mr. Smith's heart rate goes off the charts for six minutes every time his phone visits this apartment building in the middle of the night and is within radio range of Ms. Jones' phone."

kwar13May 24, 2026, 5:38 AM
the good old 'i have nothing to hide, therefore it doesn't matter'
jubilantiMay 23, 2026, 4:29 PM
You're on Hacker News, think like a hacker - in both meanings of the term - for what could possibly go wrong.
amarantMay 23, 2026, 4:58 PM
I did, and came up blank... Any pointers?
mh-May 23, 2026, 6:18 PM
I guess neither of us are hacker enough. I can't come up with anything interesting [that wouldn't be more readily available via cell networks], either.
Forge36May 23, 2026, 4:37 PM
Location and time
dalyonsMay 23, 2026, 5:51 PM
They already have that from your cellphone
andrepdMay 23, 2026, 5:46 PM
What in god's name possesses someone to buy (and pay a subscription for) a device that gathers and sells their health data in exchange for a placebo dashboard of numbers...
reaperducerMay 23, 2026, 6:04 PM
What in god's name possesses someone to buy (and pay a subscription for) a device that gathers and sells their health data in exchange for a placebo dashboard of numbers...

Social media, mostly.

myaccountonhnMay 24, 2026, 12:00 PM
I used it to track my sleep when I had insomnia. But it has since become ewaste when they started charging for a subscription.
einpoklumMay 23, 2026, 5:53 PM
It's been over a decade since the Snowden revelations. We know full well that the large tech companies collect massive amounts of your personal data and secretly share it all with the US government. Not requests, not occasionally, not some - everything. And there are even formal mechanisms for this, like National Security Letters, which essentially guarantee silence.

So, why are we seeing articles like this, which raise suspcision that maybe a wearable smart-device company _might_ be sharing _some_ data, _sometimes_? Or expectations of voluntary transparency?

Yes, the government spies on you. Not because you're important, but because they spy on everybody. It's cheap, convenient and has no negative political consequences (so far).

References:

* https://en.wikipedia.org/wiki/National_security_letter

* https://www.pcmag.com/news/the-10-most-disturbing-snowden-re...

jestersonMay 24, 2026, 7:21 AM
If you read comments you can see how many people are oblivious to it. And we can assume people here are fairly educated.

It is incredible to read "I believe company A only!". They need to educate themselves otherwise noone would be able to stop the government machine.

ck2May 23, 2026, 3:17 PM
Oura doesn't even have GPS does it?

Government can already get ALL your celltower locations without a warrant

AND read all your emails and text messages that are over 6 months old, without a warrant

arusahniMay 23, 2026, 3:36 PM
In a society where women are being prosecuted for medical procedures, menstrual data becomes very risky to have handed over.
kevin_thibedeauMay 23, 2026, 4:42 PM
I sat in a meeting at a data broker in 1998 where one of their product managers was strangely proud about how they could determine menstrual cycles from purchase records. It wasn't just hygiene products either. They already have that data and manipulate women with targeted ads timed for the optimal receptivity.
michelbMay 23, 2026, 3:47 PM
Probably this yeah. Your location data can be obtained from other devices than your own, but this medical data cannot.
speffMay 23, 2026, 4:18 PM
From what I understand, they can get call records and subscription info w/ administrative subpoenas, but this is the first I've heard of them being able to get location data without a warrant.

Assuming you meant directly from the telcos and not from the data broker loopholes - in which case pretty much anyone should be able to do that. Emails and texts they still need a warrant for.

n8m8May 23, 2026, 4:49 PM
Great, so they can further extrapolate what exact locations you get nervous / are more relaxed / walk more quickly… the understated problem with PII isn’t about any single data point, it’s about combining data to make probable inferences.
ethersteedsMay 23, 2026, 5:14 PM
The ring doesn't have gps but its app requires location permission so it gets it from your phone. It continually asks me to turn on background sync, which would presumably upload my location regularly as well. I decline and only allow location when the app is open to sync.
treeskneesMay 23, 2026, 5:51 PM
Location is used for tracking distance/speed for certain activities and measuring VO2 max levels, and for finding a lost ring.
dalyonsMay 23, 2026, 5:52 PM
They already know where your phone is…
filoelevenMay 23, 2026, 9:05 PM
> AND read all your emails and text messages that are over 6 months old, without a warrant

Source for this? Was it big news? First I've heard of it.

ck2May 24, 2026, 2:00 PM
This is well known, just no-one talks about it anymore like NSA, DHS violations, etc.

Why do you think she had a personally owned email server in her basement instead of using a 3rd party?

Bill Clinton signed 1986 Electronic Communications Act into law

https://en.wikipedia.org/wiki/Electronic_Communications_Priv...

Any communication, email, sms, etc. on a 3rd party like Gmail that is 180 days old is simply considered "abandoned" under that law and can be read without any judicial oversight, no warrant needed. Major services even have portals for law enforcement to just browse away

Congress purposely never updates the law, it's 40 years out of date

schoenMay 24, 2026, 2:02 PM
Just one correction: Clinton wasn't president yet in 1986. That was signed by Reagan.

Clinton signed the 1996 Telecommunications Act which also had problems but which didn't change this specific legal norm.

tensorMay 23, 2026, 9:04 PM
They can read all your emails that are over 6 months old? What are you basing this on? First I've heard of it.
ck2May 24, 2026, 2:02 PM
It is well known, just no-one talks about it anymore like NSA, DHS violations, etc.

Why do you think she had a personal email server in her basement instead of using a 3rd party?

Bill Clinton signed 1986 Electronic Communications Act into law

https://en.wikipedia.org/wiki/Electronic_Communications_Priv...

Any communication, email, sms, etc. on a 3rd party like Gmail that is 180 days old is cleverly considered "abandoned" under that law and can be read without any judicial oversight, no warrant needed. Major services even have portals for law enforcement to just browse away

Congress purposely never updates the law, it's 40 years out of date despite people having years of email, SMS, DMs in their accounts as typical behavior

tensorMay 25, 2026, 7:22 PM
Wow, that's crazy! Thanks for the link. Seems high time to get off US based e-mail services.
j45May 23, 2026, 8:52 PM
This is pretty insane.

And a reminder that the cloud is someone else's computer, and your data in someone else's computer won't only be yours.

akerstenMay 23, 2026, 3:54 PM
IPOing soon at $11B btw
cybercatgurrlMay 24, 2026, 12:40 AM
releasing a transparency report feels like an easy way to get on the administration’s shit list. i’ll be surprised if this ever happens
I_am_tiberiusMay 23, 2026, 6:02 PM
Why is it even necessary to save this data in the cloud?
jestersonMay 24, 2026, 7:18 AM
How do you expect them to read it?
I_am_tiberiusMay 25, 2026, 11:05 PM
On my phone. I assume they get to the cloud via my phone in the first place anyway.
kkotakMay 23, 2026, 5:56 PM
Oh! The Audacity!
throwawa1May 23, 2026, 4:18 PM
Another reason to add to my list to justify not wearing my Apple watch and moved to a mechanical watch.
shevy-javaMay 23, 2026, 4:28 PM
We can not trust any government here.
mystralineMay 23, 2026, 2:57 PM
I was definitely interested in some sort of comprehensive sensor bundle for my healthcare.

But every one of these devices demands some Android/Apple app, and shipping all my health data to basically non-HIPAA data brokers.

Id be all over a local-only no-data-exfiltration health tracker. But the companies do NOT want to provide that.

I, uh, guess, "go surveillance capitalism", for more choices?

duskdozerMay 23, 2026, 3:32 PM
If your concern is that the government may access the data, whether it's covered by HIPAA or not is irrelevant, because HIPAA allows government access. Though yes, it would still be better than non-HIPAA in general.
permutationsMay 23, 2026, 4:10 PM
I will once again proselytize for the new pebble time 2 (I am quite a fan of it). Open source and comes with standard sensors for health monitoring (6 axis imu, heart rate monitor, SpO2). Health data can be kept and analyzed on your phone and there are various apps that can do so. Suffice to say there are “surveillance-free” options out there, and if you’re not satisfied with current app options it is easy to hack your own together
RunningDroidMay 23, 2026, 4:19 PM
Many times GadgetBridge* can be used instead of the official app

*https://codeberg.org/Freeyourgadget/Gadgetbridge

SkyPuncherMay 23, 2026, 3:32 PM
HIPAA is completely irrelevant to any of this. Ours is technically HIPAA complaint because the data they process is not subject to HIPAA.

In overly simple terms, if insurance is not involved, then it’s not subject to HIPAA.

AldipowerMay 23, 2026, 3:08 PM
I am using Withings in combination Tredict. Both GDPR-compliant.
johnnyApplePRNGMay 23, 2026, 4:02 PM
OURA is a joke. My GF bought two for us and after a week I made her return them due to non stop dark patterns coming out of that company.

Everything about that company is disgusting.

Such a shame, too. I was eager to learn more about my health.

Forge36May 23, 2026, 4:43 PM
Can you elaborate?
nevesMay 23, 2026, 5:41 PM
[flagged]