Accepted answer
There are numbers attached to both, and they are stark. Taking them in order.
Why endotoxin outlives spores
Because killing and destroying are different problems. A spore is a living structure that has to retain the ability to germinate; disrupt one protein or nick the DNA and it is dead. Lipopolysaccharide is not alive and has no function to lose. It is a lipid A core with a covalently attached polysaccharide chain, held together by ordinary amide and glycosidic bonds, and it is biologically active as a molecule. To stop it being pyrogenic you have to break the covalent structure, and that takes far more energy than inactivating an organism.
The validated cycle for depyrogenation is dry heat, 250 degrees for 30 minutes, demonstrating at least a 3-log reduction against a spiked endotoxin indicator. Compare that against 121 degrees for 15 minutes for moist-heat sterilisation and the gap is obvious even before arithmetic.
With arithmetic: dry-heat depyrogenation kinetics are modelled with an F_H value referenced to 250 degrees and a z-value of about 46.4 degrees. The lethality contributed by one minute at temperature T is 10^((T - 250) / 46.4).
- At 250 degrees:
10^0 = 1.0 minute of F_H per minute. Thirty minutes gives F_H = 30.
- At 121 degrees:
10^((121 - 250) / 46.4) = 10^(-2.780) = 0.00166 minutes of F_H per minute.
- An autoclave cycle of 15 minutes at 121 degrees therefore delivers
15 x 0.00166 = 0.025 minutes of F_H.
- Against the 30 needed, that is 0.08% of a depyrogenation cycle — short by a factor of about 1,200.
- To reach F_H = 30 at 121 degrees you would need
30 / 0.00166 = 18,070 minutes, which is 12.5 days.
Honest caveat: the dry-heat model is not strictly transferable to moist heat, and wet conditions do hydrolyse LPS somewhat faster than the z-value extrapolation implies. So the true figure is better than 0.08% but nowhere near adequate. The order of magnitude is the point, and the practical conclusion is unaffected: autoclaving sterilises and does not depyrogenate. This is why glassware and stoppers destined for injectables are depyrogenated in a tunnel oven at 250 to 350 degrees rather than autoclaved, and why endotoxin control is a matter of not introducing it in the first place — clean water for injection, controlled bioburden, short hold times — rather than of removing it later.
For solutions, removal is possible but awkward: ultrafiltration (LPS aggregates into micelles far larger than the monomer, so a 10 kDa membrane retains much of it while passing a small peptide), anion exchange (LPS is strongly anionic), or polymyxin B affinity. All of them cost yield, and none of them is going to be in a research peptide process.
The sterility test statistics
USP 71 sample plans, by batch size: 100 containers or fewer, test 10% or 4 containers whichever is greater; 100 to 500 containers, test 10; more than 500 containers, test 2% or 20 containers, whichever is fewer. So your 4,000-vial lot gets 20 containers tested.
If the true fraction of contaminated vials in the lot is p, and contamination is randomly distributed, the probability that at least one of 20 sampled vials is contaminated is 1 - (1 - p)^20.
| True contamination rate | Contaminated vials in 4,000 | P(test detects it), n = 20 |
| 0.1% | 4 | 2.0% |
| 0.5% | 20 | 9.5% |
| 1% | 40 | 18.2% |
| 5% | 200 | 64.2% |
| 10% | 400 | 87.8% |
Working the first row: 1 - 0.999^20 = 1 - 0.9802 = 0.0198, so 2.0%. Working the third: 1 - 0.99^20 = 1 - 0.8179 = 0.1821.
To detect a 0.1% contamination rate with 95% confidence you would need ln(0.05) / ln(0.999) = -2.996 / -0.001 = 2,995 containers — three quarters of the lot, destructively.
So a passing sterility test on 20 vials rules out gross contamination and is nearly blind to the low-level contamination that a marginal aseptic fill actually produces. That is not a defect in the chapter; it is arithmetic, and the pharmacopoeias are explicit that the test is a final confirmation and not the basis for sterility assurance. Sterility assurance comes from validated process design: terminal sterilisation where possible with a demonstrated sterility assurance level of 10^-6, or for aseptic fills, media-fill runs of thousands of units with a contamination action limit approaching zero, plus continuous environmental monitoring. The test is the last check on a process already proven, not a substitute for proving it.
Which gives the practical reading you asked for: on a manufacturer with no aseptic process validation, no media fills and no environmental monitoring data, a "sterility: pass" line on 20 vials carries very little information. On a manufacturer who can show the validation package, the test adds confirmation to something already established. Almost nobody in the research-peptide trade is in the second category.
edited 23 Jun 2026 by tare_weight — removed a claim I could not source
3The 12.5 days at 121 degrees figure is the one to remember. It makes the point instantly. – Dr_Yusuf_Adeyemi 8 months ago 2Also why depyrogenation tunnels run at 300 plus rather than 250 — throughput, since dwell time at 250 is inconveniently long. – bufferline42 6 months ago 5The SAL 10^-6 versus 20-vial-test distinction is the thing most people have never encountered and it reframes the whole question. – coldbox9 5 months ago add a comment