Back to Safety, Compliance & Emergency

How OSHA Noise Exposure Limits Work: TWA, Dose, and the 5 dB Exchange Rate

How OSHA Noise Exposure Limits Work: TWA, Dose, and the 5 dB Exchange Rate

6 min read

How OSHA Noise Exposure Limits Work: TWA, Dose, and the 5 dB Exchange Rate

Occupational noise exposure is one of the most consistently searched topics in workplace safety and industrial hygiene — it's a required part of any Hearing Conservation Program and shows up in nearly every OSHA general-industry audit. It's also one of the few safety metrics where the math itself, not just a pass/fail reading, determines what an employer has to do next. This guide walks through how a single decibel reading and a duration turn into a dose percentage, why 5 decibels is the number that matters, and how hearing protection changes the result.

Noise Exposure Calculator

TWA (dBA)

95

Noise Dose (%)

200

Allowable Exposure (hours)4
Protected Noise Level (dBA)86
Protected Dose (%)57.43
Action Level Exceeded (85 dBA)1
PEL Exceeded (90 dBA)1

What the Calculator Actually Measures

The calculator takes three inputs: the measured noise level in A-weighted decibels (dBA), the number of hours a worker is exposed to that level per shift, and the Noise Reduction Rating (NRR) of any hearing protection in use. From those three numbers it derives allowable exposure time, noise dose as a percentage, the 8-hour time-weighted average (TWA), and the same set of results recalculated with hearing protection applied.

Note that dBA here means a single measured or averaged sound level for a task or area, not a peak or impulse reading — the calculator models a steady exposure at that level for the stated duration.

The Permissible Exposure Limit and the 5 dB Exchange Rate

The calculator's core reference point is OSHA's permissible exposure limit (PEL): 90 dBA as an 8-hour time-weighted average, with a 5 dB exchange rate. The exchange rate is what converts a noise level into an allowable exposure duration, and it's a halving relationship — every 5 dB increase in noise level cuts the allowable exposure time in half. The engine implements this directly:

text
allowableTime = 8 / 2^((noiseLevel - 90) / 5)

At exactly 90 dBA, the allowable time is 8 hours — the full shift. At 95 dBA it drops to 4 hours; at 100 dBA, 2 hours; at 85 dBA it works out to roughly 16 hours, which is exactly why 85 dBA sits below the PEL rather than at it. Below 80 dBA, the calculator treats exposure as effectively unrestricted, since OSHA's dose calculation doesn't meaningfully apply that low.

Noise Dose and the Time-Weighted Average

Allowable time only describes one noise level in isolation. Dose percentage makes exposures comparable: it's the actual exposure duration divided by the allowable duration at that level, expressed as a percentage.

text
dosePct = (exposureHours / allowableTime) × 100

A dose of exactly 100% means a worker has received precisely their allowed exposure for the shift — not a violation by itself, but the ceiling. A dose over 100% means the exposure exceeded what the PEL allows. The calculator then converts dose back into a TWA in dBA, using the standard logarithmic relationship:

text
twa = 16.61 × log10(dosePct / 100) + 90

A single TWA number is easier to compare against the two regulatory trigger points than a raw dose percentage, and it's the number OSHA compliance records actually report.

Two Trigger Points: Action Level and PEL

The calculator checks the computed TWA against two separate thresholds, and it's important not to conflate them:

  • 85 dBA — the Action Level. Reaching or exceeding this TWA triggers OSHA's Hearing Conservation Program requirements: audiometric testing, hearing protection availability, training, and recordkeeping. It is not itself a violation of the exposure limit.
  • 90 dBA — the PEL. Reaching or exceeding this TWA means the exposure limit itself has been exceeded. At this point, OSHA's hierarchy of controls applies: engineering and administrative controls must be pursued first, with hearing protection treated as a supplementary measure, not a substitute for reducing the noise at its source.

A single run reports both flags independently, since a workplace can trip the action level without exceeding the PEL, or trip both at once.

How Hearing Protection Changes the Numbers

Manufacturer NRR ratings are lab-tested values that OSHA does not treat as literally achieved in the field. The calculator applies OSHA's standard derating formula — subtract 7 dB from the labeled NRR, then take half of what's left — before subtracting that from the original noise level:

text
effectiveNRR = (hearingProtectionNRR - 7) × 0.5 protectedLevel = noiseLevel - effectiveNRR

That protected level is run back through the same allowable-time and dose formulas to produce a protected dose — the number that reflects real-world attenuation rather than the figure printed on the earplug box.

Worked Example: 95 dBA for 8 Hours with a 25 dB Protector

Using the calculator's own default inputs — a 95 dBA noise level, an 8-hour shift, and hearing protection rated at NRR 25 — the math works out as follows:

  1. Allowable time at 95 dBA: 8 / 2^((95-90)/5) = 8 / 2 = 4 hours.
  2. Noise dose: 8 hours worked ÷ 4 hours allowed × 100 = 200% — double the permitted exposure.
  3. TWA: 16.61 × log10(2) + 90 ≈ 95.0 dBA — both the action level (85) and the PEL (90) are exceeded.
  4. Derated protection: (25 - 7) × 0.5 = 9 dB of effective attenuation, bringing the protected level to 95 - 9 = 86 dBA.
  5. Protected dose: at 86 dBA the allowable time is roughly 13.9 hours, so an 8-hour shift produces a protected dose of about 57% — under the 100% threshold, and a very different outcome than the unprotected 200%.

That gap between a 200% unprotected dose and a 57% protected dose is the point of the calculation: the same shift and noise source, but a compliance status that flips depending on whether protection is actually worn and rated correctly.

The Bottom Line

Every number this calculator produces traces back to two things: OSHA's 90 dBA / 5 dB exchange-rate structure, and the standard NRR derating formula. There's no separate judgment call buried in the math — the dose percentage and TWA are deterministic outputs of the noise level, duration, and protection you enter. What isn't deterministic is what a workplace does with the result: engineering and administrative controls plus a properly implemented Hearing Conservation Program are the actual compliance response, and hearing protection numbers are only as good as fit, consistent use, and correct derating.

This calculator and guide are for informational and educational purposes only. They are not a substitute for the applicable OSHA standard (29 CFR 1910.95) or any stricter state or industry requirement, and they do not replace a workplace noise assessment performed by a qualified industrial hygienist or safety professional. Always follow the applicable regulatory standard for your jurisdiction and industry — incorrect application of these calculations could affect compliance status or worker hearing health.

Related Calculators

PPE Selection Calculator

Determine required PPE categories and estimated costs from hazard assessment.

Try it →

Ergonomic Risk Assessment Calculator

Calculate RULA/REBA-inspired ergonomic risk scores and strain index from workplace posture and force data.

Try it →

Confined Space Air Monitoring Calculator

Evaluate LEL, O2, H2S, and CO readings against OSHA action levels for permit-required confined spaces.

Try it →