[mh_key_takeaways]
Emailing medical records is one of the most common questions in a HIPAA training. Front-desk staff want to know if a patient can request records by email, whether the response counts as a violation, and what to do when a referring physician office asks for a full chart.
The short answer is that HIPAA allows email delivery of medical records under specific conditions. Getting those conditions right is the difference between a compliant workflow and a six-figure Office for Civil Rights finding. Practices that want the mechanics handled at the service layer usually deploy a secure email service that includes a signed business associate agreement.
This guide covers the actual rules, the patient consent step, the encryption requirement, the common violation patterns, and the workflows that keep records email inside the compliance line.
HIPAA allows email delivery when the patient has consented
The Privacy Rule at 45 CFR 164.524 gives patients the right to access their protected health information in the form and format they request, including electronic delivery. Email counts as an electronic format.
The covered entity must confirm the requested delivery method with the patient. A written form, a portal request, or a documented phone call all work as long as the request is recorded in the audit trail.
For records sent to a third party at the patient direction, the covered entity needs a written authorization signed by the patient. That authorization specifies who receives the records and what information is included.
For records sent among covered entities for treatment, payment, or health care operations, patient consent is not required under the Privacy Rule. A referring physician emailing chart notes to a specialist for a shared patient falls in this bucket.
Every state also has its own rules on medical record disclosure that stack on top of HIPAA. State law can require additional consent, additional recordkeeping, or additional restrictions on specific record types like mental health and substance use treatment records.
Encryption is an addressable specification with a defensible default
The Security Rule at 45 CFR 164.312 lists encryption as an addressable specification. That means the covered entity must implement encryption, adopt an equivalent measure, or document why neither is reasonable and appropriate.
In practice, encryption is the only defensible default for records leaving the practice network. The alternatives, such as physical safeguards on paper records, do not apply to email transmission.
Encryption in transit through TLS covers the connection between the sending server and the receiving server. That is the minimum acceptable standard when both sides are known to support TLS 1.2 or higher.
Encryption at rest covers the message once it lands on either side. Portal-based encrypted email services handle this by keeping the message content inside their own encrypted storage rather than delivering it to the recipient mailbox in plain text.
The HHS FAQ on emailing PHI is the definitive reference on when encryption is required.

Patient consent must be documented before records go out
The consent step is where most small practices get in trouble. A verbal request over the phone is legally sufficient under HIPAA, but the practice must document that the request was made and how the patient specified the delivery method.
Documentation can be a signed form scanned into the chart, a completed portal request that logged the timestamp, or a note in the EHR that identifies the requesting person, the delivery method, and the records covered.
The patient must also be informed of the risks of email delivery. HHS clarified in 2013 that a patient can request unencrypted email if they explicitly accept the risks, but the practice must document both the risk disclosure and the patient acknowledgment.
For records going to a third party at the patient direction, the authorization must be in writing and must identify the specific third party, the scope of records, and an expiration date or event.
The consent step is documented in more depth in the guide on HIPAA email requirements, which walks through the specific fields the authorization form must contain.
Delivery to the wrong recipient is the most common violation
Misdirected email tops the Office for Civil Rights list of reported HIPAA violations year after year. A typo in the recipient address, an auto-complete pick from the wrong contact, or a reply-all that included an unintended party all count.
Practices reduce the risk with a verification step before send. The staff member reads back the recipient address from the request form, and the EHR or the email client displays the recipient at the top of the message during compose.
Portal-based encrypted email services add a second layer of protection because the recipient must sign in with a passcode to open the message. A misdirected message that arrives at the wrong inbox cannot be opened without the passcode delivered to the intended recipient.
Auto-complete is a specific risk. Disabling auto-complete for the mailbox that sends records, or moving records to a separate mailbox that only sends to verified addresses, removes the most common failure mode.
For a walkthrough of the reporting steps when a misdirected message happens, see the guide on HIPAA email, which covers the breach notification and remediation timeline.
[mh_example]
Business associate agreements cover every vendor that touches the message
Every vendor that touches, stores, or transmits an email containing PHI on behalf of the covered entity must sign a business associate agreement. That includes the mail provider, the encryption service, the archive vendor, and any spam filtering service.
Free consumer Gmail and personal Outlook.com never qualify because Google and Microsoft do not sign BAAs for those accounts. A practice using a personal Gmail account to email records is out of compliance regardless of whether the message was encrypted.
Google Workspace and Microsoft 365 offer a BAA on eligible paid plans. The practice must actively request the BAA through the vendor portal and sign the covered plan sections before sending PHI.
Dedicated encrypted email services typically include the BAA in the base plan without a separate request step. That removes one of the common compliance gaps found in small-practice OCR audits.
The HHS Covered Entities and Business Associates reference lists the specific BAA requirements and the vendors that count as business associates.

Attachments and large records need a link-based delivery pattern
Medical records often exceed the 20 to 25 MB attachment cap on Gmail and Outlook. A full chart with imaging can easily reach several hundred megabytes.
The practical pattern hosts the record on a secure storage service and delivers the download link inside the encrypted message. Portal-based encrypted email services do this automatically for attachments above the SMTP limit.
The recipient authentication step matters more for large records because the file itself is worth more on the black market. A signed URL with a short expiration and a passcode delivered separately is the standard pattern.
Imaging DICOM files, EHR export bundles, and CCDA continuity of care documents all follow the same delivery pattern. The message body carries the request context and the download link, and the file lives on encrypted storage until the recipient opens it.
Some practices also archive the delivered record for the retention period required by state law, which for adult records typically runs seven years and for pediatric records runs through the age of majority plus seven.
Records emails need an audit log the practice can produce on demand
The Security Rule requires audit controls on systems that handle PHI. For records emails, the audit log needs to show who sent the message, when it was sent, who the recipient was, and whether the recipient opened it.
Free consumer mail does not produce this log. Even the sent folder cannot prove that the recipient opened the message.
Google Workspace and Microsoft 365 audit logs cover the send event but not the recipient open event when the recipient is outside the tenant. Portal-based encrypted email services log both because the recipient opens the message through the portal.
The log needs to be retained for the same period as the underlying medical record. Six years is the HIPAA minimum for the Privacy Rule documentation, and state law often extends the requirement to match the medical record retention period.
For a review of the audit control requirements across the full HIPAA Security Rule, see the guide on is it a HIPAA violation to email medical records, which walks through the OCR audit protocol.
[mh_protip]
Penalties escalate quickly for willful neglect
HITECH Act penalty tiers apply to every HIPAA violation. The tier depends on the culpability, not the severity of the disclosure.
Tier 1, unknowing violations, carries $100 to $50,000 per record with a cap of $25,000 per calendar year. Tier 2, reasonable cause without willful neglect, carries $1,000 to $50,000 per record with a cap of $100,000.
Tier 3, willful neglect corrected within 30 days, carries $10,000 to $50,000 per record with a cap of $250,000. Tier 4, willful neglect not corrected, carries $50,000 per record with a cap of $1.5 million.
OCR also requires a corrective action plan that typically runs multiple years. The plan covers policy updates, staff retraining, and a monitoring period during which OCR receives quarterly reports.
State attorneys general can also bring civil actions under HITECH, and repeat willful violations can be referred to the Department of Justice for criminal prosecution under 42 USC 1320d-6.
Common workflow that keeps records email compliant
A compliant records email workflow has a consistent shape. The patient submits a request through a portal or a signed form. The staff member logs the request in the EHR with the delivery method and recipient information.
The staff member composes the message from a mailbox that is covered by a BAA and that uses an encrypted delivery service. The recipient address is verified against the request form, and the send button is clicked only after the verification step.
The recipient receives a portal link, signs in with a passcode delivered to the recipient inbox or phone, and downloads the record over an encrypted channel. The service logs the delivery and the open events.
The practice archives the delivered record and the audit log for the retention period required by state law. The archive is stored on infrastructure covered by a BAA and is available for OCR review on request.
Practices building the full patient communication stack often pair the email service with a secure website. Guidance on security features for healthcare websites covers the portal, form handling, and file upload side of the workflow.
Practical answers to the questions staff actually ask
Can we email a chart to a patient? Yes, with documented patient consent, encryption on the transmission, and a BAA-covered mail service.
Can we email a chart to a referring physician? Yes, without patient consent when the disclosure is for treatment, and with the same encryption and BAA requirements as any external delivery.
Can we email a chart to a patient attorney? Yes, only with a written authorization signed by the patient that identifies the attorney and the scope of records.
Can we email a chart to a family member? Yes, only with a written authorization or a documented emergency exception under 45 CFR 164.510, which allows disclosure to a family member involved in the patient care.
Can we use a personal Gmail account to email a chart? No. Personal accounts have no BAA and are automatically out of compliance regardless of encryption. Every records email must go through a mailbox that is covered by a BAA and a documented practice policy.
[mh_faqs]