Mean Particle Size Calculator for Range Bins

Compute weighted mean particle size from binned data using arithmetic or geometric midpoints.

Enter Particle Size Bins

Add each bin with lower and upper size limits and a weight (mass %, count %, or fraction). The calculator normalizes weights automatically.

Lower Size Upper Size Weight Computed Midpoint Action

How to Calculate Mean Particle Size for Range Bins

When particle size data is reported in bins (for example, 0–10 µm, 10–20 µm, 20–40 µm), you do not have every individual particle measurement. Instead, you have grouped ranges with associated weights such as mass fraction, volume fraction, or count fraction. The standard way to estimate mean particle size from this type of grouped data is to assign a representative size to each bin and then compute a weighted mean across bins.

This page provides a practical method used in laboratories and process environments: the midpoint-weighted mean. It is fast, transparent, and easy to audit. For most routine reporting, it gives a robust estimate of average size when full raw data is unavailable.

Core Concept

Each particle size bin has two boundaries and one weight:

Choose a midpoint mi for each bin, then calculate:

Mean size = Σ(m_i × w_i) / Σ(w_i)

If bins are linear and narrow, arithmetic midpoint is common:

m_i = (L_i + U_i) / 2

If bins are logarithmic (common in PSD work), geometric midpoint is often better:

m_i = √(L_i × U_i)

Step-by-Step Procedure

The result is your estimated mean particle size in the same unit as bin boundaries (µm, mm, nm, etc.).

Worked Example

Suppose your sieve or laser diffraction report provides:

Using arithmetic midpoints (5, 15, 30, 60):

Σ(m_i × w_i) = 5×15 + 15×35 + 30×30 + 60×20 = 2700 Total weight = 15+35+30+20 = 100 Mean = 2700 / 100 = 27 µm

So the estimated mean particle size is 27 µm.

Choosing the Right Midpoint Method

Midpoint choice influences the mean, especially for broad bins. Use arithmetic midpoint when bins are equally spaced in linear units. Use geometric midpoint when bins are spaced by ratio (for example, each upper limit is roughly double the lower limit). In many particle sizing contexts, especially with wide logarithmic bins, geometric midpoint better represents central tendency within each class.

Mass-Weighted vs Count-Weighted Mean

The computed mean depends on what your weights represent:

Always label your result clearly, for example: “mass-weighted mean particle size from binned data.”

Common Mistakes to Avoid

How to Handle Open-Ended Bins

Some datasets include bins like “<5 µm” or “>150 µm.” To compute a midpoint-based mean, you need finite lower and upper values. Practical options include:

Document assumptions whenever open-ended bins are present.

Quality Control and Reporting Tips

Why This Method Is Useful

In production and research environments, raw particle-by-particle data is often unavailable or unnecessary for routine decisions. A binned weighted mean is fast, interpretable, and sufficient for trend tracking, lot release checks, and process adjustments. It is especially effective when used consistently with a fixed binning protocol.

FAQ: Mean Particle Size from Range Bins

Can I use percentages that do not sum to 100?

Yes. The formula divides by total weight, so any positive scale is acceptable.

Is this the same as median particle size (D50)?

No. Mean and median describe different aspects of the distribution. D50 is the 50th percentile size, not a weighted average midpoint.

What if my bins are very wide?

Wide bins increase approximation error. Use narrower bins if possible, or choose geometric midpoints for log-spaced classes and perform sensitivity checks.

Should I use retained or passing data?

Use differential bin weights. If your data is cumulative passing/retained, convert to bin-by-bin differential values first.

Use this calculator as a practical estimator for grouped PSD data. For high-stakes modeling or regulatory analysis, complement midpoint methods with raw distribution analysis and instrument-specific validation.