Learn PLCs free
Programming Guides15 min read2,975 words

What Is SIL (Safety Integrity Level)? SIL 1-4 Explained for Engineers

Safety Integrity Level (SIL) explained — what SIL 1, 2, 3 and 4 mean, PFD and risk reduction, how SIL is determined, and how it maps to your safety PLC and SIF.

PPI
PLC Programming IO Editorial Team
Sourced guidance with documented review and correction standards

Safety Integrity Level (SIL) is a discrete measure of the risk-reduction performance required from a safety instrumented function (SIF). Defined in IEC 61508 and applied to process industries via IEC 61511, SIL is expressed as four levels — SIL 1 through SIL 4 — each specifying a target range for the Probability of Failure on Demand (PFD) and a corresponding Risk Reduction Factor (RRF). The higher the SIL level, the lower the tolerable probability of failure and the more robust the safety system design must be.

What Is Safety Integrity Level (SIL)?

SIL 1 to SIL 4 levels with PFD ranges and Risk Reduction Factor requirements Vertical stack showing SIL 1 through SIL 4 as horizontal bars with decreasing PFD ranges and increasing RRF values, color-coded from green to red by severity.

SIL Level PFD Range (Low-Demand) Risk Reduction Factor Typical Context

SIL 1 Low demand PFD: 10⁻² to 10⁻¹ (1% – 10%) RRF 10–100 Simple interlocks SIL 2 ESD / F&G PFD: 10⁻³ to 10⁻² (0.1% – 1%) RRF 100–1,000 ESD, burner mgmt SIL 3 High consequence PFD: 10⁻⁴ to 10⁻³ (0.01% – 0.1%) RRF 1,000–10,000 Petrochemical, toxic SIL 4 Extreme hazard PFD: 10⁻⁵ to 10⁻⁴ (0.001% – 0.01%) RRF 10,000–100,000 Nuclear / defense
SIL 1–4 levels with PFD ranges and Risk Reduction Factors — each step tightens the reliability requirement by approximately one order of magnitude.

SIL is not a product rating stamped on a device datasheet — it is a performance target for a complete safety function, from the initiating sensor through the logic solver (safety PLC) to the final element (valve or actuator). When engineers say a system is "SIL 2 rated," they mean the entire safety instrumented function has been designed, verified, and validated to achieve a PFD within the SIL 2 range.

The concept emerged from the need to quantify safety risk in a systematic, auditable way. Before IEC 61508 was published in 1998 (with significant revisions in 2010), safety requirements were largely prescriptive: "use a relay" or "duplicate this sensor." IEC 61508 shifted the industry to a risk-based framework — define the tolerable risk, calculate how much risk reduction the safety function must provide, then assign a SIL target accordingly.

SIL applies to Safety Instrumented Systems (SIS), which are the independent protective layers installed alongside basic process control systems (BPCS). A SIS acts as a backstop: when the process drifts into a hazardous condition and the BPCS fails to correct it, the SIS detects the condition and drives the process to a defined safe state.

Why SIL Exists: The Risk-Based Safety Framework

Every industrial process carries inherent hazards — overpressure in a vessel, runaway reaction, toxic release, fire, or explosion. The goal of functional safety basics is to reduce the residual risk (the risk remaining after all non-SIS safeguards are applied) to a level that is As Low As Reasonably Practicable (ALARP).

The risk-reduction chain works like this:

  1. A Process Hazard Analysis (PHA) or HAZOP identifies hazardous scenarios and their initiating causes.
  2. The tolerable risk for each scenario is set by company policy or regulatory requirement (expressed as a maximum acceptable frequency of a hazardous event, typically 10⁻⁴ to 10⁻⁶ events per year for major injuries).
  3. The unmitigated risk (demand rate on the safety function) is estimated from the initiating event frequency and the reliability of independent protection layers.
  4. The gap between unmitigated and tolerable risk determines how much risk reduction the SIF must provide — and therefore its SIL target.

IEC 61511 (the process-sector application standard derived from IEC 61508) requires that SIL targets be derived from this quantified risk assessment. The parallel machinery standard, ISO 13849, uses a similar concept called Performance Level (PL) — covered briefly below.

Understanding the distinction between functional safety vs process safety is important here: process safety is the discipline of preventing major accidents; functional safety is specifically about the performance of electrical, electronic, and programmable safety systems within that broader framework.

The Four SIL Levels: PFD Ranges and Risk Reduction

SIL levels are defined for two operating modes. For most process applications the relevant mode is low-demand mode, where the safety function is demanded less than once per year and its performance is measured by PFD.

SIL Level PFD Range (Low-Demand Mode) Risk Reduction Factor (RRF) Typical Application Context
SIL 1 ≥ 10⁻² to < 10⁻¹ (1% – 10%) 10 – 100 Basic process interlocks, simple shutdown triggers, low-consequence hazards
SIL 2 ≥ 10⁻³ to < 10⁻² (0.1% – 1%) 100 – 1,000 Emergency shutdown systems (ESD), fire and gas detection actions, burner management
SIL 3 ≥ 10⁻⁴ to < 10⁻³ (0.01% – 0.1%) 1,000 – 10,000 High-consequence processes (petrochemical, nuclear-adjacent, large-scale toxic release)
SIL 4 ≥ 10⁻⁵ to < 10⁻⁴ (0.001% – 0.01%) 10,000 – 100,000 Extremely high-consequence scenarios; practically limited to nuclear and certain defense applications

Reading the table: A SIL 2 safety function must fail on demand no more than 1 in 100 times (PFD < 0.01) — and no fewer than 1 in 1,000 times (PFD ≥ 0.001). If it fails less often than 1 in 1,000, it effectively meets SIL 3 performance. The RRF is simply the reciprocal of the PFD mid-point and is used as a quick sanity-check: "does this SIF reduce risk by a factor of at least 100?"

Low-Demand Mode vs High-Demand Mode

Low-demand mode applies when the safety function is demanded at most once per year and is tested periodically (proof test interval typically 1–3 years for SIL 1/2, annually or more often for SIL 3). PFD is the governing metric.

High-demand mode (also called continuous mode) applies when the safety function is demanded more than once per year — or is continuously active, like a speed limiter on a machine. Here the governing metric is Probability of Dangerous Failure per Hour (PFH), with SIL 1 requiring PFH < 10⁻⁵/h and SIL 3 requiring PFH < 10⁻⁷/h. Most process-industry SIS applications use low-demand mode; high-demand mode is more common in machinery and drives applications.

Safety Instrumented Function SIF architecture: sensor, logic solver, final element in series for SIL 2 Horizontal flow diagram showing the three subsystems of a Safety Instrumented Function — sensor voting, safety PLC logic solver, and final element — with PFD contributions shown under each block for a SIL 2 design. SIF Architecture — SIL 2 Emergency Shutdown Function Process Hazard Demand event Sensor Pressure / Temp TX SIL 2 certified PFD ≈ 4.4×10⁻⁴ λDU = 1×10⁻⁷/h Logic Solver Safety PLC (1oo2D) S7-1500F / GuardLogix PFD ≈ 2.2×10⁻⁴ DC = 99%, λDU = 5×10⁻⁸/h Final Element Fail-safe shut-off valve solenoid + actuator PFD ≈ 1.3×10⁻³ Dominant contributor (65%) Safe State Total PFDavg ≈ 0.002 — within SIL 2 range (0.001–0.01) RRF ≈ 500 Proof test interval: 1 year · Final element is dominant PFD contributor — direct maintenance focus target
SIL 2 SIF architecture showing sensor, safety PLC logic solver, and final element with individual PFD contributions — the final element typically dominates the PFD budget.

How SIL Is Determined

Three recognized methods exist for assigning a SIL target to a safety function. All begin with the same prerequisite: a completed hazard identification study (HAZOP or equivalent).

Risk Graph

The risk graph is a semi-quantitative method defined in IEC 61508 Annex D. It uses four parameters — severity of the hazard (C), frequency and duration of exposure (F), probability of avoiding the hazard (P), and demand rate (W) — to navigate a decision tree that outputs a required SIL. Risk graphs are fast and widely used for initial assessments, but they are coarse-grained; adjacent branches can imply significantly different SIL levels.

Layer of Protection Analysis (LOPA)

LOPA is the predominant method in process industries. It is semi-quantitative: the analyst estimates the initiating event frequency and assigns credit (as an independent protection layer, or IPL, factor) for each safeguard that is genuinely independent of the initiating cause and the SIS being designed. The remaining risk after IPL credits are applied is compared to the tolerable risk target. The ratio determines the required RRF and therefore the SIL.

Key LOPA rules:

  • Each IPL credit is typically a factor of 10 to 100 risk reduction.
  • IPLs must be independent — a BPCS cannot be an IPL for a BPCS-initiated failure.
  • Human intervention as an IPL is limited (typically 0.1 credit, i.e., 10× reduction, only under specific conditions).
  • The SIS under design is not counted as its own IPL.

Quantitative Risk Assessment (QRA)

QRA uses fault tree analysis (FTA) or event tree analysis (ETA) to produce a fully quantitative estimate of risk. It is the most rigorous method and is required when risk graphs or LOPA yield borderline results, or when the consequence severity is extreme (potentially SIL 3 or above). QRA is resource-intensive and typically reserved for high-stakes projects.

SIL Verification: Confirming the Design Meets Its Target

Once a SIL target is assigned, the design of the SIF must be verified to show it actually achieves the target PFD. This involves three interconnected analyses.

PFD Calculation

The overall PFDavg of the SIF is the sum of the PFD contributions from each subsystem: sensor(s), logic solver, and final element(s). Failure rate data (λ) comes from OREDA, exida SERH, or manufacturer SIL certificates. The simplified formula for a single-channel element in low-demand mode is:

PFDavg ≈ λDU × (TI / 2)

Where λDU is the dangerous undetected failure rate (per hour) and TI is the proof test interval (hours). Detected dangerous failures (λDD) are handled by the diagnostic coverage term and contribute far less because the system drives itself to a safe state when detected.

Architectural Constraints: HFT and SFF

IEC 61508 imposes architectural constraints independent of PFD calculations. Two parameters govern this:

  • Hardware Fault Tolerance (HFT): The number of dangerous failures a subsystem can sustain without losing its safety function. HFT 0 means no tolerated failures (single channel); HFT 1 means one tolerated failure (redundant channel, 1oo2 voting).
  • Safe Failure Fraction (SFF): The proportion of all failures that are either safe or detectable. Higher SFF means more failures are detectable and benign, which lowers the architectural constraint bar.

The minimum HFT for a given SIL depends on whether the device is a Type A (simple, well-understood) or Type B (complex software-based) component. For example, a Type B logic solver (safety PLC) targeting SIL 2 in low-demand mode typically requires HFT ≥ 1 — meaning it must be a dual-channel (1oo2) or equivalent redundant architecture.

Systematic Capability

Beyond hardware reliability, IEC 61508 requires evidence that systematic failures (design errors in hardware or software) have been controlled. This is addressed through the Functional Safety Management (FSM) lifecycle — documented processes for hazard analysis, specification, design, verification, validation, and change management. A safety PLC must carry a manufacturer's SIL certificate covering systematic capability, not just hardware reliability data.

How SIL Maps to Your Safety PLC and SIF

This is where SIL moves from theory to hardware selection and system architecture. A SIL target does not merely specify a single component — it drives choices for every element in the safety loop.

What SIL 2 Requires in Practice

For a typical SIL 2 emergency shutdown function (e.g., high-pressure trip on a gas compressor):

Sensor subsystem: A single pressure transmitter with a SIL 2 certificate (HFT 0 is permitted only if SFF is sufficiently high under Type B rules, but many engineers specify 1oo2 or 2oo3 voting to achieve both the PFD target and architectural compliance). Instruments from manufacturers such as Emerson, Endress+Hauser, or Yokogawa carry SIL 2 certificates with published λDU and diagnostic coverage values.

Logic solver (safety PLC): A certified safety controller operating in a 1oo2D (one-out-of-two with diagnostics) architecture. Platforms such as the Siemens S7-300F/S7-1500F, Rockwell GuardLogix, Pilz PSS 4000, or Hima HIMatrix provide SIL 2 and SIL 3 certificates. The controller's safety CPU runs the safety program in a separate, protected partition from any standard control logic. For a deeper comparison of these platforms, see the safety PLC vs standard PLC comparison guide.

Final element: A fail-safe solenoid valve on a shutdown valve actuator, typically with a partial stroke test (PST) capability to verify the valve will move on demand without fully interrupting the process. The valve assembly (solenoid, actuator, valve body) is modeled as a series combination of PFD contributions.

Proof test interval: For SIL 2, a proof test interval of 1–2 years is typical. The proof test must demonstrate the full function from sensor to final element trips correctly, with documented results.

LOPA Layer of Protection Analysis method for SIL determination from initiating event to tolerable risk Horizontal flow showing the LOPA methodology: initiating event frequency, independent protection layer credits, residual risk calculation, comparison to tolerable risk, and required risk reduction factor determining the SIL target. LOPA — Layer of Protection Analysis Methodology for SIL Determination Initiating Event Frequency e.g. 0.1/yr IPL 1 BPCS action independent of initiating cause ÷ 10 credit IPL 2 Relief valve or physical safeguard ÷ 100 credit Residual Risk After IPL credits 0.1 ÷ 10 ÷ 100 = 10⁻⁴ /yr SIL Target Tolerable risk = 10⁻⁶ /yr RRF ≥ 100 → SIL 2 LOPA Rules: each IPL must be independent · BPCS cannot be IPL for BPCS-initiated failure · human intervention credit limited to ×10 max Gap = Residual Risk ÷ Tolerable Risk This ratio = required RRF → maps directly to SIL level Alternative methods: Risk Graph (fast, coarse) or QRA via fault tree (rigorous, resource-intensive)
LOPA methodology: initiating event frequency divided by IPL credits gives residual risk; the gap to tolerable risk determines the required RRF and SIL target for the safety instrumented function.

What SIL 3 Changes

Moving from SIL 2 to SIL 3 tightens every parameter by approximately one order of magnitude (RRF 1,000 to 10,000). The practical implications:

  • Sensor voting: 2oo3 (two-out-of-three) voting is standard to achieve both the PFD target and HFT ≥ 1 for Type B devices.
  • Logic solver: 1oo2D architecture with diagnostics achieving > 99% coverage, or TMR (triple modular redundancy) for the most demanding applications. Fewer safety PLC platforms are certified to SIL 3 on their own; check the manufacturer's functional safety certificate for the specific module configuration.
  • Proof test interval: Annual or shorter; some SIL 3 designs require semi-annual proof tests to stay within PFD budget.
  • Common cause failure (CCF): With redundant architectures, CCF — a single event that defeats multiple channels simultaneously (e.g., shared power supply failure, common process impulse line blockage) — becomes the dominant risk contributor. IEC 61508 provides a beta-factor model to quantify and minimize CCF.
  • Documentation and FSM: SIL 3 projects require a more rigorous functional safety management plan, independent functional safety assessment, and often third-party certification audits.

Worked Example: High-Temperature Reactor Trip (SIL 2 SIF)

Scenario: A batch reactor uses an exothermic reaction. LOPA has determined that the safety instrumented function — high-temperature trip activating a cooling water valve and cutting feed — must achieve SIL 2 (RRF ≥ 100, PFDavg < 0.01).

SIF architecture:

  • Sensor: 1oo1 temperature transmitter, SIL 2 certified (λDU = 1×10⁻⁷/h, DC = 90%)
  • Logic solver: Siemens S7-1500F safety CPU (SIL 3 capable platform, configured 1oo1 for SIL 2 application; λDU = 5×10⁻⁸/h, DC = 99%)
  • Final element: Fail-open cooling water valve with solenoid (λDU = 3×10⁻⁷/h, DC = 0% — no diagnostics on valve position)

PFDavg calculation (simplified, TI = 8,760 h / 1 year):

Subsystem λDU (per hour) PFDavg ≈ λDU × TI/2
Sensor 1.0 × 10⁻⁷ 4.4 × 10⁻⁴
Logic solver 5.0 × 10⁻⁸ 2.2 × 10⁻⁴
Final element 3.0 × 10⁻⁷ 1.3 × 10⁻³
Total SIF ≈ 2.0 × 10⁻³

Result: PFDavg ≈ 0.002, which falls within the SIL 2 range (0.001–0.01). RRF ≈ 500. The design meets its SIL 2 target with margin — the final element is the dominant contributor (65% of PFD budget), a common outcome that directs attention to valve maintenance and proof test frequency.

For the safety PLC programming side of this function — specifically the safety-rated ladder logic rungs and E-stop integration — see the E-stop safety circuit PLC ladder logic guide and the broader PLC programming best practices guide.

IEC 61508 SIL safety lifecycle phases from hazard analysis through design, verification, and validation Vertical stack showing the IEC 61508 functional safety lifecycle phases — HAZOP hazard identification, SIL determination, SIF design, PFD verification, systematic capability, and validation and proof test — in sequence.

IEC 61508 Functional Safety Lifecycle — Key Phases

Phase 1 — Hazard ID HAZOP or PHA identifies hazardous scenarios and initiating event frequencies Phase 2 — SIL Target LOPA / Risk Graph determines required RRF → assigns SIL 1/2/3/4 target to each SIF Phase 3 — SIF Design Sensor + logic solver + final element selected; architecture (HFT, redundancy) determined Phase 4 — Verification PFDavg calculated (λDU × TI/2); SFF and HFT architectural constraints confirmed; FSM documented Phase 5 — Validation & Proof Test Full end-to-end functional test from sensor trip to final element; recurring proof test per TI schedule
IEC 61508 safety lifecycle: hazard identification and SIL determination precede design — verification confirms the design achieves its PFD target before validation and ongoing proof testing.

SIL vs Performance Level (PL): A Brief Comparison

Engineers working across process and machinery sectors encounter both SIL (IEC 61508/61511) and Performance Level (PL) (ISO 13849-1). They address the same underlying problem — quantifying safety function reliability — but use different metrics:

Attribute SIL (IEC 61508/61511) PL (ISO 13849-1)
Primary sector Process, oil and gas, chemical Machinery, robotics
Metric PFDavg (low-demand) or PFH (high-demand) PFH (always)
Levels SIL 1–4 PLa–PLe
Rough equivalence SIL 1 ≈ PLc, SIL 2 ≈ PLd, SIL 3 ≈ PLe
Architecture model IEC 61508 HFT + SFF ISO 13849 Category (B, 1–4)

The two standards are not directly interchangeable, but IEC 62061 provides a bridge for machinery applications where process-style SIL analysis is preferred. Most safety PLC manufacturers certify their platforms against both standards.

Frequently Asked Questions

What is a Safety Integrity Level?

A Safety Integrity Level (SIL) is a discrete performance target — expressed as levels SIL 1 through SIL 4 — that specifies how reliably a safety instrumented function must operate on demand. It is defined in IEC 61508 and is used to quantify how much risk reduction a safety system must provide. SIL is a property of the complete safety function, not of any individual component.

What is the difference between SIL 1, 2, 3 and 4?

The four SIL levels differ in the target Probability of Failure on Demand (PFD) and the implied Risk Reduction Factor (RRF). SIL 1 requires PFD between 0.1 and 0.01 (RRF 10–100) and is used for low-consequence interlocks. SIL 2 requires PFD between 0.01 and 0.001 (RRF 100–1,000) and covers most emergency shutdown and fire-and-gas applications. SIL 3 requires PFD between 0.001 and 0.0001 (RRF 1,000–10,000) and applies to high-consequence process hazards. SIL 4 requires PFD below 0.0001 (RRF above 10,000) and is reserved for extreme-consequence scenarios in nuclear or specialized industries.

How is SIL determined?

SIL is determined through a quantified risk assessment process, most commonly using Layer of Protection Analysis (LOPA). The analyst estimates the frequency of a hazardous event without the SIS, subtracts IPL credits for independent safeguards, and compares the residual risk to the tolerable risk target. The ratio between residual and tolerable risk gives the required RRF, which maps directly to a SIL. Risk graphs (IEC 61508 Annex D) and full Quantitative Risk Assessment (QRA) are alternatives for simpler or more complex scenarios, respectively.

What is PFD?

Probability of Failure on Demand (PFD) is the probability that a safety function will fail to perform its required action when a hazardous demand occurs. It is the primary metric for safety functions in low-demand mode (demanded less than once per year). PFD is calculated from component failure rates, diagnostic coverage, and proof test intervals. A SIF with PFDavg = 0.005 will, on average, fail to respond correctly in 5 out of every 1,000 demands. Lower PFD means higher reliability and a higher SIL.

Is SIL 4 ever used?

SIL 4 is technically defined but extremely rare in practice. IEC 61511 explicitly states that SIL 4 should be avoided for process industry SIS because the required reliability (PFD < 10⁻⁴, RRF > 10,000) is extremely difficult to achieve and verify with practical hardware, proof test schedules, and common cause failure mitigation. When a hazard analysis yields a SIL 4 requirement, the standard recommendation is to first reduce risk through inherently safer design, passive safeguards, or process re-design to bring the residual risk into a range achievable with SIL 3. SIL 4 applications do exist in nuclear safety systems and certain defense applications, where dedicated qualification programs and TMR architectures are used.

#SIL#safetyintegrity level#SIL1 2 3 4#PFD#IEC61508#safetyPLC
Share this article:

Related Articles