21 CFR Part 11 Electronic Records and Signatures

by Nick Clark | Published April 25, 2026 | PDF

21 CFR Part 11 is the United States Food and Drug Administration's rule governing electronic records and electronic signatures used to satisfy any predicate rule in Title 21 of the Code of Federal Regulations. Its scope reaches every FDA-regulated activity that has shifted from paper to electronic media, including clinical-trial data captured under Good Clinical Practice (GCP), nonclinical safety data captured under Good Laboratory Practice (GLP), pharmaceutical and biologic manufacturing records under Good Manufacturing Practice (GMP), pharmacovigilance, medical-device design history files, and increasingly the training and validation records for AI/ML-enabled software as a medical device. The governance-chain primitive supplies the five structural properties — authority-credentialed observation, evidential weighting, composite admissibility, governed actuation, and lineage-recorded provenance — that the rule actually requires but rarely receives.


Regulatory Context

Part 11 was promulgated in 1997 and refined through the FDA's 2003 guidance "Part 11, Electronic Records; Electronic Signatures — Scope and Application" and the 2017 draft guidance "Use of Electronic Records and Electronic Signatures in Clinical Investigations." Subpart B (Electronic Records) imposes seven principal obligations. Section 11.10(a) requires validation of systems to ensure accuracy, reliability, consistent intended performance, and the ability to discern invalid or altered records. Section 11.10(b) requires the ability to generate accurate and complete copies suitable for inspection. Section 11.10(c) requires record protection enabling accurate and ready retrieval throughout the records-retention period. Section 11.10(d) limits system access to authorised individuals. Section 11.10(e) is the audit-trail provision: secure, computer-generated, time-stamped audit trails that independently record the date and time of operator entries and actions that create, modify, or delete electronic records.

Subpart C (Electronic Signatures) adds further structural obligations. Section 11.50 requires that signed electronic records contain information associated with the signing — printed name of the signer, date and time of execution, and the meaning of the signature — and that this information be subject to the same controls as the underlying record. Section 11.70 requires electronic signatures to be linked to their respective records to ensure the signature cannot be excised, copied, or otherwise transferred to falsify a record. Sections 11.100 and 11.200 govern signature uniqueness and the components of identification. The 2003 scope-and-application guidance narrowed enforcement discretion but did not relax the underlying rule; FDA Form 483 observations and Warning Letters continue to cite Part 11 deficiencies, particularly in clinical-trial electronic data capture and in computerised manufacturing systems.

Architectural Requirement

The rule's text is procedural in form but architectural in consequence. An audit trail that is "secure" and "computer-generated" cannot be a log file the application writes to a database the application also controls; that arrangement places the auditor and the auditee in the same trust domain, which the rule's drafters recognised as inadequate when paper audit trails were the norm. A signature that is "linked" to a record so that it "cannot be excised, copied, or otherwise transferred to falsify a record" is a cryptographic binding, not a foreign-key reference in a relational schema. Validation under section 11.10(a) requires evidence that "invalid or altered records" can be discerned — a property that can only be supplied by tamper-evident storage, not by procedural hash logs maintained in the same system.

When the regulated activity is the training of a machine-learning model intended for medical use, the architectural requirements compound. Each training example contributes to the eventual device's behaviour and is therefore part of the design history. Section 11.10(e) audit-trail obligations attach to the creation, modification, and deletion of training data, the parameter checkpoints produced from that data, and the validation results derived from those parameters. Per-example provenance, training-event lineage, and signature attestation become primary records that must satisfy the same controls as final-form documentation. The FDA's January 2025 draft guidance on AI/ML-enabled device software functions and the predetermined change-control plan framework explicitly extend Part 11 expectations to these artefacts.

Enforcement History and Inspection Posture

The FDA has not pursued a strict-liability theory for Part 11 deficiencies; the 2003 scope-and-application guidance committed the agency to enforcement discretion for legacy systems and for predicate-rule records that did not specifically require electronic capture. Within that discretion, however, audit-trail and record-integrity findings have remained among the most frequently cited categories on Form 483 observations issued during pre-approval inspections, GMP inspections of pharmaceutical manufacturers, and bioresearch-monitoring inspections of clinical sponsors and sites. Warning Letters issued through 2024 continue to cite section 11.10(e) audit-trail deficiencies and section 11.10(d) access-control failures, particularly in chromatography data systems, manufacturing execution systems, and clinical electronic data capture.

The pattern of citations is consistent across two decades: inspectors find that audit trails were not enabled, were enabled but not reviewed, were enabled and reviewed but not protected against modification, or were protected but not subject to a validation regime that could distinguish authentic from altered records. Each of these findings is procedural in form but architectural in cause — the system that generated the audit trail was not separated from the system whose actions it audited. A primitive that supplies that separation by construction collapses the entire category of finding into a single structural property that can be demonstrated once and then inherited by every record class downstream.

Why Procedural Compliance Fails

Conventional Part 11 implementations rely on a layered combination of access-controlled databases, application-emitted audit logs, and procedural validation packages assembled by a quality function. Each layer introduces structural weakness. Access-controlled databases place the audit trail under the same administrative authority as the records being audited; a privileged operator can rewrite history with no contemporaneous external witness. Application-emitted audit logs are self-attestations by the system whose behaviour is in question, so a defect or compromise in the application produces a defective audit trail without raising any signal at the audit layer.

Procedural validation packages document that the system was tested against a specification, but they do not produce ongoing evidence that the system continues to behave as validated. The FDA's Warning Letter to Sun Pharmaceutical (2014), the consent decree against Ranbaxy (2012), and a long sequence of GMP enforcement actions have turned on exactly this gap: validation documents existed, but the contemporaneous records did not survive forensic examination because the system that produced them also controlled them. For AI/ML training, the gap is wider still. A training pipeline that emits its own audit log, stores its own checkpoints, and signs its own validation reports cannot satisfy section 11.10(a) any more than a clinical site that maintains its own source documents in a freely editable spreadsheet can satisfy GCP source-data integrity expectations.

What the AQ Primitive Provides

The governance-chain primitive maps each Part 11 obligation onto a structural property rather than a procedural overlay. Authority-credentialed observation means that every record — a clinical-trial data point, a manufacturing batch parameter, a training-example ingestion, a validation outcome — is captured as an observation signed by a credentialed authority whose identity is established outside the system that produced the record. The signing authority's credential is itself recorded with provenance, so that the chain of trust can be reconstructed years after the fact, satisfying the section 11.10(c) retention obligation in evidentiary form rather than merely in storage form.

Evidential weighting attaches to each observation a verifiable indication of how the record was produced — instrument calibration state, software version, environmental controls — so that downstream reviewers can apply the rule's requirement to "discern invalid or altered records" structurally rather than by trusting the producing system. Composite admissibility allows multiple observations to be combined into a derived record (a clinical case-report form, a batch release decision, a model-acceptance determination) whose admissibility under section 11.10(a) follows from the admissibility of its constituents and is itself a recorded property. Governed actuation ensures that any consequential action — releasing a batch, locking a clinical database, deploying a trained model — is itself a credentialed observation subject to the same controls. Lineage-recorded provenance produces the section 11.10(e) audit trail as an architectural by-product rather than as a separately-maintained log, with the linkage to records under section 11.70 supplied cryptographically.

Compliance Mapping

Section 11.10(a) validation maps to the primitive's tamper-evident observation envelope, which makes "altered records" detectable at the cryptographic layer rather than at the procedural layer. Section 11.10(b) accurate-copy generation maps to the queryable lineage record. Section 11.10(c) protection and retrieval map to the chain's storage guarantees and authority-credentialed access. Section 11.10(d) access limitation maps to the credentialed-authority model under which observations are admitted. Section 11.10(e) audit-trail requirements map to lineage-recorded provenance, which is contemporaneous, computer-generated, and structurally separate from the recording system. Subpart C signature obligations map to the credentialed observation itself: a signed observation under section 11.50 carries its signer, time, and meaning by construction, and the section 11.70 linkage requirement is satisfied cryptographically. Adjacent FDA frameworks — the AI/ML PCCP guidance, the 510(k) and De Novo program submission expectations, GCP, GLP, and GMP predicate rules — map onto the same primitive set.

Adoption Pathway

Sponsors and manufacturers typically adopt the primitive in a sequence that respects existing validated-system commitments. The first stage instruments a single high-impact record class — commonly clinical-trial source data for a pivotal study, or batch-release records for a high-value commercial product — with credentialed observations and lineage-recorded provenance, while leaving incumbent eCRF or MES systems in place as data sources. The second stage migrates electronic-signature workflows onto the credentialed-authority model so that section 11.50 and 11.70 obligations are met structurally; this stage typically eliminates a large class of standing audit observations from regulator inspections. The third stage extends the primitive to AI/ML training and validation artefacts under the PCCP framework, at which point the same evidence base that supports a clinical or manufacturing inspection also supports a 510(k) or De Novo submission. Each stage produces inspection-ready evidence without requiring a parallel procedural workstream.

Nick Clark Invented by Nick Clark Founding Investors:
Anonymous, Devin Wilkie
72 28 14 36 01