# Stress & Strain Calculator

Calculate engineering stress σ = F/A and engineering strain ε = ΔL/L₀ under uniaxial load. Choose what to solve: for stress, enter force F (N) and cross-section area A (mm²) → result in MPa; for strain, enter original length L₀ and elongation ΔL (negative for compression) → dimensionless ratio. Units are self-consistent (N, mm) so stress comes out directly in MPa.

> Canonical page: https://elysiatools.com/en/tools/stress-strain-calculator

- **Category:** Math & Numbers

- **Keywords:** stress, strain, sigma = F/A, epsilon = dL/L, uniaxial, tension, compression, engineering strain, normal stress, mechanics of materials, strength of materials

## Overview

Calculate engineering stress or strain for a uniaxial load using σ = F/A or ε = ΔL/L₀. Enter force and cross-section area for stress in MPa, or original length and elongation for a dimensionless strain result.

## Inputs

- **Solve for** (select)
- **Force F (N)** (number): Axial force in newtons. Required when solving for stress. Positive = tension.
- **Cross-section Area A (mm²)** (number): Cross-section area perpendicular to the load, in mm². Required when solving for stress.
- **Original Length L₀ (mm)** (number): Original (unstressed) gauge length in mm. Required when solving for strain.
- **Elongation ΔL (mm)** (number): Change in length in mm. Required when solving for strain. Positive = elongation, negative = compression.
- **Decimal Places** (number)

## When to use

- Calculate normal stress from an axial force and cross-section area.
- Calculate engineering strain from an original length and change in length.
- Check tensile or compressive loading using consistent N and mm inputs.

## How it works

- Choose whether to solve for stress or strain.
- For stress, enter force F in newtons and area A in mm²; the calculator applies σ = F/A.
- For strain, enter original length L₀ and elongation ΔL in mm; the calculator applies ε = ΔL/L₀.
- Set the number of decimal places and review the JSON result with the calculated value and loading type.

## Use cases

- Evaluate axial stress in a tensile specimen or structural member.
- Measure engineering compression strain from a change in gauge length.
- Verify mechanics of materials calculations before documenting results.

## Frequently asked questions

### What formula is used for stress?

The calculator uses engineering stress σ = F/A, where F is force in newtons and A is cross-section area in mm².

### What formula is used for strain?

The calculator uses engineering strain ε = ΔL/L₀, where ΔL is the change in length and L₀ is the original length.

### What units does the stress result use?

With force in N and area in mm², stress is returned directly in MPa.

### How do I enter compression?

Enter a negative elongation ΔL for compression. The resulting strain is negative and the loading is identified as compression.

### What inputs are needed for a stress calculation?

Select Stress and enter axial force F in N plus cross-section area A in mm².

## Related tools

- [Mass Flow Rate Converter (kg/s / lb/h / t/h)](https://elysiatools.com/en/tools/flow-rate-mass-converter): Convert mass flow rate between kg/s (kilograms per second, SI base), lb/h (pounds per hour, 1 lb = 0.45359237 kg), and t/h (tonnes per hour, 1 t = 1000 kg). Converts via kg/s to the target unit and also lists the equivalent value in all three units for reference. Used for boiler feedwater, chemical dosing, fuel consumption, and compressed-gas metering.
- [Volumetric Flow Rate Converter (m³/h / L/min / gpm / cfm)](https://elysiatools.com/en/tools/flow-rate-volume-converter): Convert volumetric flow rate between m³/h (cubic metres per hour), L/min (litres per minute), gpm (US gallons per minute, 1 gal = 3.785411784 L), and cfm (cubic feet per minute, 1 ft³ = 28.3168466 L). Converts via m³/s to the target unit and also lists the equivalent value in all four units for reference. Used for pumps, HVAC, compressed air, and piping.
- [Spring Compression Energy Calculator](https://elysiatools.com/en/tools/spring-compression-energy): Calculate the elastic potential energy and force of a spring in compression or extension. U = ½·k·x², F = k·x. Solve energy from displacement, or displacement from energy.
- [Absolute Value Calculator](https://elysiatools.com/en/tools/absolute-value-calculator): Calculate the absolute value of positive, negative, or decimal numbers and explain the sign relationship
- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Bernoulli Equation Solver (Velocity / Pressure / Elevation)](https://elysiatools.com/en/tools/bernoulli-equation-solver): Solve the Bernoulli equation p/(ρg) + v²/(2g) + z = const for steady, ideal, incompressible flow between two points on a streamline. Supply all three upstream quantities (p₁, v₁, z₁) and any two of the three downstream quantities; the tool solves for the third. Solve velocity: v₂ = √\[v₁² + 2(p₁-p₂)/ρ + 2g(z₁-z₂)\] — a negative radicand is physically impossible and is rejected. Solve pressure: p₂ = p₁ + ½ρ(v₁²-v₂²) + ρg(z₁-z₂). Solve elevation: z₂ = z₁ + (p₁-p₂)/(ρg) + (v₁²-v₂²)/(2g). g = 9.81 m/s². Density in kg/m³/g/cm³, pressure in Pa/kPa/bar/atm/psi, velocity in m/s, elevation in m/cm/ft. The upstream pressure/velocity/elevation heads and the total head are also reported.
- [Bolt Torque Clamp Force Calculator](https://elysiatools.com/en/tools/bolt-torque-clamp-force): Convert between bolt tightening torque and axial clamp force. T = K·F·d, where K is the nut factor (~0.20 for dry steel). Solve torque from force, or force from torque.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
