(Updated May 27, 2026) Saga IT

HIPAA Security Rule 2026: What the Update Means

The proposed 2026 HIPAA Security Rule would require MFA, AES-256 encryption, 72-hour disaster recovery, and annual pen testing. Here's what's coming.

HIPAASecurityComplianceCybersecurity

The HIPAA Security Rule is getting its most significant overhaul since the Omnibus Rule of 2013. The Department of Health and Human Services (HHS) Office for Civil Rights issued a Notice of Proposed Rulemaking (NPRM) on December 27, 2024 (published in the Federal Register on January 6, 2025) under docket HHS-OCR-2024-0020 (RIN 0945-AA22) that proposes sweeping changes to how healthcare organizations must protect electronic protected health information (ePHI).

These are not incremental updates. The proposed rule eliminates the distinction between “required” and “addressable” implementation specifications --- a framework that has allowed organizations to document why they chose not to implement certain safeguards. Under the new rule, every specification is required. Full stop.

For healthcare organizations, health IT vendors, and business associates, the proposed changes mean rethinking security programs that may have been built around the flexibility of “addressable” controls. This guide covers every major change in the proposed rule, what it means in practice, and how to start preparing now.

Why This Update Matters

The current HIPAA Security Rule was last meaningfully updated by the HITECH Act in 2009 (with the Omnibus Rule finalizing those changes in 2013). In the thirteen years since, the healthcare threat landscape has changed dramatically:

  • Ransomware attacks on healthcare organizations increased over 300% between 2018 and 2024. The Change Healthcare breach in early 2024 disrupted claims processing across the entire US healthcare system for weeks.
  • Healthcare data breaches now affect hundreds of millions of individuals annually. The HHS breach portal shows a clear upward trend in both the number and scale of reported breaches.
  • Connected medical devices and cloud services have expanded the attack surface far beyond what existed when the original Security Rule was written. IoT devices, telehealth platforms, and cloud-hosted EHR systems create data flows that the 2003-era rule never anticipated.
  • The “addressable” loophole has been widely exploited. Many organizations interpreted “addressable” as “optional,” using risk assessments to justify not implementing encryption, multi-factor authentication, and other controls that are standard practice in other regulated industries.

HHS explicitly cited these trends in the NPRM preamble. The proposed rule is a direct response to the reality that the current framework has not kept pace with the threats healthcare organizations face.

Key Changes at a Glance

Before diving into each change, here is a summary of the major provisions in the proposed rule:

Six-row diptych grid summarizing the major changes between the current HIPAA Security Rule and the proposed 2026 update. Implementation specifications shift from required or addressable to all required. Multi-factor authentication moves from addressable (often skipped) to required for all ePHI access including workstations, remote, and service accounts. Encryption at rest goes from addressable with no algorithm specified to AES-256 mandatory everywhere (DB, file systems, backups, portable devices, cloud). Encryption in transit goes from addressable (TLS 1.0-1.2 commonly accepted) to TLS 1.3 minimum required including internal LAN traffic. DR timeline goes from contingency plan with no specific timeframe to 72-hour maximum restoration plus immutable backups. Network segmentation goes from not specified to required (clinical / admin / device VLANs).

RequirementCurrent RuleProposed Rule
Implementation specificationsRequired or AddressableAll Required
Multi-factor authenticationAddressable (often skipped)Required for all ePHI access
Encryption at restAddressableRequired (AES-256)
Encryption in transitAddressableRequired (TLS 1.3 minimum)
Disaster recovery timelineNo specific timeframe72 hours maximum
Network segmentationNot specifiedRequired
Penetration testingNot specifiedAnnual, mandatory
Vulnerability scanningNot specifiedEvery 6 months
Technology asset inventoryGeneral requirementComplete inventory with ePHI mapping
Risk analysisRequired (general)Standardized methodology required
Business associate verificationBAA requiredBAA + annual verification of compliance
Patch managementImpliedExplicit timeline requirements

Each of these changes has significant operational implications. The sections below cover the details.

Mandatory Multi-Factor Authentication

Diptych comparing current and proposed MFA requirements. Current rule treats MFA as addressable — organizations may document why an alternative control suffices, and common routes include "MFA delays clinical workflow", "we use SSO instead", and "compensating controls in place" — widely used to skip MFA at clinical workstations. Proposed rule makes MFA REQUIRED for every user and every entry point: all clinical workstations (tap badge plus PIN), all remote access (VPN, RDP, cloud apps), all service accounts (cert-based or API keys), cascading to all business associates via BAA. Below the diptych, four acceptable MFA approaches: proximity badge plus PIN, FIDO2 / WebAuthn hardware security keys, mobile authenticator apps with push or TOTP, and biometric authentication.

Perhaps the most impactful change for day-to-day clinical operations is the requirement for multi-factor authentication (MFA) on all systems that access ePHI. Under the current rule, MFA is an addressable specification --- meaning organizations can document why they chose not to implement it and substitute an alternative control. Many have done exactly that, particularly for clinical workstations where speed of access directly affects patient care.

The proposed rule eliminates this flexibility. MFA becomes a required specification for every user accessing ePHI, with no exceptions for clinical workflows.

What This Means in Practice

Clinical workstations. Nurses and physicians who currently log into EHR systems with a username and password will need a second factor. For clinical environments, this typically means proximity badge readers (tap-to-authenticate), biometric readers, or mobile push notifications. Shared workstation environments common in hospitals --- where clinicians log in and out dozens of times per shift --- will need solutions that minimize authentication friction while meeting the MFA requirement.

Remote access. Any VPN, remote desktop, or cloud application that provides access to ePHI must enforce MFA. This includes telehealth platforms, remote EHR access for on-call physicians, and cloud-hosted clinical applications. Most organizations already require MFA for VPN access, but the rule extends this to every remote access pathway.

Service accounts and system integrations. Machine-to-machine connections (integration engines, automated data feeds, scheduled batch processes) that access ePHI will need to be evaluated. While MFA as traditionally understood applies to human users, the proposed rule’s broader authentication requirements may require certificate-based authentication, API key rotation, or other compensating controls for system accounts.

Third-party applications. Business associates whose applications access ePHI must also implement MFA. This cascades the requirement through the entire vendor ecosystem. Health IT vendors that have not yet implemented MFA will need to add it before the compliance deadline.

Implementation Approaches

Organizations that have not yet deployed MFA for clinical environments should evaluate these approaches:

  1. Proximity badge + PIN. Integrates with existing hospital badge systems. Fast authentication (tap and enter PIN) with minimal workflow disruption. Requires badge reader hardware at each workstation.
  2. FIDO2/WebAuthn security keys. Hardware tokens that support passwordless authentication. Phishing-resistant and fast, but require physical key management and a backup authentication method.
  3. Mobile authenticator apps. Push notification or TOTP-based second factor. No additional hardware required, but clinicians must carry a registered mobile device.
  4. Biometric authentication. Fingerprint or facial recognition as a second factor. Fast and convenient, but requires reader hardware and raises additional privacy considerations for workforce members.

The right approach depends on your clinical environment, existing infrastructure, and workforce workflows. Most hospitals will likely adopt a combination: proximity badges for shared clinical workstations, mobile authenticators for remote access, and certificate-based authentication for system integrations.

Encryption Requirements: No More “Addressable”

Stacked diptych showing encryption changes. At rest (§164.312(a)(2)(iv)): currently addressable with no specific algorithm, leading to common gaps in backups, dev databases, and portable drives — under the proposed rule, AES-256 becomes mandatory everywhere (databases, file systems, backups, portable devices, cloud object stores) with customer-managed keys recommended for cloud. In transit (§164.312(e)(2)(ii)): currently addressable with TLS 1.0-1.2 commonly accepted and internal LAN traffic often unencrypted (cleartext MLLP for HL7 v2 widespread) — under the proposed rule, TLS 1.3 becomes the minimum required version applied to HL7 v2 MLLP+TLS, FHIR HTTPS, DICOM TLS, and internal LAN traffic. Legacy HL7 + PACS without TLS support need upgrades or TLS-terminating proxies.

The proposed rule makes encryption mandatory for ePHI both at rest and in transit. This is one of the most talked-about changes because the current rule’s “addressable” status for encryption has been the source of significant confusion and, in many cases, noncompliance.

Encryption at Rest

All ePHI stored on any medium must be encrypted using AES-256 or an equivalent standard. This applies to:

  • Database storage. EHR databases, data warehouses, clinical repositories, and any database containing ePHI must use transparent data encryption (TDE) or application-level encryption with AES-256.
  • File systems. Shared drives, document management systems, and any file storage containing ePHI must be encrypted. Full-disk encryption (BitLocker, LUKS, FileVault) satisfies this for endpoint storage.
  • Backup media. Backup tapes, disk-based backups, and cloud backup repositories must be encrypted. This includes off-site and archive backups.
  • Portable devices. Laptops, tablets, USB drives, and any portable storage that may contain ePHI must be encrypted. Most organizations already require this, but the rule removes any flexibility to justify not encrypting portable media.
  • Cloud storage. S3 buckets, Azure Blob Storage, Google Cloud Storage, and any cloud object store containing ePHI must use server-side encryption with AES-256 keys. Customer-managed keys (CMK) are recommended over provider-managed keys for maximum control.

Encryption in Transit

All ePHI transmitted over any network must be encrypted using TLS 1.3 at minimum. The proposed rule specifically calls out TLS 1.3 as the minimum acceptable version, which is a notable change from the current guidance that generally references TLS 1.2.

This has implications for:

  • HL7 v2 interfaces. Traditional MLLP connections that transmit HL7 v2 messages in cleartext must be upgraded to MLLP over TLS (secure MLLP). Organizations running Mirth Connect or other integration engines should audit all channels for TLS configuration.
  • FHIR API endpoints. HTTPS is already standard for FHIR R4 APIs, but organizations must verify that TLS 1.3 is supported and that older protocol versions are disabled.
  • DICOM connections. Medical imaging workflows using DICOM must implement DICOM TLS. Many legacy PACS systems and modalities support only unencrypted DICOM or older TLS versions, which will require upgrades or replacement.
  • Internal network traffic. The rule does not exempt internal network communications. ePHI transmitted between systems on the same LAN must still be encrypted. This is a significant change for organizations that have relied on network segmentation as an alternative to encrypting internal traffic.

Impact on Legacy Systems

The encryption requirements will be particularly challenging for organizations running legacy clinical systems that do not support modern encryption standards. Older EHR platforms, medical devices with fixed firmware, and legacy interface engines may not support TLS 1.3 or AES-256.

For these systems, organizations will need to either upgrade to versions that support the required encryption standards, replace end-of-life systems that cannot be upgraded, or implement compensating controls such as encrypted VPN tunnels or TLS-terminating reverse proxies that wrap legacy traffic in compliant encryption.

72-Hour Disaster Recovery

Diptych comparing the current rule's disaster recovery requirement with the proposed 72-hour mandate. Current rule requires a contingency plan with no specific recovery timeframe — common reality is median 7 days, worst case weeks. Proposed rule introduces a 72-hour hard cap as a Recovery Time Objective starting the moment of disruption. Right panel shows a clock face highlighted with the 72-hour mark. Requirements: documented DR plan, annual functional testing (not just tabletop), immutable backups (S3 Object Lock or air-gapped), and step-by-step recovery procedures per critical system.

The proposed rule introduces a specific, enforceable timeline for disaster recovery: critical systems must be restored within 72 hours of a disruption. The current rule requires a contingency plan and disaster recovery procedures but does not specify a recovery timeframe.

What “72 Hours” Means

The 72-hour requirement applies to the restoration of systems that are critical to ePHI access and clinical operations. This means:

  • EHR systems must be fully operational within 72 hours of a disruption, whether caused by ransomware, hardware failure, natural disaster, or any other event.
  • Integration engines that route clinical messages (ADT, orders, results) between systems must be recovered within the same timeframe, as they are critical to EHR functionality.
  • Clinical communication systems that carry ePHI (secure messaging, clinical alerting) fall under this requirement.
  • Backup and recovery systems themselves must be designed to meet the 72-hour RTO (Recovery Time Objective).

DR Planning Requirements

The proposed rule requires organizations to:

  1. Document a disaster recovery plan that specifically addresses the 72-hour recovery requirement for all systems handling ePHI.
  2. Test the DR plan at least annually. Tabletop exercises alone will not be sufficient --- the rule expects functional testing that demonstrates the ability to actually recover systems within the required timeframe.
  3. Maintain immutable backups. In response to ransomware attacks that encrypt backup systems, the proposed rule requires backup copies that cannot be modified or deleted by an attacker who has compromised the production environment. Air-gapped or immutable cloud backups (S3 Object Lock, Azure immutable storage) satisfy this requirement.
  4. Document recovery procedures for each critical system, including step-by-step restoration instructions, dependencies, and contact information for vendors and support resources.

Cloud DR Strategies

Organizations running clinical systems on healthcare cloud infrastructure have several advantages for meeting the 72-hour requirement:

  • Multi-region replication. Cloud providers offer built-in data replication across geographic regions, enabling rapid failover if the primary region is unavailable.
  • Infrastructure as Code. Cloud environments defined in code (Terraform, CloudFormation) can be rebuilt from scratch in hours rather than days.
  • Managed backup services. AWS Backup, Azure Backup, and similar services provide automated, encrypted, immutable backups with point-in-time recovery.
  • Regular DR testing. Cloud environments can be spun up for DR testing without affecting production, making annual (or more frequent) testing practical and cost-effective.

Network Segmentation

Diptych showing network segmentation. Current state (left): a flat network with EHR, PACS, mail, web, labs, printers, IoT, infusion pumps, and desktops all on one VLAN — lateral movement risk highlighted in red. Proposed state (right): three distinct VLANs — clinical (EHR, PACS, lab, integration engines, FHIR), administrative (mail, web, HR, desk), medical-device (pumps, monitors, IoT, ventilators, X-ray) — separated by firewalls plus IDS with explicit allow-lists and L7 filtering between segments. Lateral movement is contained at each boundary.

The proposed rule requires organizations to implement network segmentation that separates systems handling ePHI from general-purpose IT networks. This is the first time network segmentation has been explicitly required in the HIPAA Security Rule.

What’s Required

The proposed rule calls for:

  • Separation of clinical and administrative networks. Systems that process ePHI (EHRs, integration engines, clinical applications) must be on network segments isolated from general corporate networks (email, web browsing, administrative systems).
  • Medical device isolation. Connected medical devices must be segmented from both clinical and administrative networks. This aligns with FDA’s cybersecurity guidance for medical devices and addresses the risk of lateral movement from compromised devices.
  • Access controls between segments. Firewalls or equivalent controls must restrict traffic between network segments to only the specific ports, protocols, and source/destination pairs required for legitimate business purposes.
  • Monitoring of cross-segment traffic. Organizations must monitor traffic crossing segment boundaries for anomalous patterns that may indicate lateral movement or data exfiltration.

Micro-Segmentation and Zero Trust

While the proposed rule requires network segmentation, forward-thinking organizations should consider micro-segmentation and zero trust architecture as approaches that exceed the minimum requirement and provide stronger protection:

Micro-segmentation applies segmentation controls at the individual workload or application level, rather than at the network subnet level. Each application or service has its own security boundary, and traffic between services is explicitly allowed or denied regardless of network location.

Zero trust architecture extends this concept by assuming that no user, device, or network location is inherently trusted. Every access request is authenticated, authorized, and encrypted regardless of where it originates. Zero trust eliminates the concept of a “trusted internal network” that has been the foundation of traditional network security architectures.

For healthcare organizations, zero trust is particularly relevant because:

  • Clinical staff move between locations and devices frequently.
  • Third-party vendors and business associates need access to specific systems.
  • Cloud services and remote work have dissolved the traditional network perimeter.
  • Connected medical devices may run outdated or unpatched software that cannot be trusted.

Annual Penetration Testing

Diptych comparing security testing requirements. Current rule has penetration testing and vulnerability scanning implicit in §164.308(a)(8) "evaluation" — common reality is one pen test at deployment, then dropped, with sporadic or absent vulnerability scanning. Proposed rule explicitly requires annual penetration testing (qualified independent testers, external plus internal scope, all systems handling ePHI, written report plus remediation) and biannual vulnerability scanning (every 6 months, authenticated, tracked remediation). Bottom timeline strip shows the annual cadence with quarterly markers.

The proposed rule introduces explicit requirements for penetration testing and vulnerability scanning. Under the current rule, these practices are implicit in the general requirement for risk management, but they are not specifically mandated. The proposed rule changes that.

Penetration Testing Requirements

Organizations must conduct penetration testing at least annually. The proposed rule specifies that penetration tests must:

  • Be conducted by qualified professionals who are independent from the team responsible for the systems being tested. This does not necessarily require a third-party firm --- an internal red team can qualify if they are organizationally independent from the IT operations team.
  • Cover all systems that handle ePHI, including network infrastructure, web applications, APIs, cloud environments, and medical device networks.
  • Include both external and internal testing. External penetration testing simulates an attacker attempting to breach the network perimeter. Internal testing simulates an attacker who has already gained initial access (e.g., through phishing or a compromised device) and is attempting lateral movement.
  • Produce a written report documenting findings, severity ratings, and recommended remediation actions.
  • Be followed by remediation of identified vulnerabilities within defined timeframes based on severity.

Vulnerability Scanning Requirements

In addition to annual penetration testing, organizations must conduct vulnerability scanning at least every six months. Vulnerability scanning differs from penetration testing in that it uses automated tools to identify known vulnerabilities (missing patches, misconfigurations, default credentials) without actively exploiting them.

The proposed rule requires:

  • Authenticated scanning that logs into systems to identify vulnerabilities not visible from an unauthenticated perspective.
  • Coverage of all systems in the ePHI environment, including servers, workstations, network devices, and medical devices where technically feasible.
  • Remediation tracking with documented timelines for addressing identified vulnerabilities based on severity (critical, high, medium, low).

For organizations that need help establishing or enhancing their penetration testing and vulnerability assessment programs, working with a healthcare-specialized security firm ensures that testing covers the unique attack surfaces and compliance requirements of clinical environments.

Technology Asset Inventory

Diptych showing the change in technology asset inventory requirements. Current rule requires a general hardware-plus-software list as part of risk assessment — typically a spreadsheet updated annually, with common gaps including shadow IT, legacy systems nobody owns, medical devices not on the IT inventory, forgotten integrations with ePHI access, and no data-flow maps. Proposed rule requires a comprehensive map covering five categories: hardware (servers, workstations, laptops, mobile, network gear, medical devices), software (OSes, apps, databases, integration engines, firmware, SaaS), network topology (segmentation diagrams, VLANs, firewall rules), data flows (how ePHI moves between systems), and IoT plus medical devices (each cataloged with software version, network location, ePHI accessed, vendor, end-of-support date).

The proposed rule requires organizations to maintain a complete, current inventory of all technology assets that create, receive, maintain, or transmit ePHI. While the current rule includes a general provision for hardware and software inventories, the proposed rule significantly expands and specifies what must be documented.

Inventory Requirements

The technology asset inventory must include:

  • All hardware that processes, stores, or transmits ePHI: servers, workstations, laptops, mobile devices, network equipment, and medical devices.
  • All software that creates, receives, maintains, or transmits ePHI: operating systems, applications, databases, middleware (including integration engines), and firmware on network devices and medical devices.
  • Network topology documentation showing how assets are connected, including network diagrams that reflect the segmentation requirements described above.
  • Data flow maps showing how ePHI moves between systems, including integration interfaces, API connections, and data feeds.
  • IoT and medical device inventory. The proposed rule specifically calls out Internet of Things devices and connected medical devices, reflecting the growing attack surface these devices represent. Each device must be cataloged with its software version, network location, and the ePHI it accesses.

Why This Matters

A complete asset inventory is the foundation for every other security control. You cannot protect what you do not know you have. The Change Healthcare breach, the Ascension Health ransomware attack, and numerous other healthcare incidents have demonstrated that organizations often have blind spots in their technology inventories --- unmanaged devices, shadow IT, legacy systems that “nobody owns,” and forgotten integrations that still have access to ePHI.

The inventory requirement is designed to eliminate those blind spots. It also enables more effective risk analysis (you can assess risks to assets you know about), incident response (you can determine what was affected if you know what you have), and vulnerability management (you can patch systems you have inventoried).

Compliance Timeline

Linear regulatory timeline showing the path from NPRM to enforcement, with a YOU ARE HERE marker at May 2026. Completed milestones (green): NPRM published December 27, 2024 (HHS-OCR-2024-0020, Federal Register notice January 6, 2025) and Comment period closed March 7, 2025 (4,745 comments received from industry, healthcare orgs, and vendors). Current state (red marker): May 2026, final rule status uncertain — OCR has not confirmed schedule. Future milestones (outlined red): Final rule expected mid-late 2026 (Trump administration may revise scope), and effective date around early 2027 for large organizations (180 days after final rule) with small entities getting an additional 180 days. Operational takeaway at bottom: you cannot wait for certainty; the 180-day window is too short to start from scratch.

The proposed rule was published as an NPRM in late 2024. The path from NPRM to enforceable regulation follows a defined process:

  1. Comment period. The NPRM included a public comment period during which healthcare organizations, industry groups, and individuals could submit feedback. This period has closed.
  2. HHS review. HHS reviews all comments and may revise the proposed rule based on feedback. This process typically takes 6-18 months.
  3. Final rule publication. HHS publishes the final rule in the Federal Register. Based on typical timelines and the current administration’s regulatory priorities, the final rule is expected in mid-to-late 2026.
  4. Effective date. The proposed rule specifies that most provisions take effect 180 days after the final rule is published.
  5. Small entity compliance. Smaller organizations (those meeting the Small Business Administration’s definition of a small entity in healthcare) may receive an extended compliance timeline, potentially 360 days after publication.

Expected Timeline (as of May 2026)

MilestoneStatus
NPRM published in Federal RegisterJanuary 6, 2025 ✓
Comment period closedMarch 7, 2025 ✓ (4,745 comments received)
Final rule expectedOriginally May 2026 target — status uncertain as of mid-2026
Effective date (large orgs)~180 days after final rule publication
Effective date (small entities)~360 days after final rule publication

OCR received more than 4,700 comments in response to the NPRM. As of May 2026, OCR Director Paula M. Stannard has not confirmed whether the proposed rule will progress to a final rule per OCR’s original schedule. The current administration may have a different view on the proposed burdens and benefits than the administration that drafted the NPRM, so industry analysts now treat the May 2026 target as a planning date rather than a confirmed publication date.

Operationally, this means two things for organizations: First, you cannot wait for certainty — the 180-day compliance window after final-rule publication is too short to start from scratch. Second, the changes proposed in the NPRM align with mainstream security best practices regardless of the regulatory outcome, so investments made now (MFA deployment, encryption upgrades, network segmentation, penetration testing programs) are sound security spending whether or not the rule is finalized as drafted.

What This Means for Planning

The 180-day compliance window is aggressive given the scope of the changes. Organizations that wait for the final rule to begin planning will almost certainly miss the deadline. The time to start preparing is now --- while the rule is still being finalized.

Investments made now (MFA deployment, encryption upgrades, network segmentation, penetration testing programs) are sound security practices regardless of the final rule’s exact provisions. The regulatory requirement simply adds urgency to what should already be on every healthcare organization’s security roadmap.

Preparation Checklist: 10 Steps to Take Now

Do not wait for the final rule to begin preparing. The following steps address the proposed rule’s most significant requirements and represent sound security practices regardless of the final regulatory outcome.

10-step preparation roadmap split into two tiers. Start now (green tier, sound security regardless of outcome) — Step 1 gap assessment, Step 2 deploy MFA, Step 3 audit encryption, Step 4 build asset inventory, Step 5 assess segmentation, Step 6 pen-test plus vuln-scan program, Step 7 test DR plan functionally. Scope after final rule (amber tier, specific scope depends on final text) — Step 8 review BAA portfolio for annual verification, Step 9 document everything to OCR-audit standards, Step 10 budget for compliance with concrete dollar figures. Operational note at the bottom: steps 1-7 pay off regardless of how the final rule lands — they're the security investments mainstream practice has been moving toward anyway.

1. Conduct a Gap Assessment

Compare your current security posture against the proposed rule’s requirements. Identify where you have gaps in MFA deployment, encryption coverage, network segmentation, and testing programs. A HIPAA compliance assessment provides a structured framework for this analysis.

2. Deploy Multi-Factor Authentication

If MFA is not already required for all ePHI access, begin deployment now. Start with remote access (VPN, cloud applications) if you have not already, then extend to clinical workstations. Evaluate proximity badge, FIDO2, and mobile authenticator options for clinical environments where authentication speed matters.

3. Audit Encryption Coverage

Inventory all systems that store or transmit ePHI and verify encryption status. Check for unencrypted database storage, cleartext HL7 v2 interfaces, DICOM connections without TLS, and legacy systems that do not support modern encryption standards. Plan upgrades or replacements for systems that cannot meet AES-256 and TLS 1.3 requirements.

4. Build a Complete Asset Inventory

Document every system, device, and application that touches ePHI. Include medical devices, integration engines, cloud services, and third-party applications. Map data flows between systems. This inventory is the foundation for every other compliance activity.

5. Assess Network Segmentation

Evaluate your current network architecture against the segmentation requirements. Document which systems are on which network segments, what traffic flows between segments, and where gaps exist. Plan for clinical/administrative separation and medical device isolation.

6. Establish a Penetration Testing Program

If you do not already conduct annual penetration testing, engage a qualified firm to perform your first test now. Use the results to establish a baseline and begin remediation. Implement vulnerability scanning on a regular cadence (quarterly or more frequently).

7. Test Your Disaster Recovery Plan

Conduct a functional DR test --- not just a tabletop exercise --- that measures your ability to restore critical systems within 72 hours. If you cannot meet the 72-hour target, identify the bottlenecks and invest in improvements (cloud DR, immutable backups, automated recovery procedures).

8. Review Business Associate Agreements

The proposed rule requires annual verification that business associates comply with the Security Rule. Review your BAA portfolio, identify business associates with access to ePHI, and establish a process for annual compliance verification. Our HIPAA BAA checklist provides a structured review framework.

9. Document Everything

The proposed rule increases documentation requirements across the board. Ensure that your security policies, risk assessments, asset inventories, network diagrams, DR plans, and testing results are current, complete, and accessible. Documentation that exists only in someone’s head or in an outdated SharePoint site will not withstand an OCR audit.

10. Budget for Compliance

The proposed changes will require investment. MFA hardware and software, encryption upgrades, network segmentation infrastructure, penetration testing engagements, and staff training all have costs. Begin building the business case now so that budget is allocated before the compliance deadline arrives. For sense of magnitude, our healthcare app development cost guide breaks down the HIPAA compliance investments for a typical healthcare software build — most of those line items get larger under the proposed rule.


The 2026 HIPAA Security Rule update represents the most significant change to healthcare data protection requirements in over a decade. The elimination of “addressable” specifications, mandatory MFA, required encryption, and explicit testing requirements raise the compliance bar substantially.

But these changes also reflect security best practices that the healthcare industry should have been adopting all along. Organizations that have invested in strong security programs will find much of the proposed rule familiar. Those that have relied on the flexibility of “addressable” controls to defer investment will have the most work to do.

The 180-day compliance window leaves little room for procrastination. Start your gap assessment now, prioritize the highest-impact changes (MFA and encryption), and build toward full compliance before the final rule takes effect.

For help assessing your readiness or implementing the changes required by the proposed rule, explore our related services:

Need Help with Healthcare IT?

From HL7 and FHIR integration to cloud infrastructure — our team is ready to solve your toughest interoperability challenges.