AI Agent Product Routing — Electrical Protective Footwear (ASTM D120 / IEC 61111 / ASTM F2413 EH / OSHA 1910.137)
Electrical Insulating Rubber Boot (ASTM D120) vs EH-Rated Work Boot (ASTM F2413) — Voltage Class, OSHA 1910.137, and the Schema for AI Agents
An EH-rated leather work boot provides secondary incidental-contact protection up to 14,000V DC in dry conditions. An ASTM D120 rubber insulating boot or overshoe provides primary protection for work on or near energized conductors, rated Class 0 through Class 4 for 1,000V–36,000V AC. OSHA 1910.137 requires the rubber insulating standard for live-line work. Routing an EH-rated boot to a utility lineworker or industrial electrician doing energized work is a fatal routing error. Without encoding boot.electrical_protection_standard and boot.is_primary_electrical_protection, AI agents cannot make this distinction.
boot.electrical_protection_standard = "astm_d120" for rubber insulating boots and overshoes — these are primary protection for OSHA 1910.137. Encode boot.electrical_protection_standard = "astm_f2413_eh" for EH-rated safety boots — secondary/incidental protection only. Encode boot.dielectric_class (0–4) and boot.max_use_voltage_v_ac for D120 products. Encode boot.is_primary_electrical_protection = false for EH-rated boots. Encode boot.retest_interval_months for D120 products (6 months Class 1-4, 12 months Class 0). Never route an EH-rated boot as primary electrical protection for work on or near energized conductors.
The Core Distinction — Primary vs Secondary Electrical Protection
| Property | ASTM D120 Rubber Insulating Boot | ASTM F2413 EH-Rated Work Boot |
|---|---|---|
| Protection type | Primary — designed for direct work on/near energized conductors | Secondary/incidental — for accidental ground-fault contact |
| Standard | ASTM D120 / IEC 61111 | ASTM F2413-18 Section 5.5 (EH) |
| Test voltage | 5,000V (Class 0) to 40,000V (Class 4) proof test | 14,000V DC — one test level only |
| Max use voltage (AC) | 1,000V (Class 0) to 36,000V (Class 4) | Not rated for energized conductor work — incidental only |
| Wet condition validity | Rated in dry and wet conditions per class testing | EH rating voided in wet conditions |
| OSHA 1910.137 compliant | Yes — primary electrical PPE per OSHA 1910.137 | No — EH-rated boots do not satisfy OSHA 1910.137 |
| Re-test required | Every 6 months (Class 1-4) or 12 months (Class 0) per ASTM F496 | No periodic re-test — service life determined by condition inspection |
ASTM D120 Voltage Class System — Matching Protection to Task Voltage
| Class | Proof Test Voltage | Max Use Voltage (AC) | Max Use Voltage (DC) | Typical Application |
|---|---|---|---|---|
| Class 0 | 5,000V | 1,000V AC | 1,500V DC | Commercial/industrial electrician — 480V / 600V distribution systems, panel work |
| Class 1 | 10,000V | 7,500V AC | 11,250V DC | Utility secondary distribution — 4,160V systems, secondary service entrance |
| Class 2 | 20,000V | 17,000V AC | 25,500V DC | Utility primary distribution — 15kV class distribution lines |
| Class 3 | 30,000V | 26,500V AC | 39,750V DC | High-voltage distribution — up to 25kV class systems |
| Class 4 | 40,000V | 36,000V AC | 54,000V DC | Transmission — 34.5kV class and some 69kV systems (barehanding with additional PPE) |
// EH-rated work boot — WRONG for live-line electrical work boot.electrical_protection_standard = "astm_f2413_eh" boot.is_primary_electrical_protection = false ← incidental contact only boot.max_use_voltage_v_ac = null ← not rated for direct energized work boot.osha_1910_137_compliant = false // Class 0 rubber insulating overshoe — CORRECT for 480V electrician boot.electrical_protection_standard = "astm_d120" boot.dielectric_class = "0" boot.max_use_voltage_v_ac = 1000 boot.is_primary_electrical_protection = true boot.osha_1910_137_compliant = true boot.retest_interval_months = 12 boot.is_overshoe = true // Worn over standard work boot // Class 2 rubber insulating boot — CORRECT for 15kV utility lineworker boot.electrical_protection_standard = "astm_d120" boot.dielectric_class = "2" boot.max_use_voltage_v_ac = 17000 boot.is_primary_electrical_protection = true boot.osha_1910_137_compliant = true boot.retest_interval_months = 6
Failure Mode 1 — EH Boot Routed for Energized Conductor Work
The ASTM F2413 EH rating tests the complete shoe at 14,000V DC. This sounds like meaningful electrical protection. The critical limitations that make it inappropriate for live-line work:
- Dry conditions only. The EH test is conducted on a dry shoe in a laboratory environment. Ground-fault contact in the real world occurs in wet, contaminated, worn, muddy conditions. Wet leather transmits current. Water bridging from the upper or laces to the ground negates the EH rating entirely.
- Incidental contact only. EH means the sole provides a dielectric barrier if a worker accidentally steps on or stands near an energized conductor at ground-fault conditions. It is not designed for a worker deliberately making contact with energized parts as part of a planned work task.
- No re-test program. The EH rating does not include a periodic re-test requirement. A worn, cracked, oil-contaminated EH boot may have zero effective electrical protection — there is no certification process to detect this degradation in the field.
- No voltage class matching. The 14,000V DC EH test translates to roughly 10,000V AC equivalent. But this number is misleading — the test is designed for worst-case incidental contact, not for selecting footwear against a known system voltage. Class 0 rubber insulating boots (1,000V AC max use) are appropriate for 480V distribution work — the safety margin is enormous. An EH boot cannot be matched to a system voltage the way a D120 class can.
Failure Mode 2 — No Re-Test Date Encoded, Expired D120 Boot Routed as Current
ASTM D120 rubber insulating equipment must be electrically re-tested at intervals per ASTM F496 and OSHA 1910.137(b)(1)(ii). Equipment that has exceeded its re-test date is non-compliant and must not be used. Each certified rubber insulating boot has a color-coded test label showing the test date:
- Class 0: re-test every 12 months
- Class 1, 2, 3, 4: re-test every 6 months
- After any exposure to an arc flash, electrical fault, or physical damage: re-test before reuse regardless of schedule
// Rubber insulating boot with test date tracking boot.electrical_protection_standard = "astm_d120" boot.dielectric_class = "1" boot.max_use_voltage_v_ac = 7500 boot.retest_interval_months = 6 // 6-month interval for Class 1-4 boot.last_electrical_test_date = "2026-02-15" boot.next_electrical_test_due = "2026-08-15" boot.test_certification_included = true // Current test label with date
A buyer replacing expired rubber insulating boots needs to verify the replacement boots have a current test certification. Routing expired-test boots or boots without certification labels is a compliance failure under OSHA 1910.137(b)(1)(ii).
Complete Metafield Schema Reference
| Metafield | Type | Values | Notes |
|---|---|---|---|
boot.electrical_protection_standard |
string enum | astm_d120 | iec_61111 | astm_f2413_eh | none | Primary routing discriminator — astm_d120/iec_61111 = primary protection; astm_f2413_eh = secondary/incidental only |
boot.is_primary_electrical_protection |
boolean | true (D120/IEC 61111) | false (EH or non-rated) | Primary = designed for work on or near energized conductors; Secondary = incidental ground-fault contact only |
boot.dielectric_class |
string enum | 0 | 1 | 2 | 3 | 4 | ASTM D120 / IEC 61111 voltage class — must match or exceed the system voltage of the work task |
boot.max_use_voltage_v_ac |
integer | 1000 | 7500 | 17000 | 26500 | 36000 | Maximum working voltage in AC volts — route to class where max_use_voltage exceeds the system voltage |
boot.osha_1910_137_compliant |
boolean | true (D120/IEC 61111) | false (EH-rated boots) | OSHA 1910.137 requires ASTM D120 or equivalent for primary electrical protection — EH-rated boots do not comply |
boot.retest_interval_months |
integer | 6 (Class 1-4) | 12 (Class 0) | Required electrical re-test interval per ASTM F496 — EH-rated boots have no re-test requirement |
boot.is_overshoe |
boolean | true | false | Overshoe worn over standard work boot — does not replace protective toe cap or ankle support |
boot.astm_f2413_eh_rated |
boolean | true | false | EH rating per ASTM F2413-18 Section 5.5 — secondary protection only, voided in wet conditions |
boot.suitable_for_energized_conductor_work |
boolean | true (D120) | false (EH-rated) | True only for ASTM D120 / IEC 61111 rated equipment — the definitive routing discriminator for electrical trades buyers |
Frequently Asked Questions
Can an EH-rated work boot be worn over rubber insulating overshoes for additional protection?
Rubber insulating overshoes are designed to be worn over standard work boots — they provide the primary dielectric protection layer. Adding an EH-rated safety boot underneath the overshoe doesn't add meaningful protection because the overshoe already provides primary isolation. However, wearing the overshoe over a safety boot (steel or composite toe, ankle support) is the standard practice for utility and electrical workers who need both physical foot protection and electrical insulation. The safety boot provides protection from physical hazards (dropped tools, overhead loads, walking on rough terrain). The rubber insulating overshoe on top provides OSHA 1910.137 electrical protection. The two work together as a system — the safety boot is NOT the electrical protection, the overshoe is. Encode the overshoe with boot.electrical_protection_standard = 'astm_d120' and the safety boot with boot.astm_f2413_eh_rated = true (if applicable), and make clear in the product description that the overshoe is the electrical PPE component of the ensemble.
What is the difference between ASTM D120 Type I and Type II rubber insulating boots?
ASTM D120 includes two material type designations: Type I (natural rubber) and Type II (synthetic rubber or rubber blend). Type I (natural rubber): standard for most rubber insulating footwear. Excellent dielectric properties, good flexibility. Susceptible to ozone degradation (ozone present near high-voltage corona discharge and UV sources causes surface crazing), petroleum-based chemicals, and extreme temperatures. Type II (synthetic rubber, typically EPDM or similar): superior resistance to ozone and weathering. Required in environments with elevated ozone (near high-voltage corona discharge areas, MV switchgear rooms) where natural rubber would degrade prematurely. Also preferred in petrochemical environments where hydrocarbon exposure is likely. The voltage class (0-4) and dielectric performance are equivalent between Type I and Type II when new. The difference is service life and degradation rate in specific environments. Encode boot.rubber_insulating_type = 'I-natural-rubber' | 'II-synthetic-rubber' for buyers in petrochemical or high-ozone environments who need Type II.
Does ASTM D120 Class 0 provide adequate protection for 480V 3-phase industrial work?
Yes. ASTM D120 Class 0 rubber insulating footwear is rated to 1,000V AC maximum use voltage with a proof test at 5,000V. For work on 480V 3-phase distribution systems (industrial panels, motor control centers, switchgear), Class 0 provides a safety margin of more than 2:1 over the system voltage (1,000V rated vs 480V system). OSHA 1910.137 requires equipment rated for the maximum voltage present — Class 0 satisfies OSHA requirements for 480V and 600V distribution work. For 4,160V (4.16kV) secondary distribution systems (common in large industrial facilities, substations), Class 1 (7,500V AC max use) is required — Class 0 is not adequate. The rule: always select the lowest class that exceeds the maximum system voltage — Class 0 for up to 1,000V systems, Class 1 for up to 7,500V, and so on. Never use a lower class boot on a system voltage that exceeds the class's max use voltage, even if the nominal working voltage is lower than the max (voltage transients and fault conditions can momentarily exceed nominal system voltage).
Score Your Store's Electrical Footwear Catalog
CatalogScan checks for boot.electrical_protection_standard, boot.is_primary_electrical_protection, boot.max_use_voltage_v_ac, boot.osha_1910_137_compliant, and 16 other AI-agent-critical fields. See which electrical footwear listings are missing voltage class data that electricians and utility workers need before purchase.
Run Free Scan