# Midrange Calculator

Calculate the midrange of a numeric dataset as the average of its minimum and maximum values

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

- **Category:** Math & Numbers

- **Keywords:** midrange, range midpoint, statistics, minimum, maximum, center

## Overview

Calculate the midrange of a numeric dataset.

The midrange is the midpoint between the minimum and maximum values:

midrange = (min + max) / 2

Use it as a quick center estimate when you mainly care about the two endpoints of a dataset.

## Inputs

- **Dataset** (textarea): e.g. 10, 14, 18, 26
- **Decimal Places** (number)
- **Include Comparison Statistics** (checkbox)

## When to use

- When you need a fast, rough estimate of the center of a dataset without calculating the full average.
- When analyzing data where the extreme high and low values are the most critical factors, such as daily temperature ranges.
- When comparing the midpoint of a range against other statistical measures to check for data skewness.

## How it works

- Enter or paste your numeric dataset into the input field, separating numbers with commas, spaces, or newlines.
- Specify the desired number of decimal places for the final calculated result.
- Toggle the option to include comparison statistics if you want additional context alongside the midrange.
- The tool automatically identifies the minimum and maximum values, adds them together, and divides by two to output the midrange.

## Use cases

- Meteorologists calculating the daily midrange temperature from the day's high and low readings.
- Retailers determining the midpoint price of a product category based on the cheapest and most expensive items.
- Data analysts quickly estimating the center of a uniform dataset where all values are evenly distributed.

## Frequently asked questions

### What is the midrange in statistics?

The midrange is a measure of central tendency calculated as the arithmetic mean of the maximum and minimum values in a dataset.

### How is the midrange different from the median?

The median is the exact middle value of a sorted dataset, while the midrange is the average of only the highest and lowest numbers, making it highly sensitive to outliers.

### How should I format my dataset?

You can enter your numbers separated by commas, spaces, or line breaks. The tool will automatically parse the numeric values from your input.

### What does the 'Include Comparison Statistics' option do?

When enabled, the tool outputs additional statistical metrics alongside the midrange, allowing you to compare it with other measures of central tendency.

### Can I adjust the precision of the result?

Yes, you can use the decimal places setting to round the calculated midrange to your preferred level of precision, up to 10 decimal places.

## Related tools

- [Active Earth Pressure (Rankine)](https://elysiatools.com/en/tools/active-earth-pressure): Calculate the Rankine active earth pressure on a smooth vertical wall backfilled with cohesionless soil. K_a = tan²(45°−φ/2). Optional uniform surcharge q. Returns the base pressure p₀, the total force P, and the resultant height.
- [Antilog Calculator](https://elysiatools.com/en/tools/antilog-calculator): Calculate antilogarithms for any valid base and optionally verify the result by applying the logarithm again
- [Arithmetic Sequence Calculator](https://elysiatools.com/en/tools/arithmetic-sequence-calculator): Calculate the nth term, first terms, and finite sum of an arithmetic sequence
- [Bayes Theorem Calculator](https://elysiatools.com/en/tools/bayes-theorem-calculator): Calculate posterior probability P(A given B) using prior, likelihood, and false-positive rate
- [Bearing Capacity Calculator (Terzaghi)](https://elysiatools.com/en/tools/bearing-capacity-calculator): Calculate the Terzaghi ultimate bearing capacity of a shallow foundation: q_ult = c·Nc·sc + q·Nq·sq + 0.5·γ·B·Nγ·sγ. Computes Nc/Nq/Nγ and shape factors automatically; supports strip, square, and circular footings. Result in kPa.
- [Belt Pulley Speed Ratio Calculator](https://elysiatools.com/en/tools/belt-pulley-speed-ratio): Calculate the ratio, driven speed and belt linear speed of a belt drive. i = d₂/d₁ = n₁/n₂, belt speed v = π·d·n/60. Supports mm/cm/m/inch diameter units.
- [Bending Stress Calculator](https://elysiatools.com/en/tools/bending-stress-calculator): Calculate the maximum bending (flexural) stress σ_max = M·c/I = M/Z at the outermost fiber of a beam section. Supports solid circle, rectangle, hollow tube, and I-beam; computes I, section modulus Z, and distance c automatically. Stress in MPa.
- [Binomial Distribution Calculator](https://elysiatools.com/en/tools/binomial-distribution-calculator): Calculate exact, cumulative, and upper-tail binomial probabilities for independent Bernoulli trials

## 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
- [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
