Factor of Safety Calculator
Calculate the factor of safety (material strength divided by working stress) for a preliminary mechanical or structural check — with an optional comparison against the typical minimum FOS ranges engineers use for common applications.
Input
MPa. The material's capacity — yield or ultimate strength, whichever your basis uses.
MPa, same basis as the strength above — the actual applied/service stress.
Compares your result against the typical minimum FOS range engineers use for this class of design.
Output
| Metric | Value |
|---|---|
| No data yet | |
More ways to use this tool
REST API
curl -X POST https://api.iotools.cloud/v1/tool/factor-of-safety-calculator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"strength": "250",
"workingStress": "100",
"application": "general-mechanical"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `factor-of-safety-calculator` tool (Factor of Safety Calculator) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.
Embed widget
<iframe
src="https://iotools.cloud/embed/factor-of-safety-calculator/"
width="100%" height="520" frameborder="0" scrolling="no" loading="lazy"
title="Factor of Safety Calculator — iotools.cloud"
sandbox="allow-scripts allow-forms allow-same-origin allow-downloads allow-popups allow-popups-to-escape-sandbox"
allow="clipboard-write"
style="width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden"></iframe>
<script src="https://iotools.cloud/embed.js" async></script>Drop this into your own page — free, no key required, just a link back.
| Cost per API/MCP call | From 5 credits |
|---|---|
| Need more credits? | View pricing |
Also available with
Guides
Work out the factor of safety — a material or component's capacity divided by the actual demand placed on it — for a quick preliminary mechanical or structural check. Enter the strength and the working stress in the same units and basis, and optionally pick an application to see how the result compares against the typical minimum ranges engineers reference for that class of design.
How to use it
- Enter the strength (capacity) — the material's yield or ultimate strength, in MPa.
- Enter the working stress (demand) — the actual applied or service stress, in the same units and on the same basis (both ultimate, or both allowable — don't mix).
- Optionally pick an application to compare your result against a typical minimum FOS range.
The formula
FOS = strength ÷ working stress
It's usually capacity divided by demand. A value above 1.0 means the material can handle the applied load; a value below 1.0 means it can't, as specified. Beyond that, higher isn't automatically better — required factors depend on the code you're designing to, the uncertainty in your loads and material properties, the consequence of failure, and how the material behaves (ductile materials tolerate a lower FOS than brittle ones, for example).
Typical minimum ranges
The application comparison uses handbook figures, not a code requirement:
- General mechanical design (static load): 1.5–2.5
- Machine design (dynamic / fatigue loads): 2.5–4
- Aerospace structures: 1.2–1.5
- Pressure vessels: 3.5–4
- Structural steel (allowable stress design): 1.67
- Lifting and rigging equipment: 5–10
Aerospace sits lower than general mechanical design not because it's less safety-conscious, but because every kilogram of margin is weighed against a much larger cost — the actual safety comes from tighter quality control and analysis, not a bigger multiplier. Lifting and rigging sits far higher because failure is sudden, the load is often a person or a suspended mass, and the components (wire rope, slings) degrade with use in ways that are hard to inspect.
What's the most common mistake?
Mixing ultimate capacity with service demand, or comparing a factored value (already multiplied by a code's load factor) against an unfactored one. Both silently produce a number that looks reasonable but means nothing — double-check that your strength and working-stress figures come from the same basis before trusting the ratio.
Privacy
Everything runs in your browser — no design data is sent anywhere.
Related tools
If you're checking a beam's stiffness rather than a stress margin, use the Beam Deflection Calculator. For a spring's own capacity under load, the Spring Rate Calculator reports deflection and corrected shear stress together.