6.5 Confined Space Entry and Ventilation Rates

Key Takeaways

  • NCEES lists confined space entry and ventilation rates as a single sub-topic, pairing the entry procedure with the dilution-ventilation calculation.
  • A permit-required confined space has limited entry or egress, is not designed for continuous occupancy, and contains a hazardous atmosphere, engulfment, converging walls, or another serious hazard.
  • Air changes per hour equals the ventilation flow rate divided by the space volume, and pre-entry purging typically targets several air changes.
  • Steady-state contaminant concentration under dilution ventilation equals the generation rate divided by the effective airflow, so concentration is inversely proportional to flow.
  • Roughly 60% of confined space fatalities are would-be rescuers, which is why non-entry retrieval systems and a dedicated attendant are required.
Last updated: August 2026

6.5 Confined Space Entry and Ventilation Rates

NCEES pairs these two items in one sub-topic — "Confined space entry and ventilation rates" — and the pairing is deliberate: ventilation is the primary engineering control that makes confined-space entry survivable. Expect one procedural item and one calculation.

What Makes a Space "Confined," and When It Requires a Permit

Under OSHA 29 CFR 1910.146, a confined space meets all three criteria:

  1. Large enough for a worker to enter and perform work,
  2. Limited or restricted means of entry or exit (tanks, vaults, silos, sewers, pits, ducts, manholes),
  3. Not designed for continuous occupancy.

It escalates to a permit-required confined space if it also contains or has the potential to contain any one of:

HazardExamples
Hazardous atmosphereO₂ < 19.5% or > 23.5%; combustible gas ≥ 10% LEL; any toxic above its PEL
Engulfment potentialFlowable solids — grain, sand, sawdust; or liquid inrush
Converging walls / sloping floorHoppers and bins that taper to a smaller cross-section and can trap an entrant
Any other recognized serious hazardUnguarded machinery, extreme heat, live conductors

A confined space that has none of these is a non-permit space, but it becomes permit-required the instant work introduces a hazard — welding, solvent cleaning, or purging with an inert gas all convert a benign space into a permit space.

The Entry Permit and the Three Roles

RoleResponsibility
Entry supervisorAuthorizes entry, signs the permit, verifies tests and controls, terminates entry
AttendantRemains outside continuously, maintains contact with entrants, monitors conditions, orders evacuation, summons rescue — and never enters
Authorized entrantEnters; uses equipment; self-evacuates on any warning sign or on the attendant's order

The permit records the space, hazards, isolation and lockout, test results with times, ventilation, PPE, rescue arrangements, and duration.

Atmospheric Testing: Order and Location

Testing follows a fixed order, because each reading conditions the validity of the next:

  1. Oxygen — first, because LEL sensors depend on it
  2. Combustible gases — as % LEL
  3. Toxic gases — CO, H₂S, and any process-specific contaminants

And it must be stratified — sampled at the top, middle, and bottom of the space, because vapor density stratifies contaminants. H₂S ($M = 34$) and CO₂ ($M = 44$) pool at the bottom; methane ($M = 16$) collects at the top. Testing at one level can miss a lethal layer entirely.

Monitoring must be continuous or periodic during occupancy, not merely pre-entry: conditions change as work generates heat, vapors, or fumes.

Ventilation Rate Calculations

Air Changes per Hour

ACH=QVACH = \frac{Q}{V}

with $Q$ the ventilation flow rate (volume/hour) and $V$ the space volume. Rearranged for the time to achieve $N$ air changes:

t=NVQt = \frac{N \cdot V}{Q}

Worked example. A cylindrical tank 3.0 m in diameter and 4.5 m tall is purged with a blower delivering 0.30 m³/s. How long to achieve 7 air changes?

V=πD24H=π(3.0)24(4.5)=π(9.0)(4.5)4=31.8 m3V = \frac{\pi D^2}{4}H = \frac{\pi (3.0)^2}{4}(4.5) = \frac{\pi(9.0)(4.5)}{4} = 31.8\ \text{m}^3

Q=0.30 m3/s=1,080 m3/hQ = 0.30\ \text{m}^3/\text{s} = 1{,}080\ \text{m}^3/\text{h}

t=7(31.8)1,080=0.206 h=12.4 minutest = \frac{7(31.8)}{1{,}080} = 0.206\ \text{h} = \boxed{12.4\ \text{minutes}}

Why several air changes rather than one? One air change does not replace all the air. Incoming air mixes with, rather than displacing, what is present, so removal is exponential — each air change removes about 63% of what remains. Seven air changes leave $e^{-7} = 0.09%$ under ideal mixing. Real spaces have dead zones behind baffles and in corners, which is why purging is followed by re-testing, never assumed complete from the clock alone.

Dilution Ventilation for Steady-State Concentration

When a contaminant is generated continuously at rate $G$ (volume/time) and diluted by effective airflow $Q$:

C=GQQ=GCC = \frac{G}{Q} \qquad\Longrightarrow\qquad Q = \frac{G}{C}

Applying a mixing factor $K$ (typically 3–10) accounts for imperfect mixing, so the required delivered airflow is:

Qrequired=KGCtargetQ_{\text{required}} = \frac{K \cdot G}{C_{\text{target}}}

Worked example. Solvent evaporates into a vault at 1.8 L/min of vapor. The exposure limit is 100 ppm. Using $K = 5$, what airflow is required?

Convert 100 ppm to a fraction: $100 \times 10^{-6}$.

Q=KGC=5(1.8 L/min)100×106=9.00.0001=90,000 L/min=90 m3/minQ = \frac{K \cdot G}{C} = \frac{5(1.8\ \text{L/min})}{100 \times 10^{-6}} = \frac{9.0}{0.0001} = 90{,}000\ \text{L/min} = 90\ \text{m}^3/\text{min}

Roughly $3{,}180\ \text{ft}^3/\text{min}$. Note the leverage: because $C = G/Q$, concentration is inversely proportional to flow — halving the airflow doubles the concentration, and to cut the exposure limit from 100 ppm to 50 ppm you must double the blower.

Purging a Space with No Ongoing Generation

With the source removed, concentration decays exponentially:

C(t)=C0eQVtC(t) = C_0\,e^{-\frac{Q}{V}t}

Worked example. A 60 m³ vault reads 400 ppm H₂S with the source isolated. Ventilating at 25 m³/min, how long to reach 10 ppm?

10400=e2560t    ln(0.025)=0.4167t    3.689=0.4167t\frac{10}{400} = e^{-\frac{25}{60}t} \;\Rightarrow\; \ln(0.025) = -0.4167\,t \;\Rightarrow\; -3.689 = -0.4167\,t

t=8.85 minutest = 8.85\ \text{minutes}

Same exponential-decay mathematics as radioactive half-life and Newton's law of cooling — one equation, three areas of the exam.

Rescue: The Statistic That Drives the Rules

Roughly 60% of confined-space fatalities are would-be rescuers who enter without protection to help a collapsed co-worker. The atmosphere that incapacitated the first person incapacitates the second within seconds.

This is why the standard requires:

  • Non-entry retrieval systems — a full-body harness with a retrieval line to a mechanical device, so rescue happens from outside
  • An attendant who summons rescue and does not enter
  • Rescue services verified available and able to respond in time before entry is authorized

Exam rule: any option in which an attendant or co-worker enters to attempt rescue is wrong. The correct action is always to summon rescue, use the retrieval system from outside, and maintain the ventilation.

Test Your Knowledge

A rectangular pit 4.0 m by 3.0 m by 2.5 m deep is ventilated at 15 m3/min. How long does it take to achieve 5 air changes?

A
B
C
D
Test Your Knowledge

A solvent vapor is generated in an enclosure at 0.60 L/min and the target concentration is 200 ppm. Using a mixing factor K = 4, what delivered airflow is required?

A
B
C
D
Test Your Knowledge

Which combination of characteristics makes a space a permit-required confined space under 29 CFR 1910.146?

A
B
C
D
Test Your Knowledge

An entrant collapses inside a tank. The attendant is alone at the opening. What is the correct action?

A
B
C
D