ePHI encryption protects electronic protected health information by rendering it unreadable to anyone without the decryption key, and HIPAA treats it as an addressable implementation specification rather than a flat mandate. That wording is where small businesses lose ground. Addressable means you either implement encryption or document an equivalent measure after a real risk analysis, and almost every practice we audit has picked AES-256 correctly while leaving the parts that actually decide the outcome untouched. The cipher is rarely the problem. Suspended disk encryption, an unencrypted backup target, keys parked next to the data they protect, and mail transport that quietly downgrades are the problems. Those gaps also decide whether the breach notification safe harbor holds when a laptop walks out the door.
What ePHI Encryption Has to Cover Before It Counts
Encryption is a state you verify, not a policy you file. Before any practice claims coverage, five things have to be true at once, and we check all five on every engagement with a healthcare client.
- Every place ePHI comes to rest is encrypted, including workstations, phones, on-premise servers, network shares, imaging archives, and every backup copy in the chain.
- Every path ePHI travels is encrypted in transit, with transport enforced rather than negotiated, so a receiving server that refuses TLS cannot silently pull the message down to plaintext.
- Keys and recovery keys live somewhere the data does not, escrowed to an account that a ransomware operator on the file server cannot reach.
- The encryption state is provable on a given date, because the safe harbor is an evidentiary question and a policy document proves nothing about what a stolen device was doing at 4 p.m. on a Tuesday.
- Your risk analysis records the decision, which is what the addressable standard asks for and what auditors ask to see first.
Miss one of the five and you have partial coverage with full confidence, which is the worst combination in healthcare IT compliance.
Why ePHI Encryption Breaks Down at Small Practices
ePHI encryption breaks down at small practices because the work is distributed across systems nobody owns end to end, so each administrator assumes the layer above or below is handling it. The practice manager knows the electronic health record vendor encrypts the database. The vendor assumes the practice encrypts the endpoints reading from it. The backup appliance was configured by a departed technician. Nobody is wrong in their own lane, and the ePHI still sits unencrypted somewhere in the middle.
We see the same shape in dental, behavioral health, imaging, and small multi-site groups. A practice with fifteen users runs Microsoft 365, a legacy on-premise server for imaging, two scanners that drop files to a shared folder, a fax gateway, and a NAS holding nightly backups. Encryption was addressed for the server and the laptops. The scanner folder, the fax spool, and the NAS were never in scope because they were never thought of as clinical systems. They hold ePHI anyway, which is the only test that matters. Our work on data management for healthcare organizations almost always starts by mapping those forgotten resting places before touching a cipher setting.
The 7 ePHI Encryption Risks We Find Most Often
These are the seven gaps our healthcare IT team turns up most often during technical reviews, ordered by how frequently they appear rather than by severity.
1. Disk encryption that is enabled on paper and suspended in practice
BitLocker and FileVault report a status, and that status changes without anyone deciding it should. A firmware update, a TPM reset, a motherboard replacement, or a technician clearing a boot loop will leave a drive in a suspended state where the volume is decrypted at every boot without a challenge. The device still appears in your inventory as encrypted because it was, once. We pull live protection status across the fleet rather than trusting the deployment record, and on a first pass we typically find between one and four machines sitting suspended. Each one of those is a device that, if stolen, gives you no safe harbor at all.
2. An encrypted primary with an unencrypted backup
Backup is where ePHI encryption most often falls apart, because the copy nobody looks at is the copy an attacker takes. A practice will encrypt the server volume and then replicate to a NAS where the encryption option was available and never switched on, or to a USB drive that leaves the building in a bag on Fridays. Cloud backup vendors encrypt their own storage, which covers their infrastructure and not the local staging cache. Every copy in the chain has to be treated as ePHI at rest, including snapshots, archives, and the export a clinician ran last spring. This is also the layer that determines whether a ransomware event in a healthcare setting becomes a recovery exercise or a reportable breach.
3. Transport that negotiates instead of enforcing
Mail is the most common transit path for ePHI, and standard mail transport is opportunistic by design. If the receiving server does not offer TLS, most systems deliver anyway in plaintext rather than fail the message. Referral partners running old on-premise mail servers are the usual culprit. The fix is a connector or transport rule that requires TLS for the domains you exchange patient information with, plus a portal or message-encryption path for everything else. We walk clients through the mechanics in our primer on how email encryption works for businesses, and the transport settings themselves usually sit inside the tenant work we describe in our review of Microsoft 365 managed service providers for healthcare.
4. Keys and recovery keys stored with the data they protect
Under the breach notification rule, encrypted information only stays outside the definition of a breach if the decryption keys were not compromised along with it. That single condition invalidates a surprising number of setups. Recovery keys saved to a document on the same file server, a passphrase in a shared password note every staff member can open, a key file sitting in the folder beside the encrypted archive: each of those hands the attacker both halves. Keys belong in a managed store or escrowed to directory objects, separated from the data, with rotation and access logging. Our guidance on healthcare data encryption standards treats key custody as the load-bearing control, because it is.
5. Reading “addressable” as “optional”
Addressable is the most misread word in the Security Rule. It does not make encryption discretionary. It requires you to assess whether encryption is reasonable and appropriate for your environment, implement it if it is, and document an equivalent alternative if it genuinely is not. A small practice with commodity laptops has no defensible argument that full-disk encryption is unreasonable, and the proposed 2026 Security Rule overhaul moves further toward treating it as expected rather than negotiable. What auditors flag is not the technology choice, it is the missing analysis behind it. Where the decision is unrecorded, we build it into the client’s risk documentation as part of a cybersecurity compliance engagement.
6. ePHI living outside the systems in scope
Scope drift is quiet. Your electronic health record is encrypted, and meanwhile ePHI accumulates in a scanner’s output folder, a fax gateway spool, a spreadsheet a biller keeps for follow-ups, a phone with a mail app and no device passcode policy, and a personal sync folder that mirrors a clinical share to a home machine. None of those were in the original scope because none of them are clinical software. They hold patient identifiers, so they are in scope by definition. Isolating those paths is what workspace-level containment for healthcare data is for, and it is usually faster to isolate the data flow than to chase every endpoint that touched it.
7. Assuming the safe harbor rather than being able to prove it
The safe harbor is evidentiary. When a device goes missing, you have to demonstrate that the ePHI on it was encrypted to a recognized standard at the moment of loss, and that the keys stayed protected. That means retained records of protection status per device, per date, and an inventory tying serial numbers to users. Practices that skip this step reconstruct the story from memory during an incident, which is the one moment when reconstruction carries no weight. Building this evidence trail into routine reporting is far cheaper than assembling it under pressure, and it is the first artifact our breach and incident response team asks for.
How to Prove Your ePHI Encryption Instead of Describing It
Proving ePHI encryption means producing current technical evidence for every resting place and every transit path, dated and tied to named systems. We run this as a short sequence with clients and it holds up well against audit questions.
- Inventory where ePHI rests, including shadow locations: scanner folders, fax spools, imaging archives, personal sync folders, mobile devices, and every backup target.
- Pull live protection state, not deployment records. Report per device, and treat suspended as unencrypted.
- Enforce transport for known partners and route the rest through a portal, then test with a message to a partner domain you have never sent to before.
- Move keys and recovery keys off the systems they protect, escrow them to directory objects or a managed store, and log who can retrieve them.
- Write the addressable decision down inside your risk analysis, naming the standard chosen and the alternative rejected.
- Re-verify on a schedule, because encryption state drifts with every update, replacement, and new device.
Matt Rosenthal, our CEO, frames it the way most compliance officers eventually do: a control you cannot evidence on demand is a control you do not have. That is the difference between a practice that survives a lost-laptop incident quietly and one that spends a quarter on notification. Our HIPAA compliance audit checklist for healthcare covers where this sequence fits alongside the rest of the Security Rule work, and smaller offices often start with the walkthrough in our 2026 HIPAA guide for dental practices.
Frequently Asked Questions
Is ePHI encryption required under HIPAA?
ePHI encryption is an addressable implementation specification, which means it is required unless you can document that an equivalent alternative is reasonable and appropriate for your environment. For a small practice using standard workstations, laptops, and cloud mail, there is rarely a defensible alternative. Treat it as required and record the analysis that got you there.
What encryption standard satisfies HIPAA for data at rest and in transit?
AES-256 for information at rest and TLS 1.2 or higher for information in transit are the widely accepted baselines, drawn from NIST guidance that HHS points to. Older protocols including TLS 1.0, TLS 1.1, 3DES, and RC4 should be disabled outright. The standard matters less than confirming it is actually applied everywhere ePHI lands.
Does encryption exempt us from breach notification?
Encryption can place a lost or stolen device outside the breach definition, but only when the encryption meets a recognized standard and the decryption keys were not compromised with the data. If recovery keys sat on the same server, the exemption does not apply. You also need dated evidence of the encryption state at the time of the loss.
Are our cloud vendors handling ePHI encryption for us?
Cloud platforms encrypt their storage and their transport, and that covers their side of the arrangement. It does not cover the endpoints reading the information, local caches, exports staff download, or the backup appliance in your closet. Read your business associate agreement for the boundary, then encrypt everything on your side of it.
How often should we re-verify our ePHI encryption?
Verify quarterly at minimum, and after any firmware update, hardware replacement, imaging cycle, or new device rollout, because those events are what silently suspend protection. Practices that check annually usually discover drift that has been in place for months. Continuous reporting through your managed service provider is the lower-effort path.
Get a Second Set of Eyes on Your ePHI Encryption
Most practices we meet are closer to solid ePHI encryption than they think, and further from provable ePHI encryption than they hope. The gap is almost never the cipher. It is a suspended volume, a backup target nobody enabled, a recovery key in a shared document, and no dated evidence to show an investigator. Those are all fixable in weeks rather than quarters once someone maps them honestly.
Our healthcare IT team does this work daily across provider organizations of every size, and the review starts with your resting places and your key custody rather than a questionnaire. If you want an outside read on where your patient information is actually exposed, book a free strategy call with us and we will walk your environment with you. You can also see how we support healthcare organizations more broadly, or schedule time directly with a strategist who works in this space.

