Skip to content

ISO/IEC 42001

ISO/IEC 42001 is the management-system standard for artificial intelligence. It specifies requirements for establishing and running an AI Management System (AIMS) — the organizational machinery of policy, roles, risk assessment, controls, records, audit, and improvement that surrounds your AI work. If you have seen ISO/IEC 27001, the shape is immediately familiar: it uses the same harmonized management-system structure and the same Plan-Do-Check-Act rhythm, and it is certifiable by an accredited body.

That certifiability is the whole difference from the NIST AI RMF. The NIST framework is voluntary guidance you adapt freely; nobody audits you against it and there is no certificate. ISO/IEC 42001 is a specification with auditable requirements, where “we do that informally” is a nonconformity. Both can be right for the same organization — the framework to structure thinking, the standard to prove discipline.

This page is not legal or certification advice, and it deliberately avoids citing specific clause or annex numbers. Standard content is copyrighted and revisions occur; the authoritative requirements are only in the purchased standard text and in your certification body’s scheme rules. Confirm everything against the primary source via Standards & References.

What a management system actually is

A management system is not a document. It is a closed loop that an outsider can inspect: you decide what you are trying to achieve, you assign someone to achieve it, you do the work in a defined way, you keep records that the work happened, you check whether it worked, and you change something when it did not. Every requirement below is a piece of that loop.

ElementThe requirement in plain termsWhat an engineer sees day to day
Context and scopeDefine what the AIMS covers and the internal/external issues and interested partiesA scope statement naming which systems, teams, and sites are in scope
LeadershipTop management demonstrably owns the system, not just endorses itA named executive owner; agenda time; budget attached to AI risk work
AI policyA published policy setting direction and commitmentsA short document you are expected to be able to point to and follow
Roles and responsibilitiesAssigned, communicated, documented accountabilityRACI; a named owner per agent, model, and control
Risk assessment and treatmentA defined, repeatable method for identifying and treating AI risksA risk register with a documented methodology, not ad hoc judgement
AI impact assessmentAssessing consequences for individuals, groups, and societyA separate assessment artifact per system, distinct from the risk register
Objectives and planningMeasurable AI objectives and plans to reach themTargets like “100% of production agents emit approval records”
Competence and awarenessPeople doing the work are demonstrably capableTraining records, onboarding checklists, evidence of skills
Documented informationControlled documents and retained recordsVersioned docs, defined retention, controlled access
Operational controlsThe actual technical and process controls, selected and justifiedTool permission gates, eval pipelines, logging, human-approval flows
Third-party and supplier managementControl over externally supplied models, data, and servicesVendor assessments, contract clauses, model provenance records
Monitoring and measurementEvidence that controls are working, not just presentDashboards, control metrics, periodic effectiveness reviews
Internal auditIndependent internal checking on a planned scheduleSomeone not on your team asks you for evidence and files findings
Management reviewLeadership reviews performance and decides changesA recurring meeting with inputs, minutes, and decisions
Nonconformity and improvementFindings get root-caused, corrected, and tracked closedA corrective-action tracker that is actually closed out

The standard also includes normative and informative annexes covering a set of AI-specific controls and implementation guidance, plus material on organizational objectives and risk sources. Treat those annexes as the checklist you justify your control selection against — including justified exclusions.

Relationship to ISO/IEC 27001 and to impact assessment

Two relationships matter in practice.

With 27001. 42001 is designed to sit alongside an information-security management system, sharing the same high-level structure so that context, leadership, competence, documented information, internal audit, and management review can be operated once and scoped to cover both. If you already hold 27001, a large share of the AIMS machinery exists — you are extending scope and adding AI-specific risk criteria and controls, not building from zero. If you do not, expect the management-system overhead itself to dominate the effort, and expect that overhead to be the real cost of certification.

With impact assessment. 42001 treats AI impact assessment as distinct from risk assessment, and the distinction is worth internalizing. Risk assessment asks what could go wrong for the organization. Impact assessment asks what the system does to people and society — individuals subject to its decisions, groups who may be differentially affected, and broader effects. They use different lenses and often surface different findings. Related ISO/IEC documents provide guidance on AI risk management and on impact assessment methodology; check the current numbering and status against the primary source rather than memorizing it.

If your product is heading for the EU AI Act high-risk regime, the AIMS is a natural home for the quality-management-system and risk-management-system obligations. Certification is not a substitute for conformity assessment and confers no automatic legal presumption, but a running AIMS means the procedural evidence already exists when the assessment arrives.

What “auditable” means for an engineer

Auditors do not evaluate whether your architecture is good. They evaluate whether you did what you said you would do and can prove it. That reduces to three habits.

1. Documented procedures. For anything the standard expects you to control, there is a written description of how it is done, and reality matches it. The common failure is a procedure written for the audit that describes a process nobody follows — auditors find this quickly by asking a practitioner instead of a manager.

2. Records. A record is dated, attributable, and retained. “We review model changes” is a claim; a change record with a reviewer, a date, and the eval results attached is a record. Most of the engineering work in becoming auditable is making systems emit records as a side effect of normal operation, which is exactly what Evidence Automation is about.

3. Traceable decisions. For a given production decision, you can walk backwards: which model version, which prompt template, which policy bundle, which tool call, which human approval, which risk assessment authorized this capability in the first place. Agents make this harder and more important at the same time.

Auditor questionWeak answerEvidence-backed answer
How do you control which tools an agent can call?“Engineers review PRs”Versioned tool registry + policy bundle + approval record per grant
How do you know the model still performs adequately?“We monitor quality”Scheduled eval runs with stored reports and a defined threshold
Who approved this refund the agent issued?“It is in the logs somewhere”Signed approval record linked to the trace ID, queryable by date
How do you handle an AI incident?“We would escalate”Runbook, tested game-day record, closed corrective actions
Are your people competent to do this?“The team is experienced”Role competence matrix with completed training records

Where the effort actually goes for an agent deployment

Rough distribution of effort for an organization deploying agents and pursuing certification for the first time:

AreaShare of effortWhy
Management-system scaffoldingHigh if no 27001; low if you have itPolicy, scope, audit programme, management review, document control
Inventory and scope definitionModerate, and underestimatedNobody knows how many agents, tools, and MCP servers exist
Risk and impact assessment methodologyModerateNeeds a repeatable method, not per-project improvisation
Operational controls for agentsModerate to highIdentity per agent, permission gates, approvals, logging, evals
Evidence generation and retentionHigh initially, then near zeroThe automation investment that pays back every cycle
Supplier and model provenanceModerateModel, dataset, and MCP-server supply chain documentation
Internal audit and corrective actionRecurringOngoing cost regardless of tooling

Two agent-specific gaps show up in almost every first assessment. The first is non-human identity ownership: agents authenticate to systems, but access reviews cover employees only, so nobody owns the agent’s credentials or reviews its scopes. The second is scope drift: the AIMS scope was written around three known systems, and by audit time there are eleven agents because a team wired an assistant into a workflow. Automated inventory discovery fixes both, which is why it is the first section of Evidence Automation.

A first-year timeline, roughly

Certification is not a project you finish in a sprint. A realistic shape for an organization starting from an existing 27001 programme:

PhaseDurationMain activityEngineering involvement
Scoping and gap analysis4–8 weeksDefine AIMS scope, inventory systems, map to requirementsHigh — you produce the inventory
Build and remediate3–6 monthsWrite procedures, implement controls, start generating recordsHigh — controls and evidence pipelines
Evidence accumulation3+ monthsLet the system run so records exist to sampleLow — mostly keeping jobs green
Internal audit and review4–6 weeksIndependent check, corrective actions, management reviewMedium — you answer the questions
Certification audit2 stagesDocumentation review, then implementation auditMedium — interviews and evidence pulls
SurveillanceOngoingPeriodic audits and continual improvementLow if automated, high if manual

The evidence-accumulation phase is the one that cannot be compressed with money or effort. Records must exist over a period, which is the practical argument for instrumenting agents on day one rather than when the audit is scheduled.

NIST AI RMF vs ISO/IEC 42001 vs EU AI Act

DimensionNIST AI RMFISO/IEC 42001EU AI Act
NatureVoluntary framework and guidanceInternational management-system standardBinding regulation
Binding?NoNo, unless contractually requiredYes, in scope
StructureFour functions: Govern, Map, Measure, ManagePlan-Do-Check-Act management system with annexed controlsRisk tiers plus a separate GPAI model regime
OutputA structured risk process and shared vocabularyA certificate from an accredited body, plus the running systemLegal compliance; conformity assessment for high-risk
Scope of concernTrustworthiness characteristics of AI systemsHow the organization manages AIWhat the system is used for and its effect on people
Who caresEngineering, security, and risk teams; US federal-adjacent buyersEnterprise procurement, auditors, boardsRegulators, legal, anyone selling into or affecting the EU
Cost profileLow; internal effort onlyOngoing: surveillance audits, document control, internal auditDepends entirely on tier; high-risk is substantial
Best used forStructuring the actual risk workProving organizational discipline repeatablyDetermining what you are legally required to do

They compose cleanly: the Act sets the requirement, 42001 gives the operating system, the AI RMF gives the risk method, and your telemetry gives the evidence.

When certification is worth it, and when it is theater

Honest version.

Worth pursuing when:

  • Enterprise or public-sector customers ask for it in security questionnaires and it is blocking deals. This is the most common real reason and it is a perfectly good one.
  • You already run 27001, so marginal cost is modest and the two systems share machinery.
  • You are heading into EU AI Act high-risk territory and need a quality-management system anyway.
  • Your AI work is spread across many teams and you genuinely need a forcing function to impose consistent practice.

Theater when:

  • The scope is drawn so narrowly that it excludes the systems that actually carry risk. A certificate covering one pilot service while eight production agents sit outside scope is a marketing asset, not a control.
  • The procedures are written for the auditor and diverge from how the team works. This is worse than no certification, because it institutionalizes a fiction and consumes the budget that could have bought real controls.
  • Nobody can name a customer or regulator who asked, and it is being pursued as a signal.
  • The organization treats the certificate as the goal and lets controls decay between surveillance audits.
For an individual building a career, do not chase the auditor qualification early. What gets you hired is being the engineer who can produce the evidence an audit needs — automated inventory, traceable decisions, queryable approval records. That skill transfers across all three frameworks on this page, while a lead-auditor certificate without implementation experience is easy to spot and easy to discount. See Certifications for how to sequence this.

What to build next

If you want to be useful on a 42001 programme without becoming a compliance specialist, build these three things for a system you own: an automated inventory of agents, tools, and models; a trace and approval record store that answers “who authorized this action” in one query; and a control-to-check mapping where each control has an automated test and a dashboard tile. That is exactly the scope of Evidence Automation and of Lab 4.

Two habits that make you the person the programme actually relies on:

  • Make records a byproduct. Any control whose evidence requires a human to remember to do something will fail at audit. Push it into CI, into the deployment pipeline, or into the runtime — then the evidence exists whether or not anyone was paying attention.
  • Write the justification, not just the decision. When you exclude a control, cap a scope, or accept a residual risk, the auditable artifact is the reasoning, dated and attributed. Engineers habitually record the outcome and drop the reasoning, and it is the reasoning that gets asked for.

Get those two right and the rest of an AIMS is paperwork that someone else can maintain.