# Minor (Local) Head Loss Calculator (h = K·v²/2g)

Compute the minor (local) head loss and pressure drop for pipe fittings, valves and bends: h_m = K·v²/(2g), ΔP_m = K·ρ·v²/2. Ships typical K values for 14 common components (gate/globe/check/angle/ball valves, 90°/45° elbows, tees, sudden contraction/expansion, sharp entrance/exit); choose a preset or supply a custom K. Supports n identical fittings in series. Returns head loss (m, ft) and pressure drop (Pa, kPa, bar). Density in kg/m³, g/cm³ or lb/ft³.

> Canonical page: https://elysiatools.com/en/tools/minor-loss-calculator

- **Category:** Math & Numbers

- **Keywords:** minor loss, local loss, fitting loss, k factor, loss coefficient, valve loss, elbow, bend, head loss, fluid mechanics, pressure drop, hydraulics, piping, velocity head, dynamic pressure

## Overview

The Minor (Local) Head Loss Calculator estimates head loss and pressure drop caused by pipe fittings, valves, bends, entrances, exits, sudden contractions, and sudden expansions. Enter a loss coefficient K or choose a preset, then provide flow velocity, fluid density, gravity, and the number of identical fittings in series.

## Inputs

- **Component Type** (select): Pick a preset to pre-fill a typical loss coefficient K. The K field below stays user-editable; if you leave K empty the preset's typical value is used.
- **Loss Coefficient K** (number): Loss coefficient K (dimensionless). If left empty and a preset Component Type is selected, the preset's typical K is used. When Component Type is "Custom K", K must be provided. Typical ranges: gate valve ~0.15, globe valve ~10, 90° std elbow ~0.9, sharp exit ~1.0.
- **Velocity v** (number): Mean flow velocity v in the pipe (m/s).
- **Density ρ** (number): Fluid density ρ in the selected Density Unit (default water ≈ 1000 kg/m³).
- **Density Unit** (select)
- **Gravity g** (number): Gravitational acceleration g in m/s² (Earth default 9.81).
- **Quantity n** (number): Number n of identical fittings in series. Total loss = n · K · v²/(2g).
- **Decimal Places** (number)

## When to use

- Estimate local head loss from elbows, valves, tees, and other pipe components.
- Calculate the pressure drop caused by one or more identical fittings in series.
- Compare fitting options using a preset K value or a custom loss coefficient.

## How it works

- Choose a component preset or select Custom K and enter the dimensionless loss coefficient.
- Enter mean pipe velocity, fluid density, gravitational acceleration, and fitting quantity.
- The calculator applies hₘ = n·K·v²/(2g) for head loss and ΔPₘ = n·K·ρ·v²/2 for pressure drop.
- Review head loss in meters and feet, plus pressure drop in pascals, kilopascals, and bar.

## Use cases

- Pipe system design checks for valves, elbows, tees, and other fittings.
- Pump and piping calculations that require local pressure-drop estimates.
- Hydraulics coursework and fluid-mechanics examples involving velocity head and K factors.

## Frequently asked questions

### What does the loss coefficient K represent?

K is a dimensionless coefficient describing the local resistance of a fitting, valve, bend, or flow transition.

### Can I use a preset K value?

Yes. Select a supported component type to use its typical K value. The K field remains editable.

### Can I enter my own K value?

Yes. Select Custom K and provide a nonnegative loss coefficient.

### How does quantity affect the result?

For n identical fittings in series, the calculator multiplies the single-fitting loss by n.

### Which density units are supported?

Density can be entered in kg/m³, g/cm³, or lb/ft³. Results include metric head-loss and pressure-drop units.

## Related tools

- [Pipe Pressure Drop Calculator (Darcy-Weisbach)](https://elysiatools.com/en/tools/pipe-pressure-drop-darcy): Compute the Darcy-Weisbach major (friction) pressure drop in a straight pipe: ΔP = f·(L/D)·(ρ·v²/2) Pa and head loss h_f = f·(L/D)·v²/(2g) m. The user supplies the Darcy friction factor f (not the Fanning factor). Length in m/km/ft, diameter in m/cm/mm/inch, density in kg/m³/g/cm³/lb/ft³ — all normalised to SI internally. Returns ΔP in Pa, kPa and bar, and head loss in m and ft. Gravity defaults to 9.81 m/s² and may be overridden.
- [Correlation Analyzer](https://elysiatools.com/en/tools/correlation-analyzer): Advanced correlation analysis tool that calculates correlation coefficients between variables to measure the strength and direction of their linear relationships. Perfect for statistical analysis, financial modeling, scientific research, and data exploration. Features: - Multiple correlation methods (Pearson, Spearman, Kendall) - Correlation matrix generation - Statistical significance testing (p-values) - Confidence intervals calculation - Heatmap visualization - Scatter plot matrix generation - Missing value handling strategies - Outlier detection and handling - Group analysis capabilities - Detailed statistical reports Common Use Cases: - Financial market analysis and risk assessment - Scientific research and hypothesis testing - Customer behavior and marketing analysis - Healthcare and medical data analysis - Quality control and process optimization - Educational performance evaluation
- [Image Palette to Design Tokens](https://elysiatools.com/en/tools/image-to-design-tokens): Extract a dominant color palette from an image (k-means clustering), then export it as CSS variables, SCSS variables, a Tailwind config, or JSON design tokens — with named colors and an auto-generated shade scale for each
- [Pump NPSH (Net Positive Suction Head) Calculator & Cavitation Check](https://elysiatools.com/en/tools/pump-npsh-calculator): Compute the available Net Positive Suction Head (NPSH_a) of a pump and compare it against the required NPSH (NPSH_r) from the pump curve. Head-balance form: NPSH_a = (p_surface_abs - p_vapor) / (ρ·g) + H_static - h_friction. Surface and vapor pressures are absolute; H_static is positive for flooded suction, negative for suction lift. Returns margin (NPSH_a - NPSH_r), ratio (NPSH_a/NPSH_r) and a classification: safe, marginal (margin < 0.5 m), or cavitation likely. If NPSH_r = 0, only NPSH_a is reported. Pressure in Pa/kPa/bar/atm/psi, length in m/ft, density in kg/m³/g/cm³/lb/ft³.
- [Rent vs Buy Total Cost of Ownership Tutor — Mortgage, Tax, Insurance, Maintenance + NPV Break-Even and IRR](https://elysiatools.com/en/tools/rent-vs-buy-total-cost-of-ownership-mortgage-tax-insurance-maintenance-irr-tutor): Side-by-side monthly rent-vs-buy simulation: mortgage amortization, property tax, insurance, HOA and maintenance against rent plus renter insurance; the renter invests the down payment and monthly savings at an opportunity-cost rate. Outputs break-even year on net sale proceeds, per-year differential NPV, SALT-cap-aware after-tax cash flows, a differential IRR, and a ±20% tornado sensitivity chart.
- [Density Calculator (ρ = m/V)](https://elysiatools.com/en/tools/density-calculator): Compute density, mass, or volume from the other two, with specific gravity and a float/sink check
- [Minimum Spanning Tree (Kruskal / Prim)](https://elysiatools.com/en/tools/minimum-spanning-tree): MST with both textbook algorithms: Kruskal's sorted accept/cycle-reject log and Prim's component growth, cross-checked to agree on the total weight; disconnected graphs rejected.
- [AHU Coil Capacity Calculator (Cooling / Heating)](https://elysiatools.com/en/tools/ahu-capacity-calculator): Compute the total, sensible, and latent capacity of an air-handling-unit (AHU) coil from the entering/leaving air state and the dry-air mass flow ṁ_da. Total capacity Qt = ṁ_da·(h1 − h2); sensible capacity Qs = ṁ_da·cp_ma·(T1 − T2) with cp_ma ≈ 1.006 + 1.86·W \[kJ/(kg da·K)\]; latent capacity Ql = Qt − Qs; Sensible Heat Ratio SHR = Qs / Qt. Each state is described by dry-bulb T plus one humidity input (relative humidity φ, or humidity ratio W); W is derived from the Magnus saturation fit when RH is supplied, and enthalpy h = 1.006·T + W·(2501 + 1.86·T) \[kJ/kg da\]. Signed result — works for cooling or heating coils.

## Samples

- [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 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
- [macOS Image Processing Objective-C Samples](https://elysiatools.com/en/samples/macos-image-processing-objectivec): macOS Objective-C image processing examples including image reading/saving, image scaling, and format conversion
