What is ISO 26262? A Complete Guide to Automotive Functional Safety
By Shreyansh, Founder & CTO
By Shreyansh, Founder & CTO
TL;DR — ISO 26262 is the international standard for the Functional Safety of road-vehicle electrical and electronic systems, first published in 2011 and substantially expanded in its December 2018 second edition, which now spans 12 parts covering vocabulary, management, concept, development, production, operation, decommissioning, semiconductors, and motorcycles. Safety rigor is classified into five ASIL levels — QM, A, B, C, D — derived from Severity × Exposure × Controllability per Part 3 Annex B, with ASIL D reserved only for S3/E4/C3 combinations. Functional Safety under ISO 26262 addresses random hardware failures and systematic faults, while its sister standard ISO/SAE 21434 addresses cybersecurity — the two now converge through a shared V-model, shared Item Definition, and an emerging “Security-Informed Safety” practice.
Modern vehicles run on 100 or more electronic control units executing tens of millions of lines of code. A single latent defect in a brake controller, a misbehaving steering ECU, or a hardware fault in an electric powertrain inverter can kill drivers, passengers, and pedestrians. Functional Safety — the absence of unreasonable risk due to hazards caused by malfunctioning behaviour of electrical or electronic systems — is the discipline that systematically reduces that risk.
ISO 26262 is the automotive sector's answer to this problem. It tells development teams exactly how rigorously to engineer a brake-by-wire system versus a rear window defogger, and how to prove that rigor to a regulator, an OEM, or a court.
The standard descends from IEC 61508, the generic functional safety standard for programmable electronics published in 1998. IEC 61508 is deliberately broad. Its Safety Integrity Levels (SIL 1–4) apply to nuclear plants, railway signalling, industrial robots, and medical devices. Automotive teams found IEC 61508 too generic — vehicles have different hazard exposure patterns than nuclear reactors and different controllability assumptions than unattended industrial machinery. The automotive industry adapted IEC 61508 into ISO 26262, first published in November 2011.
The 2011 first edition covered passenger cars up to 3.5 tonnes. It excluded trucks, buses, motorcycles, and specialty vehicles. That limited scope created gaps — commercial vehicle OEMs developed bespoke processes, motorcycle makers had no applicable standard, and semiconductor suppliers struggled to align their qualification flow with customer ASIL demands.
The second edition, published in December 2018, corrected this. It expanded coverage to all road vehicles, added a new Part 11 specifically for semiconductors, added a new Part 12 tailored to motorcycles, and clarified 2011 ambiguities around ASIL decomposition, safety element out of context, and tool qualification. ISO 26262:2018 is the current edition.
ISO 26262 applies to serial-production road vehicles, including passenger cars, trucks, buses, trailers, and motorcycles. It addresses malfunctioning behaviour of electrical, electronic, and programmable electronic (E/E) systems — not mechanical-only systems, not human factors outside the vehicle, and not misuse.
Three adjacent concerns are explicitly out of scope:
| Part | Title | Primary audience |
|---|---|---|
| 1 | Vocabulary | All roles |
| 2 | Management of functional safety | Safety managers, project managers |
| 3 | Concept phase | System engineers |
| 4 | Product development at the system level | System engineers |
| 5 | Product development at the hardware level | Hardware engineers |
| 6 | Product development at the software level | Software engineers |
| 7 | Production, operation, service and decommissioning | Manufacturing, aftersales |
| 8 | Supporting processes | Cross-role |
| 9 | ASIL-oriented and safety-oriented analyses | Safety analysts |
| 10 | Guidelines on ISO 26262 | All (informative) |
| 11 | Guidelines on application of ISO 26262 to semiconductors | Silicon teams |
| 12 | Adaptation of ISO 26262 for motorcycles | Motorcycle OEMs |
Parts 1 and 10 are informative — they define vocabulary and provide guidance without mandating work products. Parts 2 through 9 are normative and contain the actual requirements auditors check. Parts 11 and 12 are domain-specific normative extensions.
A common practitioner question: why is Part 11 semiconductor-specific when hardware is already covered in Part 5? The answer is that Part 5 assumes the design team has full visibility into the hardware. Semiconductor suppliers often sell pre-qualified IP blocks — analog frontends, safety microcontrollers, memory — as “Safety Elements out of Context” (SEooC). Part 11 defines how to qualify those blocks for downstream integration without exposing proprietary internals.
ISO 26262 organises development around a safety lifecycle that tracks a product from concept to decommissioning: Concept → Development → Production → Operation → Decommissioning. At each phase, the standard mandates specific work products and review gates.
Development itself follows a V-model. The left side of the V — concept, requirements, architecture — cascades downward from vehicle-level safety goals to software unit implementation. The right side of the V — integration, verification, validation — ascends from unit tests to vehicle-level validation. Each left-side artefact has a corresponding right-side verification or validation step.
| Left side (requirements & design) | Right side (verification & validation) |
|---|---|
| Item definition (Part 3) | Vehicle-level validation (Part 4) |
| HARA and safety goals (Part 3) | Vehicle-level validation (Part 4) |
| Functional safety concept (Part 3) | System integration & testing (Part 4) |
| Technical safety concept (Part 4) | HW/SW integration (Parts 5 & 6) |
| HW safety requirements (Part 5) | HW testing (Part 5) |
| SW safety requirements (Part 6) | Unit & integration tests (Part 6) |
Production, operation, and decommissioning sit outside the V on Part 7's horizontal track. Supporting processes — change management, configuration, tool qualification, distributed development — run continuously across the lifecycle per Part 8.
Every ISO 26262 programme begins with Hazard Analysis and Risk Assessment (HARA). HARA identifies hazardous events that malfunctioning E/E behaviour could cause and assigns each hazard an Automotive Safety Integrity Level (ASIL). The ASIL then determines how rigorously the system must be engineered.
ASIL derivation uses three parameters, defined in ISO 26262-3:2018 Annex B:
Severity (S) — the potential for harm in the hazardous event. S0 means no injuries. S1 means light to moderate injuries. S2 means severe to life-threatening (survival probable). S3 means life-threatening to fatal (survival uncertain).
Exposure (E) — the probability that the vehicle is in a situation where the hazard could materialise. E0 is essentially negligible. E1 is very low probability (rare situations). E2 is low. E3 is medium. E4 is high probability (routine driving).
Controllability (C) — the probability that the driver or another party can prevent harm once the hazard manifests. C0 means controllable in general. C1 means simply controllable (more than 99% of drivers can avoid harm). C2 means normally controllable (more than 90% can avoid). C3 means difficult to control or uncontrollable (less than 90%).
The three parameters combine through a lookup table. The anchor rule: S3/E4/C3 → ASIL D. Every single-step reduction in any one parameter drops the resulting ASIL by one level. Combinations involving S0, E0, or C0 resolve to QM (Quality Managed — standard automotive quality processes apply, no ISO 26262 rigor beyond that).
Worked example 1 — unintended motor torque at a stationary signal. An electric vehicle's traction motor delivers unintended forward torque while the driver waits at a red light in urban traffic. Severity: fatal collision possible with cross-traffic or pedestrians — S3. Exposure: urban driving with signalled intersections is routine — E4. Controllability: most drivers cannot react before the vehicle lurches into cross-traffic — C3. Result: ASIL D.
Worked example 2 — rear brake-light failure. The rear brake lamp fails to illuminate when the driver presses the brake pedal. Severity: rear-end collision possible, likely severe — S2. Exposure: braking is routine — E4. Controllability: following driver typically has reaction distance — C1. Result: ASIL B.
The HARA output — a set of hazardous events, each with an ASIL and an associated safety goal (the top-level negative requirement, e.g., “prevent unintended traction torque exceeding X Nm while vehicle is stationary”) — drives every downstream engineering decision. For a deeper walkthrough of ASIL severity, exposure, and controllability, see our ISO 26262 ASIL Levels Explained post.
Developing an ASIL D component is expensive. It requires diverse hardware, formal verification, exhaustive test coverage, and independent safety assessment. ISO 26262-9:2018 Clause 5 permits a controlled relaxation: ASIL decomposition.
The principle: if a safety requirement can be implemented as two sufficiently independent sub-requirements that together satisfy the original, the sub-requirements can be developed to lower ASIL levels. The original item-level safety goal's ASIL never changes — only the implementation rigor for each sub-requirement does.
Valid decomposition schemes per Part 9 Clause 5 Table 1:
| Parent ASIL | Valid decompositions |
|---|---|
| D | ASIL C(D) + ASIL A(D), ASIL B(D) + ASIL B(D), ASIL D(D) + QM(D) |
| C | ASIL B(C) + ASIL A(C), ASIL C(C) + QM(C) |
| B | ASIL A(B) + ASIL A(B), ASIL B(B) + QM(B) |
| A | ASIL A(A) + QM(A) |
The notation ASIL B(D) means “developed to ASIL B rigor, satisfying a requirement that was originally ASIL D.” The parenthetical preserves traceability to the safety goal.
The hinge of decomposition is independence. Part 9 Clause 7 defines Dependent Failure Analysis (DFA). Shared power supplies, shared clocks, shared silicon, shared review teams, shared toolchains, and shared compilers can all invalidate the independence claim. A decomposition that looks valid on paper collapses under DFA if the two “independent” branches are actually susceptible to the same root-cause failure.
Worked example — electric power steering.A safety goal of “prevent unintended steering torque exceeding X Nm” is initially rated ASIL D. The development team decomposes it into a main ECU developed to ASIL B(D) that performs torque computation, plus an independent monitor microcontroller on a separate die, developed to ASIL B(D), that cross-checks the computation and cuts power if the main ECU's output exceeds bounds. DFA confirms the two dies have independent power regulators, independent clocks, and were reviewed by separate safety teams. The decomposition is valid and the project avoids the cost of ASIL D development on both paths.
Part 5 mandates three quantitative hardware metrics to demonstrate that the hardware architecture is safe enough for its assigned ASIL.
Single-Point Fault Metric (SPFM)measures the architecture's robustness against single-point faults — faults where a single hardware failure directly violates the safety goal. Higher percentages mean more faults are either safe by design or covered by safety mechanisms.
Latent-Fault Metric (LFM)measures the architecture's robustness against latent faults — faults that are not detected before a second fault causes harm. Higher percentages mean more dormant faults are either safe or detected by diagnostics.
Probabilistic Metric for Hardware Failures (PMHF) is a probabilistic metric expressing the residual hardware failure rate per hour of operation.
Target values per ISO 26262-5:2018 Tables 4, 5, and 6:
| Metric | ASIL B | ASIL C | ASIL D |
|---|---|---|---|
| SPFM (Table 4) | ≥ 90% | ≥ 97% | ≥ 99% |
| LFM (Table 5) | ≥ 60% | ≥ 80% | ≥ 90% |
| PMHF (Table 6) | < 10-7 h-1 | < 10-7 h-1 | < 10-8 h-1 |
A subtle point worth flagging: the PMHF targets for ASIL B and ASIL C are identical (< 10-7 h-1). The differentiation between B and C happens at SPFM and LFM, not PMHF. Many practitioners assume C is tighter on every metric and are surprised. The standard also notes (Table 6) that these target values can be tailored per Clause 4.2 for specific item uses — a vehicle driven only in daylight for under two hours per day, for instance, has a different operational profile than a commercial truck logging sixteen-hour duty cycles.
Teams demonstrate compliance through Failure Mode, Effects, and Diagnostic Analysis (FMEDA) — a structured table mapping each hardware fault mode to its probability, its effect on safety, and the diagnostic coverage provided by safety mechanisms. FMEDA is labour-intensive, error-prone, and the single most common source of audit findings in hardware safety cases.
Part 6 governs software development at the unit, integration, and system levels. Three areas dominate practitioner attention:
Coding guidelines. MISRA C:2012 and MISRA C++:2023 are the de facto automotive coding standards. ISO 26262 does not mandate them by name but requires the team to select a language subset that demonstrably reduces the frequency of systematic faults. MISRA compliance — via static analysis tools — is the most common way teams meet this requirement.
Structural coverage. ASIL-dependent coverage expectations per Part 6 Clause 9:
MC/DC is the most expensive to achieve. Each condition in a Boolean expression must be shown to independently affect the decision outcome. For a Boolean expression with four operands, MC/DC typically requires five carefully designed test cases rather than the sixteen that exhaustive coverage would demand.
Tool qualification. Safety-critical software is built with compilers, static analysers, test generators, and model-based development tools. If a tool error could inject a fault that safety mechanisms cannot detect, the tool itself must be qualified. Part 8 Clause 11 defines the process: determine Tool Impact (TI), determine Tool error Detection (TD), derive the resulting Tool Confidence Level (TCL), and qualify the tool according to the TCL. A compiler used to build ASIL D object code is typically TCL3 — the highest qualification burden.
Part 10 Clause 9 defines the Safety Element out of Context pattern. A SEooC is a component developed without knowing the specific item it will be integrated into — a safety microcontroller IP block, a motor driver reference design, a communication stack.
The SEooC supplier makes a set of safety assumptions about how the element will be used: supply voltage range, operating temperature, clock frequency, software integration approach, diagnostic response time. Downstream integrators must validate that these assumptions hold in their actual system. Mismatches between SEooC assumptions and integration reality are a frequent source of latent defects.
Modern vehicle programmes must satisfy three adjacent standards simultaneously.
| Dimension | ISO 26262 (FuSa) | ISO/SAE 21434 (Cyber) | ISO 21448 (SOTIF) |
|---|---|---|---|
| Threat model | Random HW faults + systematic faults | Adversarial cyber attack | Functional insufficiency of intended design |
| Core analysis | HARA | TARA | SOTIF hazard analysis |
| Classification | ASIL (QM, A, B, C, D) | CAL (QM, 1, 2, 3, 4) | No fixed classification |
| Lifecycle | 12 parts, concept → decommissioning | 15 clauses, governance → decommissioning | Similar scope, less prescriptive |
| Regulatory linkage | Type approval for E/E items | UNECE R155 type approval | ADAS/AD guidance (no type-approval anchor yet) |
The three standards increasingly converge in practice. The same item definition feeds HARA, TARA, and SOTIF analysis. The same V-model hosts functional safety, cybersecurity, and SOTIF verification. Release gates increasingly require all three release recommendations concurrently. For a deeper dive into the ISO/SAE 21434 side, see our complete checklist of ISO/SAE 21434 work products.
A practice gaining traction is Security-Informed Safety. A TARA finding — say, that an attacker can inject false torque commands on an internal bus — directly becomes a HARA hazardous event because the attacker's action makes malfunctioning E/E behaviour more likely. Running TARA and HARA in isolation misses this coupling. Running them together, with a shared item definition and cross-feeding findings, produces stronger cases for both.
Teams deploying ISO 26262 for the first time routinely encounter the same failure modes:
Our certified practitioners support OEM and Tier-1 programmes across the full ISO 26262 lifecycle: HARA facilitation and ASIL derivation, Functional Safety Concept and Technical Safety Concept development, hardware safety requirements and FMEDA, MISRA-compliant software development with structural coverage, tool qualification, and Safety Case construction.
For programmes running Functional Safety and Cybersecurity in parallel, we deliver a joint operating model — shared Item Definition, parallel HARA and TARA, coordinated release gates — supported by KAVACH on the cybersecurity side.
ISO 26262 is a voluntary standard in most jurisdictions, but compliance is effectively mandatory in practice. Type approval authorities in the EU, Japan, and South Korea expect ISO 26262 compliance for E/E items. OEMs impose it contractually on Tier-1 and Tier-2 suppliers. Product liability litigation in most jurisdictions treats ISO 26262 as the standard of care.
ASIL D is the highest rigor level. QM (below ASIL A) means standard automotive quality processes apply without ISO 26262 overhead.
ISO 26262 is the automotive adaptation of IEC 61508. IEC 61508 uses SIL 1–4; ISO 26262 uses ASIL A–D plus QM. Exposure and controllability parameters in ASIL derivation reflect automotive operating conditions. Work products are tailored to automotive supply chains.
ISO 26262 covers the functional safety of E/E items in autonomous vehicles. The intended-functionality gaps of autonomous driving — where the system does exactly what it was designed to do, but the design itself is insufficient in some scenario — are covered by ISO 21448 (SOTIF), which complements ISO 26262.
Nothing specific. A, B, C, D are ordered identifiers. D is the highest rigor level.
No. SOTIF is ISO 21448, a separate standard published as ISO/PAS 21448 in 2019 and elevated to a full standard as ISO 21448 in 2022.
By Shreyansh, Founder & CTO, Agnile Technologies.
Agnile supports engineering teams from architecture and requirements through implementation, validation, release, and evidence preparation.