Arc Flash Boundary Calculator
Estimate arc-flash incident energy and the arc-flash protection boundary from system voltage, fault current, arc duration and working distance, using the Lee method — with a PPE category estimate and safety disclaimer.
Input
Line-to-line system voltage at the point of the fault, e.g. 480 V (LV) or 4160 V (MV).
Available three-phase bolted short-circuit current at the equipment, from a fault-current study.
How long the protective device takes to clear the arc — from the breaker/relay/fuse time-current curve.
Distance from the potential arc source to the worker's face/chest — commonly 455 mm (18 in) for LV panels, 610–910 mm for MV switchgear.
Output
| Quantity | Value |
|---|---|
| No data yet | |
Guides
An arc flash releases a burst of thermal energy fast enough to cause a serious burn well before a worker can react — the two numbers that quantify the hazard are incident energy (how much heat reaches exposed skin at a given distance) and the arc-flash boundary (how far back that heat drops to a curable-burn level). This calculator estimates both from four inputs using the Lee method, the theoretical open-air-arc equation from IEEE 1584-2002 / NFPA 70E Annex D, then maps the result onto NFPA 70E's PPE category bands so the output reads as guidance rather than a lone unlabeled number.
How to use it
- Enter the system voltage — line-to-line, at the point of the fault (e.g. 480 V for a low-voltage panel, 4160 V for medium-voltage switchgear).
- Enter the bolted fault current — the available three-phase short-circuit current at the equipment, from a fault-current study.
- Enter the arc duration — the time the protective device (breaker, relay, fuse) takes to clear the fault, from its time-current curve.
- Enter the working distance — from the potential arc source to the worker's face and chest. 455 mm (18 in) is a common low-voltage default; medium-voltage switchgear is often 610–910 mm.
The tool reports the incident energy, the arc-flash boundary, the formula breakdown, and a simplified PPE category estimate.
The formula
E (J/cm²) = 2.142×10⁶ × V(kV) × I(kA) × t(s) / D(mm)²converted to cal/cm² by dividing by 4.184. This is the Lee method — Ralph Lee's 1982 theoretical open-air-arc equation, in the form IEEE 1584-2002 and NFPA 70E Annex D document it. Solving the same equation for D at the 1.2 cal/cm² curable-burn threshold gives the arc-flash boundary:
D_boundary (mm) = √( 2.142×10⁶ × V(kV) × I(kA) × t(s) / (1.2 × 4.184) )V— system voltage (kV)I— bolted fault current (kA)t— arc duration / clearing time (s)D— working distance (mm)
The equation assumes an arc in open air at the full bolted fault current — conservative (higher-energy) compared to an arc inside enclosed switchgear, which is why it's a simplified screening estimate rather than an equipment-specific IEEE 1584 empirical calculation.
PPE category (simplified)
The incident energy is mapped onto the widely used NFPA 70E cal/cm² bands:
| Incident energy | PPE category |
|---|---|
| ≤ 1.2 cal/cm² | Category 0 — arc rating ≥ 1.2 cal/cm² |
| ≤ 4 cal/cm² | Category 1 — arc rating ≥ 4 cal/cm² |
| ≤ 8 cal/cm² | Category 2 — arc rating ≥ 8 cal/cm² |
| ≤ 25 cal/cm² | Category 3 — arc rating ≥ 25 cal/cm² |
| ≤ 40 cal/cm² | Category 4 — arc rating ≥ 40 cal/cm² |
| > 40 cal/cm² | Exceeds Category 4 — de-energized work practices required |
This band table is informative shorthand, not the equipment-based PPE category method NFPA 70E Table 130.7(C)(15)(a) uses for common tasks — always confirm PPE selection against the edition of NFPA 70E that governs your site.
Why does clearing time matter so much?
Incident energy is directly proportional to arc duration — halving the clearing time (a faster relay setting, current-limiting fuse, or arc-flash relay) halves the incident energy. Where the boundary or PPE category comes out worse than expected, a protective-device coordination review is often the cheapest fix, cheaper than upgrading PPE.
Is this enough to select PPE or set a live-work boundary?
No. This is a theoretical screening estimate only. A defensible arc-flash study needs the full IEEE 1584 empirical model with equipment class, conductor gap, enclosure type and box size, an accurate arcing-current calculation (not just the bolted fault current), and protective-device coordination data — performed or reviewed by a qualified engineer. Do not use this calculator alone to select PPE, post an arc-flash label, or authorize live work.
Privacy
Everything is calculated in your browser. No site details are sent anywhere.
Related tools
To estimate the available fault current this calculator needs as an input, use the Short Circuit Current Estimator. For the grounding system protecting the same equipment, see the Earthing Grid Resistance Calculator.
Use it from code
From 3 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/arc-flash-boundary-estimator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"systemVoltage": "480",
"faultCurrent": "20",
"arcDuration": "0.2",
"workingDistance": "455"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `arc-flash-boundary-estimator` tool (Arc Flash Boundary Calculator) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.